Agent skill
master-orchestrator
全自动总指挥:串联热点抓取、内容生成与爆款验证的全流程技能。
Install this agent skill to your Project
npx add-skill https://github.com/aiskillstore/marketplace/tree/main/skills/wangdefou-dev/master-orchestrator
SKILL.md
Master Orchestrator (全自动总指挥)
这个 Skill 是 Defou Workflow Agent 的“大脑”和“指挥中心”。它将原本独立的技能模块串联成一条完整的自动化生产流水线,实现从“全网热点”到“高质量成品”的零人工干预作业。
功能描述
它按顺序自动调度以下两个核心引擎:
-
内容生成引擎 (Content Generation Engine)
- 对应技能:
tophub-defou-stanley-combo - 动作:
- 抓取 TopHub 全网热榜。
- 智能筛选 Top 10 最具爆款潜力的话题。
- 基于 Defou x Stanley 风格生成初稿。
- 产出:
outputs/defou-stanley-posts/下的初稿文件。
- 对应技能:
-
质量验证引擎 (Quality Verification Engine)
- 对应技能:
viral-verification - 动作:
- 自动读取上一步生成的初稿。
- 模拟“增长黑客”进行 6 维爆款要素打分。
- 生成最终优化建议和终稿。
- 产出:
outputs/viral-verified-posts/下的最终成品。
- 对应技能:
使用方法
运行脚本
# 在项目根目录下运行
npm run skill:master
或者直接使用 ts-node:
npx ts-node src/master.ts
输出结果
你只需要关注最终的产出目录:
defou-workflow-agent/outputs/viral-verified-posts/
这里存放了经过双重 AI 智慧加持的最终文章,可以直接用于发布。
依赖配置
无需额外配置,它复用项目的全局 .env 配置。
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
perigon-backend
Perigon ASP.NET Core + EF Core + Aspire conventions
perigon-agent
Pointers for Copilot/agents to apply Perigon conventions
perigon-angular
Angular 21+ standalone/Material/signal conventions for Perigon WebApp
fastapi-mastery
Comprehensive FastAPI development skill covering REST API creation, routing, request/response handling, validation, authentication, database integration, middleware, and deployment. Use when working with FastAPI projects, building APIs, implementing CRUD operations, setting up authentication/authorization, integrating databases (SQL/NoSQL), adding middleware, handling WebSockets, or deploying FastAPI applications. Triggered by requests involving .py files with FastAPI code, API endpoint creation, Pydantic models, or FastAPI-specific features.
context7-efficient
Token-efficient library documentation fetcher using Context7 MCP with 86.8% token savings through intelligent shell pipeline filtering. Fetches code examples, API references, and best practices for JavaScript, Python, Go, Rust, and other libraries. Use when users ask about library documentation, need code examples, want API usage patterns, are learning a new framework, need syntax reference, or troubleshooting with library-specific information. Triggers include questions like "Show me React hooks", "How do I use Prisma", "What's the Next.js routing syntax", or any request for library/framework documentation.
browser-use
Browser automation using Playwright MCP. Navigate websites, fill forms, click elements, take screenshots, and extract data. Use when tasks require web browsing, form submission, web scraping, UI testing, or any browser interaction.
Didn't find tool you were looking for?