Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .agents/plugins/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
22 changes: 22 additions & 0 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Comment thread
amondnet marked this conversation as resolved.
"repo": "amondnet/KIPRIS"
Comment thread
amondnet marked this conversation as resolved.
}
}
]
}
Loading