{
  "markdown": "# Voila API Claude Code Plugin\n\nA comprehensive guide and toolset for integrating with the Voila API (by The Despatch Company). This plugin provides Claude with full knowledge of Voila's REST schemas, shipment flows, and courier management.\n\n## Features\n\n- **Full API Documentation:** Exhaustive schemas for labeling, tracking, pricing, and webhooks.\n- **Smart Shipping Flows:** Guidance on automating courier selection.\n- **Bundled Scripts:** Node.js and Python scripts for listing couriers and getting specifics.\n\n## API Configuration\n\n- **Base URL:** `https://app.heyvoila.io`\n\n## Installation\n\n### For Claude Code\n\nTo use this as a plugin in Claude Code:\n\n1. **Local Development Mode:**\n   Run Claude Code pointing to the plugin root directory:\n   ```bash\n   claude --plugin-dir /path/to/plugin-root\n   ```\n\n2. **Permanent Installation:**\n   Copy the contents of this folder into your Claude Code plugins directory (usually `~/.claude/plugins/voila-api`).\n\n3. **Usage:**\n   Once loaded, you can ask Claude about Voila API endpoints or use the namespaced skill:\n   ```text\n   /voila-api:help\n   ```\n\n### For Cursor\n\nTo use this as a skill in Cursor:\n\n1. **Copy Skill Folder:**\n   Copy the `skills/voila-api` folder into your project's `.cursor/skills` directory.\n\n2. **Verify Detection:**\n   Ensure the skill is detected in **Cursor Settings** > **Rules, Skills, Subagents** > **Skills**. Once detected, Cursor will have access to the Voila API knowledge.\n\n## Directory Structure\n\n```text\n.\n├── .claude-plugin/     # Plugin metadata\n│   └── plugin.json\n├── skills/\n│   └── voila-api/     # Main skill content\n│       ├── SKILL.md    # Entry point & Overview\n│       ├── endpoints/  # Detailed API route documentation\n│       ├── scripts/    # Ready-to-use API scripts\n│       └── evals/      # Test cases and assertions\n└── README.md           # This file\n```\n",
  "bytes": 1863,
  "sha": "36c975e04e6208679119e7784495c44dda32e6a68a71211be0f30da3911b5ea2",
  "repo_slug": "tsedmandc/voila-api-skill",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_tsedmandc_voila_api_skill_voila_api_376652cd/readme"
}