Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,16 @@ cp -r agent-skills/plugins/auth0/skills/auth0 ~/.openclaw/skills/

> **Note:** The `auth0` binary must be installed and available on your `$PATH` for agents to use the CLI guidance in this skill.

### Agent Mode

For AI agents and automation, **agent mode** makes output machine-friendly: structured JSON, no interactive prompts, and no color codes.

- **Env var:** `AUTH0_AGENT_MODE=true`
- **Flag:** `--agent-mode`
- **Auto-enabled** when a known agent (Claude Code, Cursor, Codex, Gemini, etc.) is detected.

Precedence: `--agent-mode` flag > `AUTH0_AGENT_MODE` env var > auto-detection (set `--agent-mode=false` to opt out). Destructive commands still require `--force`; without it (and with prompts disabled) they fail with an error rather than proceeding.

## Anonymized Analytics Disclosure

Anonymized data points are collected during the use of this CLI. This data includes the CLI version, operating system, timestamp, and other technical details that do not personally identify you.
Expand Down
1 change: 1 addition & 0 deletions docs/auth0_actions_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ auth0 actions create [flags]
## Inherited Flags

```
--agent-mode Output JSON, disable prompts and colors. Auto-enabled for AI agents; set AUTH0_AGENT_MODE=false to disable.
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 1 addition & 0 deletions docs/auth0_actions_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ auth0 actions delete [flags]
## Inherited Flags

```
--agent-mode Output JSON, disable prompts and colors. Auto-enabled for AI agents; set AUTH0_AGENT_MODE=false to disable.
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 1 addition & 0 deletions docs/auth0_actions_deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ auth0 actions deploy [flags]
## Inherited Flags

```
--agent-mode Output JSON, disable prompts and colors. Auto-enabled for AI agents; set AUTH0_AGENT_MODE=false to disable.
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 1 addition & 0 deletions docs/auth0_actions_diff.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ auth0 actions diff
## Inherited Flags

```
--agent-mode Output JSON, disable prompts and colors. Auto-enabled for AI agents; set AUTH0_AGENT_MODE=false to disable.
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 1 addition & 0 deletions docs/auth0_actions_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ auth0 actions list [flags]
## Inherited Flags

```
--agent-mode Output JSON, disable prompts and colors. Auto-enabled for AI agents; set AUTH0_AGENT_MODE=false to disable.
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 1 addition & 0 deletions docs/auth0_actions_modules_actions_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ auth0 actions modules actions list [flags]
## Inherited Flags

```
--agent-mode Output JSON, disable prompts and colors. Auto-enabled for AI agents; set AUTH0_AGENT_MODE=false to disable.
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 1 addition & 0 deletions docs/auth0_actions_modules_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ auth0 actions modules create [flags]
## Inherited Flags

```
--agent-mode Output JSON, disable prompts and colors. Auto-enabled for AI agents; set AUTH0_AGENT_MODE=false to disable.
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 1 addition & 0 deletions docs/auth0_actions_modules_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ auth0 actions modules delete [flags]
## Inherited Flags

```
--agent-mode Output JSON, disable prompts and colors. Auto-enabled for AI agents; set AUTH0_AGENT_MODE=false to disable.
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 1 addition & 0 deletions docs/auth0_actions_modules_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ auth0 actions modules list [flags]
## Inherited Flags

```
--agent-mode Output JSON, disable prompts and colors. Auto-enabled for AI agents; set AUTH0_AGENT_MODE=false to disable.
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 1 addition & 0 deletions docs/auth0_actions_modules_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ auth0 actions modules show [flags]
## Inherited Flags

```
--agent-mode Output JSON, disable prompts and colors. Auto-enabled for AI agents; set AUTH0_AGENT_MODE=false to disable.
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 1 addition & 0 deletions docs/auth0_actions_modules_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ auth0 actions modules update [flags]
## Inherited Flags

```
--agent-mode Output JSON, disable prompts and colors. Auto-enabled for AI agents; set AUTH0_AGENT_MODE=false to disable.
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 1 addition & 0 deletions docs/auth0_actions_modules_versions_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ auth0 actions modules versions list [flags]
## Inherited Flags

```
--agent-mode Output JSON, disable prompts and colors. Auto-enabled for AI agents; set AUTH0_AGENT_MODE=false to disable.
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 1 addition & 0 deletions docs/auth0_actions_modules_versions_publish.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ auth0 actions modules versions publish [flags]
## Inherited Flags

