Simple command-line snippet manager. Use it to save and reuse complex commands.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add majiayu000/claude-skill-registry --skill pet --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Pet?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/majiayu000-pet)More formats (shields.io, HTML) on the badges page.
---
name: pet
description: Simple command-line snippet manager. Use it to save and reuse complex commands.
metadata: {"clawdbot":{"emoji":"🐘","requires":{"bins":["pet"]}}}
---
# 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
```bash
pet new
```
This opens an editor. Enter the command and a description.
Format:
```toml
[[snippets]]
command = "echo 'hello'"
description = "say hello"
output = ""
```
### Search and List snippets
```bash
pet search
```
### Execute a snippet directly
```bash
pet exec
```
### Sync with Gist (Optional)
If configured in `~/.config/pet/config.toml`, you can sync snippets to a GitHub Gist:
```bash
pet sync
```
## Storage
Snippets are stored in `~/.config/pet/snippet.toml`.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!