A testing skill

Explains code with visual diagrams and analogies. Use when explaining how code works, teaching about a codebase, or when the user asks "how does this work?

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 59 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name, description, and SKILL.md all align: the skill is an explanation/teaching helper and its runtime instructions are purely about how to format explanations (analogy, ASCII diagram, step-by-step, gotcha). It does not request unrelated capabilities.
Instruction Scope
SKILL.md only instructs the agent how to present explanations and does not direct the agent to read files, environment variables, system paths, or transmit data to external endpoints. No scope creep detected.
Install Mechanism
No install spec or code files are present; the skill is instruction-only and will not write or execute code on disk.
Credentials
The skill declares no required environment variables, credentials, or config paths — appropriate given its stated purpose.
Persistence & Privilege
always:false and default autonomous invocation are in place. The skill does not request persistent or elevated privileges and does not modify other skills or system settings.
Scan Findings in Context
[no-findings] expected: The regex-based scanner found nothing to analyze — consistent with this being an instruction-only skill with no code files or install steps.
Assessment
This skill appears safe and coherent for helping explain code: it only prescribes how the agent should format explanations and requests no installs, secrets, or file access. Things to consider before enabling: (1) the agent can be invoked autonomously by default—watch for unexpected behavior; (2) do not paste sensitive or proprietary code into chats you don't trust, since the skill will analyze any code it is given; (3) review a few sample outputs to confirm the explanation style meets your needs; (4) if the agent ever asks to access files, network endpoints, or credentials to provide explanations, treat that as unexpected and revoke the skill until you verify why.

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

Current versionv1.0.0
Download zip
latestvk970y7j4ckg9na852eme3cpkq583pjn7

License

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

SKILL.md

When explaining code, always include:

  1. Start with an analogy: Compare the code to something from everyday life
  2. Draw a diagram: Use ASCII art to show the flow, structure, or relationships
  3. Walk through the code: Explain step-by-step what happens
  4. Highlight a gotcha: What's a common mistake or misconception?

Keep explanations conversational. For complex concepts, use multiple analogies.

Files

1 total
Select a file
Select a file to preview.

Comments

Loading comments…