Answer Book

v1.1.0

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...

0· 39·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/answer-book.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Answer Book" (enihsago/answer-book) from ClawHub.
Skill page: https://clawhub.ai/enihsago/answer-book
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 answer-book

ClawHub CLI

Package manager switcher

npx clawhub@latest install answer-book
Security Scan
Capability signals
CryptoCan make purchases
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

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

latestvk97fednyxhp7q11x26mjnh0frh85n30v
39downloads
0stars
2versions
Updated 17h ago
v1.1.0
MIT-0

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.

Comments

Loading comments...