natural-japanese
v0.1.0Natural Japanese writing and revision workflow based on coji/natural-japanese, with deterministic checks exposed through a remote MCP server.
By 123kazLicense: MIT0 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Agent Plugins
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 20, 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 →
Get the plugin
git clone https://github.com/123kaz/natural-japanese-mcpClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.
Plugin files
├── plugin.json├── skills/natural-japanese/SKILL.md└── mcp.json
Included Skills1
仕事の日本語文書を読みやすくわかりやすく書く・直すためのスキル。議事録(文字起こしからの議事録化を含む)、調査レポート・分析レポート、社内ガイド・マニュアル、リサーチメモ・ディスカッションペーパー・企画書・提案書・報告書・メール、スライド構成案といったビジネス文書の作成・校正、「結論から書いて」「論旨を明確に」「見出しを端的に」「専門用語をわかりやすく説明して」といった指示のいずれでも使用する。AI臭さの除去(「AIっぽい」「AI臭い」「機械翻訳っぽい」「不自然」「もっと自然な日本語に」「機械っぽい」「人間っぽくして」「単調」「〜することができる、と言えるだろう、のような言い回し」といった直接・間接・口語の指摘、AIで書いたと言われた/疑われた)、読みにくい・わかりにくい文章の改善依頼(語順がおかしい、一文が長い、何が言いたいか分からない、読点の位置がおかしい等)、note記事やブログ記事・エッセイの新規執筆(任意のテーマをゼロから書く・書き起こす依頼を含む)、既存文章のリライト・推敲、AI臭さの診断・採点(「この文章AIが書いた?」「AI臭さをスコアで出して」「どれくらいAIっぽいか判定して」という書き換えを伴わない依頼)、自分の文体を学ばせたい・プロファイル化したいという要望(過去の文章を読ませて自分らしく書いてほしいという依頼も含む)にも対応する。禁止語の除去、リズムの単調さ・段落構造の均質さ・英語統語の直訳調に加え、語順・読点・一文一義・主語述語の距離といった読みやすさの原則にも対応する。技術文書の章構成やMarkdownフォーマットの整形自体(一文一行化・引用ブロック・脚注記法など)は対象外——それは別スキルの領域であり、本スキルは文章の自然さ・読みやすさ・わかりやすさに特化する。
MCP servers1
- url
- https://natural-japanese-mcp.onrender.com/mcp
Plugin manifests1
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "natural-japanese",
"version": "0.1.0",
"description": "Natural Japanese writing and revision workflow based on coji/natural-japanese, with deterministic checks exposed through a remote MCP server.",
"author": {
"name": "123kaz"
},
"repository": "https://github.com/123kaz/natural-japanese-mcp",
"license": "MIT",
"keywords": [
"japanese",
"writing",
"revision",
"natural-language",
"mcp"
],
"extensions": {
"com.openai": {
"interface": {
"displayName": "Natural Japanese",
"shortDescription": "自然で読みやすい日本語へ執筆・推敲する",
"longDescription": "coji/natural-japanese のワークフローと機械検査を、ChatGPTから利用するためのPluginです。",
"developerName": "123kaz",
"category": "Productivity",
"capabilities": [
"Read"
]
}
}
}
}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.
[natural-japanese on Agent Plugins Marketplace](https://pluginsmp.com/plugins/natural-japanese)