truenorth

Installation
SKILL.md

TrueNorth agent tools

Use the CLI's runtime discovery instead of assuming that a tool name or schema is still current.

Workflow

  1. Run tn tools --json --schema to discover tools and their current schemas.
  2. Select a tool from that response.
  3. Run tn call <tool> ... --json for one call, or tn batch ... --json for independent calls that can run together.
  4. Summarize the returned result values for the user.

The CLI is a thin wrapper around the agent-tools API. Never invent tool names or arguments. Refresh discovery when a call reports an unknown tool or input validation error.

See examples.md for invocation syntax.

Installs
9
GitHub Stars
8
First Seen
Mar 6, 2026
truenorth — advent-ai/truenorth-cli