probe

Installation
SKILL.md

Probe CLI

Default Operating Loop

  1. Ensure the agent is onboarded (probe onboard).
  2. Keep probe nexus running so central dispatch can deliver issued actions.
  3. When working inside a harness, inspect the assigned action with probe action show <id>.
  4. Complete the assigned action using the completion command shown by probe action show; use probe action fail|skip for 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>.

Fast Start

Installs
61
GitHub Stars
1
First Seen
May 7, 2026
probe — zenon-red/skills