Track and analyze Monkeytype typing statistics with improvement tips. Use when user mentions "monkeytype", "typing stats", "typing speed", "WPM", "typing practice", "typing progress", or wants to check their typing performance. Features on-demand stats, test history analysis, personal bests, progress comparison, leaderboard lookup, and optional automated reports. Requires user's Monkeytype ApeKey for API access.
Usage Guidance
This skill appears to do what it says (fetch Monkeytype stats) but has several mismatches and risky instructions you should consider before installing:
- Registry vs code mismatch: The skill actually needs an ApeKey (MONKEYTYPE_APE_KEY) but the published metadata does not declare this. Treat that as a red flag and ask the publisher to correct the manifest.
- Secret handling: The SKILL.md asks users to paste their ApeKey into chat and/or save it into ~/.openclaw/workspace/config/monkeytype.json (plain JSON). Prefer setting the MONKEYTYPE_APE_KEY environment variable locally instead of sending it in chat. If you must provide a key, do not paste it into an untrusted conversation and be aware the key will be stored in plaintext in your workspace config.
- Automations/crons: The instructions propose creating cron jobs for automated reports. Enabling scheduled runs gives the skill ongoing execution rights. Only enable automations if you trust the code and understand where secrets and outputs will be stored.
- Review the code yourself or run it in an isolated environment: The included Python script is short and calls only api.monkeytype.com, but you should review it (or run it in a sandbox) before allowing scheduled runs or before storing your ApeKey on disk.
- Minimum steps to mitigate risks:
1) Ask the publisher to update the registry manifest to declare the ApeKey requirement.
2) Prefer setting MONKEYTYPE_APE_KEY as an environment variable rather than pasting in chat or writing a plaintext config file.
3) If you enable automations, inspect and limit the cron job's permissions and ensure the key stored has only the necessary scope on Monkeytype.
4) If unsure, decline automated reports and use only on-demand commands after setting the env var locally.
If you want, I can produce suggested safer setup text to replace the SKILL.md prompts (for example: a warning not to paste secrets in chat, and explicit instructions to set the env var instead of writing plaintext files).
Capability Analysis
Type: OpenClaw Skill
Name:
Developer:
Version:
Description: OpenClaw Agent Skill
Suspicious High-Entropy/Eval files: 1
The skill is classified as suspicious primarily due to its instruction to the OpenClaw agent to create cron jobs for automated reports, as detailed in `SKILL.md` (Step 3: Finalize Setup). While the stated purpose of these cron jobs is benign (daily/weekly reports), the capability to create scheduled tasks on the system is a high-risk operation that could be leveraged for persistence or unauthorized command execution if the agent or skill were compromised. Additionally, the skill instructs the agent to save the user's Monkeytype ApeKey to `~/.openclaw/workspace/config/monkeytype.json`, which, while necessary for functionality, involves writing a sensitive secret to disk, increasing the attack surface if the file permissions are not secure or the system is compromised. No direct evidence of intentional malicious behavior like exfiltration to unauthorized domains or obfuscated payloads was found.
Capability Assessment
⚠
Purpose & Capability
The registry metadata declares no required environment variables or primary credential, but both the SKILL.md and the included Python script expect and use a Monkeytype API key (MONKEYTYPE_APE_KEY or a workspace config file). The skill legitimately needs an ApeKey for its stated purpose, so the registry metadata omission is an inconsistency and should have declared a primary credential.
⚠
Instruction Scope
SKILL.md instructs the agent to ask the user to paste their ApeKey into chat and/or save it into ~/.openclaw/workspace/config/monkeytype.json; it also tells the agent to create cron jobs for automated reports. Asking users to send secrets in conversation and instructing persistent system changes (cron) go beyond simple read-only queries to the Monkeytype API and expand the security surface.
✓
Install Mechanism
There is no install spec (instruction-only + a small Python script). No downloads or external install steps are present, which keeps install risk low.
⚠
Credentials
The skill requires the user's ApeKey (a secret) but the registry failed to declare it. The SKILL.md and script use MONKEYTYPE_APE_KEY and write the key to a plaintext JSON config in the user's workspace. Storing API keys in plaintext and encouraging the user to paste a key into chat are disproportionate exposure risks even if the key is necessary for functionality.
⚠
Persistence & Privilege
The skill writes a workspace config file and a cache file, and the instructions propose creating cron jobs for automated reports (persistent, scheduled execution). While always:true is not set, scheduled automation would grant ongoing system presence and should be enabled only with explicit user consent and understanding of where secrets will be stored.
How to Use
Make sure OpenClaw is installed (local or Docker)
Run the install command in chat: /install monkeytype-tracker
After installation, invoke the skill by name or use /monkeytype-tracker
Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
Security enhancement: Added environment variable support for ApeKey (MONKEYTYPE_APE_KEY). Config now follows security hierarchy: ENV var (most secure) > config file. Updated documentation with secure setup options. Prevents accidental key exposure in version control.
v1.0.0
Track and analyze your Monkeytype typing statistics with personalized improvement tips. Features include on-demand stats, personal bests, test history analysis, week-over-week progress comparison, leaderboard lookup, and optional automated daily/weekly reports. Guided setup flow walks users through API key configuration with both agent-assisted and manual options.
Metadata
Slugmonkeytype-tracker
Version1.1.0
License—
All-time Installs0
Active Installs0
Total Versions2
Frequently Asked Questions
What is Monkeytype Tracker and Advisor?
Track and analyze Monkeytype typing statistics with improvement tips. Use when user mentions "monkeytype", "typing stats", "typing speed", "WPM", "typing practice", "typing progress", or wants to check their typing performance. Features on-demand stats, test history analysis, personal bests, progress comparison, leaderboard lookup, and optional automated reports. Requires user's Monkeytype ApeKey for API access. It is an AI Agent Skill for Claude Code / OpenClaw, with 1720 downloads so far.
How do I install Monkeytype Tracker and Advisor?
Run "/install monkeytype-tracker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Monkeytype Tracker and Advisor free?
Yes, Monkeytype Tracker and Advisor is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Monkeytype Tracker and Advisor support?
Monkeytype Tracker and Advisor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Monkeytype Tracker and Advisor?
It is built and maintained by Qrucio (@qrucio); the current version is v1.1.0.