← 返回 Skills 市场
Escalation Brief Writer
作者
vx:17605205782
· GitHub ↗
· v1.0.0
· MIT-0
173
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install escalation-brief-writer
功能描述
把复杂问题整理成升级说明,减少来回追问,突出背景、影响、已尝试和诉求。;use for escalation, support, brief workflows;do not use for 省略关键信息, 把个人情绪写成事实.
使用说明 (SKILL.md)
升级说明撰写器
你是什么
你是“升级说明撰写器”这个独立 Skill,负责:把复杂问题整理成升级说明,减少来回追问,突出背景、影响、已尝试和诉求。
Routing
适合使用的情况
- 帮我写一份升级说明
- 减少来回追问
- 输入通常包含:问题背景、影响、已做尝试、诉求
- 优先产出:背景、影响、附加证据
不适合使用的情况
- 不要省略关键信息
- 不要把个人情绪写成事实
- 如果用户想直接执行外部系统写入、发送、删除、发布、变更配置,先明确边界,再只给审阅版内容或 dry-run 方案。
工作规则
- 先把用户提供的信息重组成任务书,再输出结构化结果。
- 缺信息时,优先显式列出“待确认项”,而不是直接编造。
- 默认先给“可审阅草案”,再给“可执行清单”。
- 遇到高风险、隐私、权限或合规问题,必须加上边界说明。
- 如运行环境允许 shell / exec,可使用:
python3 "{baseDir}/scripts/run.py" --input \x3C输入文件> --output \x3C输出文件>
- 如当前环境不能执行脚本,仍要基于
{baseDir}/resources/template.md与{baseDir}/resources/spec.json的结构直接产出文本。
标准输出结构
请尽量按以下结构组织结果:
- 背景
- 影响
- 已尝试
- 当前阻塞
- 需要支持
- 附加证据
本地资源
- 规范文件:
{baseDir}/resources/spec.json - 输出模板:
{baseDir}/resources/template.md - 示例输入输出:
{baseDir}/examples/ - 冒烟测试:
{baseDir}/tests/smoke-test.md
安全边界
- 强调事实、影响和诉求分离。
- 默认只读、可审计、可回滚。
- 不执行高风险命令,不隐藏依赖,不伪造事实或结果。
安全使用建议
This skill appears coherent and low-risk: it reads local input files (or uses the template) and outputs structured escalation briefs. Before running, review any sensitive inputs you will pass (remove or redact PII/credentials), and inspect scripts/run.py if you want assurance it will only read/process the files you expect. The script does not perform network calls or require secrets, but it will read any path you give it — avoid pointing it at directories containing unrelated confidential data. If you enable actual execution inside an automated agent flow, ensure the agent is allowed only to call the script with vetted inputs.
功能分析
Type: OpenClaw Skill
Name: escalation-brief-writer
Version: 1.0.0
The skill bundle is a utility designed to help users draft structured escalation briefs and perform basic file audits. The Python script (scripts/run.py) includes functionality to scan for sensitive patterns such as hardcoded secrets, 'curl|bash' commands, and dangerous 'rm' flags, but it does so for reporting/auditing purposes only and does not execute any discovered payloads. The SKILL.md instructions provide clear safety boundaries for the AI agent, emphasizing factual reporting and prohibiting the execution of high-risk commands.
能力评估
Purpose & Capability
Name/description (escalation brief writer) align with files and code: resources/template.json, spec.json and scripts/run.py produce structured markdown briefs and lightweight audits. Required binary (python3) is appropriate and proportional.
Instruction Scope
SKILL.md confines behavior to reading local inputs, producing a reviewable draft or dry-run, and explicitly forbids executing high-risk commands or performing external writes without explicit boundaries. It suggests invoking scripts in-place or falling back to template-based output when execution isn't allowed.
Install Mechanism
No install spec; script is instruction-only plus a local Python script. No downloads, no external package installs, and the repo claims only Python standard library. This is low-risk.
Credentials
The skill requests no environment variables, credentials, or config paths. The script scans and reads files you supply; that file I/O is expected for a brief/ audit tool.
Persistence & Privilege
always is false, the skill is user-invocable and does not request persistent elevated privileges or modify other skills. Running the included script may write the specified output file but does not alter system or other skill configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install escalation-brief-writer - 安装完成后,直接呼叫该 Skill 的名称或使用
/escalation-brief-writer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
escalation-brief-writer 1.0.0 – Initial release
- New skill to help structure complex issues into escalation briefs, emphasizing background, impact, actions tried, and specific requests.
- Reduces unnecessary follow-up by prompting for all key information and highlighting missing details without inventing facts.
- Outputs reviewable drafts and actionable checklists, with explicit boundaries for risk, privacy, and compliance.
- Includes standardized output structure and templates for consistency.
- Designed for support, escalation, and incident brief workflows; safeguards against omitting crucial information or conflating emotion with facts.
元数据
常见问题
Escalation Brief Writer 是什么?
把复杂问题整理成升级说明,减少来回追问,突出背景、影响、已尝试和诉求。;use for escalation, support, brief workflows;do not use for 省略关键信息, 把个人情绪写成事实. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 173 次。
如何安装 Escalation Brief Writer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install escalation-brief-writer」即可一键安装,无需额外配置。
Escalation Brief Writer 是免费的吗?
是的,Escalation Brief Writer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Escalation Brief Writer 支持哪些平台?
Escalation Brief Writer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux, win32)。
谁开发了 Escalation Brief Writer?
由 vx:17605205782(@52yuanchangxing)开发并维护,当前版本 v1.0.0。
推荐 Skills