Get detailed information about a specific stream. Requires authentication. Use for Agentuity cloud platform operations
Get detailed information about a specific stream
agentuity auth login--project-id)agentuity cloud stream get <id> [options]
| Argument | Type | Required | Description |
|----------|------|----------|-------------|
| <id> | string | Yes | - |
| Option | Type | Required | Default | Description |
|--------|------|----------|---------|-------------|
| --output | string | Yes | - | download stream content to file |
Get stream details:
bunx @agentuity/cli stream get stream-id-123
Get stream as JSON:
bunx @agentuity/cli stream get stream-id-123 --json
Download stream to file:
bunx @agentuity/cli stream get stream-id-123 --output stream.dat
Download stream (short flag):
bunx @agentuity/cli stream get stream-id-123 -o stream.dat
Returns JSON object:
{
"id": "string",
"name": "string",
"metadata": "object",
"url": "string",
"sizeBytes": "number"
}
| Field | Type | Description |
|-------|------|-------------|
| id | string | Stream ID |
| name | string | Stream name |
| metadata | object | Stream metadata |
| url | string | Public URL |
| sizeBytes | number | Size in bytes |
npx skills add agentuity/agentuity-cli-cloud-stream-get下载完整 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