Skill
gdoc
Read publicly shared Google Docs using curl to download into a file.
Read Slack messages, channels, DMs, and search. Read-only access to your Slack workspace.
$ npx -y skills add ykdojo/safeclaw --skill slack --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/slackContext preview
The summary Claude sees to decide when to auto-load this skill.
Read Slack messages, channels, DMs, and search. Read-only access to your Slack workspace.
name: slack description: Read Slack messages, channels, DMs, and search. Read-only access to your Slack workspace.
Use `~/tools/slack-read.js` to read Slack data:
# List channels node ~/tools/slack-read.js channels # List DMs node ~/tools/slack-read.js dms # Read channel history (last 20 messages) node ~/tools/slack-read.js history <channel_id> node ~/tools/slack-read.js history <channel_id> 50 # last 50 # Search messages node ~/tools/slack-read.js search "keyword" node ~/tools/slack-read.js search "from:@user in:#channel" # List users node ~/tools/slack-read.js users # Get channel info node ~/tools/slack-read.js info <channel_id>
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