From nyxid-service-call
Invoke an operation on a connected and authorized NyxID service through Aevatar's dynamically typed connected-service tools or the credential-injecting nyxid_proxy fallback. Use when a user asks to read, search, create, update, send, run, download, or otherwise call a NyxID service while keeping upstream credentials inside NyxID and respecting provider scopes, approvals, and service routing. 中文触发包括“调用我的 NyxID 服务”“使用服务”“让服务执行”。
How this skill is triggered — by the user, by Claude, or both
Slash command
/nyxid-service-call:nyxid-service-callThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Route every provider request through NyxID. Never use the NyxID CLI, call the upstream endpoint directly, request a raw bearer, or add an upstream `Authorization` or credential header. NyxID injects the stored credential and owns audit, approval, routing, and delegation.
Route every provider request through NyxID. Never use the NyxID CLI, call the upstream endpoint directly, request a raw bearer, or add an upstream Authorization or credential header. NyxID injects the stored credential and owns audit, approval, routing, and delegation.
nyxid_services with action: "list" unless the current connected-services context already identifies one exact active slug.nyxid-service-connect or nyxid-service-maintenance as appropriate.Prefer an exposed typed connected-service tool named like nyxid_{service-slug}__{operation}. These tools exist only when the active route includes the nyxid.connected_services tool set and the service OpenAPI operation opts in with x-aevatar-tool. Follow the selected tool's schema exactly.
If no matching typed tool is exposed, use the API hints in the current connected-services context and call nyxid_proxy with the exact slug, relative path, method, and JSON-string body. Do not duplicate a version prefix already present in the service base URL. Do not guess undocumented paths, methods, fields, or provider scopes; ask for the API contract when no trustworthy hint exists.
Use response_mode: "file_artifact" only for a GET binary download in a managed workflow run. Use the normal text mode otherwise.
Execute read-only requests when they directly answer the user's request. For writes, require clear user intent for the exact target and effect. Before destructive, irreversible, externally visible, financial, permission-changing, or bulk operations, summarize the effect and obtain explicit confirmation if it was not already unambiguous.
Never bypass an Aevatar or NyxID approval. A provider approval can keep a proxy request open for 30 seconds or more; do not issue a duplicate request while it is pending. Do not turn a failed write into a retry loop.
nyxid-service-maintenance; do not request the credential in chat.npx claudepluginhub chronoaiproject/nyx-skills --plugin nyxid-service-callCreates, edits, and verifies skills using a test-driven development approach with pressure scenarios and subagents.