← 返回 Skills 市场
1720
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install monkeytype-tracker
功能描述
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.
安全使用建议
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).
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install monkeytype-tracker - 安装完成后,直接呼叫该 Skill 的名称或使用
/monkeytype-tracker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1720 次。
如何安装 Monkeytype Tracker and Advisor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install monkeytype-tracker」即可一键安装,无需额外配置。
Monkeytype Tracker and Advisor 是免费的吗?
是的,Monkeytype Tracker and Advisor 完全免费(开源免费),可自由下载、安装和使用。
Monkeytype Tracker and Advisor 支持哪些平台?
Monkeytype Tracker and Advisor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Monkeytype Tracker and Advisor?
由 Qrucio(@qrucio)开发并维护,当前版本 v1.1.0。
推荐 Skills