← 返回 Skills 市场
enihsago

Answer Book

作者 enihsago · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ 安全检测通过
59
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (SKILL.md)

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

  1. State the page number.
  2. Show the answer line, prominently.
  3. 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.

安全使用建议
This skill appears internally consistent and low-risk: it runs a local Python script that prints a randomly selected short answer from bundled lists in English or Chinese. Before installing, confirm you trust the skill author (it’s from an unknown source) and that running arbitrary Python code in your agent environment is acceptable. If you or other users plan to edit ANSWERS_EN / ANSWERS_ZH, avoid inserting code that fetches remote content or reads secrets. Note: the agent will need a Python 3 runtime available to execute the script.
功能分析
Type: OpenClaw Skill Name: answer-book Version: 1.1.0 The 'answer-book' skill is a simple utility that provides random philosophical answers in English or Chinese. The Python script (scripts/get_answer.py) contains hardcoded lists of strings and uses standard libraries to select and return an answer; it performs no network, file system, or sensitive environment operations.
能力标签
cryptocan-make-purchases
能力评估
Purpose & Capability
Name/description match the included code and runtime instructions. The script contains only in-repo answer lists and selects a random (or specified) page; no unrelated credentials, binaries, or services are requested.
Instruction Scope
SKILL.md instructs the agent to run the provided Python script with an optional language flag or page number and to present the result. It does not direct reading of unrelated files, access to environment variables, or transmission of data to external endpoints.
Install Mechanism
No install spec is provided (instruction-only), and the included code is a small local Python script. Nothing is downloaded or written to disk beyond executing the packaged script.
Credentials
No environment variables, credentials, or config paths are required. The script runs locally and does not access secrets or external services.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request permanent presence or modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install answer-book
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /answer-book 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Add Chinese support via --lang zh; agent picks language based on user.
v1.0.0
Initial release: flip a page, get a philosophical answer (English).
元数据
Slug answer-book
版本 1.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

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。

💬 留言讨论