```
--agent-mode Output JSON, disable prompts and colors. Auto-enabled for AI agents; set AUTH0_AGENT_MODE=false to disable.
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 1 addition & 0 deletions docs/auth0_actions_modules_versions_rollback.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ auth0 actions modules versions rollback [flags]
## Inherited Flags

```
--agent-mode Output JSON, disable prompts and colors. Auto-enabled for AI agents; set AUTH0_AGENT_MODE=false to disable.
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 1 addition & 0 deletions docs/auth0_actions_modules_versions_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ auth0 actions modules versions show [flags]
## Inherited Flags

```
--agent-mode Output JSON, disable prompts and colors. Auto-enabled for AI agents; set AUTH0_AGENT_MODE=false to disable.
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 1 addition & 0 deletions docs/auth0_actions_open.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ auth0 actions open [flags]
## Inherited Flags

```
--agent-mode Output JSON, disable prompts and colors. Auto-enabled for AI agents; set AUTH0_AGENT_MODE=false to disable.
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 1 addition & 0 deletions docs/auth0_actions_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ auth0 actions show [flags]
## Inherited Flags

```
--agent-mode Output JSON, disable prompts and colors. Auto-enabled for AI agents; set AUTH0_AGENT_MODE=false to disable.
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 1 addition & 0 deletions docs/auth0_actions_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ auth0 actions update [flags]
## Inherited Flags

```
--agent-mode Output JSON, disable prompts and colors. Auto-enabled for AI agents; set AUTH0_AGENT_MODE=false to disable.
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 1 addition & 0 deletions docs/auth0_acul_config_docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ auth0 acul config docs [flags]
## Inherited Flags

```
--agent-mode Output JSON, disable prompts and colors. Auto-enabled for AI agents; set AUTH0_AGENT_MODE=false to disable.
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 1 addition & 0 deletions docs/auth0_acul_config_generate.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ auth0 acul config generate [flags]
## Inherited Flags

```
--agent-mode Output JSON, disable prompts and colors. Auto-enabled for AI agents; set AUTH0_AGENT_MODE=false to disable.
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 1 addition & 0 deletions docs/auth0_acul_config_get.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ auth0 acul config get [flags]
## Inherited Flags

```
--agent-mode Output JSON, disable prompts and colors. Auto-enabled for AI agents; set AUTH0_AGENT_MODE=false to disable.
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 1 addition & 0 deletions docs/auth0_acul_config_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ auth0 acul config list [flags]
## Inherited Flags

```
--agent-mode Output JSON, disable prompts and colors. Auto-enabled for AI agents; set AUTH0_AGENT_MODE=false to disable.
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 1 addition & 0 deletions docs/auth0_acul_config_set.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ auth0 acul config set [flags]
## Inherited Flags

```
--agent-mode Output JSON, disable prompts and colors. Auto-enabled for AI agents; set AUTH0_AGENT_MODE=false to disable.
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 1 addition & 0 deletions docs/auth0_acul_dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ auth0 acul dev [flags]
## Inherited Flags

```
--agent-mode Output JSON, disable prompts and colors. Auto-enabled for AI agents; set AUTH0_AGENT_MODE=false to disable.
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 1 addition & 0 deletions docs/auth0_acul_init.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ auth0 acul init [flags]
## Inherited Flags

```
--agent-mode Output JSON, disable prompts and colors. Auto-enabled for AI agents; set AUTH0_AGENT_MODE=false to disable.
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 1 addition & 0 deletions docs/auth0_acul_screen_add.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ auth0 acul screen add [flags]
## Inherited Flags

```
--agent-mode Output JSON, disable prompts and colors. Auto-enabled for AI agents; set AUTH0_AGENT_MODE=false to disable.
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 1 addition & 0 deletions docs/auth0_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ auth0 api <method> <url-path> [flags]
## Inherited Flags

```
--agent-mode Output JSON, disable prompts and colors. Auto-enabled for AI agents; set AUTH0_AGENT_MODE=false to disable.
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 1 addition & 0 deletions docs/auth0_apis_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ auth0 apis create [flags]
## Inherited Flags

```
--agent-mode Output JSON, disable prompts and colors. Auto-enabled for AI agents; set AUTH0_AGENT_MODE=false to disable.
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 1 addition & 0 deletions docs/auth0_apis_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ auth0 apis delete [flags]
## Inherited Flags

```
--agent-mode Output JSON, disable prompts and colors. Auto-enabled for AI agents; set AUTH0_AGENT_MODE=false to disable.
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 1 addition & 0 deletions docs/auth0_apis_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ auth0 apis list [flags]
## Inherited Flags

```
--agent-mode Output JSON, disable prompts and colors. Auto-enabled for AI agents; set AUTH0_AGENT_MODE=false to disable.
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 1 addition & 0 deletions docs/auth0_apis_open.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ auth0 apis open [flags]
## Inherited Flags

