/install answer-book
The Answer Book / 答案之书
A digital version of "The Book of Answers" with both English and Chinese pages. Hold a yes/no (or "should I") question in your mind, then flip to a random page.
Language selection (important)
Pick the language that matches the user's question / the language they're chatting in:
- User wrote in English → use
--lang en(or omit, en is default) - User wrote in Chinese → use
--lang zh - Mixed / unclear → default to the language the user used in their most recent message
Never mix languages in a single answer — the book speaks one language per flip.
Usage
# auto English
python3 scripts/get_answer.py
# explicit language
python3 scripts/get_answer.py --lang en
python3 scripts/get_answer.py --lang zh
# specific page (1-100ish, language still required for choice)
python3 scripts/get_answer.py --lang zh 42
python3 scripts/get_answer.py --lang en 42
The script returns a single short answer plus the page number, in the requested language.
How to present the result
- State the page number.
- Show the answer line, prominently.
- Optionally add one short sentence inviting the user to interpret it themselves — don't over-explain.
Extending
Edit scripts/get_answer.py and add new entries to ANSWERS_EN or ANSWERS_ZH. Keep each entry short, declarative, and open to interpretation.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install answer-book - 安装完成后,直接呼叫该 Skill 的名称或使用
/answer-book触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Answer Book 是什么?
The Answer Book / 答案之书 — hold a question in your mind, flip to a random page, and receive a short philosophical answer. Supports both English and Chinese; pi... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 59 次。
如何安装 Answer Book?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install answer-book」即可一键安装,无需额外配置。
Answer Book 是免费的吗?
是的,Answer Book 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Answer Book 支持哪些平台?
Answer Book 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Answer Book?
由 enihsago(@enihsago)开发并维护,当前版本 v1.1.0。