← 返回
开发者工具 中文

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 th...
AI 知识库 CLI - 用于查询和管理 AI 代理的全球知识。当用户需要搜索知识、添加知识来源或与知识库交互时使用。
femto femto 来源
开发者工具 clawhub v0.1.0 1 版本 99901.4 Key: 无需
★ 2
Stars
📥 973
下载
💾 9
安装
1
版本
#latest

概述

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

  • Website: https://worldbook.site
  • Source: https://github.com/femto/worldbook-cli
  • CLI: pip install worldbook or npm i -g worldbook

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-03-29 13:54 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

knowledge-management

Obsidian

steipete
操作 Obsidian 仓库(纯 Markdown 笔记)并通过 obsidian-cli 自动化。
★ 440 📥 104,434
ai-agent

mcp-chrome

femto
使用MCP协议通过AI控制Chrome浏览器。适用于用户需要自动化浏览器任务、截图、填表、点击元素、页面导航等场景。
★ 3 📥 1,602
knowledge-management

Baidu web search

ide-rea
使用百度AI搜索引擎(BDSE)进行网络搜索。适用于获取实时信息、文档资料或研究课题。
★ 242 📥 106,755