Jump to related tools in the same category or review the original source on GitHub.

Media & Streaming @gumadeiras Updated 2/26/2026

🐘 Pet OpenClaw Skill - ClawHub

Do you want your AI agent to automate Pet workflows? This free skill from ClawHub helps with media & streaming tasks without building custom tools from scratch.

What this skill does

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

Install

npx clawhub@latest install pet

Full SKILL.md

Open original
namedescription
petSimple command-line snippet manager. Use it to save and reuse complex commands.

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.

Original URL: https://github.com/openclaw/skills/blob/main/skills/gumadeiras/pet

Related skills

If this matches your use case, these are close alternatives in the same category.