claude/skills/slack/SKILL.md
Send messages and files to Slack using the existing bot token and the single configured channel. Never use browser automation for this skill. Do not send to any other channel.
npx skillsauth add kazuph/dotfiles slackInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when the goal is to send a message or file to Slack.
This skill must reuse the existing Slack configuration already present on the machine.
Resolution order:
~/dotfiles/claude/hooks/.env~/.claude/hooks/.envSLACK_BOT_TOKEN and SLACK_CHANNEL / SLACK_CHANNEL_IDpass entries for claude/slack-bot-token and claude/slack-channelThe configured channel is the only allowed destination for this skill.
Use the bundled script:
node /Users/kazuph/dotfiles/claude/skills/slack/scripts/slack-send.mjs message "hello"
node /Users/kazuph/dotfiles/claude/skills/slack/scripts/slack-send.mjs file /absolute/path/to/file "optional comment"
slack-send.mjs message ... for plain notifications.slack-send.mjs file ... for attachments.node /Users/kazuph/dotfiles/claude/skills/slack/scripts/slack-send.mjs message "Build finished successfully."
node /Users/kazuph/dotfiles/claude/skills/slack/scripts/slack-send.mjs \
file /tmp/report.txt "Latest report attached."
node /Users/kazuph/dotfiles/claude/skills/slack/scripts/slack-send.mjs channel
tools
X (Twitter) API read-only CLI. Bookmarks retrieval, tweet search, engagement analytics (likes/RT aggregation), mentions, user lookup. Use when: reading X bookmarks, searching tweets, aggregating likes/retweets, checking mentions, looking up users. Triggers: bookmark, bookmarks, X search, Twitter search, likes count, RT count, engagement, tweet analytics.
testing
単体テスト方針の要約。Kiro流で使うときは本文を必ず参照・展開する。
tools
Send prompts to other AI CLIs (Codex, Claude Code) running in sibling tmux panes and receive results back. Use this skill when the user asks to send a question or task to Codex or another Claude Code instance in a tmux pane. Handles pane discovery, CLI startup if needed, prompt delivery with proper Enter timing, delivery verification, and result return via tmux send-keys.
data-ai
TAKT ピースエンジン。Agent Team を使ったマルチエージェントオーケストレーション。ピースYAMLワークフローに従ってマルチエージェントを実行する。