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
| Capability | CLI command |
|---|---|
| Run company research | saber signal --domain ... --question ... |
| Create reusable templates | saber template create ... |
| Build account lists | saber list company create ... |
| Build contact lists | saber list contact create ... |
| Score accounts | saber scoring ... |
| Inspect credits | saber credits |
| Inspect connectors | saber connectors |
Skill invocation quick reference
Use $skill-name in agents that support skills.
| Workflow | Skill | Common CLI handoff |
|---|---|---|
| Start a GTM strategy | $signal-discovery | Pull organisation context, define templates, then activate signals. |
| Build a list | $build-account-list, $build-contact-list | Create or import lists, preview counts, and prepare signal runs. |
| Run signals | $create-company-signals, $create-contact-signals | Check credits, create signal runs, and review results. |
| Prioritise accounts | $score-accounts | Apply scoring profiles and inspect detailed score output. |
| Update CRM | $import-from-hubspot, $sync-to-hubspot | Move HubSpot lists into Saber, then sync signal results back. |
Recommended setup
saber auth login
saber init-claudeinit-claude writes organisation context and command guidance into CLAUDE.md, which helps skills tailor signal definitions and avoid wasting credits.