Install
openclaw skills install @zhaoolee/learn-english-by-programmer-jokesWhen 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 of the response, preferably matched to the task context.
openclaw skills install @zhaoolee/learn-english-by-programmer-jokesUse 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.
Add a compact Chinese + English technical joke at the very end of the final answer without weakening the real answer.
Trigger this skill whenever:
Do not trigger when:
references/joke-selection-rules.md.references/jokes-by-topic.md instead of reading the full CSV.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.
技术段子 / Tech Joke EN: Debugging is twice as hard as writing the code in the first place. ZH: 调试代码比写代码更困难。 — Brian Kernighan
技术段子 / Tech Joke EN: Code is like humor. When you have to explain it, it's bad. ZH: 代码就像幽默。当你不得不解释它时,它就是糟糕的。 — Cory House
技术段子 / Tech Joke EN: First, solve the problem. Then, write the code. ZH: 首先,解决问题。然后,编写代码。 — John Johnson