hand

hand is a skill for Claude Code, Codex, Cursor from LilMGenius/AFK. It costs 37 tokens per session (232 once invoked), scanned A, original, MIT.

An internal skill for controlling a browser game with keyboard, mouse, or page scripts. It is called by the AFK gaming skill and is not meant for direct use.

In plain words
What is it for?
Use it within an automated browser-game agent to press keys, click controls, or run game-specific action scripts one step at a time.
Why use it?
It makes game actions more reliable by requiring the agent to observe the game before acting and verify the result afterward.

Skill for Claude CodeCodexCursor

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/lilmgenius/afk/hand
Any agent
npx skills add LilMGenius/AFK --skill hand
Clone the repo
git clone --depth 1 https://github.com/LilMGenius/AFK

Made for: Claude Code, Codex, Cursor.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for hand

README.md
[![agentmods](https://agentmods.dev/badge/skills/lilmgenius/afk/hand.svg)](https://agentmods.dev/skills/lilmgenius/afk/hand)
Your own site
<a href="https://agentmods.dev/skills/lilmgenius/afk/hand"><img src="https://agentmods.dev/badge/skills/lilmgenius/afk/hand.svg" alt="Measured on agentmods" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 232 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00037 $0.00232
Opus 5 $0.00018 $0.00116
Sonnet 5 $0.00007 $0.00046
Haiku 4.5 $0.00004 $0.00023

Measured 4d ago against content hash 255508e51642, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

hand scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.cursor/skills/hand/SKILL.md · 27 lines

What it actually says

Hand: Control Game

Internal skill. Called by afk-play only. Executes actions in the browser game.

Tools

mcp__chrome_devtools__press_key(key: "ArrowDown")   ← keyboard input
mcp__chrome_devtools__click(uid: "<element-uid>")   ← mouse click by UID
mcp__chrome_devtools__evaluate_script               ← run Hand Script from games/<game>.md

Rules

  • Always use Eye skill to read state BEFORE acting
  • ONE action at a time — observe result before next action
  • Use the Hand Script from games/<game>.md when available (more reliable than press_key)
  • After acting: call Eye again to verify state changed
  • On failure: try different approach, log error
  • NEVER used in coach mode — coach mode is read-only
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 27 lines · 37 tokens per session scan A 255508e51642

Subscribe to this mod's changes

hand is a skill published in the GitHub repository LilMGenius/AFK (5 stars, last pushed 5mo ago), licensed MIT. It adds 37 tokens to every session and 232 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

host-computer-use-windows

Backend-specific Windows guidance for computeruseremote. Load after status or startsession reports backendfamily/backendid windows or Windows UI Automation features. Covers UIA structural targeting, Windows session caveats, and screenshot verification.

agent0ai/agent-zero · 56 tokens

browser-automation

Use for complex Agent Zero browser automation, including multi-tab browsing, screenshots, forms, uploads, raw pointer/keyboard actions, host-vs-container browser mode, and visual verification workflows.

agent0ai/agent-zero · 41 tokens

browser-extension-control

Create, inspect, install, and safely maintain Chrome extensions for Agent Zero's built-in Browser plugin. Use when the user asks to build a browser extension, modify an existing extension, install a Chrome Web Store extension, or review extension permissions.

agent0ai/agent-zero · 52 tokens

browser-form-workflows

Use for complex Agent Zero Browser form workflows involving selects, checkboxes, radios, file uploads, contenteditable fields, multi-step validation, or visually verified submission.

agent0ai/agent-zero · 37 tokens

web-game-development

Implement and optimize browser games using Phaser, Three.js, React Three Fiber, Babylon.js, or PlayCanvas with responsive input, asset loading, rendering, and browser playtests. Use for JavaScript or TypeScript game projects.

metaspartan/cybara · 49 tokens

blender-motion-state-inspection

Use this skill when inspecting Blender characters, rigs, poses, animation retargeting, ground contact, facing direction, or model-vs-motion alignment where screenshots alone are not enough.

DekaPrayoga/AurixAgent · 43 tokens