Upload a file to storage bucket. Requires authentication. Use for Agentuity cloud platform operations
Upload a file to storage bucket
agentuity auth loginagentuity cloud storage upload <name> <filename> [options]
| Argument | Type | Required | Description |
|----------|------|----------|-------------|
| <name> | string | Yes | - |
| <filename> | string | Yes | - |
| Option | Type | Required | Default | Description |
|--------|------|----------|---------|-------------|
| --key | string | Yes | - | Remote object key (defaults to basename or "stdin" for piped uploads) |
| --contentType | string | Yes | - | Content type (auto-detected if not provided) |
Upload file to bucket:
bunx @agentuity/cli cloud storage upload my-bucket file.txt
Upload file with content type:
bunx @agentuity/cli cloud storage put my-bucket file.txt --content-type text/plain
Upload file with custom object key:
bunx @agentuity/cli cloud storage upload my-bucket file.txt --key custom-name.txt
Upload from stdin:
cat file.txt | bunx @agentuity/cli cloud storage upload my-bucket -
Upload from stdin with custom key:
cat data.json | bunx @agentuity/cli cloud storage upload my-bucket - --key data.json
Returns JSON object:
{
"success": "boolean",
"bucket": "string",
"filename": "string",
"size": "number"
}
| Field | Type | Description |
|-------|------|-------------|
| success | boolean | Whether upload succeeded |
| bucket | string | Bucket name |
| filename | string | Uploaded filename |
| size | number | File size in bytes |
npx skills add agentuity/agentuity-cli-cloud-storage-upload下载完整 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