Authentication and provider management
Scanned 9/2/2026
Install to Claude Code
npx -y skills add Smart-AI-Memory/attune-ai --skill utilities --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Utilities?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/smart-ai-memory-utilities-attune-ai)More formats (shields.io, HTML) on the badges page.
---
name: utilities
description: Authentication and provider management
category: utility
aliases: [u, auth]
tags: [auth, provider, setup, utilities, subscription]
version: "1.1.0"
question:
header: "Utility"
question: "What do you need?"
multiSelect: false
options:
- label: "Show subscription status"
description: "Show subscription tier and auth strategy"
- label: "Show provider"
description: "Show current provider configuration"
- label: "Set provider"
description: "Change the active LLM provider"
- label: "Setup auth"
description: "Configure auth strategy interactively"
---
# utilities
Authentication, subscription, and provider management utilities.
## Routes
| Subcommand | Action |
| ---------- | ------ |
| `subscription` | Show subscription/auth strategy status |
| `show` | Show current provider configuration |
| `set` | Set the active LLM provider |
| `setup` | Configure auth strategy interactively |
## Usage
```bash
/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".
## Behavior
### subscription
Run the auth status command to show subscription tier and strategy:
```bash
uv run attune auth status
```
Display the subscription tier (FREE/PRO/MAX/ENTERPRISE), default auth
mode, and module size thresholds.
### show
Run the provider show command:
```bash
uv run attune provider show
```
Display the current provider mode, primary provider,
and available providers.
### set
Use `AskUserQuestion` to confirm:
- Which provider? (anthropic, openai, hybrid)
Then run:
```bash
uv run attune provider set <provider>
```
### setup
Run the interactive auth strategy setup:
```bash
uv run attune auth setup
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!