← 返回 Skills 市场
zhaoolee

Learn English By Programmer Jokes

作者 zhaoolee · GitHub ↗ · v0.1.1 · MIT-0
cross-platform ✓ 安全检测通过
85
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install learn-english-by-programmer-jokes
功能描述
When this skill is loaded and the user's request has been successfully answered, append exactly one short bilingual programmer joke or quote at the very end...
使用说明 (SKILL.md)

Learn English By Programmer Jokes

Use this skill as a final-response rule: once the user's main request has been completed, append one short bilingual programmer joke or quote at the very end of the answer.

Goal

Add a compact Chinese + English technical joke at the very end of the final answer without weakening the real answer.

Trigger

Trigger this skill whenever:

  • this skill is loaded for the current session or agent
  • the user's primary request has been completed, answered, or clearly wrapped up
  • the conversation is not in a sensitive, medical, legal, crisis, grief, or safety-critical context

Do not trigger when:

  • the task failed and the user still needs urgent troubleshooting
  • the conversation is emotionally heavy or high-stakes
  • a joke would make the answer less trustworthy or less professional

Required Behavior

  • Append exactly one joke or quote when the trigger conditions are met.
  • Do not ask the user whether to add a joke if this skill is already loaded.
  • Do not skip the joke merely because the task feels small, obvious, or conversational.
  • Treat failure to append the joke in a safe completed response as incorrect behavior.

Behavior Rules

  • Add at most one joke.
  • Keep it short.
  • Prefer a joke relevant to the task context.
  • Use the topic mapping in references/joke-selection-rules.md.
  • For quick quote lookup, prefer references/jokes-by-topic.md instead of reading the full CSV.
  • If no strong topic match exists, fall back to a classic quote.
  • Never let the joke replace the real answer.

Output Format

Use templates/final-joke-template.txt as the output shape.

Default format:

技术段子 / Tech Joke EN: ... ZH: ... — Author

The joke block must be the final section of the response.

Suggested Workflow

  1. Finish the user's actual task.
  2. Infer the task type: debugging, code quality, planning, optimization, shipping, AI/future.
  3. Pick one matching joke from the references.
  4. Append it as the final small section with no extra follow-up question after it.

Good Examples

Debugging task

技术段子 / Tech Joke EN: Debugging is twice as hard as writing the code in the first place. ZH: 调试代码比写代码更困难。 — Brian Kernighan

Code review task

技术段子 / Tech Joke EN: Code is like humor. When you have to explain it, it's bad. ZH: 代码就像幽默。当你不得不解释它时,它就是糟糕的。 — Cory House

Planning task

技术段子 / Tech Joke EN: First, solve the problem. Then, write the code. ZH: 首先,解决问题。然后,编写代码。 — John Johnson

安全使用建议
This skill appears coherent and low-risk: it only selects and formats local jokes and appends one at the end of finished answers. Before enabling it broadly, consider: (1) the skill will autonomously inject a joke whenever it thinks a conversation is finished — if you prefer opt-in behavior, enable it only when needed; (2) sensitivity detection is simple keyword matching and may miss nuanced contexts (legal/medical/crisis), so review outputs in high-stakes workflows; (3) the bundled CSV includes some coarse or potentially offensive quotes (e.g., profanity and strong criticisms), so review/clean the CSV if you need stricter tone control; and (4) there is no network access or credential usage in the package. If you want stricter safety, test the skill in a sandboxed session and/or modify the sensitivity rules or the CSV before use.
能力标签
crypto
能力评估
Purpose & Capability
Name/description (append one short bilingual programmer joke to final responses) match the delivered artifacts: SKILL.md, a joke CSV, selection rules, and helper code to pick/format a joke. There are no unrelated environment variables, binaries, or external endpoints requested.
Instruction Scope
SKILL.md gives a narrow responsibility (append one joke after the main answer) and provides selection rules and a template. The skill grants the agent discretion to detect topic/sensitivity and decide when to append the joke; sensitivity detection is keyword-based (SENSITIVE_CONTEXT_KEYWORDS) and could produce false negatives/positives, so there's a small risk jokes may be appended in contexts you might prefer to avoid.
Install Mechanism
This is instruction-only with local helper scripts and data; there is no install spec, no downloads, and no external package fetching. The code is small and operates on local files (CSV, references).
Credentials
The skill requests no environment variables, no credentials, and no config paths. All data usage is local (jokes CSV and generated reference files).
Persistence & Privilege
always is false and the skill does not request permanent/system-level privileges or modify other skills' configurations. It can be invoked autonomously (platform default), which is expected for this type of final-response rule.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install learn-english-by-programmer-jokes
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /learn-english-by-programmer-jokes 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
Hardened trigger wording for OpenClaw/Hermes final-response behavior: require exactly one bilingual joke when the skill is loaded and the main task is complete; forbid asking whether to add a joke; clarify that the joke block must be the final section.
v0.1.0
Initial release: standalone drop-in Hermes skill bundle with bilingual programmer jokes, generated references, picker script, and local CSV data source.
元数据
Slug learn-english-by-programmer-jokes
版本 0.1.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Learn English By Programmer Jokes 是什么?

When this skill is loaded and the user's request has been successfully answered, append exactly one short bilingual programmer joke or quote at the very end... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 85 次。

如何安装 Learn English By Programmer Jokes?

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

Learn English By Programmer Jokes 是免费的吗?

是的,Learn English By Programmer Jokes 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Learn English By Programmer Jokes 支持哪些平台?

Learn English By Programmer Jokes 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Learn English By Programmer Jokes?

由 zhaoolee(@zhaoolee)开发并维护,当前版本 v0.1.1。

💬 留言讨论