content-research-writer
v1.1.0内容研究写作助手 - 协助研究、引用、改进钩子、迭代大纲、提供实时反馈. Includes 1 skill.
By zhangq0 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 19, 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 content-research-writer for Codex and Claude Code
codex plugin marketplace add ibootz/claude-devkit-marketplace
codex plugin marketplace upgrade claude-devkit-marketplace
codex plugin add content-research-writer@claude-devkit-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the claude-devkit-marketplace catalog, then install this plugin.
Compatibility: the page URL and API slug “content-research-writer” remain stable.
- Codex:
content-research-writer@agent-plugin-marketplace→content-research-writer@claude-devkit-marketplace
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/ibootz/claude-devkit-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/content-research-writer/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/content-research-writer/SKILL.md
Included Skills1
内容研究写作 - 产出保留用户语气的可发布文章草稿,覆盖研究、引用、迭代大纲、分节反馈。区别于纯资料调研备忘(不产出成稿)或头脑风暴(不做研究引用)。
Plugin manifests2
{
"name": "content-research-writer",
"version": "1.1.0",
"description": "内容研究写作助手 - 协助研究、引用、改进钩子、迭代大纲、提供实时反馈",
"author": {
"name": "zhangq"
},
"skills": "./skills/",
"interface": {
"displayName": "Content Research Writer",
"shortDescription": "内容研究写作助手",
"category": "Productivity"
}
}{
"name": "content-research-writer",
"version": "1.1.0",
"description": "内容研究写作助手 - 协助研究、引用、改进钩子、迭代大纲",
"author": {
"name": "zhangq"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[content-research-writer on Agent Plugins Marketplace](https://pluginsmp.com/plugins/content-research-writer)