← Back to Skills Marketplace
theshadowrose

Prompt Git

by Shadow Rose · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ Security Clean
302
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install prompt-git
Description
Git for your prompts. Track every change, diff versions, rollback mistakes, never lose a good prompt again. All local, zero dependencies, works offline.
Usage Guidance
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.
Capability Analysis
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).
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install prompt-git
  3. After installation, invoke the skill by name or use /prompt-git
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug prompt-git
Version 1.0.2
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 302 downloads so far.

How do I install Prompt Git?

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

Is Prompt Git free?

Yes, Prompt Git is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Prompt Git support?

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

Who created Prompt Git?

It is built and maintained by Shadow Rose (@theshadowrose); the current version is v1.0.2.

💬 Comments