skills$openclaw/pet
gumadeiras2.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.

2.7k stars419 forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics

Skill Snapshot

namepet
descriptionSimple command-line snippet manager. Use it to save and reuse complex commands. OpenClaw Skills integration.
ownergumadeiras
repositorygumadeiras/pet
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @gumadeiras/pet
last updatedFeb 7, 2026

Maintainer

gumadeiras

gumadeiras

Maintains pet in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
262 B
SKILL.md
837 B
SKILL.md

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.

README.md

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.