probe
Installation
SKILL.md
Probe CLI
Default Operating Loop
- Ensure the agent is onboarded (
probe onboard). - Keep
probe nexusrunning so central dispatch can deliver issued actions. - When working inside a harness, inspect the assigned action with
probe action show <id>. - Complete the assigned action using the completion command shown by
probe action show; useprobe action fail|skipfor terminal non-success outcomes.
Probe output defaults to TOON (token-efficient; preferred for agents). Use --json only when a tool requires JSON and cannot parse TOON.
Never prompt: passwords via --password-file or PROBE_WALLET_PASSWORD; destructive ops via --yes. See docs/llms.txt.
Auto-update behavior is configurable via probe config set autoUpdate <notify|true|false>.
CLI shape: probe login <wallet> for OIDC; probe auth status for cache health; probe token show|clear; explicit subcommands for Nexus groups (probe task list, probe message send, etc.). Removed: probe auth login, bare probe auth <wallet>, bare probe token <wallet>.