中文笑话库

v1.0.0

提供多类型中文笑话,包括谐音梗、程序员笑话、生活趣事和脑筋急转弯,无需外部接口。

0· 354·2 current·2 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk979w1n62r9ws56wxarckb6mfs82txb3

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments