← 返回
开发者工具 中文

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...
用于新代理或操作员Nervix接入,验证实时联邦前置条件,完成Nervix注册流程及准备
dansidanutz
开发者工具 clawhub v1.0.0 1 版本 99828.2 Key: 无需
★ 0
Stars
📥 581
下载
💾 5
安装
1
版本
#agents#federation#latest#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.

  1. 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
  1. Validate local prerequisites.

Confirm:

  • Node.js 22+
  • corepack pnpm
  • required env vars for the requested action
  1. Handle enrollment.

For CLI enrollment, use the Nervix CLI flow:

  • nervix enroll --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
  1. 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/
  1. 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.

  1. 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.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-20 05:01 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 68 📥 180,347
developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,826
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 671 📥 324,378