Nuwa Skill Persona Distiller
Paste the following prompt into your AI chat to install this skill:
Please follow https://skillhub.cn/install/skillhub.md to install @user_15292d5a/yjkj-nuwa-skill-qszf into your AI assistant.
About this skill
Problem Addressed
When a team wants to turn an expert's, author's, or subject-matter persona's methods into a reusable AI Agent capability, the material is often scattered across local documents, WeChat articles, and existing Skills. Manual consolidation is slow and rarely produces a stable structure. This skill targets persona or theme distillation: it can work from a named person, or start from a fuzzy need, diagnose the right distillation target, and then produce a runnable Skill.
How It Works
It uses a three-source research workflow. First, it checks local files under E:\ and D:\, extracts .docx text with python-docx, and reads .md or .txt files. Second, it scrapes WeChat public-account content, typically by searching account name + keyword and using Python urllib and Playwright for headless browsing, JS redirects, lazy loading, and sub-article extraction when needed. Third, it checks existing Skills with skills_list and skill_view to reuse prior work.
Output follows a standard layout: SKILL.md with YAML frontmatter, references/ for source notes, scripts/ for reusable tools, and templates/ for template files. Versioning starts at v1.x for basic distillation, v2.x for web-material integration, and v3.x for practical case refinement. The result is an initial version that still needs Darwin-style evaluation and optimization before release.
Scope and Caveats
It fits scenarios with a clear persona, course, methodology, or case library, but it should not fabricate a person's views. WeChat scraping depends on cookies, browser availability, and target-site behavior, so results may vary under anti-scraping controls. The generated Skill is an early draft and should be verified, evaluated, and refined before being treated as a reliable capability.
Use Cases
- A technical team distills an expert's method into a reusable Skill by researching local documents and producing a standard structure.
- A course lead starts from a fuzzy training need, recommends a persona to distill, then extracts frameworks from WeChat articles.
- A skill developer reuses an existing Skill, integrates books, papers, and sub-articles, and drafts v2.
- An education team organizes an expert's public articles and lesson templates into a runnable Skill with source notes.
Best For
- Engineers building internal AI skills who want to convert specialist methods into reusable Skills.
- Agent developers performing persona distillation who need structured frameworks from persona materials.
- Education curriculum leads who want to turn education-expert views into draft teaching Skills.
- Agent platform maintainers who need to upgrade existing Skills with scripts, templates, and source notes.
Related Skills
A free matrix publishing assistant for Skill developers, guiding distribution to Tencent SkillHub, XiaLiao, XiaYou SkillHub, GitHub, and ClawHub with create, update, and delete safeguards.
A guide for writing Seedance 2.0 video prompts, covering @ references, camera moves, time segments, audio direction, and common pitfalls.
Collects daily conversations, task logs, and errors, then runs a nine-module review to surface blind spots, generate actions, and update memory.
Local long-term memory for AI agents that appends key facts and daily logs, supports cross-session context and search recall, and auto-archives old diaries to gzip files.