webhook-post
25Skill Claude CodeCodex
Send an HTTP POST to any configured webhook endpoint.
Skill Claude CodeCodex
Send an HTTP POST to any configured webhook endpoint.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
Query documents from a MongoDB collection.
Skill Claude CodeCodex
Run a read-only SQL query against a MySQL/MariaDB database.
Skill Claude CodeCodex
Run a read-only SQL query against a PostgreSQL database.
Skill Claude CodeCodex
Delete one or more keys from a Redis instance.
Skill Claude CodeCodex
Read a key (or hash field) from a Redis instance.
Skill Claude CodeCodex
Write a key-value pair to Redis with optional TTL.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
Run a command inside a running Docker container.
Skill Claude CodeCodex
List running Docker containers with status and port info.
Skill Claude CodeCodex
Tail the last N lines of a Docker container's stdout log.
Skill Claude CodeCodex
Start a stopped Docker container by name or ID.
Skill Claude CodeCodex
Stop a running Docker container gracefully.
Skill Claude CodeCodex
List files in an allowed directory path.
Skill Claude CodeCodex
Read a file from an allowed path on the local filesystem.
Skill Claude CodeCodex
Write content to a file at an allowed path.
Skill Claude CodeCodex
Run a sandboxed shell command with timeout and allowlist.
Skill Claude CodeCodex
Add a comment to a GitHub issue or pull request.
Skill Claude CodeCodex
List recent commits on a branch, with author and message.
Skill Claude CodeCodex
Read the content of a file from a GitHub repository.