← 返回 Skills 市场
aolinlu

请求随机笑话

作者 Aolinlu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
129
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install request-random-jokes
功能描述
Get random fun content (joke, funny story/duanzi, poisonous chicken soup/dujitang) from public APIs. Use when the user asks you to tell a joke, share a funny...
安全使用建议
This skill appears to do exactly what it says: fetch jokes from remote APIs and print them. Before installing or running it, consider: (1) network/privacy — running the script makes outbound requests to api.pearktrue.cn (an unfamiliar third-party host), which will see your IP and request metadata; if you need tighter privacy or trust, replace the endpoints with a known provider. (2) dependency — the script uses the Python 'requests' library but does not declare installation steps; ensure 'requests' is installed (pip install requests) or run in an environment that provides it. If you need offline or provably-trusted behavior, review or host the endpoints yourself. Otherwise the skill is coherent and low-risk.
功能分析
Type: OpenClaw Skill Name: request-random-jokes Version: 1.0.0 The skill is a straightforward utility for fetching jokes and quotes from public APIs (api.pearktrue.cn). The Python script (request_random_jokes.py) and documentation (SKILL.md) contain no evidence of malicious intent, data exfiltration, or prompt injection, and the code logic aligns perfectly with the stated purpose.
能力评估
Purpose & Capability
Name, description, SKILL.md, and the Python script align: the script fetches random joke/duanzi/dujitang content from three API endpoints. The required behavior matches the stated purpose.
Instruction Scope
Runtime instructions are narrowly scoped (run the script or pass a type). The script only performs outbound HTTP GETs to the three API endpoints and prints the returned text; it does not read local files, environment variables, or other system state.
Install Mechanism
No install spec (instruction-only), which minimizes install risk. However the script imports the third-party Python package 'requests' but SKILL.md does not declare this dependency or how to ensure it's available; callers will need to have 'requests' installed in their environment.
Credentials
The skill requests no environment variables, credentials, or config paths. That is proportionate to its simple network-fetching purpose.
Persistence & Privilege
Flags show always:false and normal invocation behavior. The skill does not request persistent presence or modify other skills or system settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install request-random-jokes
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /request-random-jokes 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of request-random-jokes skill. - Fetches random jokes, funny stories (duanzi), or poisonous chicken soup (dujitang) from public APIs. - Supports optional command-line parameters to select the content type. - Provides straightforward plain text output for easy integration and usage.
元数据
Slug request-random-jokes
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

请求随机笑话 是什么?

Get random fun content (joke, funny story/duanzi, poisonous chicken soup/dujitang) from public APIs. Use when the user asks you to tell a joke, share a funny... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 129 次。

如何安装 请求随机笑话?

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

请求随机笑话 是免费的吗?

是的,请求随机笑话 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

请求随机笑话 支持哪些平台?

请求随机笑话 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 请求随机笑话?

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

💬 留言讨论