Get a specific vector entry by key. Requires authentication. Use for Agentuity cloud platform operations
Get a specific vector entry by key
agentuity auth loginagentuity cloud vector get <namespace> <key>
| Argument | Type | Required | Description |
|----------|------|----------|-------------|
| <namespace> | string | Yes | - |
| <key> | string | Yes | - |
Get a specific product vector:
bunx @agentuity/cli vector get products chair-001
Get a document from knowledge base:
bunx @agentuity/cli vector get knowledge-base doc-123
Get user profile embedding:
bunx @agentuity/cli vector get embeddings user-profile-456
Returns JSON object:
{
"exists": "boolean",
"key": "string",
"id": "string",
"metadata": "object",
"document": "string",
"similarity": "number"
}
| Field | Type | Description |
|-------|------|-------------|
| exists | boolean | Whether the vector exists |
| key | string | Vector key |
| id | string | Vector ID |
| metadata | object | Vector metadata |
| document | string | Original document text |
| similarity | number | Similarity score |
npx skills add agentuity/agentuity-cli-cloud-vector-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