← 返回 Skills 市场
pet
作者
Gustavo Madeira Santana
· GitHub ↗
· v1.0.0
1903
总下载
0
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install pet
功能描述
Simple command-line snippet manager. Use it to save and reuse complex commands.
安全使用建议
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.
功能分析
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`.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pet - 安装完成后,直接呼叫该 Skill 的名称或使用
/pet触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
pet 是什么?
Simple command-line snippet manager. Use it to save and reuse complex commands. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1903 次。
如何安装 pet?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pet」即可一键安装,无需额外配置。
pet 是免费的吗?
是的,pet 完全免费(开源免费),可自由下载、安装和使用。
pet 支持哪些平台?
pet 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 pet?
由 Gustavo Madeira Santana(@gumadeiras)开发并维护,当前版本 v1.0.0。
推荐 Skills