Agent skill
b00t
Use when user asks for /b00t to send b00t learn content to a nominated agent.
Stars
12
Forks
0
Install this agent skill to your Project
npx add-skill https://github.com/elasticdotventures/_b00t_/tree/main/plugins/b00t/skills/b00t
SKILL.md
/b00t Skill (Claude Plugin)
Inputs
- --agent
- --learn
- --msg <string?>
Steps
- Parse flags from the request. # output: agent_id, learn_topics[], msg
- For each topic, run: b00t learn # output: rendered_learn_text
- Build a JSON payload with agent, topics, rendered content, msg, caller. # output: payload_json
- Try MCP first: mcp__b00t-mcp__b00t_agent_message <agent_id> "b00t/learn" <payload_json> # output: MCP ack or error
- If MCP unavailable, fallback to CLI: b00t-cli agent message <agent_id> --subject "b00t/learn" --content '<payload_json>' # output: CLI ack or error
- If CLI unavailable, fallback to ACP (experimental): publish to b00t:agent:<agent_id> with payload # output: ACP publish status
- If a required tool is missing, request: b00t install tool with justification and WAIT. # output: install request queued
Output
- Confirm dispatch and transport used (MCP | CLI | ACP).
Didn't find tool you were looking for?