一键导入
appnz-gists-orgs-keys-api
Use this skill for app.nz gists, organizations, teams, invites, and user SSH/GPG key management APIs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use this skill for app.nz gists, organizations, teams, invites, and user SSH/GPG key management APIs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use this skill for app.nz 3D generation via /v1/3d/generations, image-to-3D, mesh rigging, retexturing, Pixal3D, Meshy, Tripo, and Trellis models.
Use this skill for app.nz cloud coding agents, Agent Studio automation, task creation, task traces, events, cancellation, retry, PR merge/sync/rollback, repo-config, and provider selection.
Use this skill for app.nz Anthropic-compatible /v1/messages calls, Claude-style message bodies, thinking-compatible requests, and routing Anthropic or fallback models through app.nz.
Use this skill for app.nz assistant endpoints, assistant chats, messages, document extraction, speech transcription fallback, and browser call/WebSocket assistant flows.
Use this skill for app.nz authentication and account APIs, including register, login, logout, Firebase sessions, password reset, /api/me preferences, OAuth authorize/token/userinfo, unsubscribe, and account bootstrap flows.
Use this skill for app.nz build and registry APIs, including container/image registry management, build listing, build submission, build logs, and deployment artifact tracking.
| name | appnz-gists-orgs-keys-api |
| description | Use this skill for app.nz gists, organizations, teams, invites, and user SSH/GPG key management APIs. |
Use these app.nz control-plane APIs with Authorization: Bearer pk_live_.... Treat responses as JSON. Public config/list endpoints may work without auth, but write routes and user data routes require auth.
Content-Type: application/json unless the endpoint specifies multipart upload.error; do not retry write calls blindly.| Method | Path | Use |
|---|---|---|
| GET | /api/gists | List gists. |
| POST | /api/gists | Create a gist. |
| GET | /api/orgs | List or browse orgs. |
| POST | /api/orgs | Create an org. |
| GET | /api/user/ssh-keys | List SSH keys. |
| POST | /api/user/ssh-keys | Add SSH key for compute and git workflows. |
| GET | /api/user/gpg-keys | List GPG keys. |