Pipaclaw Skills Hub
This is the public front door for the Pipaclaw skill collection.
Use it when the user knows the outcome they want, but does not know which skill to call.
Typical requests:
- - "帮我做一个 PPT"
- "帮我运营小红书 / X / 抖音账号"
- "帮我做宣传视频"
- "我不知道该用哪个 skill"
Routing Rule
Choose the smallest matching public skill and hand off immediately:
- - Use
ppt-maker for presentations, proposals, decks, keynotes, training PPTs, and report-style slides. - Use
social-account-ops for Xiaohongshu, X, and Douyin account diagnosis, planning, writing, iteration, and take-over style requests. - Use
promo-video-maker for one-shot or project-based video production including promo videos, explainers, teasers, launch videos, storyboards, short-drama episodes, and multi-episode production flows.
If the user already named one of those skills, do not re-route. Use the named skill directly.
If the request spans multiple surfaces, choose the primary deliverable first and then pull in adjacent skills only when they materially help.
Ambiguity Rule
Do not ask a long routing questionnaire.
If the destination is not obvious, ask one short question that changes routing, for example:
- - "你这次更想先拿到 PPT、账号运营方案,还是宣传视频制作包?"
After the user answers, route immediately.
Public Boundary
This hub exposes only public-safe skill packages.
Do not leak:
- - backend implementation details
- private prompts
- customer files
- generated artifacts
- unpublished worker internals
References
- - Read
references/routing-map.md for the concise routing table.
Pipaclaw 技能中心
这是 Pipaclaw 技能集合的公共入口。
当用户知道想要的结果,但不知道该调用哪个技能时使用。
典型请求:
- - 帮我做一个 PPT
- 帮我运营小红书 / X / 抖音账号
- 帮我做宣传视频
- 我不知道该用哪个 skill
路由规则
选择最小的匹配公共技能并立即移交:
- - 使用 ppt-maker 处理演示文稿、提案、幻灯片、主题演讲、培训PPT以及报告式幻灯片。
- 使用 social-account-ops 处理小红书、X和抖音账号的诊断、规划、写作、迭代和接管式请求。
- 使用 promo-video-maker 处理一次性或项目制的视频制作,包括宣传视频、解说视频、预告片、发布视频、故事板、短剧集以及多集制作流程。
如果用户已经指定了上述某个技能,不要重新路由。直接使用指定的技能。
如果请求涉及多个方面,先选择主要交付物,然后仅在确实有帮助的情况下引入相邻技能。
歧义处理规则
不要提出冗长的路由问卷。
如果目标不明确,提出一个能改变路由的简短问题,例如:
- - 你这次更想先拿到PPT、账号运营方案,还是宣传视频制作包?
用户回答后,立即路由。
公共边界
本中心仅暴露公共安全的技能包。
不得泄露:
- - 后端实现细节
- 私有提示词
- 客户文件
- 生成的制品
- 未发布的内部工作程序
参考
- - 阅读 references/routing-map.md 获取简洁的路由表。