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.
npx agentmods add skills/88plug/screen-mcp/drive-screennpx skills add 88plug/screen-mcp --skill drive-screengit clone --depth 1 https://github.com/88plug/screen-mcpWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00144 | $0.02848 |
| Opus 5 | $0.00072 | $0.01424 |
| Sonnet 5 | $0.00029 | $0.00570 |
| Haiku 4.5 | $0.00014 | $0.00285 |
Grade B, and why
drive-screen scanned grade B with 1 finding 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 2d 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.
Subtle steeringmediumPrompt injection
Instructions that bias recommendations or shape behaviour without the user noticing.
- **`screen_focus(app=..)` / `focus="app"` are conveniences — not required.** They activate a window by name (handy when it isn't visible to click). They use an optional GNOME-shell helper if present, else the overview ( The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
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.
- 2d ago First seen · 74 lines · 144 tokens per session scan B 64b36d3fb44c
drive-screen is a skill published in the GitHub repository 88plug/screen-mcp (1 stars, last pushed 19d ago), with no licence file. It adds 144 tokens to every session and 2,848 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it B with 1 finding (subtle steering). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
clawdcursor
FALLBACK ONLY — do not invoke unless you have already ruled out (1) a native API (Gmail API, GitHub API, Slack API …), (2) a CLI (git, gh, aws, npm, curl …), (3) direct file editing, and (4) existing browser automation (Playwright, Puppeteer). Only when all four are unavailable or have already failed should you use…
computer-use
Windows 桌面自动化执行规则。使用 screeninteractor 观察与操作原生桌面应用。.
web-navigator
Web 浏览器自动化路由规则。通过 webnavigator 将 Web 场景路由到 Playwright MCP 或 mcp-chrome。.
gnome-ui-testing
Uses GNOME UI MCP for desktop UI testing, assertions, and state verification. Use when writing or running UI tests, checking element states, comparing screenshots, or verifying desktop behavior.
gnome-ui-cli
Use this skill to run GNOME UI MCP tools from the command line or shell scripts for desktop automation.
gnome-ui-automation
Uses GNOME UI MCP for desktop automation via AT-SPI discovery and Mutter input. Use when automating GNOME desktop interactions, clicking buttons, filling forms, navigating menus, or controlling windows.