How this skill is triggered — by the user, by Claude, or both
Slash command
/mcp-redash:redash-guideThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Redash を1つだけ使う場合は、プロジェクトの `.env` に以下を設定するだけです。
Redash を1つだけ使う場合は、プロジェクトの .env に以下を設定するだけです。
REDASH_URL=https://redash.example.com
REDASH_API_KEY=your-api-key
プラグインインストール後、/mcp に redash が自動的に表示されます。
dev / stg / prod など複数の Redash を使う場合:
/redash-add dev
/redash-add stg
.env に追加分の変数を設定します。
# デフォルト
REDASH_URL=https://redash.example.com
REDASH_API_KEY=your-api-key
# dev 環境
REDASH_DEV_URL=https://redash-dev.example.com
REDASH_DEV_API_KEY=your-dev-api-key
# stg 環境
REDASH_STG_URL=https://redash-stg.example.com
REDASH_STG_API_KEY=your-stg-api-key
/redash-list # 有効な MCP 一覧
/redash-status # 環境変数の設定状況
| suffix | MCP 名 | 環境変数 |
|---|---|---|
| dev | redash-dev | REDASH_DEV_URL, REDASH_DEV_API_KEY |
| stg | redash-stg | REDASH_STG_URL, REDASH_STG_API_KEY |
| prod2 | redash-prod2 | REDASH_PROD2_URL, REDASH_PROD2_API_KEY |
| sandbox | redash-sandbox | REDASH_SANDBOX_URL, REDASH_SANDBOX_API_KEY |
default は予約語のため使用不可(plugin 同梱の redash が該当)不要になった環境は削除できます。
/redash-remove dev
plugin 同梱の redash は削除できません。
| コマンド | 説明 |
|---|---|
/redash-add <suffix> | Redash MCP を追加 |
/redash-remove <suffix> | Redash MCP を削除 |
/redash-list | 有効な MCP 一覧 |
/redash-status | 設定状況の詳細確認 |
npx claudepluginhub takemi-ohama/ai-plugins --plugin mcp-redashAutomates Looker dashboard creation: add elements, filters, and configure queries. Useful for data discovery and BI workflows.
Designs analytical dashboard specs: defines questions each chart answers, writes SQL queries, specifies layout and refresh cadence. For dashboard build requests.
Create, modify, and organise Grafana dashboards including panels, variables, transformations, and alerting.