← Back to Skills Marketplace
rikhou

tang poetry challenge

by rikhou · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
330
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tang-poetry-challenge
Description
唐诗三百首对诗挑战游戏,提供诗句上句,用户需要对出下句。包含挑战结束评分和错题分析功能。
Usage Guidance
This skill appears coherent and safe: it uses a local JSON of poems and two Python scripts to run a Tang-poetry quiz, with no network calls or credential access. Before installing or running, review and/or run the scripts in a sandboxed environment because running Python code executes locally and can perform arbitrary actions if modified. Note two functional issues in the code (not security problems): 1) calculate_score and get_incorrect_questions call check_answer repeatedly, and check_answer appends to user_answers/correct_answers on each call — this can lead to duplicated/miscounted answers and incorrect scoring/analysis; 2) feedback keyword extraction is a simple heuristic (may not work well with Chinese without tokenization). If you plan to use this skill in production, consider fixing the check_answer side-effect (avoid mutating answer lists when only checking) and validating behavior in a test run. If you have low trust in the source, run the code in an isolated environment (container or VM) or inspect the files locally first.
Capability Analysis
Type: OpenClaw Skill Name: tang-poetry-challenge Version: 1.0.0 The skill bundle implements a legitimate Tang poetry challenge game. The Python scripts (scripts/challenge.py and scripts/feedback.py) handle game logic, scoring, and educational feedback using a local JSON dataset (references/tang_poetry.json). No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Assessment
Purpose & Capability
The name/description (唐诗三百首对诗挑战) matches the included artifacts: a local poems JSON, a challenge script, and a feedback script. There are no unrelated required binaries, env vars, or config paths that don't fit this purpose.
Instruction Scope
SKILL.md describes using references/tang_poetry.json and the two scripts for question generation, answer checking, scoring, and feedback. The code only reads the local JSON and processes user input; it does not access network endpoints, other system files, or secrets. (Note: the scripts perform stateful operations when run locally — see user guidance.)
Install Mechanism
There is no install spec; this is effectively an instruction+code bundle that relies on Python being available. No remote downloads or package installs are declared.
Credentials
The skill declares and requires no environment variables, credentials, or config paths. The code does not attempt to read environment secrets or external credentials.
Persistence & Privilege
always is false and the skill does not modify other skills, agent-wide settings, or persist credentials. The scripts only maintain in-process state for a running challenge.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tang-poetry-challenge
  3. After installation, invoke the skill by name or use /tang-poetry-challenge
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the 唐诗三百首对诗挑战游戏 skill. - Challenge mode: provides an upper line from the Tang Poems, users answer with the lower line. - End-of-challenge scoring based on correct answers and completion time. - Error analysis: shows correct answers and explanations for incorrect responses. - Customizable challenge length; default is 10 questions. - Uses data from 唐诗三百首 (tang_poetry.json). - Clear process and feedback to help users learn and enjoy Tang poetry.
Metadata
Slug tang-poetry-challenge
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is tang poetry challenge?

唐诗三百首对诗挑战游戏,提供诗句上句,用户需要对出下句。包含挑战结束评分和错题分析功能。 It is an AI Agent Skill for Claude Code / OpenClaw, with 330 downloads so far.

How do I install tang poetry challenge?

Run "/install tang-poetry-challenge" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is tang poetry challenge free?

Yes, tang poetry challenge is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does tang poetry challenge support?

tang poetry challenge is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created tang poetry challenge?

It is built and maintained by rikhou (@rikhou); the current version is v1.0.0.

💬 Comments