Agent skill
pet
Simple command-line snippet manager. Use it to save and reuse complex commands.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/pet-clawdbot-skills-3c5305d8
Metadata
Additional technical details for this skill
- clawdbot
-
{ "emoji": "\ud83d\udc18", "requires": { "bins": [ "pet" ] } }
SKILL.md
pet (Simple Command-Line Snippet Manager)
Pet acts as a CLI snippet manager. It helps you save complex commands and reuse them.
Usage
Create a new snippet
pet new
This opens an editor. Enter the command and a description. Format:
[[snippets]]
command = "echo 'hello'"
description = "say hello"
output = ""
Search and List snippets
pet search
Execute a snippet directly
pet exec
Sync with Gist (Optional)
If configured in ~/.config/pet/config.toml, you can sync snippets to a GitHub Gist:
pet sync
Storage
Snippets are stored in ~/.config/pet/snippet.toml.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?