diff --git a/.agents/plugins/marketplace.json b/.agents/plugins/marketplace.json index 5d45bf7f..00c05e10 100644 --- a/.agents/plugins/marketplace.json +++ b/.agents/plugins/marketplace.json @@ -1271,6 +1271,30 @@ "authentication": "ON_INSTALL" }, "category": "Framework" + }, + { + "name": "yoonmoon", + "source": { + "source": "url", + "url": "https://github.com/amondnet/yoonmoon.git" + }, + "policy": { + "installation": "AVAILABLE", + "authentication": "ON_INSTALL" + }, + "category": "Productivity" + }, + { + "name": "kipris", + "source": { + "source": "url", + "url": "https://github.com/amondnet/KIPRIS.git" + }, + "policy": { + "installation": "AVAILABLE", + "authentication": "ON_INSTALL" + }, + "category": "Research" } ] } diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 3ace2da6..360cc4a3 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1680,6 +1680,28 @@ ] } } + }, + { + "name": "yoonmoon", + "description": "Polish Korean prose and detect AI-written Korean — full-course polishing, humanizing, AI detection, translationese correction, spelling and grammar proofreading, and register conversion.", + "category": "productivity", + "keywords": ["korean", "humanize", "ai-detector", "translationese", "proofreading"], + "tags": ["writing", "korean"], + "source": { + "source": "github", + "repo": "amondnet/yoonmoon" + } + }, + { + "name": "kipris", + "description": "Search Korean patents, utility models, designs, trademarks, trials and foreign patents via the KIPRIS Plus Open API. Python stdlib only — no install step.", + "category": "research", + "keywords": ["patent", "trademark", "intellectual-property", "korea", "kipris"], + "tags": ["search", "open-api"], + "source": { + "source": "github", + "repo": "amondnet/KIPRIS" + } } ] }