返回顶部
w

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.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.1.0
安全检测
已通过
497
下载量
2
收藏
概述
安装方式
版本历史

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 ```bash # Python pip install worldbook # or Node.js npm i -g worldbook ``` Or install from source: ```bash git clone https://github.com/femto/worldbook-cli cd worldbook-cli pip install -e . ``` ## CLI Commands ```bash worldbook --help # Show all available commands ``` ### Query (Search for Worldbooks) Search worldbooks by keyword: ```bash 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): ```bash 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? | 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**. ### 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: ```bash # 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`

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 worldbook-1776319212 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 worldbook-1776319212 技能

通过命令行安装

skillhub install worldbook-1776319212

下载 Zip 包

⬇ 下载 worldbook v0.1.0

文件大小: 1.97 KB | 发布时间: 2026-4-16 18:37

v0.1.0 最新 2026-4-16 18:37
worldbook 0.1.0 initial release

- Introduces a CLI tool for querying and managing a shared AI knowledge base.
- Allows agents to search for, fetch, and add worldbook entries via simple commands.
- Provides installation options for Python and Node.js.
- Focuses on a CLI-first approach—enabling structured, machine-readable information for AI agents.
- Includes examples and usage philosophy in the initial documentation.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部