by hufeng173
Kunpeng-Skill is a powerful multimodal distillation toolkit that transforms high-value insights from repositories, websites, UIs, videos, images, and documents into reusable methodologies, model-agnostic regeneration specifications, and more.
# Add to your Claude Code skills
git clone https://github.com/hufeng173/kunpeng-skillGuides for using ai agents skills like kunpeng-skill.
Last scanned: 8/18/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-08-18T04:34:32.953Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}kunpeng-skill is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by hufeng173. Kunpeng-Skill is a powerful multimodal distillation toolkit that transforms high-value insights from repositories, websites, UIs, videos, images, and documents into reusable methodologies, model-agnostic regeneration specifications, and more. It has 54 GitHub stars.
Yes. kunpeng-skill passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/hufeng173/kunpeng-skill" and add it to your Claude Code skills directory (see the Installation section above). kunpeng-skill ships a SKILL.md manifest, so compatible agents can discover and load it automatically.
kunpeng-skill is primarily written in Python. It is open-source under hufeng173 on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh kunpeng-skill against similar tools.
No comments yet. Be the first to share your thoughts!
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
把多源素材转成可验证、可迁移、可继续执行的方法和再生成规范。支持四种模式:
这不是模型训练、微调或权重更新。确定性脚本负责采集证据;Codex、Claude Code、WorkBuddy、OpenCode、Hermes 等当前宿主负责语义理解和创作。不得额外读取 API Key 或调用未获用户授权的托管推理服务。
AGENTS.md 或同级规则;冲突时服从更高优先级要求。complete 只表示当前模式的全部强制门通过。文本提取、抽帧或统计完成只能标记为 evidence_ready。只读取当前任务所需文件,不预加载全部 references/。
| 任务 | 必读参考 |
|---|---|
| 任意完整蒸馏或应用 | method-distillation.md、semantic-review-contract.md、quality-gates.md |
| 代码仓库、项目、技术或工作流 | source-routing.md、project-collection.md |
| 网站、App、UI、交互或网页动效 | source-routing.md、ui-interaction.md;涉及纯视觉时再读 brand-visual.md |
| 图片、海报、品牌或视觉体系 | image-distillation.md、brand-visual.md、reproduction-standard.md |
| 视频 | video-distillation.md、reproduction-standard.md |
| 独立音频、播客、旁白或音乐结构 | audio-distillation.md、reproduction-standard.md |
| 文章、表达风格或字幕文风 | writing-distillation.md、reproduction-standard.md |
| 文档、书籍、课程或知识方法 | knowledge-course-distillation.md |
| 多种素材描述同一对象 | mixed-media-distillation.md,再读取各素材对应参考 |
| 新产品规划 | product-discovery.md、library-retrieval.md、platform-routing.md、beginner-tech-selection.md、development-plan.md |
| 最终交付 | output-contract.md、quality-gates.md |
媒体或文档任务还需按需读取 local-toolchain.md。
完整蒸馏按以下阶段执行,不能把某个中间阶段冒充最终完成:
manifest.json、单项 analysis.json 和过程文件。prepare-review,实际阅读代码、原文、原图、连续帧、音频或交互状态,填写每项语义事实卡。build-profile,按支持度聚合稳定规律、条件规律和单项观察;宿主解决冲突并把画像标记为 reviewed。evaluation.json。gate check。失败时只修正失败维度;应用模式只有最终验收通过才能 complete。批量素材必须先逐项事实卡再聚合。单个对象可以形成“对象配方”,但不得声称为作者、品牌、产品或创作者的稳定跨作品风格。
SKILL.md 所在目录解析相对路径,不假设 Skill 是当前工作目录。python scripts/kunpeng.py probe --profile <repository|web|video|audio|image|document|all>
python scripts/kunpeng.py repository <仓库目录> --output <证据目录>
python scripts/kunpeng.py host-evidence <采集目录> --source-type <website|app|ui|brand|repository|course|mixed|other> --source-label "名称" --output <证据目录>
python scripts/kunpeng.py documents <文档或目录> --output <证据目录>
python scripts/kunpeng.py images <图片或目录> --output <证据目录>
python scripts/kunpeng.py video <视频或目录> --output <证据目录>
python scripts/kunpeng.py audio <音频或目录> --output <证据目录>
python scripts/kunpeng.py merge <两个以上manifest.json> --output <混合证据目录>
python scripts/kunpeng.py prepare-review <一个或多个manifest.json> --output <复核目录>
python scripts/kunpeng.py build-profile <cards目录> --output <profile.draft.json>
python scripts/kunpeng.py contract <card|profile|evaluation> <路径> [--allow-draft]
python scripts/kunpeng.py prepare-evaluation <profile.json> <候选> --objective "目标" --evidence <候选复测产物> --output <evaluation.json>
python scripts/kunpeng.py gate init --output <运行目录> --objective "目标" --mode <distillation|application> --domains <类型>
python scripts/kunpeng.py gate register --run <运行目录> --type <manifest|cards|profile|candidate|evaluation> --path <产物>
python scripts/kunpeng.py gate check --run <运行目录>
python scripts/kunpeng.py compare <参考文件> <候选文件> --mode <faithful|style>
python scripts/kunpeng.py index --library <资料库目录>
python scripts/kunpeng.py search --index <索引文件> --query "需求" --limit 6
python scripts/kunpeng.py validate <产物> --profile <general|collection|distillation|product-plan|skill>
确定性相似度和 Markdown 校验只是诊断。最终质量必须由证据事实卡、已复核画像和候选分维度验收共同证明。
A local-first, multi-source distillation Skill that runs inside mainstream AI agent environments such as Codex, Claude Code, WorkBuddy, OpenCode, and Hermes. Install it in the agent you already use, then invoke it with natural-language requests to turn real source material into reusable methods and execution-ready specifications.
Give the host agent a repository, website, product, UI, image collection, video, audio recording, article, document, book, course, or mixed source set, and describe what you want distilled. Kunpeng guides the agent to extract transferable mechanisms, technical decisions, design principles, interaction patterns, writing methods, and specifications that the same or another agent can apply.
The outputs can be saved in a local knowledge library and reused in future websites, apps, mini apps, games, agents, desktop products, brand systems, and content projects. Kunpeng is intended for vibe coders, AI-native builders, researchers, designers, developers, and product teams that want their agents to extract reusable knowledge from real sources instead of starting every task from zero.
Kunpeng does not train, fine-tune, or modify the weights of a model. It is a workflow used by the host agent: the host supplies semantic understanding, judgment, and creation capabilities, while Kunpeng supplies the distillation process, domain playbooks, local evidence tools, data contracts, library tools, and quality gates.
If the host can access the live site, Kunpeng guides it to inspect real pages, responsive layouts, task flows, interaction states, motion, and visible assets; source code can also be included when available. It turns that evidence into an implementation-ready UI and interaction specification covering structure, components, states, design rules, motion, and acceptance checks, without cloning the original brand identity.
Kunpeng breaks down the full timeline, narrative, shot design, camera and subject movement, edit rhythm, continuity, color and light, subtitles, effects, narration, music, and sound. It does not pretend to recover an unknown model or original prompt; it produces a model-independent, shot-by-shot production and generation package that can be adapted to the tools available in the host agent. One video yields a production recipe, while multiple independent videos can support a creator profile.
With access to the product, the host agent follows representative user paths and records the state before an action, the action itself, the transition, and the resulting state. Kunpeng converts those observations into information architecture, task flows, state machines, feedback and recovery rules, responsive behavior, motion guidance, and concrete acceptance steps for a new product.
Kunpeng inventories the repository without executing untrusted target code, then guides the host through real entry points, call chains, data flow, dependencies, tests, and failure paths. It separates implemented behavior from documentation claims and turns useful architecture, engineering patterns, technology trade-offs, and product ideas into a reusable project record or an implementation plan, instead of copying the original stack blindly.
Kunpeng combines measurable image evidence with the host agent's visual review to unpack composition, grid, hierarchy, typography, color roles, light, material, imagery, and cross-format behavior, plus motion when the source set includes video or interactive states. The result is a visual system with concrete rules, suggested parameters, design tokens, do/don't guidance, and generation criteria. A single image produces an image recipe; stable brand or creator patterns require multiple independent samples.
Kunpeng extracts argument structure, narrative distance, pacing, rhetoric, teaching order, concept dependencies, examples, exercises, and applicability boundaries from multiple texts or lessons. It turns those mechanisms into a writing, knowledge, or teaching profile for the new topic while keeping the source's facts, long passages, signature expressions, and stories out of the result.
Kunpeng can turn repositories, products, screenshots, videos, and documents into reusable records and reviewed profiles, then index those outputs alongside existing profiles and retrieve what is most relevant to a new goal. The host agent uses that material to produce a product brief and a product, visual, technology, implementation, or production plan; when it also creates a candidate, Kunpeng can re-analyze and evaluate the result against the distilled rules.
| Mode | Use it for | What you get |
|---|---|---|
| Collection | Preserve a repository, website, app, product, or source set | A reviewable project or source record |
| Distillation | Learn from UI, interaction, code, workflows, visuals, video, audio, writing, or knowledge | Transferable methods, profiles, and reusable specifications for generating new work |
| Planning / application | Apply a profile or local library to a new idea, product, topic, or piece of content | Product, design, technology, implementation, or production plans and, when supported, candidates |
| Maintenance | Add or update sources and verify existing outputs | Incremental indexes, profile updates, and quality reports |
source material -> agent inspection + local evidence -> reusable methods and profiles
-> local knowledge library -> new product or content
-> re-analysis and evaluation
One installation covers collection, distillation, retrieval, application, and evaluation. Kunpeng's compact SKILL.md directs the host agent to load only the domain guidance and scripts needed for the current request.
| Source | What the agent can learn | Possible outputs |
|---|---|---|
| Code repositories | Implemented features, architecture, technology choices, entry points, flows, dependencies, tests, failures, and trade-offs | Project record, engineering patterns, implementation specification |
| Websites, apps, UI, and motion | User journeys, task states, responsive behavior, hierarchy, feedback, interaction, and motion mechanisms | Product, UI, and interaction profile or a new design plan |
| Images, brands, and posters | Composition, color, light, material, typography, hierarchy, brand identity rules, and adaptation across formats and media | Image recipe, visual system, brand direction, generation specification |
| Video | Narrative, shot design, camera and subject movement, editing, transitions, continuity, sound, and text-image relationships | Single-video recipe, multi-work creator profile, shot-by-shot production package |
| Standalone audio | Content or musical structure, pace, emphasis, emotion, loudness, pauses, spectrum, and sound layers | Podcast, voiceover, or sound-production specification |
| Articles and documents | Argument, structure, narrative distance, emotion, humor, rhetoric, evidence use, and writing patterns | Article recipe, multi-work writing-method profile, new-topic writing contract |
| Books and courses | Concept dependencies, teaching order, examples, exercises, decision methods, and applicability boundaries | Knowledge, teaching, or decision-method profile |
| Mixed sources | Relationships and conflicts across code, product behavior, media, documentation, and user-facing material | Unified profile with medium-specific subprofiles |
Many workflows confuse successful extraction with completed distillation. Kunpeng keeps each state separate:
extraction_status -> evidence_ready -> semantic cards -> draft profile
-> reviewed profile -> candidate -> candidate evidence -> evaluation -> complete
status=complete means only that an analyzer completed its declared status_scope.evidence_ready means the evidence is ready for agent review, not that a distilled profile is finished.draft.Install or copy the complete kunpeng-skill directory into a Skills location recognized by your agent. Do not copy only SKILL.md; the workflow also depends on its references, scripts, assets, and optional host metadata.
| Agent | Common location or method | Notes |
|---|---|---|
| Codex | $CODEX_HOME/skills/kunpeng-skill |
Keep agents/openai.yaml. |
| Claude Code | .claude/skills/kunpeng-skill or a user-level directory |
Reads SKILL.md directly. |
| OpenCode | .opencode/skills/kunpeng-skill or a compatible directory |
Allow source reads and local Python/FFmpeg execution. |
| WorkBuddy | The Skills directory configured by the current ver |