mcpbeat Sign in

Notion Delete Skill for Claude

노션 페이지를 삭제(아카이브)한다. '노션에서 삭제해줘', '이 페이지 지워줘', '/notion-delete' 트리거. 페이지 ID 또는 노션 URL을 받아 Notion API로 즉시 아카이브.

1k tokens
context cost
the whole folder, loaded on every use
2
files
ships runnable scripts
0
copies elsewhere
how many repositories repackaged it
183
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/bam-bam-2/solo-skills --skill notion-delete

What comes with it

3 692 bytes besides the instruction
notion_archive.py

The instruction itself

as written by the author

노션 페이지 삭제 스킬

노션 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"

토큰 탐색 순서

  • NOTION_TOKEN 환경변수
  • ~/Projects/getback/운영/pipeline/.env
  • ~/Projects/getback/운영/discord_bot/.env
  • ~/.env

트리거 예시

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

주의사항

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

How to use it

Copy the folder

Take bam-bam-2/notion-delete from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.