pickaxe-skill

ThomasUmstattd/pickaxe-skill
★ 3 stars Python AI/LLM Updated today
Agent skill for building and debugging AI tools on Pickaxe.co via its MCP server and HTTP API. Works with Claude Code, Codex, and Cursor.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pickaxe-skill": {
      "command": "uvx",
      "args": [
        "pickaxe-skill"
      ]
    }
  }
}

Or install with pip: pip install pickaxe-skill

README Excerpt

An unofficial agent skill for building, updating, and debugging AI tools on the [Pickaxe](https://pickaxe.co) platform through its MCP server and HTTP JSON-RPC API. This skill teaches an AI coding agent the platform's mechanics and its traps: the field names behind the builder UI, the two-layer knowledge base, silent input truncation, the completion timeout ceiling, and the verification habits that catch all of the above.

Topics

agent-skillsclaude-codecodexcursormcppickaxe