Set a key and value in the keyvalue storage. Requires authentication. Use for Agentuity cloud platform operations
Set a key and value in the keyvalue storage
agentuity auth loginagentuity cloud keyvalue set <namespace> <key> <value> [ttl]
| Argument | Type | Required | Description |
|----------|------|----------|-------------|
| <namespace> | string | Yes | - |
| <key> | string | Yes | - |
| <value> | string | Yes | - |
| <ttl> | string | No | - |
Store user data:
bunx @agentuity/cli kv set production user:123 '{"name":"Alice","email":"alice@example.com"}'
Store session with 1h TTL:
bunx @agentuity/cli kv set cache session:abc "session-data-here" --ttl 3600
Cache homepage for 10m:
bunx @agentuity/cli kv set staging cache:homepage "<!DOCTYPE html>..." --ttl 600
Returns JSON object:
{
"success": "boolean",
"namespace": "string",
"key": "string",
"contentType": "string",
"durationMs": "number",
"ttl": "number"
}
| Field | Type | Description |
|-------|------|-------------|
| success | boolean | Whether the operation succeeded |
| namespace | string | Namespace name |
| key | string | Key name |
| contentType | string | Content type (application/json or text/plain) |
| durationMs | number | Operation duration in milliseconds |
| ttl | number | TTL in seconds if set |
npx skills add agentuity/agentuity-cli-cloud-keyvalue-set下载完整 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