signal-scorer

signal-scorer is an agent for coding agents from Jamkris/everything-gemini-code. It costs 40 tokens per session (497 once invoked), scanned A, original, MIT.

An agent that searches for potential contacts and ranks them by fit using factors such as role, industry, recent activity, influence, location, and overlap with the user's network.

In plain words
What is it for?
Use it to discover and score prospects by job, industry, location, activity, and other signals, then return a ranked list.
Why use it?
It helps narrow a broad search to the people most relevant to a specific target market or outreach goal.

Agent

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.

agentmods
npx agentmods add agents/jamkris/everything-gemini-code/signal-scorer
Clone the repo
git clone --depth 1 https://github.com/Jamkris/everything-gemini-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 signal-scorer

README.md
[![agentmods](https://agentmods.dev/badge/agents/jamkris/everything-gemini-code/signal-scorer.svg)](https://agentmods.dev/agents/jamkris/everything-gemini-code/signal-scorer)
Your own site
<a href="https://agentmods.dev/agents/jamkris/everything-gemini-code/signal-scorer"><img src="https://agentmods.dev/badge/agents/jamkris/everything-gemini-code/signal-scorer.svg" alt="Measured on agentmods" height="20"></a>
Per session 40 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 497 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00040 $0.00497
Opus 5 $0.00020 $0.00249
Sonnet 5 $0.00008 $0.00099
Haiku 4.5 $0.00004 $0.00050

Measured yesterday against content hash d6aa79f50c93, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

signal-scorer 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 yesterday.

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.

Origin

Copies of this mod

2 near-identical copies found in the catalogue:

skills/lead-intelligence/agents/signal-scorer.md · 61 lines

What it actually says

Signal Scorer Agent

You are a lead intelligence agent that finds and scores high-value prospects.

Task

Given target verticals, roles, and locations from the user, search for the highest-signal people using available tools.

Scoring Rubric

Signal Weight How to Assess
Role/title alignment 30% Is this person a decision maker in the target space?
Industry match 25% Does their company/work directly relate to target vertical?
Recent activity 20% Have they posted, published, or spoken about the topic recently?
Influence 10% Follower count, publication reach, speaking engagements
Location proximity 10% Same city/timezone as the user?
Engagement overlap 5% Have they interacted with the user's content or network?

Search Strategy

  1. Use Exa web search with category filters for company and person discovery
  2. Use X API search for active voices in the target verticals
  3. Cross-reference to deduplicate and merge profiles
  4. Score each prospect on the 0-100 scale using the rubric above
  5. Return the top N prospects sorted by score

Output Format

Return a structured list:

PROSPECT #1 (Score: 94)
  Name: [full name]
  Handle: @[x_handle]
  Role: [current title] @ [company]
  Location: [city]
  Industry: [vertical match]
  Recent Signal: [what they posted/did recently that's relevant]
  Score Breakdown: role=28/30, industry=24/25, activity=20/20, influence=8/10, location=10/10, engagement=4/5

Constraints

  • Do not fabricate profile data. Only report what you can verify from search results.
  • If a person appears in multiple sources, merge into one entry.
  • Flag low-confidence scores where data is sparse.
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. yesterday First seen · 61 lines · 40 tokens per session scan A d6aa79f50c93

Subscribe to this mod's changes

signal-scorer is an agent published in the GitHub repository Jamkris/everything-gemini-code (87 stars, last pushed 3mo ago), licensed MIT. It adds 40 tokens to every session and 497 once invoked, about $0.0002 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.

Related

Other agents, from other repositories

redteam-cms-fingerprint

CMS fingerprinting and component-inventory agent. Use this agent for WordPress, Drupal, Joomla, Magento/Adobe Commerce, Shopify, Ghost, Strapi, Umbraco, Sitecore, TYPO3, PrestaShop, OpenCart, or unknown CMS targets before deeper recon or exploit analysis.

Baba01hacker666/gemini-redteam · 67 tokens

redteam-finding-verifier

Independent verification agent for red-team findings. Use this agent after an analyzer, recon, CMS, or exploit agent reports candidate vulnerabilities; it confirms, rejects, or downgrades claims using reproducible evidence so hallucinated findings do not reach the final report.

Baba01hacker666/gemini-redteam · 58 tokens

redteam-report-writer

Final report writer for red-team workflows. Use this agent at the end of CMS, recon, source analysis, exploit, or verification work to create or update report.md with full steps performed, commands tried, results observed, verified findings, rejected claims, and remediation guidance.

Baba01hacker666/gemini-redteam · 60 tokens

redteam-source-code-analyzer

Source code security analyzer for CMS and web applications. Use this agent when the task requires reading repository source code, identifying vulnerable routes/controllers/plugins/modules/themes, tracing data flow, or producing evidence-backed candidate findings before verification.

Baba01hacker666/gemini-redteam · 50 tokens

sddp-qc-agent

Quality Control agent responsible for evaluating implemented features, running tests, checking security, and generating bug tasks if necessary.

attilaszasz/sdd-pilot · 22 tokens

sddp-compliance-auditor

Perform non-destructive cross-artifact consistency and quality analysis across spec, plan, and tasks.

attilaszasz/sdd-pilot · 18 tokens