노션 페이지를 삭제(아카이브)한다. '노션에서 삭제해줘', '이 페이지 지워줘', '/notion-delete' 트리거. 페이지 ID 또는 노션 URL을 받아 Notion API로 즉시 아카이브.
npx skills add https://github.com/bam-bam-2/solo-skills --skill notion-delete
노션 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/notion-deleteTake bam-bam-2/notion-delete from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
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.