List recent streams with optional filtering. Requires authentication. Use for Agentuity cloud platform operations
List recent streams with optional filtering
agentuity auth login--project-id)agentuity cloud stream list [options]
| Option | Type | Required | Default | Description |
|--------|------|----------|---------|-------------|
| --size | number | Yes | - | maximum number of streams to return (default: 100) |
| --offset | number | Yes | - | number of streams to skip for pagination |
| --name | string | Yes | - | filter by stream name |
| --metadata | string | Yes | - | filter by metadata (format: key=value or key1=value1,key2=value2) |
List all streams:
bunx @agentuity/cli cloud stream list
List 50 most recent streams:
bunx @agentuity/cli cloud stream ls --size 50
Filter by name:
bunx @agentuity/cli cloud stream list --name agent-logs
Filter by metadata:
bunx @agentuity/cli cloud stream list --metadata type=export
Output as JSON:
bunx @agentuity/cli cloud stream ls --json
Returns JSON object:
{
"streams": "array",
"total": "number"
}
| Field | Type | Description |
|-------|------|-------------|
| streams | array | List of streams |
| total | number | Total count of matching streams |
npx skills add agentuity/agentuity-cli-cloud-stream-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