utilities
Authentication and provider management
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Authentication and provider management
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Outcome-first fix with a guided intake form — pick scope and probes from derived candidates, preview the contract, run with a verified receipt. Triggers on: attune fix, scoped fix, fix with receipt, outcome fix, fix intake.
Outcome-first fix with a guided intake form — pick scope and probes from derived candidates, preview the contract, run with a verified receipt. Triggers on: attune fix, scoped fix, fix with receipt, outcome fix, fix intake.
Spec-driven development — brainstorm, plan, review, and execute with quality gates. Triggers on: spec, brainstorm and build, plan and execute, idea to code, build from scratch.
Spec-driven development — brainstorm, plan, review, and execute with quality gates. Triggers on: spec, brainstorm and build, plan and execute, idea to code, build from scratch.
Developer workflow hub — routes to the right skill based on what you need. Triggers on: attune, what can attune do, what can you do, capabilities, where do I start, get started.
Outcome-first fix with a guided intake form — pick scope and probes from derived candidates, preview the contract, run with a verified receipt. Triggers on: attune fix, scoped fix, fix with receipt, outcome fix, fix intake.
SOC 職業分類に基づく
| name | utilities |
| description | Authentication and provider management |
Authentication, subscription, and provider management utilities.
| Subcommand | Action |
|---|---|
subscription | Show subscription/auth strategy status |
show | Show current provider configuration |
set | Set the active LLM provider |
setup | Configure auth strategy interactively |
/utilities # Ask what to do
/utilities subscription # Show subscription status
/utilities show # Show current provider
/utilities set # Set provider
/utilities setup # Configure auth strategy
Or use natural language: "subscription status", "auth", "provider", "show provider", "set provider", "what is my subscription".
Run the auth status command to show subscription tier and strategy:
uv run attune auth status
Display the subscription tier (FREE/PRO/MAX/ENTERPRISE), default auth mode, and module size thresholds.
Run the provider show command:
uv run attune provider show
Display the current provider mode, primary provider, and available providers.
Use AskUserQuestion to confirm:
Then run:
uv run attune provider set <provider>
Run the interactive auth strategy setup:
uv run attune auth setup