hanyilong first skill
v1.0.0this is my hello world skill
⭐ 0· 334·2 current·2 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description say 'hello world' and the bundle contains only a template SKILL.md and a trivial example Python script that prints a message — the requested resources match the stated purpose.
Instruction Scope
SKILL.md is a generic template with TODOs and does not instruct the agent to read files, access credentials, or call external endpoints. It is incomplete (no concrete runtime steps), which is not a security problem but means the skill currently does nothing useful until filled in.
Install Mechanism
No install spec is provided (instruction-only plus a small script). Nothing will be downloaded or written during installation.
Credentials
The skill declares no required environment variables, credentials, or config paths — proportional for a template/hello-world skill.
Persistence & Privilege
Skill does not request persistent or elevated privileges (always is false). Model invocation is allowed by default, which is normal for skills and acceptable here given the minimal scope.
Assessment
This skill is essentially a template/hello-world and appears safe: it contains only explanatory text and a tiny Python script that prints a message. Before installing or running it, consider: (1) the SKILL.md is incomplete — the author needs to add concrete behavior; (2) if you plan to run the included script, inspect it yourself (it currently only prints a message); (3) if the skill is later expanded, re-check for network calls, credential requests, or downloads. Because it requests no credentials and has no install steps, risk is low, but always review any code before executing it in your environment.Like a lobster shell, security has layers — review code before you run it.
latestvk972fscg60w0faxqrg3xh0m4gn81xwbz
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
