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
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & 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 zip
latestvk971pb33c0r4vd4w156jtf6hr18354cp

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:

  1. A greeting: "Hello! The test skill is working correctly."
  2. The current date and time.
  3. A confirmation that custom skills are active.

Files

1 total
Select a file
Select a file to preview.

Comments

Loading comments…