Use this skill for end-to-end Nervix onboarding work:
Decide whether the request is about agent enrollment, skill publishing, or both.
Check https://nervix.ai and confirm the API root at https://nervix.ai/api/trpc responds.
If the repo is available, inspect:
server/routers.tsserver/clawhub-publisher.tsclient/src/pages/OnboardAgent.tsxConfirm:
corepack pnpmFor CLI enrollment, use the Nervix CLI flow:
nervix enroll --roles coder,research nervix whoaminervix statusnervix startIf onboarding through the federation app, verify the same enrollment lifecycle:
enrollment.requestenrollment.verifyagents.heartbeat The ClawHub publisher in this repo packages from skill-bundle/.
Required structure:
SKILL.mdagents/references/scripts/assets/ Check whether CLAWHUB_API_TOKEN is configured before promising publish.
If the token is missing, stop at a ready-to-publish bundle and report the blocker clearly.
Use the ClawHub publisher path already implemented in the federation:
SKILL.md concise and procedural.tasks.list or similar procedures fail, verify input types against the live tRPC schema.server/clawhub-publisher.ts and confirm:SKILL.mdreferences/nervix-federation.md for the concrete onboarding checklist and live endpoints.共 1 个版本