← Back to Skills Marketplace
gumadeiras

pet

cross-platform ⚠ suspicious
1903
Downloads
0
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install pet
Description
Simple command-line snippet manager. Use it to save and reuse complex commands.
Usage Guidance
This skill is coherent and lightweight: it only instructs the agent to call the local 'pet' CLI. Before installing, ensure the 'pet' binary on your system is from a trusted source. Be aware that snippets can contain arbitrary shell commands — do not run untrusted snippets. If you enable the optional GitHub Gist sync, avoid storing secrets in snippets and limit the GitHub token scope; verify where the token is stored (pet config) before syncing. Finally, because the agent can invoke the skill autonomously and 'pet exec' runs commands, consider whether you want to allow automated runs or restrict the skill to manual/invoked use.
Capability Analysis
Type: OpenClaw Skill Name: pet Version: 1.0.0 The skill bundle wraps the `pet` command-line snippet manager, which inherently allows for the execution of arbitrary shell commands via `pet exec` and network communication for syncing snippets via `pet sync`. While these capabilities are aligned with the stated purpose of a snippet manager, they represent significant high-risk behaviors (shell and network access) that could be leveraged for malicious activity if the agent were subsequently prompted to misuse them. No explicit malicious intent or prompt injection attempts were found in `SKILL.md`.
Capability Assessment
Purpose & Capability
Name/description match the runtime instructions: the SKILL.md simply calls the 'pet' CLI to create, list, search, exec, and optionally sync snippets. Requiring the 'pet' binary is appropriate and proportional to the stated purpose.
Instruction Scope
Instructions stay within the skill's purpose. They reference the pet config at ~/.config/pet/config.toml and the snippet store ~/.config/pet/snippet.toml — these are expected for a CLI snippet manager. Note: 'pet exec' will run whatever commands are stored in snippets (i.e., it can execute arbitrary shell commands), and 'pet sync' can transmit snippet content to GitHub Gist if configured.
Install Mechanism
No install spec is present (instruction-only), so nothing is written to disk by the skill itself. The agent must rely on an existing, trusted 'pet' binary being on PATH.
Credentials
The skill requests no environment variables or credentials. The optional Gist sync implies a GitHub token might be configured in the user's pet config, but that token is not requested by the skill itself. No disproportionate credential access is requested.
Persistence & Privilege
always:false and no install actions mean the skill does not demand persistent or elevated platform privileges. However, because the agent may invoke the skill autonomously (default behavior) and the pet CLI can execute arbitrary commands via 'pet exec', allowlisting should consider who/what can trigger this skill and whether automatic execution of stored commands is acceptable.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pet
  3. After installation, invoke the skill by name or use /pet
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug pet
Version 1.0.0
License
All-time Installs 4
Active Installs 3
Total Versions 1
Frequently Asked Questions

What is pet?

Simple command-line snippet manager. Use it to save and reuse complex commands. It is an AI Agent Skill for Claude Code / OpenClaw, with 1903 downloads so far.

How do I install pet?

Run "/install pet" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is pet free?

Yes, pet is completely free (open-source). You can download, install and use it at no cost.

Which platforms does pet support?

pet is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created pet?

It is built and maintained by Gustavo Madeira Santana (@gumadeiras); the current version is v1.0.0.

💬 Comments