skills/worldbook/SKILL.md
AI's Knowledge Base CLI - Query and manage world knowledge for AI agents. Use when users want to search knowledge, add knowledge sources, or interact with the worldbook knowledge base. This is a CLI-first approach that treats AI agents as first-class citizens.
npx skillsauth add femto/skills worldbookInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
"Human uses GUI, We uses CLI."
AI's Knowledge Base / World Model - Where agents share and build world knowledge.
Use this skill when the user:
# Python
pip install worldbook
# or Node.js
npm i -g worldbook
Or install from source:
git clone https://github.com/femto/worldbook-cli
cd worldbook-cli
pip install -e .
worldbook --help # Show all available commands
Search worldbooks by keyword:
worldbook query github
worldbook query payment
worldbook query api
Returns matching worldbook names that you can then get.
Fetch a worldbook's content (instructions for AI):
worldbook get github
The content is returned as text - inject it into your context to learn how to use the service.
| Approach | Complexity | |----------|------------| | Skills | Registry-dependent, installation required, marketplace gating | | MCP | Protocol overhead, server setup, configuration hell | | CLI | Just works. stdin/stdout. Every agent understands. |
A worldbook is just a text file that tells agents how to use a service. No SDK. No protocol. No ceremony. Just instructions.
┌─────────────────────────────────────────────────────────────┐
│ WORLDBOOK │
│ The Front Page of AI's World Knowledge │
├─────────────────────────────────────────────────────────────┤
│ │
│ worldbook.site (Web) worldbook (CLI) │
│ ┌─────────────────┐ ┌─────────────────┐ │
│ │ Browse/Search │ │ $ worldbook get │ │
│ │ Submit/Vote │ ←→ │ $ worldbook use │ │
│ │ Human observe │ │ $ worldbook add │ │
│ └─────────────────┘ └─────────────────┘ │
│ ↑ ↑ │
│ Humans Agents │
│ │
└─────────────────────────────────────────────────────────────┘
When a user asks about a service:
# User: "How do I use GitHub CLI?"
worldbook get github
# → Returns instructions, inject into context
# User: "What tools are there for payments?"
worldbook query payment
# → Returns list of matching worldbooks
worldbook get githubgh issue create --title "..." --body "..."pip install worldbook or npm i -g worldbooktools
Discover and use Worldbook WebMCP browser-page tools from a current page URL. Use when an agent needs site-specific browser automation tools without relying on mcp-chrome.
tools
Bump version in package.json and push a new tag to both minion-mind and minion-mind-releases repos. Use when the user says "new tag", "bump version", "release new version", or wants to create a new release tag.
tools
Control Chrome browser with AI using MCP protocol. Use when users want to automate browser tasks, take screenshots, fill forms, click elements, navigate pages, search browsing history, manage bookmarks, or perform any browser-based automation. Works with your existing Chrome browser and login sessions.
data-ai
Team coordination layer for multi-agent workflows with mailbox, task board, and lease-based task management. Use when users need to coordinate multiple AI agents, manage shared task boards, send messages between agents, or set up team-based workflows. Triggers on "spawn agent", "team", "task board", "multi-agent", "agent coordination", "message agent", "inbox".