chestnut-style-analyzer
v2.2.1Chestnut 文风分析:独立安装的公开版 Skill。. Includes 1 skill.
By chestnutzoeLicense: MIT7 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 24, 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 chestnut-style-analyzer for Codex and Claude Code
codex plugin marketplace add chestnutzoe/chestnut-copy-skill
codex plugin marketplace upgrade chestnut
codex plugin add chestnut-style-analyzer@chestnutPaste and run these commands in a terminal with Codex. They add and refresh the chestnut catalog, then install this plugin.
Compatibility: the page URL and API slug “chestnut-style-analyzer” remain stable.
- Codex:
chestnut-style-analyzer@agent-plugin-marketplace→chestnut-style-analyzer@chestnut
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/chestnutzoe/chestnut-copy-skillClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/chestnut-style-analyzer/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/chestnut-style-analyzer/SKILL.md
Included Skills1
Use when a creator wants to analyze their own writing voice from historical copy, especially WeChat Official Account articles or local Markdown, HTML, TXT, or JSON exports, and produce a reusable style guide for future copywriting.
Plugin manifests2
{
"name": "chestnut-style-analyzer",
"version": "2.2.1",
"description": "Chestnut 文风分析:独立安装的公开版 Skill。",
"author": {
"name": "chestnutzoe",
"url": "https://github.com/chestnutzoe"
},
"homepage": "https://github.com/chestnutzoe/chestnut-copy-skill",
"repository": "https://github.com/chestnutzoe/chestnut-copy-skill",
"license": "MIT",
"keywords": [
"chestnut",
"copywriting",
"wechat",
"creator",
"content"
],
"skills": "./skills/",
"interface": {
"displayName": "Chestnut · 文风分析",
"shortDescription": "Chestnut 文风分析:独立安装的公开版 Skill。",
"longDescription": "Chestnut 文风分析:独立安装的公开版 Skill。",
"developerName": "chestnutzoe",
"category": "Productivity",
"capabilities": [
"Interactive",
"Write"
],
"defaultPrompt": [
"使用 chestnut-style-analyzer 帮我完成文风分析。"
]
}
}{
"name": "chestnut-style-analyzer",
"version": "2.2.1",
"description": "Chestnut 文风分析:独立安装的公开版 Skill。",
"author": {
"name": "chestnutzoe",
"url": "https://github.com/chestnutzoe"
},
"license": "MIT"
}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.
[chestnut-style-analyzer on Agent Plugins Marketplace](https://pluginsmp.com/plugins/chestnut-style-analyzer)