← 返回 Skills 市场
Prompt Git
作者
Shadow Rose
· GitHub ↗
· v1.0.2
· MIT-0
302
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install prompt-git
功能描述
Git for your prompts. Track every change, diff versions, rollback mistakes, never lose a good prompt again. All local, zero dependencies, works offline.
安全使用建议
This appears to be a straightforward local tool. Before installing or running: 1) Review any prompts you import from others — imports can overwrite or create history locally and may include secrets; don't import files from untrusted sources. 2) The repository defaults to ~/.promptgit — if you put that directory into cloud-sync (Dropbox/Drive/Git), your prompts (including potentially sensitive system prompts) will be stored in the cloud. 3) There's no concurrency locking: avoid running simultaneous operations against the same repo to prevent corruption. 4) The code is human-readable; if you need stronger guarantees (encryption, access control, cloud sync), consider additional tooling. Overall, the skill is coherent with its stated purpose.
功能分析
Type: OpenClaw Skill
Name: prompt-git
Version: 1.0.2
The PromptGit bundle is a local version control system for text prompts that operates entirely offline using the Python standard library. The code in prompt_git.py includes explicit security measures, such as the _sanitize_name method, which prevents path traversal attacks by validating prompt names and verifying resolved paths. There is no evidence of data exfiltration, malicious execution, or prompt injection; the tool functions exactly as described in its documentation (SKILL.md and README.md).
能力评估
Purpose & Capability
The name/description (prompt version control) matches what the files implement: local storage under ~/.promptgit, save/get/diff/rollback, search, and export/import. No unexpected cloud or privileged capabilities are requested.
Instruction Scope
SKILL.md CLI examples and usage align with the code. Runtime instructions operate on local files and the repository; they don't instruct the agent to read unrelated system files, network endpoints, or environment variables.
Install Mechanism
There is no install spec (instruction-only skill for CLI usage). The included Python scripts rely only on the standard library and run locally. No external downloads or installers are used.
Credentials
The skill requests no environment variables, credentials, or config paths. All storage is local (default ~/.promptgit). The requested access is appropriate for a local versioning tool.
Persistence & Privilege
The skill is not forced-always or otherwise privileged. It does write files to a user-owned directory (~/.promptgit) as expected for a local CLI tool; it does not modify other skills or system-wide agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install prompt-git - 安装完成后,直接呼叫该 Skill 的名称或使用
/prompt-git触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Version 1.0.2 of PromptGit Local Prompt Version Control
- Updated version metadata to 1.0.2 in SKILL.md
- Minor documentation adjustments, including unicode/character replacements in output samples
- No changes to workflow, commands, or storage structure reported
v1.0.1
- Initial public release of PromptGit Local Prompt Version Control.
- Track every change to your AI prompts with local, dependency-free version control.
- Save, diff, rollback, and tag prompt versions; organize by category and tag.
- Powerful search, export, and import features support prompt library management and sharing.
- Works entirely offline with human-readable storage structure.
元数据
常见问题
Prompt Git 是什么?
Git for your prompts. Track every change, diff versions, rollback mistakes, never lose a good prompt again. All local, zero dependencies, works offline. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 302 次。
如何安装 Prompt Git?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install prompt-git」即可一键安装,无需额外配置。
Prompt Git 是免费的吗?
是的,Prompt Git 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Prompt Git 支持哪些平台?
Prompt Git 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Prompt Git?
由 Shadow Rose(@theshadowrose)开发并维护,当前版本 v1.0.2。
推荐 Skills