awesome-japanese-nlp-resources is a curated catalogue of Japanese natural-language-processing resources, including Python libraries, language models, dictionaries, corpora, and datasets. It helps people discover, compare, research, and contribute Japanese NLP tools and data. Its catalogue skills and plugins let Claude Code search the resources, find related items, discover additions, and investigate trends or research issues.
Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add taishi-i/awesome-japanese-nlp-resources/plugin install awesome-japanese-nlp-resourcesWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/taishi-i/awesome-japanese-nlp-resources/find-new-resources)<a href="https://agentmods.dev/skills/taishi-i/awesome-japanese-nlp-resources/find-new-resources"><img src="https://agentmods.dev/badge/skills/taishi-i/awesome-japanese-nlp-resources/find-new-resources/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/taishi-i/awesome-japanese-nlp-resources/find-new-resources"><img src="https://agentmods.dev/badge/skills/taishi-i/awesome-japanese-nlp-resources/find-new-resources.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00048 | $0.04889 |
| Opus 5 | $0.00024 | $0.02445 |
| Sonnet 5 | $0.00010 | $0.00978 |
| Haiku 4.5 | $0.00005 | $0.00489 |
Grade B, and why
find-new-resources scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 13d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
[ -f "$RESOURCES_PATH" ] || RESOURCES_PATH="$(find "${HOME}/.claude/plugins" -type f -name resources.json 2>/dev/null | grep "awesome-japanese-nlp-resources/" | head -1)" How it starts
The opening of the file, as written. The whole thing — 368 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Find new Japanese NLP GitHub repositories and Hugging Face models/datasets for topic: "$ARGUMENTS" that are not already in the awesome-japanese-nlp-resources list.
Instructions
Preamble — Establish the current date
Before doing anything else, run this once and remember the values — every step that mentions a year refers to them:
echo "YEAR_NOW=$(date +%Y)"
echo "YEAR_PREV=$(($(date +%Y) - 1))"
Substitute these everywhere this skill writes ${YEAR_NOW} or ${YEAR_PREV} below. Do not hardcode years — the skill must always reflect the current year.
Step 0 — Handle empty input
If $ARGUMENTS is empty or blank, treat it as a general search for the latest Japanese NLP resources. Use the following default settings for the rest of the steps:
- Topic label for output headings: "Latest Japanese NLP Resources" (use "最新の日本語NLPリソース" only when the user's query was written in Japanese)
- Keywords for Step 1:
japanese nlp,日本語 nlp,japanese language processing,japanese machine learning - WebSearch queries for Step 4: focus on recency — add
${YEAR_PREV} ${YEAR_NOW}to every query, and include:japanese NLP new library github ${YEAR_NOW}日本語 NLP 新しい ライブラリ github ${YEAR_NOW}awesome japanese nlp ${YEAR_PREV} ${YEAR_NOW} newjapanese natural language processing tool released ${YEAR_PREV} ${YEAR_NOW}japanese NLP new model huggingface ${YEAR_NOW}huggingface japanese nlp ${YEAR_PREV} ${YEAR_NOW} new
- Output heading: "New Japanese NLP Resource Candidates" instead of
New candidates for "$ARGUMENTS"(use "最近追加された日本語NLPリソース候補" only when the output language is Japanese)
Then continue normally from Step 1 using the above defaults.
Step 1 — Interpret the topic
The user's topic is: "$ARGUMENTS"
Translate the topic intent to English keywords for search. Aim for 3–5 keywords/phrases. Use the same stem + tool-name conventions as the search skill:
| Domain (Japanese hint) | English keywords / search phrases |
|---|---|
| 形態素解析 / morphological analysis | japanese morphological analyzer, japanese tokenizer, mecab, sudachi, janome |
| 固有表現認識 / NER | japanese named entity recognition, japanese NER, ginza |
| 係り受け解析 / dependency parsing | japanese dependency parser, cabocha, knp |
| 文章分類 / text classification | japanese text classification, japanese sentiment |
| 埋め込み / embeddings | japanese sentence embedding, japanese embedding model, ruri, sbert |
| 事前学習モデル / pretrained model | japanese pretrained model, japanese LLM, japanese BERT, japanese GPT |
| LLM / 大規模言語モデル | japanese llm, japanese language model, llama japanese, swallow, elyza |
| テキスト生成 / generation | japanese text generation, japanese chatbot |
| 機械翻訳 / translation | japanese machine translation, english japanese translation |
| 音声認識 / speech | japanese speech recognition, japanese asr, whisper japanese |
| 音声合成 / TTS | japanese text to speech, japanese tts, voicevox |
| 質問応答 / QA | japanese question answering, japanese qa dataset |
| 要約 / summarization | japanese summarization, japanese abstractive summarization |
| 辞書 / dictionary・IME | japanese dictionary, japanese ime, mozc |
| コーパス / corpus | japanese corpus, japanese dataset, japanese annotated |
| OCR | japanese ocr, manga ocr |
| RAG | japanese rag, japanese retrieval, japanese reranker |
| ファインチューニング | japanese fine-tuning, japanese lora, japanese instruction tuning |
| ベンチマーク / 評価 | japanese benchmark, japanese evaluation, jglue, llm-jp-eval |
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 13d ago First seen · 368 lines · 48 tokens per session scan B 63a7a1779531
find-new-resources is a skill published in the GitHub repository taishi-i/awesome-japanese-nlp-resources (1,007 stars, last pushed 2d ago), licensed CC0-1.0. It adds 48 tokens to every session and 4,889 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
natural-japanese
A Japanese-language writing guide for clear business documents, such as meeting notes, reports, manuals, proposals, emails, and slide outlines. It includes checks intended to reduce unnatural or machine-like writing.
suiko
A Japanese writing and review workflow for checking whether text sounds uniform, translated, unnatural, or difficult to read. It supports writing and editing documents such as reports, guides, meeting notes, proposals, and emails.
reverse-engineering-tools
Investigate supplied game binaries, protection components, drivers, dumps, and traces through reproducible binary analysis. Use for repository resource selection, PE/symbol inspection, disassembly and decompilation, control/data-flow reconstruction, build comparison, obfuscation classification, and interface evidence…
seedance-vocab-ja
This skill should be used when the user asks for Japanese Seedance 2.0 prompt wording, Japanese cinematic vocabulary, or translation of camera, lighting, action, VFX, audio, and production terms into Japanese.
alfworld-receptacle-finder
Searches for a suitable empty or appropriately occupied receptacle (like a shelf or table) to place an object. Use when you are holding an object that needs to be stored or placed and must find a receptacle that meets the placement criteria. Examines candidate receptacles by navigating to and inspecting each one until…
gitnexus
A code-graph analysis add-on for examining an existing codebase, including symbols, call paths, execution flows, and effects across repositories. It can query GitNexus through its command-line or MCP interfaces.