技能详情(站内镜像,无评论)
作者:vx:17605205782 @52YuanChangXing
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.1
统计:⭐ 0 · 97 · 0 current installs · 0 all-time installs
⭐ 0
安装量(当前) 0
🛡 VirusTotal :良性 · OpenClaw :良性
Package:52yuanchangxing/case-study-factory
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :良性
OpenClaw 评估
The skill's code, instructions, and requirements are coherent with its stated purpose (turning project materials into case-study drafts); it uses only python3, does not reach out to network or request credentials, and its behaviors match the documentation.
目的
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.
说明范围
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.
安装机制
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.
证书
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.
持久
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.
综合结论
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 ex…
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Case Study Factory」。简介:把项目材料转成案例文章,提炼起点、动作、结果和复用价值。;use for case-study, content, storytelling workflow…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/52yuanchangxing/case-study-factory/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
暂无本地缓存内容,可在后台执行详情同步。