```
--agent-mode Output JSON, disable prompts and colors. Auto-enabled for AI agents; set AUTH0_AGENT_MODE=false to disable.
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 1 addition & 0 deletions docs/auth0_apis_scopes_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ auth0 apis scopes list [flags]
## Inherited Flags

```
--agent-mode Output JSON, disable prompts and colors. Auto-enabled for AI agents; set AUTH0_AGENT_MODE=false to disable.
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 1 addition & 0 deletions docs/auth0_apis_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ auth0 apis show [flags]
## Inherited Flags

```
--agent-mode Output JSON, disable prompts and colors. Auto-enabled for AI agents; set AUTH0_AGENT_MODE=false to disable.
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 1 addition & 0 deletions docs/auth0_apis_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ auth0 apis update [flags]
## Inherited Flags

```
--agent-mode Output JSON, disable prompts and colors. Auto-enabled for AI agents; set AUTH0_AGENT_MODE=false to disable.
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 1 addition & 0 deletions docs/auth0_apps_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ auth0 apps create [flags]
## Inherited Flags

```
--agent-mode Output JSON, disable prompts and colors. Auto-enabled for AI agents; set AUTH0_AGENT_MODE=false to disable.
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 1 addition & 0 deletions docs/auth0_apps_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ auth0 apps delete [flags]
## Inherited Flags

```
--agent-mode Output JSON, disable prompts and colors. Auto-enabled for AI agents; set AUTH0_AGENT_MODE=false to disable.
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 1 addition & 0 deletions docs/auth0_apps_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ auth0 apps list [flags]
## Inherited Flags

```
--agent-mode Output JSON, disable prompts and colors. Auto-enabled for AI agents; set AUTH0_AGENT_MODE=false to disable.
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 1 addition & 0 deletions docs/auth0_apps_open.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ auth0 apps open [flags]
## Inherited Flags

```
--agent-mode Output JSON, disable prompts and colors. Auto-enabled for AI agents; set AUTH0_AGENT_MODE=false to disable.
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 1 addition & 0 deletions docs/auth0_apps_session-transfer_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ auth0 apps session-transfer show
## Inherited Flags

```
--agent-mode Output JSON, disable prompts and colors. Auto-enabled for AI agents; set AUTH0_AGENT_MODE=false to disable.
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 1 addition & 0 deletions docs/auth0_apps_session-transfer_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ auth0 apps session-transfer update [flags]
## Inherited Flags

```
--agent-mode Output JSON, disable prompts and colors. Auto-enabled for AI agents; set AUTH0_AGENT_MODE=false to disable.
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 1 addition & 0 deletions docs/auth0_apps_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ auth0 apps show [flags]
## Inherited Flags

```
--agent-mode Output JSON, disable prompts and colors. Auto-enabled for AI agents; set AUTH0_AGENT_MODE=false to disable.
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 1 addition & 0 deletions docs/auth0_apps_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ auth0 apps update [flags]
## Inherited Flags

```
--agent-mode Output JSON, disable prompts and colors. Auto-enabled for AI agents; set AUTH0_AGENT_MODE=false to disable.
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 1 addition & 0 deletions docs/auth0_apps_use.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ auth0 apps use [flags]
## Inherited Flags

```
--agent-mode Output JSON, disable prompts and colors. Auto-enabled for AI agents; set AUTH0_AGENT_MODE=false to disable.
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 1 addition & 0 deletions docs/auth0_client-grants_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ auth0 client-grants create [flags]
## Inherited Flags

```
--agent-mode Output JSON, disable prompts and colors. Auto-enabled for AI agents; set AUTH0_AGENT_MODE=false to disable.
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 1 addition & 0 deletions docs/auth0_client-grants_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ auth0 client-grants delete [flags]
## Inherited Flags

```
--agent-mode Output JSON, disable prompts and colors. Auto-enabled for AI agents; set AUTH0_AGENT_MODE=false to disable.
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 1 addition & 0 deletions docs/auth0_client-grants_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ auth0 client-grants list [flags]
## Inherited Flags

```
--agent-mode Output JSON, disable prompts and colors. Auto-enabled for AI agents; set AUTH0_AGENT_MODE=false to disable.
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 1 addition & 0 deletions docs/auth0_client-grants_organizations_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ auth0 client-grants organizations list [flags]
## Inherited Flags

```
--agent-mode Output JSON, disable prompts and colors. Auto-enabled for AI agents; set AUTH0_AGENT_MODE=false to disable.
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
Loading
Loading