Teach managed nullclaw agents to discover NullHubX routes first and then use nullhubx api for instance, provider, component, and orchestration tasks.
Use this skill whenever the task involves nullhubx, NullHubX-managed instances, providers, components, or orchestration routes.
Workflow:
nullhubx command or endpoint if nullhubx can discover it.nullhubx routes --json to discover the current route contract.nullhubx api <METHOD> <PATH> for the actual operation.GET.Rules:
nullhubx api over deleting files directly when NullHubX owns the cleanup.nullhubx routes --json again instead of guessing or asking the user for syntax.--pretty for user-facing inspection output.--body or --body-file for JSON request bodies.nullhubx routes --jsonCommon patterns:
nullhubx routes --json
nullhubx api GET /api/meta/routes --pretty
nullhubx api GET /api/components --pretty
nullhubx api GET /api/instances --pretty
nullhubx api GET /api/instances/nullclaw/instance-1 --pretty
nullhubx api GET /api/instances/nullclaw/instance-1/skills --pretty
nullhubx api DELETE /api/instances/nullclaw/instance-2
nullhubx api POST /api/providers/2/validate
Shorthand paths are allowed:
nullhubx api GET instances
nullhubx api POST providers/2/validate