← 返回 Skills 市场
stevojarvisai-star

Prompt Library Manager

作者 stevojarvisai-star · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ 安全检测通过
155
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install prompt-library-manager
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /prompt-library-manager 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
Slug prompt-library-manager
版本 1.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 155 次。

如何安装 Prompt Library Manager?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install prompt-library-manager」即可一键安装,无需额外配置。

Prompt Library Manager 是免费的吗?

是的,Prompt Library Manager 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Prompt Library Manager 支持哪些平台?

Prompt Library Manager 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Prompt Library Manager?

由 stevojarvisai-star(@stevojarvisai-star)开发并维护,当前版本 v1.1.0。

💬 留言讨论