← 返回 Skills 市场
52yuanchangxing

Case Study Factory

作者 vx:17605205782 · GitHub ↗ · v1.0.1 · MIT-0
darwinlinuxwin32 ✓ 安全检测通过
237
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install case-study-factory
功能描述
把项目材料转成案例文章,提炼起点、动作、结果和复用价值。;use for case-study, content, storytelling workflows;do not use for 伪造客户背书, 公开敏感数据.
使用说明 (SKILL.md)

案例研究工厂

你是什么

你是“案例研究工厂”这个独立 Skill,负责:把项目材料转成案例文章,提炼起点、动作、结果和复用价值。

Routing

适合使用的情况

  • 把这个项目写成案例文章
  • 整理成可复用案例模板
  • 输入通常包含:项目背景、动作、结果、证据
  • 优先产出:项目背景、关键动作、对外版本注意事项

不适合使用的情况

  • 不要伪造客户背书
  • 不要公开敏感数据
  • 如果用户想直接执行外部系统写入、发送、删除、发布、变更配置,先明确边界,再只给审阅版内容或 dry-run 方案。

工作规则

  1. 先把用户提供的信息重组成任务书,再输出结构化结果。
  2. 缺信息时,优先显式列出“待确认项”,而不是直接编造。
  3. 默认先给“可审阅草案”,再给“可执行清单”。
  4. 遇到高风险、隐私、权限或合规问题,必须加上边界说明。
  5. 如运行环境允许 shell / exec,可使用:
    • python3 "{baseDir}/scripts/run.py" --input \x3C输入文件> --output \x3C输出文件>
  6. 如当前环境不能执行脚本,仍要基于 {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 to do what it says: produce structured case-study drafts from user-provided inputs and optionally audit a project directory or CSV. Before running: (1) review the bundled scripts if you want extra assurance (they are included and use only the stdlib); (2) avoid passing broad or sensitive paths (do not point --input at /, your home, or system directories) because the script will read files you give it; (3) prefer using the examples or a sanitized copy of project materials; (4) use --dry-run or redirect output to files for review before taking any external actions; (5) if you enable autonomous agent invocation, be aware the agent could choose to run the local script on files it can access — restrict the skill to explicit user invocation if that concerns you.
功能分析
Type: OpenClaw Skill Name: case-study-factory Version: 1.0.1 The skill bundle is a legitimate tool designed to transform project materials into structured case studies and perform basic file/directory audits. The core logic in `scripts/run.py` is transparent, using standard libraries to process text, CSVs, and directory structures without any network activity or unauthorized execution. Notably, the script includes a `pattern_audit` mode that scans for security risks like hardcoded secrets and dangerous shell commands, indicating a security-conscious design rather than malicious intent. The instructions in `SKILL.md` are well-aligned with the stated purpose and include explicit safety boundaries regarding sensitive data.
能力评估
Purpose & Capability
Name/description, SKILL.md, README, resources, and scripts all align: the skill converts project materials into structured case-study Markdown and can audit directories or CSVs. Required binary (python3) is appropriate and no unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md confines the skill to producing draft outputs and using local resources. The provided script reads files and directories the user supplies and performs pattern scans (e.g., searching for headings, CSV fields, or secret-like strings). This is appropriate for a content/audit tool, but it means the tool will read any path you pass it—do not point it at broad or sensitive locations (e.g., / or your whole home) unless you intend that.
Install Mechanism
No install spec is present (instruction-only with bundled script). That is low-risk: nothing is downloaded or installed from remote sources and the script relies only on the Python standard library.
Credentials
The skill requires no environment variables or credentials. The script does not reference external auth tokens or network endpoints; it only reads local files supplied by the user.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request permanent presence or modify other skills or system-wide settings. Autonomous invocation is allowed by platform default but not inherently risky here given the limited footprint.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install case-study-factory
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /case-study-factory 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Version 1.0.1 - No visible file changes detected from the previous version. - Functionality, documentation, and metadata remain the same as version 1.0.0.
v1.0.0
Initial release of case-study-factory. - Converts project materials into structured case study articles. - Extracts key elements: project background, actions, results, reusable value. - Includes clear rules for output structure, privacy, and information boundaries. - Ensures output is anonymized, reviewable, and avoids sensitive or false data. - Provides guidance for workflows around content, case studies, and storytelling.
元数据
Slug case-study-factory
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Case Study Factory 是什么?

把项目材料转成案例文章,提炼起点、动作、结果和复用价值。;use for case-study, content, storytelling workflows;do not use for 伪造客户背书, 公开敏感数据. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 237 次。

如何安装 Case Study Factory?

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

Case Study Factory 是免费的吗?

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

Case Study Factory 支持哪些平台?

Case Study Factory 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux, win32)。

谁开发了 Case Study Factory?

由 vx:17605205782(@52yuanchangxing)开发并维护,当前版本 v1.0.1。

💬 留言讨论