← 返回 Skills 市场
alirezarezvani

Senior Prompt Engineer

作者 Alireza Rezvani · GitHub ↗ · v2.1.1 · MIT-0
cross-platform ✓ 安全检测通过
1781
总下载
5
收藏
13
当前安装
2
版本数
在 OpenClaw 中安装
/install senior-prompt-engineer
功能描述
This skill should be used when the user asks to "optimize prompts", "design prompt templates", "evaluate LLM outputs", "build agentic systems", "implement RA...
安全使用建议
This skill appears to be a coherent prompt-engineering toolkit that runs local Python scripts to analyze prompts and agent configs. Before installing or running: - Inspect rag_evaluator.py (the full file) for any network calls, hardcoded endpoints, or attempts to use API keys; the SKILL.md does not declare any required credentials. - Run the scripts on non-sensitive sample files first and in a sandboxed environment (or virtualenv) so you can observe any unexpected outbound network traffic. - Review any agent_config.yaml you give to agent_orchestrator.py—the tool validates and parses configs but uses a simple YAML parser; avoid feeding untrusted configs that could cause unexpected behavior. If rag_evaluator.py uses external LLM/embedding services, ensure you supply credentials explicitly and understand where data is sent before using with private data.
功能分析
Type: OpenClaw Skill Name: senior-prompt-engineer Version: 2.1.1 The 'senior-prompt-engineer' skill bundle is a comprehensive toolkit for prompt optimization and LLM evaluation. The included Python scripts (agent_orchestrator.py, prompt_optimizer.py, and rag_evaluator.py) perform static analysis, token estimation, and heuristic scoring of RAG systems without using dangerous functions like eval(), subprocess, or making network calls. The documentation and SKILL.md instructions are strictly technical and aligned with the stated purpose, showing no signs of malicious intent or prompt injection attacks.
能力评估
Purpose & Capability
Name, description, SKILL.md examples, and included scripts (prompt_optimizer.py, agent_orchestrator.py, rag_evaluator.py) are consistent with a 'senior prompt engineer' toolkit for analyzing prompts, RAG evaluation, and agent workflows. The skill does not declare unrelated env vars, binaries, or config paths. Minor note: the registry labeled this as 'instruction-only' while shipping multiple Python scripts — that is an internal inconsistency but not a functional mismatch.
Instruction Scope
SKILL.md instructs the agent/user to run the included Python scripts against local files (prompts, contexts, agent YAML). The visible scripts perform static analysis and local validation only. However rag_evaluator.py was truncated in the provided content; if it performs network calls (e.g., to embedding or LLM services) or looks up external endpoints, that behavior is not declared in SKILL.md or requires.env and should be inspected.
Install Mechanism
No install spec is present and the scripts are run directly with the Python interpreter. Nothing in the manifest attempts to download or extract remote archives or install third-party packages automatically.
Credentials
The skill declares no required environment variables or credentials and the visible code operates on local files. This is proportionate to the stated purpose. Caveat: if rag_evaluator.py (not fully shown) expects API keys or contains hardcoded endpoints, those would be out-of-band and should be verified before use.
Persistence & Privilege
The skill does not request always:true or any elevated/platform-wide privileges. It contains local utility scripts and reference docs only, and does not attempt to modify other skills or agent configuration beyond validating user-supplied agent config files (via agent_orchestrator).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install senior-prompt-engineer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /senior-prompt-engineer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.1.1
v2.1.1: optimization, reference splits
v1.0.0
Initial release of Senior Prompt Engineer: a toolkit for advanced prompt engineering, LLM evaluation, and agentic workflow design. - Provides CLI tools for prompt optimization, Retrieval-Augmented Generation (RAG) evaluation, and agent workflow orchestration. - Includes workflows for prompt optimization, few-shot example design, and structured output specification. - Supports analysis of token usage, prompt clarity, and performance reporting. - Features validation and visualization of agent architectures. - Supplies quick-start commands, usage examples, and reference patterns for rapid adoption.
元数据
Slug senior-prompt-engineer
版本 2.1.1
许可证 MIT-0
累计安装 13
当前安装数 13
历史版本数 2
常见问题

Senior Prompt Engineer 是什么?

This skill should be used when the user asks to "optimize prompts", "design prompt templates", "evaluate LLM outputs", "build agentic systems", "implement RA... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1781 次。

如何安装 Senior Prompt Engineer?

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

Senior Prompt Engineer 是免费的吗?

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

Senior Prompt Engineer 支持哪些平台?

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

谁开发了 Senior Prompt Engineer?

由 Alireza Rezvani(@alirezarezvani)开发并维护,当前版本 v2.1.1。

💬 留言讨论