import BilingualLayout from ’../../../components/BilingualLayout.astro’;
import BilingualBlock from ’../../../components/BilingualBlock.astro’;
自媒体类 Skills 展示了如何利用 AI Agent 完成从内容生成到多平台分发的完整自媒体工作流。baoyu-skill 是一个包含 21 个独立 skill 的技能市场,覆盖了小红书图文卡片、信息图、知识漫画、幻灯片、封面图等 5+ 种内容形态的 AI 生成,支持微信公众号、微博、X/Twitter 三大平台的自动化发布,并提供翻译、Markdown 格式化、URL 转文章等全套内容加工工具。
这是一个典型的"脚本驱动型"技能集——每个 skill 由 TypeScript 脚本支撑,通过 Bun 运行时直接执行,通过 Chrome CDP 协议实现浏览器自动化。21 个 skill 独立可分发的设计使其成为「可组合 AI 工具链」的典范。
Self-Media Skills demonstrate how to leverage AI Agents for the complete self-media workflow from content generation to multi-platform distribution. baoyu-skill is a skill marketplace containing 21 independent skills, covering AI generation across 5+ content formats (Xiaohongshu image cards, infographics, knowledge comics, slide decks, cover images), supporting automated publishing to three major platforms (WeChat Official Accounts, Weibo, X/Twitter), and providing a complete content processing toolkit (translation, Markdown formatting, URL-to-article conversion).
This is a classic "script-driven" skill set — each skill is backed by TypeScript scripts executed directly via the Bun runtime, with browser automation through the Chrome CDP protocol. The independently distributable design of 21 skills makes it a model example of "composable AI toolchains".
21 个 AI Agent 技能组成的自媒体内容工厂。包含 5+ 种内容形态生成(小红书图文/信息图/漫画/幻灯片/封面图)、3 平台发布(微信/微博/X)、10+ AI 图像后端统一接口、和全套内容加工工具(翻译/格式化/URL抓取/字幕下载)。769 个文件、102,386 行 TypeScript 代码,4 个共享 npm 包,是学习中心最复杂的技能集。A self-media content factory of 21 AI Agent skills. Includes 5+ content format generators (Xiaohongshu cards/infographics/comics/slides/covers), 3-platform publishing (WeChat/Weibo/X), 10+ AI image backend unified interface, and a full content processing toolkit (translation/formatting/URL fetching/transcript download). 769 files, 102,386 lines of TypeScript, 4 shared npm packages — the most complex skill set in the Learning Center.