View queue analytics and statistics. Requires authentication. Use for Agentuity cloud platform operations
View queue analytics and statistics
agentuity auth login--org-id or default org)agentuity cloud queue stats [name] [options]
| Argument | Type | Required | Description |
|----------|------|----------|-------------|
| <name> | string | No | - |
| Option | Type | Required | Default | Description |
|--------|------|----------|---------|-------------|
| --live | boolean | No | false | Stream real-time stats |
| --interval | number | No | 5 | Refresh interval in seconds (for --live) |
| --start | string | Yes | - | Start time (ISO 8601) |
| --end | string | Yes | - | End time (ISO 8601) |
| --granularity | string | Yes | - | Time granularity |
View org-level analytics for all queues:
bunx @agentuity/cli cloud queue stats
View detailed analytics for a specific queue:
bunx @agentuity/cli cloud queue stats --name my-queue
Stream real-time stats (Ctrl+C to exit):
bunx @agentuity/cli cloud queue stats --live
Stream queue stats every 10 seconds:
bunx @agentuity/cli cloud queue stats --name my-queue --live --interval 10
npx skills add agentuity/agentuity-cli-cloud-queue-stats下载完整 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