agentuity-cli-cloud-stream-get
Get detailed information about a specific stream. Requires authentication. Use for Agentuity cloud platform operations
Best use case
agentuity-cli-cloud-stream-get is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Get detailed information about a specific stream. Requires authentication. Use for Agentuity cloud platform operations
Teams using agentuity-cli-cloud-stream-get should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/agentuity-cli-cloud-stream-get/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How agentuity-cli-cloud-stream-get Compares
| Feature / Agent | agentuity-cli-cloud-stream-get | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Get detailed information about a specific stream. Requires authentication. Use for Agentuity cloud platform operations
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Cloud Stream Get
Get detailed information about a specific stream
## Prerequisites
- Authenticated with `agentuity auth login`
- Project context required (run from project directory or use `--project-id`)
## Usage
```bash
agentuity cloud stream get <id> [options]
```
## Arguments
| Argument | Type | Required | Description |
|----------|------|----------|-------------|
| `<id>` | string | Yes | - |
## Options
| Option | Type | Required | Default | Description |
|--------|------|----------|---------|-------------|
| `--output` | string | Yes | - | download stream content to file |
## Examples
Get stream details:
```bash
bunx @agentuity/cli stream get stream-id-123
```
Get stream as JSON:
```bash
bunx @agentuity/cli stream get stream-id-123 --json
```
Download stream to file:
```bash
bunx @agentuity/cli stream get stream-id-123 --output stream.dat
```
Download stream (short flag):
```bash
bunx @agentuity/cli stream get stream-id-123 -o stream.dat
```
## Output
Returns JSON object:
```json
{
"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 |Related Skills
asciinema-streaming-backup
Real-time asciinema backup to GitHub orphan branch. TRIGGERS - streaming backup, asciinema backup, session backup, recording backup.
alibaba-cloud-architecture
Alibaba Cloud architecture patterns and best practices. Use when designing, deploying, or reviewing infrastructure on Alibaba Cloud including ECS, ACK, Function Compute, and OSS.
alchemy-cloudflare
Alchemy IaC patterns for deploying TanStack Start apps to Cloudflare Workers with D1 databases. Use when setting up new TanStack Start projects, configuring Alchemy deployments, working with D1/Drizzle migrations, local development with Cloudflare bindings, or deploying to custom domains.
agentuity-cli-cloud-thread-get
Get details about a specific thread. Requires authentication. Use for Agentuity cloud platform operations
agentuity-cli-cloud-ssh
SSH into a cloud project or sandbox. Requires authentication. Use for Agentuity cloud platform operations
agentuity-cli-cloud-session-logs
Get logs for a specific session. Requires authentication. Use for Agentuity cloud platform operations
agentuity-cli-cloud-session-get
Get details about a specific session. Requires authentication. Use for Agentuity cloud platform operations
agentuity-cli-cloud-secret-pull
Pull secrets from cloud to local .env file. Requires authentication. Use for Agentuity cloud platform operations
agentuity-cli-cloud-scp-upload
Upload a file using security copy. Requires authentication. Use for Agentuity cloud platform operations
agentuity-cli-cloud-scp-download
Download a file using security copy. Requires authentication. Use for Agentuity cloud platform operations
agentuity-cli-cloud-sandbox-upload
Upload a compressed archive to a sandbox and extract it. Requires authentication. Use for Agentuity cloud platform operations
agentuity-cli-cloud-sandbox-snapshot-list
List snapshots. Requires authentication. Use for Agentuity cloud platform operations