← Back to Skills Marketplace
stevojarvisai-star

Prompt Library Manager

by stevojarvisai-star · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ Security Clean
155
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install prompt-library-manager
Description
Curated prompt template library for OpenClaw agents. Store, search, version, tag, and reuse prompt templates across sessions and agents. Use when asked to "s...
Usage Guidance
This skill appears to be a local prompt library that reads/writes a JSON file under ~/.openclaw/workspace/memory/prompt-library.json and can import templates from files you provide. Before installing or using it: 1) Inspect the full script for any network calls (none are apparent in the shown imports, but the file was truncated in the listing). 2) Avoid storing secrets or API keys inside prompt templates (templates may be exported or copied). 3) Be aware the tool can read files you point at with --from-file or --import, so only import trusted files. 4) If you want to prevent autonomous invocation, disable model invocation for the skill in your agent settings; by default the agent may call skills autonomously. If you want, I can scan the remainder of scripts/prompt-library.py (the truncated portion) to raise or lower my confidence.
Capability Analysis
Type: OpenClaw Skill Name: prompt-library-manager Version: 1.1.0 The prompt-library-manager skill is a legitimate utility for storing and managing prompt templates in a local JSON file. The Python script (scripts/prompt-library.py) uses only standard libraries and implements standard CRUD operations without any network activity, obfuscation, or attempts to access sensitive system files beyond its designated workspace.
Capability Assessment
Purpose & Capability
Name/description (prompt template library) align with the provided CLI and code. The script manages prompts, searching, versioning, import/export and stores them under the user's workspace—capabilities requested are proportionate.
Instruction Scope
SKILL.md instructs only local operations (add/search/list/use/import/export) and references the local storage path (~/.openclaw/workspace/memory/prompt-library.json). The only file reads occur when the user supplies --from-file or import files, which is expected. No instructions direct data to external endpoints.
Install Mechanism
No install spec (instruction-only with an included script). No external packages or remote downloads are required by the manifest.
Credentials
The skill does not require environment variables, credentials, or config paths beyond writing to a workspace directory. No secrets are requested or declared.
Persistence & Privilege
always:false (not force-installed) and default model invocation allowed. The skill writes only to its own workspace path and does not request elevated system privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install prompt-library-manager
  3. After installation, invoke the skill by name or use /prompt-library-manager
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
Fixed: unhandled FileNotFoundError, OSError, and UnicodeDecodeError in cmd_add --from-file flag. All file read errors now return clean error messages instead of Python tracebacks.
v1.0.0
Initial release — persistent prompt template library with 10 starter prompts, full-text search, variable substitution, import/export
Metadata
Slug prompt-library-manager
Version 1.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Prompt Library Manager?

Curated prompt template library for OpenClaw agents. Store, search, version, tag, and reuse prompt templates across sessions and agents. Use when asked to "s... It is an AI Agent Skill for Claude Code / OpenClaw, with 155 downloads so far.

How do I install Prompt Library Manager?

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

Is Prompt Library Manager free?

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

Which platforms does Prompt Library Manager support?

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

Who created Prompt Library Manager?

It is built and maintained by stevojarvisai-star (@stevojarvisai-star); the current version is v1.1.0.

💬 Comments