The Bunpro Sync skill enables users to backup and analyze their Japanese grammar learning progress locally using the community-documented Bunpro Frontend API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install bunpro-sync
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install bunpro-sync using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Bunpro Sync is a specialized utility designed for learners of the Japanese language who want granular control over their study data. By leveraging a community-documented Frontend API, this skill allows you to export your entire grammar learning history, SRS stages, and JLPT progression into a local SQLite database for offline analysis.
Unlike the standard API, this tool provides access to detailed review forecasts and leech tracking, making it an essential addition to your collection of Openclaw Skills. It bridges the gap between the web platform and local data science, allowing for custom SQL queries and long-term progress monitoring that goes beyond the default dashboard.
To use this skill, ensure you have python3 installed and have obtained your Frontend API Token from the Bunpro dashboard (via DevTools Console).
# Set your Frontend API Token
export BUNPRO_FRONTEND_API_TOKEN="your_jwt_token_here"
# Perform a full sync of your data
python3 scripts/sync.py --full
# Run a specific query to see upcoming reviews
python3 scripts/queries.py forecast
The skill organizes your learning data into several key SQLite tables for easy querying:
| Table | Description |
|---|---|
| user | Account info including level, XP, and lifetime status. |
| grammar_points | Definitions, meanings, structures, and JLPT levels. |
| reviews | Your personal SRS progress and burned status per item. |
| study_queue | Items currently scheduled for future review sessions. |
| due_items | Currently available reviews including a leech flag. |
| user_stats | Aggregated activity and JLPT progression statistics. |
Loading
TripGenie is a specialized travel assistant skill that integrates with OpenClaw to handle real-time hotel bookings, flight searches, and comprehensive itinerary planning.

A structured system for AI agents to transform mistakes into imperative, executable rules that prevent recurring errors.

A high-performance network forensics skill that transforms raw packet captures into actionable security reports using tshark.

A professional memory architecture for AI agents implementing episodic, semantic, and procedural storage to prevent context loss.

Sync WaniKani Japanese learning progress to a local SQLite database for offline analysis, progress tracking, and custom insights.

A high-performance toolset for searching global company registrations via OpenCorporates and US public filings via SEC EDGAR.








































