coyote-bundle-template

Dark-Alex-17/coyote-bundle-template
★ 0 stars Shell AI/LLM Updated today
Starter template for Coyote bundles: shareable agents, roles, skills, macros, tools, and MCP servers with a manifest.
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": {
    "coyote-bundle-templa": {
      "command": "npx",
      "args": [
        "-y",
        "Dark-Alex-17/coyote-bundle-template"
      ]
    }
  }
}

README Excerpt

A starter template for [Coyote](https://github.com/Dark-Alex-17/coyote) bundles: shareable configurations distributed via any Git repository. Repositories structured like this let users share agents, roles, skills, macros, tools, and MCP servers in Coyote easily. Bundles are Coyote's equivalent of plugins.