List all environment variables and secrets. Requires authentication. Use for Agentuity cloud platform operations
List all environment variables and secrets
agentuity auth loginagentuity cloud env list [options]
| Option | Type | Required | Default | Description |
|--------|------|----------|---------|-------------|
| --mask | boolean | No | true | mask secret values in output (use --no-mask to show values) |
| --secrets | boolean | No | false | list only secrets |
| --env-only | boolean | No | false | list only environment variables |
| --org | optionalString | Yes | - | list organization-level variables only (use --org for default org) |
List all variables (project + org merged):
bunx @agentuity/cli env list
Show unmasked values:
bunx @agentuity/cli env list --no-mask
List only secrets:
bunx @agentuity/cli env list --secrets
List only env vars:
bunx @agentuity/cli env list --env-only
List only organization-level variables:
bunx @agentuity/cli env list --org
Returns: object
npx skills add agentuity/agentuity-cli-cloud-env-list下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer