Skills and CLI

See how Saber Skills use the CLI for authenticated signal research, list management, scoring, and CRM workflows when it is available.

Skills are designed to degrade gracefully. Without the CLI, they guide the agent through manual research, pasted exports, or connected MCP tools. With the CLI, they can run Saber-native operations directly.

CLI unlocks

CapabilityCLI command
Run company researchsaber signal --domain ... --question ...
Create reusable templatessaber template create ...
Build account listssaber list company create ...
Build contact listssaber list contact create ...
Score accountssaber scoring ...
Inspect creditssaber credits
Inspect connectorssaber connectors

Skill invocation quick reference

Use $skill-name in agents that support skills.

WorkflowSkillCommon CLI handoff
Start a GTM strategy$signal-discoveryPull organisation context, define templates, then activate signals.
Build a list$build-account-list, $build-contact-listCreate or import lists, preview counts, and prepare signal runs.
Run signals$create-company-signals, $create-contact-signalsCheck credits, create signal runs, and review results.
Prioritise accounts$score-accountsApply scoring profiles and inspect detailed score output.
Update CRM$import-from-hubspot, $sync-to-hubspotMove HubSpot lists into Saber, then sync signal results back.
saber auth login
saber init-claude

init-claude writes organisation context and command guidance into CLAUDE.md, which helps skills tailor signal definitions and avoid wasting credits.

On this page