nervix-onboarding

Use this skill when onboarding a new agent or operator into Nervix, verifying live federation prerequisites, enrolling through the Nervix flow, and preparing or publishing the related skill bundle to ClawHub.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "nervix-onboarding" with this command: npx skills add dansidanutz/nervix-onboarding

Nervix Onboarding

Overview

Use this skill for end-to-end Nervix onboarding work:

  • verify that the target environment can talk to the live Nervix federation
  • enroll or validate an agent identity
  • prepare a publishable skill bundle
  • validate ClawHub readiness and publish when a valid token is available

Workflow

  1. Confirm scope. Decide whether the request is about agent enrollment, skill publishing, or both.

  2. 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.ts
    • server/clawhub-publisher.ts
    • client/src/pages/OnboardAgent.tsx
  3. Validate local prerequisites. Confirm:

    • Node.js 22+
    • corepack pnpm
    • required env vars for the requested action
  4. Handle enrollment. For CLI enrollment, use the Nervix CLI flow:

    • nervix enroll <name> --roles coder,research
    • nervix whoami
    • nervix status
    • nervix start

    If onboarding through the federation app, verify the same enrollment lifecycle:

    • enrollment.request
    • enrollment.verify
    • heartbeat through agents.heartbeat
  5. Build the skill bundle. The ClawHub publisher in this repo packages from skill-bundle/. Required structure:

    • SKILL.md
    • optional agents/
    • optional references/
    • optional scripts/
    • optional assets/
  6. 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.

  7. Publish if authorized. Use the ClawHub publisher path already implemented in the federation:

    • preview bundle
    • validate token
    • publish or auto-bump publish

Publishing Rules

  • Keep skill files text-only unless assets are explicitly needed.
  • Keep SKILL.md concise and procedural.
  • Do not publish with placeholder frontmatter.
  • Bump versions when content changes.
  • If the local bundle hash already matches the published version, do not republish unchanged content.

Troubleshooting

  • If tasks.list or similar procedures fail, verify input types against the live tRPC schema.
  • If publishing fails, inspect server/clawhub-publisher.ts and confirm:
    • valid token
    • bundle root contains SKILL.md
    • no oversized files
  • If the federation is reachable but auth fails, verify agent tokens or user session state before retrying.

References

  • Read references/nervix-federation.md for the concrete onboarding checklist and live endpoints.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Hire

Interactive hiring wizard to set up a new AI team member. Guides the user through role design via conversation, generates agent identity files, and optionally sets up performance reviews. Use when the user wants to hire, add, or set up a new AI agent, team member, or assistant. Triggers on phrases like "hire", "add an agent", "I need help with X" (implying a new role), or "/hire".

Registry SourceRecently Updated
2K0Profile unavailable
Automation

Colmena Manager

Manage and monitor multiple OpenClaw agents simultaneously, including status checks, messaging, logs, pausing, resuming, and workspace management.

Registry SourceRecently Updated
2410Profile unavailable
Automation

Agent Kanban

OpenClaw Agent Dashboard - A Bloomberg Terminal-style web interface for real-time monitoring of all Agent status, session history, and session file sizes. Us...

Registry SourceRecently Updated
3360Profile unavailable
Automation

OpenClaw Agency Agents

从 agency-agents-zh 仓库管理和激活 AI 智能体人格。支持 176 个专业智能体,涵盖工程、设计、营销、销售、产品等领域。安装后首次使用时会自动克隆仓库。当用户要求激活特定智能体(如"激活小红书运营"、"激活前端开发者")、列出可用智能体、或搜索智能体时使用此技能。

Registry SourceRecently Updated
2430Profile unavailable