
Claude Skills by KeyArgo
github.com/KeyArgoCall Anthropic Messages API (Claude) with a prompt
Generate text embeddings via Cohere Embed API
Call OpenAI chat completions API with a prompt and system message
Run any Replicate model (image gen, audio, video) by version ID
Call Together.ai inference API for open-weight models
Trigger or resolve a PagerDuty incident for on-call escalation
Send a message or file to a Telegram chat or channel
Place an outbound voice call via Twilio and read a TwiML script
Create a calendar event with attendees, time, and description
Delete a calendar event by ID
Create a Google Calendar event with title, time, and attendees
List upcoming Google Calendar events for a given timerange
List upcoming events from Google Calendar
Update an existing calendar event (title, time, attendees)
Delete an object from an S3 bucket
Download an object from S3 and return its content or presigned URL
List objects in an S3 bucket (or GCS/R2 with S3-compat API)
Upload an object to an S3 bucket
Post a message to a Discord channel via webhook URL
Send email via SMTP or SendGrid with subject and body
Send a push notification via ntfy.sh or Pushover
List public Slack channels in a workspace
Post a message to a Slack channel via incoming webhook
Send SMS via Twilio to any phone number
Send an HTTP POST to any configured webhook endpoint
Request a re-anchoring block: your goal, standing constraints, budget, and the actions you already completed this session. Call this whenever you feel uncertain about what you were doing, suspect you lost context, or before any consequential action.
Report your own governed session state: authority band, budget spent/remaining, action count, denial count. Value-free and instant — answered by the governance layer, no subprocess, no credentials. Use when unsure what you are allowed to do or how much budget remains.
List the credential references available in the Paladin vault (names, profiles, env var targets — never values). Use the returned paladin:// refs verbatim in tool arguments; Paladin injects the real value into the tool's process at egress. You cannot read, print, or export the values themselves.
Query documents from a MongoDB collection
Run a read-only SQL query against a MySQL/MariaDB database
Run a read-only SQL query against a PostgreSQL database
Delete one or more keys from a Redis instance
Read a key (or hash field) from a Redis instance
Write a key-value pair to Redis with optional TTL
Anti-pattern detector and design rules for AI coding agents. Catches the specific mistakes AI makes when generating UI: gray text on color, nested cards, broken buttons, missing states. Use before shipping any frontend.
Stops AI from generating boring, generic UI. Use when building new interfaces, reviewing generated UI, or fixing the flat / generic look that AI tools default to. Anti-slop design principles for premium frontends.
Run a command inside a running Docker container
List running Docker containers with status and port info
Tail the last N lines of a Docker container's stdout log
Start a stopped Docker container by name or ID
Stop a running Docker container gracefully
List files in an allowed directory path
Read a file from an allowed path on the local filesystem
Write content to a file at an allowed path
Run a sandboxed shell command with timeout and allowlist
Add a comment to a GitHub issue or pull request
List recent commits on a branch, with author and message
Read the content of a file from a GitHub repository
Create a GitHub issue in a specified repository
List open issues in a GitHub repository with filters