← Back to Skills Marketplace
zhaoolee

Learn English By Programmer Jokes

by zhaoolee · GitHub ↗ · v0.1.1 · MIT-0
cross-platform ✓ Security Clean
85
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install learn-english-by-programmer-jokes
Description
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...
README (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

Usage Guidance
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.
Capability Tags
crypto
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install learn-english-by-programmer-jokes
  3. After installation, invoke the skill by name or use /learn-english-by-programmer-jokes
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug learn-english-by-programmer-jokes
Version 0.1.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 85 downloads so far.

How do I install Learn English By Programmer Jokes?

Run "/install learn-english-by-programmer-jokes" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Learn English By Programmer Jokes free?

Yes, Learn English By Programmer Jokes is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Learn English By Programmer Jokes support?

Learn English By Programmer Jokes is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Learn English By Programmer Jokes?

It is built and maintained by zhaoolee (@zhaoolee); the current version is v0.1.1.

💬 Comments