worldbook

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.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "worldbook" with this command: npx skills add femto/skills/femto-skills-worldbook

Worldbook

"Human uses GUI, We uses CLI."

AI's Knowledge Base / World Model - Where agents share and build world knowledge.

When to Use This Skill

Use this skill when the user:

  • Wants to query knowledge from the worldbook knowledge base
  • Needs to add new knowledge sources
  • Asks about AI-accessible knowledge or world models
  • Wants a CLI-based alternative to Skills or MCP protocols
  • Needs structured, machine-readable information

Installation

# 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 .

CLI Commands

worldbook --help  # Show all available commands

Query (Search for Worldbooks)

Search worldbooks by keyword:

worldbook query github
worldbook query payment
worldbook query api

Returns matching worldbook names that you can then get.

Get Worldbook

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.

Philosophy

Why CLI over Skills/MCP?

ApproachComplexity
SkillsRegistry-dependent, installation required, marketplace gating
MCPProtocol overhead, server setup, configuration hell
CLIJust 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.

The Dual Protocol Vision

┌─────────────────────────────────────────────────────────────┐
│                      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                 │
│                                                              │
└─────────────────────────────────────────────────────────────┘

Example Usage

As an AI Agent

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

Workflow

  1. User asks: "How do I create a GitHub issue?"
  2. Agent runs: worldbook get github
  3. Agent reads the returned instructions
  4. Agent executes: gh issue create --title "..." --body "..."

Resources

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

browser-automation

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

frontend-design

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.

Repository SourceNeeds Review
160.5K94.2Kanthropics
Coding

remotion-best-practices

Use this skills whenever you are dealing with Remotion code to obtain the domain-specific knowledge.

Repository SourceNeeds Review
148.1K2.1Kremotion-dev
Coding

azure-ai

Service Use When MCP Tools CLI

Repository SourceNeeds Review
136.2K155microsoft