Developer Tools16 toolsPaste one API key
WaniKani integration for AI agents
WaniKani is a spaced-repetition learning platform for studying Japanese radicals, kanji, and vocabulary.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect WaniKani once and call the same tools from all of them.
Setup
Connect WaniKani through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
WaniKani exposes 16 tools through ClawLink.
| Tool | What it does | Kind |
|---|---|---|
wanikani_get_assignments | Retrieve one assignment by ID, or list the connected user's assignments using progress | Read |
wanikani_get_level_progressions | Retrieve one level-progression record by ID, or list the user's level history with ID and | Read |
wanikani_get_resets | Retrieve one account-reset record by ID, or list account level-reset history | Read |
wanikani_get_review_statistics | Retrieve one per-subject review statistic by ID, or list answer totals, streaks, and accuracy | Read |
wanikani_get_reviews | Retrieve one completed review by ID, or list completed reviews filtered by review IDs, subject | Read |
wanikani_get_spaced_repetition_systems | Retrieve one spaced-repetition system by ID, or list SRS definitions and their stage intervals | Read |
wanikani_get_study_materials | Retrieve one study-material record by ID, or list the user's subject notes and meaning synonyms | Read |
wanikani_get_study_summary | Get lessons available now and review availability over the next 24 hours for the connected user | Read |
wanikani_get_subjects | Retrieve one WaniKani subject by ID, or search radicals, kanji, vocabulary, and kana vocabulary | Read |
wanikani_get_user | Get the connected user's identity, level, subscription status, vacation state, and application | Read |
wanikani_get_voice_actors | Retrieve one WaniKani pronunciation voice actor by ID, or list voice actors with ID and | Read |
wanikani_create_study_material | Create the sole study-material record for a subject, optionally with notes or meaning synonyms | Write |
wanikani_update_study_material | Update at least one note or meaning-synonym field on an existing study-material record without | Write |
wanikani_update_user_preferences | Update one or more supported WaniKani lesson or review preferences | Write |
wanikani_start_assignment | Irreversibly mark one unlocked lesson assignment as started and move it into reviews | Read |
wanikani_submit_review | Irreversibly submit a completed review, changing assignment progress and review statistics | Read |