Agent Plugins Marketplace
All plugins

natural-japanese

v0.1.0

Natural Japanese writing and revision workflow based on coji/natural-japanese.

Codex1 Skill

By 123kaz0 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
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

Install natural-japanese for Codex

Installs for the current user
codex plugin marketplace add 123kaz/natural-japanese-mcp
codex plugin marketplace upgrade natural-japanese-local
codex plugin add natural-japanese@natural-japanese-local

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

Compatibility: the page URL and API slug “natural-japanese-2” remain stable.

  • Codex: natural-japanese-2@agent-plugin-marketplacenatural-japanese@natural-japanese-local

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/123kaz/natural-japanese-mcp

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

Plugin files

plugins/natural-japanese/
├── .codex-plugin/plugin.json
└── skills/natural-japanese/SKILL.md

Included Skills1

natural-japaneseskills/natural-japanese/SKILL.md

仕事の日本語文書を読みやすくわかりやすく書く・直すためのスキル。議事録(文字起こしからの議事録化を含む)、調査レポート・分析レポート、社内ガイド・マニュアル、リサーチメモ・ディスカッションペーパー・企画書・提案書・報告書・メール、スライド構成案といったビジネス文書の作成・校正、「結論から書いて」「論旨を明確に」「見出しを端的に」「専門用語をわかりやすく説明して」といった指示のいずれでも使用する。AI臭さの除去(「AIっぽい」「AI臭い」「機械翻訳っぽい」「不自然」「もっと自然な日本語に」「機械っぽい」「人間っぽくして」「単調」「〜することができる、と言えるだろう、のような言い回し」といった直接・間接・口語の指摘、AIで書いたと言われた/疑われた)、読みにくい・わかりにくい文章の改善依頼(語順がおかしい、一文が長い、何が言いたいか分からない、読点の位置がおかしい等)、note記事やブログ記事・エッセイの新規執筆(任意のテーマをゼロから書く・書き起こす依頼を含む)、既存文章のリライト・推敲、AI臭さの診断・採点(「この文章AIが書いた?」「AI臭さをスコアで出して」「どれくらいAIっぽいか判定して」という書き換えを伴わない依頼)、自分の文体を学ばせたい・プロファイル化したいという要望(過去の文章を読ませて自分らしく書いてほしいという依頼も含む)にも対応する。禁止語の除去、リズムの単調さ・段落構造の均質さ・英語統語の直訳調に加え、語順・読点・一文一義・主語述語の距離といった読みやすさの原則にも対応する。技術文書の章構成やMarkdownフォーマットの整形自体(一文一行化・引用ブロック・脚注記法など)は対象外——それは別スキルの領域であり、本スキルは文章の自然さ・読みやすさ・わかりやすさに特化する。

Plugin manifests1

plugins/natural-japanese/.codex-plugin/plugin.json
{
  "name": "natural-japanese",
  "version": "0.1.0",
  "description": "Natural Japanese writing and revision workflow based on coji/natural-japanese.",
  "author": {
    "name": "123kaz"
  },
  "skills": "./skills/",
  "apps": "./.app.json",
  "interface": {
    "displayName": "Natural Japanese",
    "shortDescription": "自然で読みやすい日本語へ執筆・推敲する",
    "longDescription": "coji/natural-japanese のワークフローを、登録済みの natural-japanese-mcp と組み合わせてChatGPTで利用します。",
    "developerName": "123kaz",
    "category": "Productivity",
    "capabilities": [
      "Read"
    ]
  }
}

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-2)