答案之书

v1.0.0

答案之书——心中默念一个问题,随机翻到一页,得到一个充满哲理的简短答案。当用户提到"答案之书"、想"翻一页"、想问命运/求指引、希望神谕回答是非题时使用。触发词:答案之书、翻一页、问问书、神谕、求一个答案。

0· 32·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for enihsago/dayanzhishu.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "答案之书" (enihsago/dayanzhishu) from ClawHub.
Skill page: https://clawhub.ai/enihsago/dayanzhishu
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install dayanzhishu

ClawHub CLI

Package manager switcher

npx clawhub@latest install dayanzhishu
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97fffx0gm13vfbh102r5yz6nx85ny9b
32downloads
0stars
1versions
Updated 15h ago
v1.0.0
MIT-0

答案之书

数字版《答案之书》。在心中默想一个是非题或"该不该"的问题,运行脚本随机翻到一页,得到一个简短的哲理回答。

使用方法

python3 scripts/get_answer.py

可选:指定页码(1-100):

python3 scripts/get_answer.py 42

脚本会返回一条简短的中文哲理答案,以及对应的页码。

如何使用答案

  1. 闭上眼睛,心里默念一个清晰的问题(最好是"该不该 / 会不会 / 是不是"这类)。
  2. 运行 skill。
  3. 先按字面理解答案,再去思考它对你问题的真实含义。

扩展

编辑 scripts/get_answer.py,往 ANSWERS 列表里加新条目即可。每条尽量简短(10 字以内)、直接、留有解读空间。

Comments

Loading comments...