# Truenorth

> Discover and call TrueNorth agent tools dynamically through the tn CLI.

- Skill: `advent-ai/truenorth` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add advent-ai/truenorth`
- Raw SKILL.md: https://api.skillmd.com/api/skills/advent-ai/truenorth/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: Advent-AI (https://skillmd.com/u/advent-ai)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/advent-ai/truenorth

---


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

