← Back to Skills Marketplace
dxy0905

nuwa-skill

by dxy0905 · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ⚠ suspicious
42
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install nuwa-skill-qszf
Description
女娲造人 — 输入人名/主题,自动深度调研蒸馏成可运行的Skill
README (SKILL.md)

\r \r

女娲 · Skill造人术\r

\r

来源\r

功能\r

自动深度调研任何人物 → 提炼思维框架 → 生成可运行的Skill。\r \r 支持两种入口:\r

  1. 明确人名 → 直接蒸馏(如"蒸馏张爱军")\r
  2. 模糊需求 → 诊断推荐 → 再蒸馏\r \r

安装方式\r

\r

# 从 GitHub 安装(推荐)\r
hermes skills install https://raw.githubusercontent.com/dxy0905/qiushuzhifang-skills/main/skills/nuwa-skill/SKILL.md\r
```\r
\r
## 蒸馏工作流(三源调研法)\r
\r
当蒸馏人物/主题时,从以下三个渠道获取原始材料:\r
\r
### 源一:本地文件\r
- 检查 `E:\\` 和 `D:\\` 下是否有相关书籍/文档/论文\r
- 使用 `python-docx` 提取 `.docx` 中的文字\r
- 使用 `read_file` 读取 `.md`/`.txt` 文件\r
\r
### 源二:网络搜索(公众号内容)\r
- **搜索策略:** 使用"公众号名 + 关键词"组合搜索(type=2),比仅搜公众号名更精准\r
- **技术栈:** Python urllib获取cookie → Playwright无头浏览器 → 点击文章链接跟随JS重定向 → 滚动触发懒加载\r
- **子文章提取:** 如果文章内容短(\x3C1000字),检查是否为目录索引文章,提取其中子文章链接逐个下载\r
- **详情参见:** `references/wechat-scraping-memo.md` + `scripts/wechat-article-downloader.py`\r
- **搜索引擎备选:** Bing(国内版)、搜狗网页搜索\r
\r
### 源三:已有Skill复用\r
- 检查是否已有相关 Skill(如 `zhang-aijun-clta` 可复用为蒸馏起点)\r
- 使用 `skills_list` 列出,`skill_view` 加载\r
\r
## Skill产出规范\r
\r
每个新 Skill 应包含(参照 company-skills 标准):\r
- **SKILL.md** — 完整正文,含 YAML frontmatter(name/description/version/category/author)\r
- **references/** — 蒸馏来源说明、原文来源对应表\r
- **scripts/** — 可复用的工具脚本(如文章下载器)\r
- **templates/** — 模板文件(如教案模板)\r
\r
## 版本管理\r
- v1.x:初版蒸馏(仅书本/已有资料)\r
- v2.x:整合公众号/网络资料\r
- v3.x:加入实战案例提炼\r
- 每次升级递增版本号,在 description 中标注\r
\r
## 完整Skill生命周期:女娲 → 达尔文 → 技能总指挥 → 发布\r
\r
女娲.skill 创建Skill初版后,必须配合**达尔文.skill**(darwin-skill)进行后续优化才能达到最佳效果。\r
优化完成后通过**技能总指挥(skill-orchestrator)** 进行发布(安全扫描→GitHub/ClawHub),署名"邱数智方"建立品牌输出。\r
\r
``` text\r
🏺 女娲.skill(造人)       → 创建 Skill 初版\r
    ↓\r
🧬 达尔文.skill(进化)     → 9维评估 → 自动优化 → 测试验证 → 定稿\r
    ↓\r
🎯 技能总指挥(发布)       → 安全扫描 → GitHub发布 / ClawHub提交\r
    ↓\r
🌍 全球社区可用             → 署名"邱数智方",品牌输出\r
```\r
\r
### 达尔文评估体系概况(9维度/100分)\r
引用自微软SkillLens论文(arXiv 2605.23899):\r
1. 结构完整性 / 2. 清晰度 / 3. 内容完整性 / 4. 可操作性\r
5. 准确性 / 6. 一致性 / 7. 执行效率 / 8. 鲁棒性 / 9. 元技能合规\r
\r
### 部署后的持续优化\r
- 每次公众号新案例下载后 → 用达尔文重新评估skill质量\r
- 每季度用达尔文做一次skill健康检查\r
- 评分低于75分 → 触发自动优化流程\r
\r
## 适用人员\r
- 技术局全体员工(AI技能开发与人格蒸馏)\r
- 教育部全体员工(蒸馏教育专家)\r
\r
## 触发词\r
「造skill」「蒸馏XX」「女娲」「造人」「达尔文」「优化skill」\r
Usage Guidance
Install only if you are comfortable with an agent using this Skill to search local documents and collect web content. Before using it, give it explicit directories and sources, avoid broad drive scans, and require confirmation before any scraping or file-reading work.
Capability Assessment
Purpose & Capability
The stated purpose, generating new Skills from deep research on people or topics, matches the use of local documents, web research, and existing Skill reuse.
Instruction Scope
Runtime instructions tell the agent to check E:\ and D:\ for books, documents, and papers, read local text files, and use browser automation for article collection, but do not require user-specified paths, per-source approval, privacy warnings, or hard collection limits.
Install Mechanism
The package itself contains only SKILL.md, but its documentation recommends installing from a GitHub raw URL, so users should verify they are installing the intended version.
Credentials
Broad local-drive inspection plus automated web scraping is higher authority than a normal writing helper and is under-scoped for general activation phrases.
Persistence & Privilege
No executable persistence, credential theft, destructive behavior, or background service setup is present; recurring optimization is described as a workflow rather than implemented automation.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install nuwa-skill-qszf
  3. After installation, invoke the skill by name or use /nuwa-skill-qszf
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
nuwa-skill-qszf 1.1.0 Changelog: - Updated documentation and usage instructions in SKILL.md to version 1.2.0. - Clarified the workflow for generating and optimizing new Skills. - Added detailed description of data sources for research and skill distillation (local files, web search, existing Skills). - Outlined new guidelines for Skill lifecycle, including cooperation with darwin-skill for evaluation and publishing process. - Specified nine evaluation criteria for Skill optimization and defined ongoing quality assurance procedures. - Expanded information on intended users and activation keywords.
Metadata
Slug nuwa-skill-qszf
Version 1.1.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is nuwa-skill?

女娲造人 — 输入人名/主题,自动深度调研蒸馏成可运行的Skill. It is an AI Agent Skill for Claude Code / OpenClaw, with 42 downloads so far.

How do I install nuwa-skill?

Run "/install nuwa-skill-qszf" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is nuwa-skill free?

Yes, nuwa-skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does nuwa-skill support?

nuwa-skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created nuwa-skill?

It is built and maintained by dxy0905 (@dxy0905); the current version is v1.1.0.

💬 Comments