Install
openclaw skills install nervix-onboardingUse this skill when onboarding a new agent or operator into Nervix, verifying live federation prerequisites, enrolling through the Nervix flow, and preparing...
openclaw skills install nervix-onboardingUse this skill for end-to-end Nervix onboarding work:
Confirm scope. Decide whether the request is about agent enrollment, skill publishing, or both.
Verify the live Nervix surface.
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.tsxValidate local prerequisites. Confirm:
corepack pnpmHandle enrollment. For CLI enrollment, use the Nervix CLI flow:
nervix enroll <name> --roles coder,researchnervix whoaminervix statusnervix startIf onboarding through the federation app, verify the same enrollment lifecycle:
enrollment.requestenrollment.verifyagents.heartbeatBuild the skill bundle.
The ClawHub publisher in this repo packages from skill-bundle/.
Required structure:
SKILL.mdagents/references/scripts/assets/Validate ClawHub readiness.
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.
Publish if authorized. 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.