ワンクリックで
manage-signals
View, pause, resume, and adjust your active Saber signal subscriptions.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
View, pause, resume, and adjust your active Saber signal subscriptions.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Activate company-level signal tracking. Runs signals via the Saber CLI if available; without it, outputs a research playbook and suggests alternative tracking methods.
Generate 12–15 structured, weighted research signals from a structured ICP, ready to activate in Saber. Each signal includes answer type, weight, and interpretation rules for automatic scoring.
Deep research on a single company — signals, hiring, news, tech stack, and LinkedIn presence. Uses the Saber CLI for signal data and any available MCP tools for broader research.
End-to-end guided workflow — take one prospect domain, run your saved research signals, find named contacts on the buying committee, and write a hyper-personalised cold email and LinkedIn DM grounded in the signal answers. First run defines the source-company ICP, contact-search targets, and ≤5 weighted signals (saved to disk); every subsequent run reuses them. Use when you want full SDR research-and-write for a single prospect, not write-outreach in isolation.
End-to-end guided workflow — build a Saber company list, run research signals across every company in parallel, find named contacts, and export a combined CSV to the desktop. Walks the user through each stage with confirmations and a credit-discipline guard. Use when you want one signed-off CSV instead of running build-account-list, create-company-signals, and build-contact-list separately.
Build a target account list and run company signals against it. Works with the Saber CLI, Apollo, HubSpot, or any available prospecting tool — with a manual fallback.
| name | manage-signals |
| description | View, pause, resume, and adjust your active Saber signal subscriptions. |
Use this skill to get an overview of your active signal subscriptions and manage them — pause ones that aren't useful, resume paused ones, adjust frequency, or clean up old subscriptions.
Scoring lives in a separate skill — use manage-scoring to inspect or tune scoring profiles, rules, and assignments.
Before doing anything else, check if the Saber CLI is installed by running saber --help.
If not installed: inform the user that managing signals requires the Saber CLI (available at saber.app).
saber subscription list
Present the results in a clear table:
| ID | Name | List | Frequency | Status | Last run |
|---|---|---|---|---|---|
| abc | Hiring signal | Tier 1 Accounts | weekly | active | 2026-04-08 |
| ... |
Group by status: active, paused, completed (run-once subscriptions that finished).
Present the options:
saber subscription get <subscriptionId>
Present results clearly. If the signal is a boolean, show what percentage of companies returned positive.
saber subscription stop <subscriptionId>
Note: stop pauses the schedule but keeps the subscription and its results intact.
saber subscription start <subscriptionId>
saber subscription trigger <subscriptionId>
Useful for running a subscription ahead of schedule (e.g. before a sales review).
Confirm with the user before stopping:
"Stopping permanently will cancel the subscription. Results already collected are preserved. Are you sure?"
saber subscription stop <subscriptionId>
If the user chooses "Review all results", fetch and summarise results across all active subscriptions:
saber subscription get <subscriptionId> # for each active subscription
For each subscription, report:
Highlight subscriptions where:
Note: scoring profiles assigned to objects in this list auto-recompute when these subscriptions complete. To inspect or recompute scores manually, use manage-scoring.
Suggest next steps based on the review, such as using score-accounts to rank accounts by combined signal strength.
manage-scoring — manage scoring profiles, rules, assignmentsscore-accounts — rank a list by current scoresconfigure-scoring — first-time scoring setup