← 返回 Skills 市场
rikhou

tang poetry challenge

作者 rikhou · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
330
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tang-poetry-challenge
功能描述
唐诗三百首对诗挑战游戏,提供诗句上句,用户需要对出下句。包含挑战结束评分和错题分析功能。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tang-poetry-challenge
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tang-poetry-challenge 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug tang-poetry-challenge
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

tang poetry challenge 是什么?

唐诗三百首对诗挑战游戏,提供诗句上句,用户需要对出下句。包含挑战结束评分和错题分析功能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 330 次。

如何安装 tang poetry challenge?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install tang-poetry-challenge」即可一键安装,无需额外配置。

tang poetry challenge 是免费的吗?

是的,tang poetry challenge 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

tang poetry challenge 支持哪些平台?

tang poetry challenge 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 tang poetry challenge?

由 rikhou(@rikhou)开发并维护,当前版本 v1.0.0。

💬 留言讨论