notion-delete

notion-delete is a skill for Claude Code from bam-bam-2/solo-skills. It costs 60 tokens per session (374 once invoked), scanned A, original, MIT.

A command-line skill for archiving Notion pages, which moves them to Notion’s trash rather than permanently erasing them.

In plain words
What is it for?
Use it to archive pages by ID or URL, including multiple pages at once, when the required Notion access token and permissions are available.
Why use it?
It provides a direct way to remove one or several pages when a Notion integration does not offer a delete action.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: reads .claude/ paths.

Part of the solo-skills plugin — 26 skills shipped together

Good fit Use it to archive pages by ID or URL, including multiple pages at once, when the required Notion access token and permissions are available.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/bam-bam-2/solo-skills/notion-delete
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.

Any agent
npx skills add bam-bam-2/solo-skills --skill notion-delete
Clone the repo
git clone --depth 1 https://github.com/bam-bam-2/solo-skills

Made for: Claude Code.

Or install solo-skills, the plugin that ships this one along with the rest of its 26 skills.

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 notion-delete

README.md
[![agentmods](https://agentmods.dev/badge/skills/bam-bam-2/solo-skills/notion-delete/github.svg)](https://agentmods.dev/skills/bam-bam-2/solo-skills/notion-delete)
Your own site
<a href="https://agentmods.dev/skills/bam-bam-2/solo-skills/notion-delete"><img src="https://agentmods.dev/badge/skills/bam-bam-2/solo-skills/notion-delete/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for notion-delete

Your own site · 80×15
<a href="https://agentmods.dev/skills/bam-bam-2/solo-skills/notion-delete"><img src="https://agentmods.dev/badge/skills/bam-bam-2/solo-skills/notion-delete.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 374 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.1 $0.00060 $0.00374
Opus 5 $0.00030 $0.00187
Sonnet 5 $0.00012 $0.00075
Haiku 4.5 $0.00006 $0.00037

Measured 11d ago against content hash c14dedb1c57e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

notion-delete 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 11d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (notion_archive.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/notion-delete/SKILL.md · 42 lines

What it actually says

노션 페이지 삭제 스킬

노션 MCP에 삭제 도구가 없어서 Notion API를 직접 호출하는 방식으로 구현. 페이지 ID 또는 URL을 받아 즉시 아카이브(휴지통으로 이동)한다.

실행 방법

python3 ~/.claude/skills/notion-delete/notion_archive.py "<page_id_or_url>"

여러 페이지 한번에:

python3 ~/.claude/skills/notion-delete/notion_archive.py "page_id_1" "page_id_2" "page_id_3"

토큰 탐색 순서

  1. NOTION_TOKEN 환경변수
  2. ~/Projects/getback/운영/pipeline/.env
  3. ~/Projects/getback/운영/discord_bot/.env
  4. ~/.env

트리거 예시

  • "스레드 #5 노션에서 삭제해줘"
  • "이 페이지 지워: https://www.notion.so/..."
  • "콘텐츠 DB에서 초안대기 빈 페이지들 다 삭제해줘"
  • /notion-delete

주의사항

  • 삭제 = 아카이브 (노션 휴지통으로 이동, 30일 내 복구 가능)
  • 완전 영구삭제는 노션 앱에서 휴지통 비우기 필요
  • DB 페이지 삭제 시 해당 DB 접근 권한 있어야 함
Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 11d ago First seen · 42 lines · 60 tokens per session scan A c14dedb1c57e

Subscribe to this mod's changes

notion-delete is a skill published in the GitHub repository bam-bam-2/solo-skills (362 stars, last pushed 8d ago), licensed MIT. It adds 60 tokens to every session and 374 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-30.