# Notion

> Notion-specific heuristics for driving the Notion desktop app via background-computer-use. Use when the user asks you to edit a Notion page, add a block, create a database row, or otherwise interact with Notion's UI.

- **Type:** Skill
- **Install:** `agentstack add skill-panchangam18-background-computer-use-notion`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [Panchangam18](https://agentstack.voostack.com/s/panchangam18)
- **Installs:** 0
- **Category:** [Databases](https://agentstack.voostack.com/c/databases)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [Panchangam18](https://github.com/Panchangam18)
- **Source:** https://github.com/Panchangam18/background-computer-use/tree/main/skills/notion
- **Website:** https://github.com/Panchangam18/background-computer-use

## Install

```sh
agentstack add skill-panchangam18-background-computer-use-notion
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# 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:

1. Always call `get_app_state app="Notion"` before interacting.
2. Each paragraph/heading/bullet is a **block**. `Return` creates a sibling
   block of the same type; `shift+Return` is a soft line break.
3. Type `/` at the start of a block to open the slash menu. The menu is
   **async** — re-call `get_app_state` before clicking a menu item.
4. Do not use `set_value` on body text. Use `click` + `press_key key="command+a"`
   + `type_text`. `set_value` only works on native inputs (search, page title
   in some views), not on contenteditable blocks.
5. Use `perform_secondary_action` with `ShowMenu` on sidebar rows instead of
   hovering to click the `…` button.
6. 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 `` on every `get_app_state` call
for Notion.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [Panchangam18](https://github.com/Panchangam18)
- **Source:** [Panchangam18/background-computer-use](https://github.com/Panchangam18/background-computer-use)
- **License:** MIT
- **Homepage:** https://github.com/Panchangam18/background-computer-use

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-panchangam18-background-computer-use-notion
- Seller: https://agentstack.voostack.com/s/panchangam18
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
