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/panchangam18/background-computer-use/notionnpx skills add Panchangam18/background-computer-use --skill notiongit clone --depth 1 https://github.com/Panchangam18/background-computer-useWrote 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.
[](https://agentmods.dev/skills/panchangam18/background-computer-use/notion)<a href="https://agentmods.dev/skills/panchangam18/background-computer-use/notion"><img src="https://agentmods.dev/badge/skills/panchangam18/background-computer-use/notion.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00052 | $0.00353 |
| Opus 5 | $0.00026 | $0.00177 |
| Sonnet 5 | $0.00010 | $0.00071 |
| Haiku 4.5 | $0.00005 | $0.00035 |
Grade A, and why
notion 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 6d 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.
What it actually says
Driving Notion with background computer use
Notion is a block-based editor inside a WebView, so generic GUI heuristics
fail in specific ways. Follow these rules in addition to the main
computer-use skill:
- Always call
get_app_state app="Notion"before interacting. - Each paragraph/heading/bullet is a block.
Returncreates a sibling block of the same type;shift+Returnis a soft line break. - Type
/at the start of a block to open the slash menu. The menu is async — re-callget_app_statebefore clicking a menu item. - Do not use
set_valueon body text. Useclick+press_key key="command+a"type_text.set_valueonly works on native inputs (search, page title in some views), not on contenteditable blocks.
- Use
perform_secondary_actionwithShowMenuon sidebar rows instead of hovering to click the…button. - After any destructive action (delete page, archive), stop and confirm with the user before the next step.
Full behavioral notes live in server/app-hints/Notion.md — the MCP server
injects them automatically inside <app_hints> on every get_app_state call
for Notion.
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.
- 6d ago First seen · 28 lines · 52 tokens per session scan A c4c2e3d7dea5
notion is a skill published in the GitHub repository Panchangam18/background-computer-use (5 stars, last pushed 4mo ago), licensed MIT. It adds 52 tokens to every session and 353 once invoked, about $0.0003 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.
Other skills, from other repositories
axstream
Fast deterministic macOS UI automation via replayable macros. Use BEFORE driving any macOS app's UI by hand (clicking/typing via computer-use or screenshots) — if a macro exists, replay finishes the task in seconds with no per-step reasoning; after doing a UI task manually, save it as a macro so the next run is fast.…
weekly-briefing
This skill should be used when the user asks "what should I do this week", "weekly briefing", "run my week", "what's on my plate this week", "walk me through this week", or "give me my weekly checklist". Conducts one in-season briefing by running start/sit, waiver, and cut analysis in order. Not for a standalone…
ios-test
Build, launch, and visually test iOS/SwiftUI apps in the Simulator using computer use. Automated screen navigation, crash log analysis, state testing (empty/error/loading), and memory leak detection. Use when you need to test an iOS app, run it in the Simulator, check for crashes, or verify UI flows.
add-accessibility
Scan SwiftUI views and add missing accessibility identifiers using a consistent {screen}-{type}-{name} naming convention. Also flags Dynamic Type compatibility issues. Use when you need to add accessibility support, make views testable, add VoiceOver labels, or prepare for UI testing.
swiftui-autotest-skill
AI-powered visual testing and accessibility setup for iOS/SwiftUI apps. Build, launch in Simulator, test with computer use, detect crashes, analyze memory leaks, and add accessibility identifiers — all from the terminal.
imessage-inbox
Show the inbox/conversation list using imessage-tools.