Token导航 LogoToken导航TokenDH.com
效率敏感数据clawhub未标认证来源可访问clear审计提醒

monkeytype-tracker猴型追踪器

Agent Skill

monkeytype-tracker 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

53,172

周安装

2,284

GitHub Stars

公开资料未说明

下载量

18,637
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:monkeytype-tracker(猴型追踪器)
来源仓库:https://github.com/qrucio/monkeytype-tracker
安装命令:
openclaw skills install monkeytype-tracker
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install monkeytype-tracker

简介

跟踪和分析 Monkeytype 打字统计数据并提供改进提示。当用户提及“monkeytype”、“打字统计”、“打字速度”、“WPM”、“打字练习”、“打字进度”或想要检查其打字表现时使用。具有按需统计、测试历史分析、个人最佳成绩、进度比较、排行榜查找和可选的自动报告的功能。需要用户的 Monkeytype ApeKey 才能访问 API。

SKILL.md

name
monkeytype-tracker
description
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.

Monkeytype Tracker

Track your Monkeytype typing statistics and get personalized improvement tips.

Pre-Flight Check (ALWAYS DO THIS FIRST)

Before running ANY command, check if setup is complete:

Security Priority:

  1. Environment variable (most secure): MONKEYTYPE_APE_KEY
  2. Config file fallback: ~/.openclaw/workspace/config/monkeytype.json
# Check environment variable first
ape_key = os.getenv('MONKEYTYPE_APE_KEY')
if not ape_key:
    # Check config exists and has valid key
    config_path = Path.home() / ".openclaw" / "workspace" / "config" / "monkeytype.json"

If no env var AND no config: → Run Setup Flow (Step 1) If apeKey exists but API returns 471 "inactive": → Tell user to activate the key (checkbox) If apeKey works: → Proceed with command

Setup Flow (3 Steps)

Step 1: Get ApeKey

Send this message:

Hey! 👋 I see you want to track your Monkeytype stats. I'll need your API key to get started.

**🔑 How to get it:**
1. Go to monkeytype.com → **Account Settings** (click your profile icon)
2. Select **"Ape Keys"** from the left sidebar
3. Click **"Generate new key"**
4. ⚠️ **Activate it:** Check the checkbox next to your new key (keys are inactive by default!)
5. Copy the key and send it to me

Once you share the key, I'll ask about automation preferences 🤖

---

🔒 **Prefer to add it manually?** No problem!

**Option 1: Environment Variable (Recommended - Most Secure)**
Set in your system:
- Windows (PowerShell): `$env:MONKEYTYPE_APE_KEY="YOUR_KEY_HERE"`
- Linux/Mac: `export MONKEYTYPE_APE_KEY="YOUR_KEY_HERE"`

**Option 2: Config File**
Create this file: `~/.openclaw/workspace/config/monkeytype.json`
With this content:
{
  "apeKey": "YOUR_KEY_HERE"
}

Then just say "monkeytype stats" and I'll take it from there!

After receiving key:

  1. Save to ~/.openclaw/workspace/config/monkeytype.json:
{
  "apeKey": "USER_KEY_HERE",
  "automations": {
    "dailyReport": false,
    "weeklyReport": false,
    "reportTime": "20:00"
  }
}
  1. Test the key immediately by running python scripts/monkeytype_stats.py stats
  2. If 471 error → Key is inactive, ask user to check the checkbox
  3. If success → Proceed to Step 2

Step 2: Verify & Ask Automation Preferences

After key verification succeeds, send:

Got it! Key saved and verified ✅

**📊 Quick Overview:**
• {tests} tests completed ({hours} hrs)
• 🏆 PB: {pb_15}WPM (15s) | {pb_30}WPM (30s) | {pb_60}WPM (60s)
• 🔥 Current streak: {streak} days

Now, would you like automated reports?

**Options:**
1️⃣ **Daily report** — Summary of the day's practice
2️⃣ **Weekly report** — Week-over-week comparison + tips
3️⃣ **Both**
4️⃣ **None** — On-demand only

⏰ What time should I send reports? (default: 8pm)

Step 3: Finalize Setup

After user chooses options:

  1. Update config with preferences
  2. Create cron jobs if automations enabled:

- Daily: 0 {hour} * * * with name monkeytype-daily-report - Weekly: 0 {hour} * * 0 with name monkeytype-weekly-report

  1. Send completion message:
🎉 **You're all set!**

**✅ Config saved:**
• Weekly report: {status}
• Daily report: {status}

**💡 Try these anytime:**
• "show my typing stats"
• "how's my typing progress"
• "compare my typing this week"
• "monkeytype leaderboard"

Happy typing! May your WPM be ever higher 🚀⌨️

Error Handling

ErrorUser Message
No config file"Looks like Monkeytype isn't set up yet. Let me help you get started! 🔑" → Start Setup Flow
No apeKey in configSame as above
API 471 "inactive""Your API key is inactive. Go to Monkeytype → Account Settings → Ape Keys and check the checkbox next to your key to activate it ✅"
API 401 "unauthorized""Your API key seems invalid. Let's set up a new one." → Start Setup Flow
API rate limit"Hit the API rate limit. Try again in a minute ⏳"
Network error"Couldn't reach Monkeytype servers. Check your connection and try again."

Commands

Fetch Stats

Triggers: "show my monkeytype stats", "how's my typing", "typing stats"

  1. Pre-flight check (see above)
  2. Run: python scripts/monkeytype_stats.py stats
  3. Format output nicely with emojis

Recent History & Analysis

Triggers: "analyze my recent typing", "how have I been typing lately"

  1. Pre-flight check
  2. Run: python scripts/monkeytype_stats.py history --limit 50
  3. Analyze output and provide 2-3 improvement tips

Progress Comparison

Triggers: "compare my typing progress", "am I improving"

  1. Pre-flight check
  2. Run: python scripts/monkeytype_stats.py compare

Leaderboard Lookup

Triggers: "monkeytype leaderboard", "where do I rank"

  1. Pre-flight check
  2. Run: python scripts/monkeytype_stats.py leaderboard [--mode time] [--mode2 60]

Improvement Tips Logic

After fetching stats, analyze and provide tips based on:

IssueTip
StdDev > 15"Focus on consistency — slow down and aim for 95%+ accuracy every test"
Accuracy < 95%"Accuracy builds speed. Slow down until you hit 95%+ consistently"
60s << 30s PB"Stamina gap detected. Practice longer tests to build endurance"
Low test count"More practice = faster progress. Aim for 5-10 tests daily"
Streak broken"Consistency matters! Try to type a bit every day"

API Notes

  • Base URL: https://api.monkeytype.com
  • Auth header: Authorization: ApeKey {key}
  • Rate limits: 30 req/min global, 30/day for results endpoint
  • Cache results locally when possible

Files

  • ~/.openclaw/workspace/config/monkeytype.json: User config
  • scripts/monkeytype_stats.py: Main stats fetcher script

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

71.62%
按下载量换算13,348

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

未展示

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills