Pans Case Writer

v1.0.0

自动将客户成功案例包装为 Case Study(案例研究)。支持背景 / 挑战 / 方案 / 成果四段式结构化模板,支持 Markdown / PDF / HTML 多种格式导出, 提供交互式创建模式逐步引导输入关键信息。 触发词:案例研究, case study, 客户案例, 成功案例, 案例包装, 客户故事,...

0· 60·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for dashiming/pans-case-writer.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Pans Case Writer" (dashiming/pans-case-writer) from ClawHub.
Skill page: https://clawhub.ai/dashiming/pans-case-writer
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install pans-case-writer

ClawHub CLI

Package manager switcher

npx clawhub@latest install pans-case-writer
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name and description (Case Study generator, Markdown/HTML/PDF export, interactive creation) match the included script and sample case. The code implements the described features (templates, interactive prompts, export). No unrelated credentials, binaries, or services are requested.
Instruction Scope
SKILL.md instructs the user to run python3 case.py --create / --export; the script performs interactive input, renders a Markdown case file, and can convert to HTML/PDF. It will save created files under a user home directory (~/.qclaw/cases) which is not documented in SKILL.md; exports will read whatever file path you provide. The script does not access network endpoints or read environment variables.
Install Mechanism
There is no install spec (instruction-only skill plus a local Python script). No downloads or package installs are performed by the skill itself. PDF export requires optional Python packages (weasyprint, markdown) but the script only tells you to install them if missing.
Credentials
The skill requests no environment variables or credentials. However, it writes created cases to a hidden directory in the user's home (~/.qclaw/cases) without declaring that path in SKILL.md. It also reads arbitrary files you pass to --export (expected for an export tool) — avoid exporting sensitive system files.
Persistence & Privilege
always:false and the skill does not modify other skills or system-wide settings. Its only persistent effect is creating files under the user's home directory (~/.qclaw/cases) and writing exported HTML/PDF alongside specified files.
Assessment
This skill appears to do what it claims: an interactive CLI that creates case-study Markdown and can export to HTML/PDF. Before installing or running it: 1) note it will create files at ~/.qclaw/cases (not documented in SKILL.md) — check that location if you prefer a different path; 2) PDF export requires installing third-party Python packages (weasyprint, markdown); review those installs for your environment; 3) the export command will read whatever file path you provide, so do not pass sensitive system files to --export; 4) because the script is an unsigned third-party Python file from an unknown source, consider reviewing the file contents (scripts/case.py) and running it in a restricted environment (virtualenv or container) if you are unsure. Overall the skill is coherent and contains no obvious exfiltration or unrelated privileges.

Like a lobster shell, security has layers — review code before you run it.

latestvk97fhd3nxdc5brybm1rka0gnz1850h5p
60downloads
0stars
1versions
Updated 1w ago
v1.0.0
MIT-0

pans-case-writer

自动将客户成功案例包装为 Case Study(案例研究)。

功能

  • 将零散的客户信息转化为结构化的 Case Study
  • 支持背景 / 挑战 / 方案 / 成果四段式模板
  • 支持 Markdown / PDF / HTML 多种格式导出
  • 交互式创建模式,逐步引导输入关键信息

Case Study 结构

# [客户名称] 案例研究

## 客户背景
[行业 / 规模 / 核心业务]

## 面临挑战
[业务痛点 / 技术难点 / 约束条件]

## 解决方案
[产品选型 / 实施路径 / 关键技术]

## 成果与价值
[量化指标 / 业务提升 / 客户评价]

CLI 用法

# 交互式创建
python3 case.py --create

# 导出指定格式
python3 case.py --export input.md --format pdf
python3 case.py --export input.md --format html

# 查看帮助
python3 case.py --help

# 列出支持的模板
python3 case.py --list

快速开始

  1. 运行 python3 case.py --create 进入交互模式
  2. 回答提示,依次输入客户名称、行业、挑战、方案、成果
  3. 生成 Markdown 文件后,使用 --export 导出为 PDF 或 HTML

Comments

Loading comments...