slack
Read Slack messages, channels, DMs, and search. Read-only access to your Slack workspace.
Read publicly shared Google Docs using curl to download into a file.
$ npx -y skills add ykdojo/safeclaw --skill gdoc --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/gdocContext preview
The summary Claude sees to decide when to auto-load this skill.
Read publicly shared Google Docs using curl to download into a file.
name: gdoc description: Read publicly shared Google Docs using curl to download into a file.
To read a Google Doc:
1. Replace `/edit` (or any suffix after the doc ID) with `/mobilebasic` 2. **ALWAYS use curl, NOT WebFetch.** WebFetch summarizes/truncates content. curl gets the full document:
curl -sL 'https://docs.google.com/document/d/DOC_ID/mobilebasic' > /tmp/doc.txt
3. Read the downloaded file with the Read tool
The easiest way to run multiple Claude Code sessions, each in its own container, with a dashboard to manage them all. Quick setup with battle-tested sensible defaults and skills. See architecture.md for design details.
Repo: ykdojo/safeclaw