good skill
This skill should be used when the user says "test skill", "run test skill", or asks to demonstrate the test skill. It is a simple hello-world skill for test...
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 73 · 0 current installs · 0 all-time installs
byzhaoyuxing@yxzhaoo
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description and the SKILL.md all describe a simple test/hello-world skill; there are no requested binaries, env vars, or other capabilities that don't belong.
Instruction Scope
The runtime instructions only ask the agent to produce a greeting, the current date/time, and confirmation that custom skills are active; they do not reference files, credentials, external endpoints, or other system state.
Install Mechanism
No install spec or code files are present (instruction-only), so nothing is written to disk or downloaded during install.
Credentials
The skill requires no environment variables, credentials, or config paths—proportionate for a simple test skill.
Persistence & Privilege
always is false and the skill is user-invocable; model invocation is allowed (the platform default) but this is expected for a normal skill and not a concern here.
Assessment
This is a minimal, harmless hello-world test skill: it makes no external calls, requests no secrets, and contains only plain instructions. It's safe to enable for testing. As a general precaution, review any skill's SKILL.md before enabling, and be cautious if a skill later gains an install step, requests environment variables, or asks to access files or external endpoints.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.0
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
SKILL.md
Test Skill
This is a test skill to verify that custom skills are working correctly.
What This Skill Does
When invoked, this skill tells you to greet the user with a friendly hello message and confirm that the skill system is working.
Instructions
Respond with:
- A greeting: "Hello! The test skill is working correctly."
- The current date and time.
- A confirmation that custom skills are active.
Files
1 totalSelect a file
Select a file to preview.
Comments
Loading comments…
