← Back to Skills Marketplace
aolinlu

请求随机笑话

by Aolinlu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
129
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install request-random-jokes
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install request-random-jokes
  3. After installation, invoke the skill by name or use /request-random-jokes
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug request-random-jokes
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 请求随机笑话?

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

How do I install 请求随机笑话?

Run "/install request-random-jokes" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 请求随机笑话 free?

Yes, 请求随机笑话 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 请求随机笑话 support?

请求随机笑话 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 请求随机笑话?

It is built and maintained by Aolinlu (@aolinlu); the current version is v1.0.0.

💬 Comments