← 返回 Skills 市场
52
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install dayanzhishu
功能描述
答案之书——心中默念一个问题,随机翻到一页,得到一个充满哲理的简短答案。当用户提到"答案之书"、想"翻一页"、想问命运/求指引、希望神谕回答是非题时使用。触发词:答案之书、翻一页、问问书、神谕、求一个答案。
使用说明 (SKILL.md)
答案之书
数字版《答案之书》。在心中默想一个是非题或"该不该"的问题,运行脚本随机翻到一页,得到一个简短的哲理回答。
使用方法
python3 scripts/get_answer.py
可选:指定页码(1-100):
python3 scripts/get_answer.py 42
脚本会返回一条简短的中文哲理答案,以及对应的页码。
如何使用答案
- 闭上眼睛,心里默念一个清晰的问题(最好是"该不该 / 会不会 / 是不是"这类)。
- 运行 skill。
- 先按字面理解答案,再去思考它对你问题的真实含义。
扩展
编辑 scripts/get_answer.py,往 ANSWERS 列表里加新条目即可。每条尽量简短(10 字以内)、直接、留有解读空间。
安全使用建议
This skill appears to be harmless: it runs a local Python script that selects and prints an entry from an internal list. If you have low trust in the source, review the script (it's short and readable) or run it in a sandbox/VM before installing. There are no network calls, credential requests, or file system writes in the provided code.
功能分析
Type: OpenClaw Skill
Name: dayanzhishu
Version: 1.0.0
The skill is a straightforward implementation of a 'Book of Answers' that provides random philosophical responses. The Python script (scripts/get_answer.py) uses only standard libraries, includes basic input validation for the page number argument, and contains no network requests, file system access, or dangerous execution functions. The instructions in SKILL.md are purely functional and align with the stated purpose of the tool.
能力评估
Purpose & Capability
The name/description match the implementation: a small script that returns a short philosophical answer. There are no unrelated dependencies or requested credentials.
Instruction Scope
SKILL.md only instructs running the included Python script (optionally with a page number) and editing the local ANSWERS list. It does not ask the agent to read other files, environment variables, or send data externally.
Install Mechanism
No install spec — instruction-only plus a small local Python script. Nothing is downloaded or written to system locations by the skill.
Credentials
The skill requires no environment variables, credentials, or config paths; the code only uses standard Python libraries and its internal ANSWERS constant.
Persistence & Privilege
always is false and the skill does not modify agent or system configuration. It has no elevated presence or autonomous persistence beyond normal skill invocation.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install dayanzhishu - 安装完成后,直接呼叫该 Skill 的名称或使用
/dayanzhishu触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
首次发布:随机翻一页,给出哲理答案(中文)。
元数据
常见问题
答案之书 是什么?
答案之书——心中默念一个问题,随机翻到一页,得到一个充满哲理的简短答案。当用户提到"答案之书"、想"翻一页"、想问命运/求指引、希望神谕回答是非题时使用。触发词:答案之书、翻一页、问问书、神谕、求一个答案。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 52 次。
如何安装 答案之书?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install dayanzhishu」即可一键安装,无需额外配置。
答案之书 是免费的吗?
是的,答案之书 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
答案之书 支持哪些平台?
答案之书 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 答案之书?
由 enihsago(@enihsago)开发并维护,当前版本 v1.0.0。
推荐 Skills