feat(skills): Add notion-writer skill and YouTube manager CLI scripts
- Add 02-notion-writer skill with Python script for pushing markdown to Notion - Add YouTube API CLI scripts for jamie-youtube-manager (channel status, video info, batch update) - Update jamie-youtube-manager SKILL.md with CLI script documentation - Update CLAUDE.md with quick reference guides 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
4
custom-skills/02-notion-writer/code/scripts/.env.example
Normal file
4
custom-skills/02-notion-writer/code/scripts/.env.example
Normal file
@@ -0,0 +1,4 @@
|
||||
# Notion API Configuration
|
||||
# Get your integration token from: https://www.notion.so/my-integrations
|
||||
|
||||
NOTION_API_KEY=secret_your_notion_integration_token_here
|
||||
Reference in New Issue
Block a user