BookStack Wiki & Documentation API integration. Manage your knowledge base programmatically: create, read, update, and delete books, chapters, pages, and shelves. Full-text search across all content. Use this skill whenever the user mentions BookStack, wiki pages, knowledge base, documentation pages, or wants to publish, update, or search content on a BookStack instance -- even if they just say 'update the docs' or 'check the wiki' without naming BookStack explicitly. Also use when syncing or au
技能名称: bookstack
详细描述:
通过捆绑的 Python 脚本,利用 BookStack 的 REST API 与其交互。除 Python 3 标准库外,无需外部依赖。
凭据存储在 ~/.clawdbot/clawdbot.json 的 bookstack 技能条目下:
json
{
skills: {
entries: {
bookstack: {
env: {
BOOKSTACK_URL: https://your-bookstack.example.com,
BOOKSTACKTOKENID: your-token-id,
BOOKSTACKTOKENSECRET: your-token-secret
}
}
}
}
}
从 BookStack 生成令牌:个人资料 > API 令牌 > 创建令牌。用户角色需要启用 访问系统 API 权限。
所有命令遵循以下模式:
python3 scripts/bookstack.py <命令> [参数] [选项]
执行时传递上述配置中的环境变量。
| 操作 | 命令 | ||
|---|---|---|---|
| 搜索 | search 查询 [--type page\ | book\ | chapter] |
| 列出页面 |
内容
| | 更新页面 | update_page新内容
| | 删除页面 | delete_page相同的 CRUD 模式适用于 books、chapters 和 shelves。如需包含所有标志和选项的完整命令列表,请参阅 references/api-commands.md。
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 bookstack-api-1776200365 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 bookstack-api-1776200365 技能
skillhub install bookstack-api-1776200365
文件大小: 7.61 KB | 发布时间: 2026-4-15 12:30