territory-signal-digest

territory-signal-digest is a skill for Claude Code from swan-gtm/gtm-skills. It costs 71 tokens per session (1,087 once invoked), scanned A, original, MIT.

A weekly report that checks every company in a sales territory for recent changes such as job moves, hiring increases, funding, buying interest, and company news. A territory is the set of accounts assigned to a salesperson.

In plain words
What is it for?
Use it to review account signals from the past week or a longer lookback period and decide which companies need action first.
Why use it?
It turns scattered account changes into a ranked list, so a sales representative can focus on the strongest reasons to contact an account before a pipeline review.

Skill for Claude Code

Written for Claude Code: $ARGUMENTS substitution.

Good fit Use it to review account signals from the past week or a longer lookback period and decide which companies need action first.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/swan-gtm/gtm-skills/territory-signal-digest
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add swan-gtm/gtm-skills --skill territory-signal-digest
Clone the repo
git clone --depth 1 https://github.com/swan-gtm/gtm-skills

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for territory-signal-digest

README.md
[![agentmods](https://agentmods.dev/badge/skills/swan-gtm/gtm-skills/territory-signal-digest/github.svg)](https://agentmods.dev/skills/swan-gtm/gtm-skills/territory-signal-digest)
Your own site
<a href="https://agentmods.dev/skills/swan-gtm/gtm-skills/territory-signal-digest"><img src="https://agentmods.dev/badge/skills/swan-gtm/gtm-skills/territory-signal-digest/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for territory-signal-digest

Your own site · 80×15
<a href="https://agentmods.dev/skills/swan-gtm/gtm-skills/territory-signal-digest"><img src="https://agentmods.dev/badge/skills/swan-gtm/gtm-skills/territory-signal-digest.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 71 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,087 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00071 $0.01087
Opus 5 $0.00036 $0.00544
Sonnet 5 $0.00014 $0.00217
Haiku 4.5 $0.00007 $0.00109

Measured 9d ago against content hash b2ca28ecf8ef, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

territory-signal-digest scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/gal-tamir/territory-signal-digest/SKILL.md · 148 lines

How it starts

The opening of the file, as written. The whole thing — 148 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Run a weekly signal sweep across every account in a territory. Rank accounts by signal strength. Surface what moved since last week. Return a brief the rep can act on before their first call.

Input

The user will provide via $ARGUMENTS:

  • Account list (required) — a list of company names, domains, or Lusha company IDs. Paste inline or reference a saved list.
  • Lookback window (optional) — how far back to pull signals. Default: 7 days for weekly digest. Accept: 30 days, 90 days.
  • Signal focus (optional) — which signal types to prioritize. Default: all. Options:
    • Role changes (promotions, job changes, departures)
    • Hiring surges (open roles in target functions)
    • Funding (rounds, investment announcements)
    • Intent (buying signals on your category)
    • News (product launches, M&A, leadership moves)

If account list is missing, ask once. If declined, return an error — the skill cannot run without a list of accounts.

Workflow

  1. Anchor on the digest purpose. Read the lookback window and signal focus from $ARGUMENTS. Default to 7-day lookback and all signal types if not supplied. State the parameters at the top of the output so the reader knows what the digest covers.

  2. Resolve accounts via Lusha. For each account in the list:

    • If a Lusha company ID is supplied, use it directly.
    • Otherwise resolve via companies_search using the name or domain.
    • Flag any accounts that could not be resolved and skip them. List unresolved accounts at the end of the output.
  3. Pull signals in parallel. For each resolved account, run these calls concurrently:

    • Buying signals: intent topics, signal score 60+, ranked by score. Lookback window as specified.
    • News and scoops: last 7 days (or specified window). Leadership moves, funding, product launches, M&A, layoffs.
    • Hiring signals: open roles in target functions posted in the lookback window.
    • Contact changes: promotions, job changes, departures for key contacts at the account.

Read the full file on GitHub · 148 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 148 lines · 71 tokens per session scan A b2ca28ecf8ef

Subscribe to this mod's changes

territory-signal-digest is a skill published in the GitHub repository swan-gtm/gtm-skills (150 stars, last pushed 2d ago), licensed MIT. It adds 71 tokens to every session and 1,087 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.