Agent Plugins Marketplace
All plugins

soia-media-content

v1.12.1-SNAPSHOT

新媒体内容技能:文章成文、文章图片与公众号、X、小红书发布. Includes 6 skills.

Codex6 Skills

By soia-team2 GitHub starsUpdated last month

Directory evidence

Runtimes
Codex
Parsed components
6 skill or MCP entries
Source updated
Aug 8, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install soia-media-content for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add soia-media-content@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/soia-team/soia-open-media-content-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

soia-media-content/
├── .codex-plugin/plugin.json
├── skills/soia-media-compose-article-draft/SKILL.md
├── skills/soia-media-generate-article-image/SKILL.md
├── skills/soia-media-publish-rednote-card/SKILL.md
├── skills/soia-media-publish-wechat-draft/SKILL.md
├── skills/soia-media-publish-x-article/SKILL.md
└── skills/soia-media-publish-x-thread/SKILL.md

Included Skills6

soia-media-compose-article-draftskills/soia-media-compose-article-draft/SKILL.md

把 distill 提炼出的观点写成成文草稿。以用户观点为骨、vault 摘抄为料,生成可继续交给 publish 的文章。可指定公众号/知乎/随笔风格。Triggers:「把这些观点写成一篇」「把 X 主题写成文章」「compose 这篇」「写成草稿」「起草这篇」

soia-media-generate-article-imageskills/soia-media-generate-article-image/SKILL.md

将文章、开源项目、品牌 Logo 或公开 X Prompt Deck 编译为可验收的图片与矢量资产,按组合轴生成 Prompt 并完成事实、文字和视觉验收。

soia-media-publish-rednote-cardskills/soia-media-publish-rednote-card/SKILL.md

把成文草稿改写成 rednote(小红书)笔记:生成吸睛标题(可带 emoji)、3–5 段短文、话题标签和配图建议;获客户当次授权时可代其在创作服务平台网页端完成发布。不接平台 API、不用第三方逆向包。Triggers:「发成小红书」「小红书笔记」「改成 rednote」「rednote 这篇」「帮我发到小红书」

soia-media-publish-wechat-draftskills/soia-media-publish-wechat-draft/SKILL.md

把成文草稿排版成符合微信公众号限制的内联样式 HTML,机械校验通过后推入微信公众号草稿箱;只建草稿,绝不自动群发。Triggers:「把这篇发成公众号」「排版这篇公众号」「推到公众号草稿箱」「公众号 draft」

soia-media-publish-x-articleskills/soia-media-publish-x-article/SKILL.md

将 Markdown 成文上传到 X Articles 草稿箱并校验格式,只保存草稿。触发:「发成 X Article」「推到 X 文章草稿箱」

soia-media-publish-x-threadskills/soia-media-publish-x-thread/SKILL.md

将成文草稿改写为带编号、符合字数限制的 X thread,并可按授权存草稿。触发:「发成 X thread」「拆成推文串」「thread 这篇」

Plugin manifests1

.codex-plugin/plugin.json
{
  "name": "soia-media-content",
  "version": "1.12.1-SNAPSHOT",
  "description": "新媒体内容技能:文章成文、文章图片与公众号、X、小红书发布",
  "author": {
    "name": "soia-team"
  },
  "interface": {
    "displayName": "新媒体内容技能库",
    "shortDescription": "文章成文、文章图片与多平台发布",
    "longDescription": "用于撰写文章,生成封面、正文小结卡、学习信息图,并适配微信公众号、X 和小红书内容发布的技能。",
    "developerName": "soia-team",
    "category": "Creative",
    "capabilities": [
      "文章创作",
      "封面设计",
      "多平台发布"
    ],
    "defaultPrompt": [
      "请把这份素材改写成适合目标平台发布的完整内容。"
    ],
    "brandColor": "#FB7185",
    "composerIcon": "./assets/icon.svg",
    "logo": "./assets/icon.png",
    "screenshots": [],
    "websiteURL": "https://github.com/soia-team/soia-open-media-content-skills"
  },
  "homepage": "https://github.com/soia-team/soia-open-media-content-skills"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[soia-media-content on Agent Plugins Marketplace](https://pluginsmp.com/plugins/soia-media-content)