.claude/skills/example-skill/SKILL.md
A simple example skill that demonstrates the basic structure and functionality. Use when you need to show how skills work or test skill loading.
npx skillsauth add phil65/agentpool Example SkillInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This is an example skill that demonstrates the basic structure of a Claude Code Skill. It shows how to organize instructions, provide examples, and reference additional resources.
When using this skill, follow these steps:
# Example of how this skill might be used
def example_function():
print("This is an example from the skill")
return "skill_result"
# Command line example
echo "Running skill example"
This skill may contain additional files:
helpers.py: Utility functionstemplates/: Example templatesdocs/: Extended documentationtesting
Sync the agentpool skills implementation with the official Agent Skills Spec by comparing against the reference repository.
tools
Sync the ACP (Agent Client Protocol) schema implementation with the official reference repo by comparing Rust source types against our Python Pydantic models.
testing
Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to references/ or scripts/, removing stale content, validating against the AgentSkills spec). Triggers on phrases like "create a skill", "author a skill", "tidy up a skill", "improve this skill", "review the skill", "clean up the skill", "audit the skill".
testing
Host security hardening and risk-tolerance configuration for OpenClaw deployments. Use when a user asks for security audits, firewall/SSH/update hardening, risk posture, exposure review, OpenClaw cron scheduling for periodic checks, or version status checks on a machine running OpenClaw (laptop, workstation, Pi, VPS).