Agent skill

pet

Simple command-line snippet manager. Use it to save and reuse complex commands.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/pet-moltbot-skills

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

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.

Didn't find tool you were looking for?

Be as detailed as possible for better results