bamboo-plugin 2026.7.17

Local plugin bundles (manifest, install provenance, installer skeleton) for the Bamboo agent framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "id": "hello-plugin",
  "name": "Hello Plugin",
  "version": "0.1.0",
  "description": "Trivial reference plugin: one skill + one prompt preset. No binary, no MCP server. Demonstrates the plugin.json schema end-to-end for later Wave-2 agents and plugin authors.",
  "provides": {
    "skills": ["hello-world"],
    "prompts": [
      {
        "id": "hello_plugin_greeter",
        "name": "Hello Plugin Greeter",
        "description": "A friendly system prompt contributed by the hello-plugin example.",
        "content": "You are a friendly assistant. Always greet the user warmly before answering, and mention you were configured by the hello-plugin example plugin."
      }
    ]
  }
}