How this skill is triggered — by the user, by Claude, or both
Slash command
/relation:setupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
ユーザーの Re:lation API 接続を設定します。以下の手順で進めてください。
ユーザーの Re:lation API 接続を設定します。以下の手順で進めてください。
Re:lation の接続設定を行います。以下の2つを教えてください:
1. APIトークン — Re:lation 管理画面 > API設定 から取得できます 2. サブドメイン — ログインURLが
https://xxx.relation-app.jpの場合、xxxの部分です
~/.claude.json を読み取り、トップレベルの mcpServers セクションに以下の設定を追加してください:"relation": {
"command": "node",
"args": ["<このプラグインの dist/index.js へのパス>"],
"env": {
"RELATION_API_TOKEN": "<入力されたトークン>",
"RELATION_SUBDOMAIN": "<入力されたサブドメイン>"
}
}
dist/index.js のパスは、このスキルの Base directory から ../../dist/index.js を解決してください。
Base directory はスキル実行時に表示される Base directory for this skill: の値です。
パスの例: C:\Users\<user>\.claude\plugins\cache\relation-tools\relation\1.0.0\dist\index.js
設定完了です。
/mcpを実行して MCP サーバーを起動してください。 起動後、接続テストを行います。
/mcp を実行したら、relation_message_box_list ツールで接続テストを行い、結果を表示してください。relation の設定がある場合は上書き確認をしてください~/.claude.json(ユーザースコープ)にのみ保存し、プロジェクトの .mcp.json には書かないでくださいRELATION_ENABLE_DANGEROUS=true → メール送信・コンタクト削除を有効化RELATION_ENABLE_MASTER=true → ラベル・分類の作成・更新を有効化Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub butmasaru/relationappmcp --plugin relation