2.7k★by gumadeiras
pet – OpenClaw Skill
pet is an OpenClaw Skills integration for data analytics workflows. Simple command-line snippet manager. Use it to save and reuse complex commands.
Skill Snapshot
| name | pet |
| description | Simple command-line snippet manager. Use it to save and reuse complex commands. OpenClaw Skills integration. |
| owner | gumadeiras |
| repository | gumadeiras/pet |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @gumadeiras/pet |
| last updated | Feb 7, 2026 |
Maintainer

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
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.
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install pet?
Run openclaw add @gumadeiras/pet in your terminal. This installs pet into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/gumadeiras/pet. Review commits and README documentation before installing.
