From shiiman-slack
Slack のデフォルトユーザーを設定する。「自分を設定」「ユーザー設定」「デフォルトユーザー設定」「Slackユーザー登録」「自分のIDを設定」「自分のSlackを設定」などで起動。
npx claudepluginhub shiiman/claude-code-plugins --plugin shiiman-slackThis skill is limited to using the following tools:
Slack 操作で使用するデフォルトユーザーID を設定・管理します。
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Slack 操作で使用するデフォルトユーザーID を設定・管理します。
$ARGUMENTS に --help が含まれる場合、以下を表示して終了:
/shiiman-slack:user-setup - User Setup
概要:
Slack 操作で使用するデフォルトユーザーID を設定・管理します。
使用方法:
/shiiman-slack:user-setup [オプション]
オプション:
--help このヘルプを表示
このスキルは、shiiman-slack プラグインで使用するデフォルトユーザーID を設定します。 設定されたユーザーID は、メンション確認や未読確認などで自動的に使用されます。
まず現在の設定を確認:
python ${CLAUDE_PLUGIN_ROOT}/scripts/slack_config.py show
ユーザーが指定したユーザーID を設定:
python ${CLAUDE_PLUGIN_ROOT}/scripts/slack_config.py set-user --user-id U01234567
ユーザーID の確認方法:
U で始まる11文字程度のID設定をクリアしたい場合:
python ${CLAUDE_PLUGIN_ROOT}/scripts/slack_config.py clear
設定は ~/.config/shiiman-slack/config.json に保存されます。
{
"default_user_id": "U01234567",
"workspace": {
"team_id": "T01234567",
"team_name": "MyWorkspace"
},
"created_at": "2025-01-14T10:00:00Z",
"updated_at": "2025-01-14T10:00:00Z"
}
設定されたユーザーID は以下のスキルで自動的に使用されます: