← 返回 Skills 市场
411
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install chinese-joke
功能描述
提供多类型中文笑话,包括谐音梗、程序员笑话、生活趣事和脑筋急转弯,无需外部接口。
使用说明 (SKILL.md)
中文笑话库 Skill
概述
使用本地笑话数据库获取中文笑话,无需依赖外部 API。
笑话库
包含多种类型的中文笑话:
- 谐音梗
- 程序员笑话
- 生活趣事
- 脑筋急转弯
- 双关语
快速开始
使用 Bash
# 获取随机笑话
./scripts/joke.sh random
# 按类型获取
./scripts/joke.sh random --type pun # 谐音梗
./scripts/joke.sh random --type program # 程序员
./scripts/joke.sh random --type life # 生活
./scripts/joke.sh random --type brain # 脑筋急转弯
使用 Python
python3 scripts/joke.py random
python3 scripts/joke.py random --type program
笑话类型
pun- 谐音梗/双关语program- 程序员/技术life- 生活趣事brain- 脑筋急转弯story- 短故事
示例
# 获取 5 个谐音梗
./scripts/joke.sh random --type pun --count 5
# 获取一个程序员笑话
./scripts/joke.sh random --type program
添加新笑话
编辑 jokes.json 文件添加新笑话:
{
"type": "pun",
"joke": "你的笑话内容",
"category": "可选分类"
}
相关链接
- 笑话库位于
jokes.json - 可扩展添加更多类型
安全使用建议
This skill appears safe and self-contained: it only reads the bundled jokes.json and prints jokes. Before installing, you may want to (1) inspect jokes.json for any content you find inappropriate, (2) be aware of a small bug when requesting a non-existent type (the Python script will error instead of printing a friendly message), and (3) run the scripts in a normal user context (no special privileges needed). No network calls or credentials are requested by the skill.
功能分析
Type: OpenClaw Skill
Name: chinese-joke
Version: 1.0.0
The skill bundle is a simple local Chinese joke utility. The Python script (scripts/joke.py) and shell wrapper (scripts/joke.sh) only perform basic file reading and random selection from a local JSON file (jokes.json) using standard libraries, with no evidence of network activity, data exfiltration, or malicious intent.
能力评估
Purpose & Capability
The name/description claim a local joke library with no external APIs. The package contains a local jokes.json and simple scripts that load and print jokes — all required pieces match the stated purpose.
Instruction Scope
SKILL.md only directs running the included local scripts and editing jokes.json. The runtime instructions do not request other files, environment variables, or network endpoints. Minor issue: scripts/joke.py contains a small bug (print(..., error=True) — print() doesn't accept an 'error' kwarg), which would raise an exception if a requested type is not found; this is a correctness bug, not an indication of malicious intent.
Install Mechanism
No install spec; this is instruction-only plus two simple local scripts. Nothing is downloaded or installed during use.
Credentials
No environment variables, credentials, or config paths are required. The skill does not request access beyond reading its local jokes.json file.
Persistence & Privilege
always=false and no special persistence or system-wide configuration is requested. Autonomous invocation is allowed by platform default but the skill itself does not request elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install chinese-joke - 安装完成后,直接呼叫该 Skill 的名称或使用
/chinese-joke触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release - 本地中文笑话库,支持多种类型
元数据
常见问题
中文笑话库 是什么?
提供多类型中文笑话,包括谐音梗、程序员笑话、生活趣事和脑筋急转弯,无需外部接口。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 411 次。
如何安装 中文笑话库?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install chinese-joke」即可一键安装,无需额外配置。
中文笑话库 是免费的吗?
是的,中文笑话库 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
中文笑话库 支持哪些平台?
中文笑话库 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 中文笑话库?
由 Djttt(@djttt)开发并维护,当前版本 v1.0.0。
推荐 Skills