Skip to content

v0.1.0 — 自媒体内容工作流

Latest

Choose a tag to compare

@yanhua1010 yanhua1010 released this 26 Jul 09:42

首个公开版本。一套通用、模块化的自媒体内容生产与经营 Agent Skills,从模糊需求到创作简报、账号策略、热点与竞品研究、平台原生文案、短视频方案、公众号排版发布、数据复盘和交付归档,覆盖内容生产的完整闭环。

不绑定特定模型、浏览器、图片、视频、发布或数据服务,在 Claude Code、Codex、Cursor 等 Agent 上均可使用。

安装

Claude Code(无需 Node.js)

/plugin marketplace add yanhua1010/self-media-content-workflow
/plugin install self-media-suite@self-media

其他 Agent

npx skills add yanhua1010/self-media-content-workflow -g

装完直接说:使用 $self-media-content-workflow,把这段产品失败经历做成小红书和公众号内容。

包含 9 个 Skill

Skill 职责
self-media-content-workflow 总控:请求路由、状态管理、确认点和端到端编排
self-media-content-brief 澄清目标、受众、证据、角度和约束
self-media-content-strategy 账号定位、内容配比、栏目、选题池和内容日历
self-media-trend-radar 热点追踪、关键词研究、竞品拆解和原创选题
self-media-platform-copywriting X、小红书、公众号和短视频平台原生文案,含 8 套配图风格库
self-media-short-video 钩子、口播、分镜、字幕和拍摄方案
self-media-content-analytics 数据质量、基线比较、归因、决策和实验
self-media-content-delivery 里程碑保存、版本、路径核验和完整发布包
self-media-wechat-publisher 公众号排版、图片上传、草稿箱写入和小绿书图片消息

常驻上下文开销约 394 token,其余按需加载。

几个设计取舍

平台原生,不做一稿多发。 同一母题共享事实与证据,但为每个平台分别设计标题、开头、结构和行动,不是机械缩写。

人工在环。 方向、平台、标题、终稿、发布授权五个强制确认点。终稿确认不等于发布授权——默认只产出草稿或手动发布包,从不自动群发。

证据优先。 关键数字必须有来源,区分事实、判断、推断与建议,不编造数据、体验和收益。

只读研究。 不使用主账号登录态自动采集竞品,不自动点赞、评论、关注、私信或发布,不绕过验证码和访问控制,遇限流风控立即停止。

平台限制不写死。 字数、尺寸、话题数这类随时会变的数值一律以当前发布界面为准,避免规则过期误导。

使用前请注意

  • 平台规则随时调整,需要精确值时以平台官方公告和当前发布界面为准
  • 涉及公众号草稿写入等真实账号操作,风险自担
  • 凭据仅通过本地环境变量提供,本项目不收集、不传输、不存储
  • 发布内容的合规性由发布者自行判断和负责
  • 不对阅读量、涨粉、转化或收益作任何承诺

完整条款见 README 的免责声明与 SECURITY.md

反馈

欢迎 Issue 和 Pull Request,见 CONTRIBUTING.md


English

First public release. A modular, tool-agnostic self-media content skill suite covering the full production loop: creative brief, account strategy, trend and competitor research, platform-native copywriting, short-video planning, WeChat draft publishing, analytics review, and delivery archiving.

Install (Claude Code, no Node.js required)

/plugin marketplace add yanhua1010/self-media-content-workflow
/plugin install self-media-suite@self-media

Other agents

npx skills add yanhua1010/self-media-content-workflow -g

Nine skills, orchestrated by self-media-content-workflow. Roughly 394 tokens of always-on context; everything else loads on demand.

Design commitments: platform-native rewrites rather than one-draft-everywhere; five mandatory human confirmation points, with drafts only and never automated mass-sending; evidence-first writing that separates fact from inference; read-only research that never auto-engages or bypasses access controls; and no hardcoded platform limits, which defer to the live publishing interface.

Provided as is, without warranty. Account operations carry risk, credentials stay in your local environment, and content compliance is the publisher's responsibility. See the README disclaimer for full terms.