Add an SSH public key to your account (reads from file or stdin). Requires authentication. Use for managing authentication credentials
Add an SSH public key to your account (reads from file or stdin)
agentuity auth loginagentuity auth ssh add [options]
| Option | Type | Required | Default | Description |
|--------|------|----------|---------|-------------|
| --file | string | Yes | - | File containing the public key |
Add SSH key interactively:
bunx @agentuity/cli auth ssh add
Add SSH key from file:
bunx @agentuity/cli auth ssh add --file ~/.ssh/id_ed25519.pub
Add deploy key from file:
bunx @agentuity/cli auth ssh add --file ./deploy_key.pub
Add SSH key from stdin:
cat ~/.ssh/id_rsa.pub | bunx @agentuity/cli auth ssh add
Returns JSON object:
{
"success": "boolean",
"fingerprint": "string",
"keyType": "string",
"added": "number"
}
| Field | Type | Description |
|-------|------|-------------|
| success | boolean | Whether the operation succeeded |
| fingerprint | string | SSH key fingerprint |
| keyType | string | SSH key type (e.g., ssh-rsa, ssh-ed25519) |
| added | number | Number of keys added |
npx skills add agentuity/agentuity-cli-auth-ssh-add下载完整 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