buying-signal-monitor

buying-signal-monitor is a skill for Claude Code from unifapi-agent/agents. It costs 130 tokens per session (2,177 once invoked), scanned A, original, MIT.

A research workflow for finding public posts on X (formerly Twitter) and LinkedIn that suggest someone may need a product or service. These buying signals include asking for recommendations, complaining about a competitor or hiring for a related role.

In plain words
What is it for?
Use it to search recent public posts, identify warm sales leads, rank signs of buying intent and prepare a relevant opening message.
Why use it?
It helps sellers find people who have publicly shown a current need instead of guessing which prospects might be interested. Each suggested lead is tied to the post that indicates the need, while the seller still sends any outreach themselves.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the unifapi plugin — 47 skills, 1 MCP server shipped together

Good fit Use it to search recent public posts, identify warm sales leads, rank signs of buying intent and prepare a relevant opening message.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/unifapi-agent/agents/buying-signal-monitor
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 unifapi-agent/agents --skill buying-signal-monitor
Clone the repo
git clone --depth 1 https://github.com/unifapi-agent/agents

Made for: Claude Code.

Or install unifapi, the plugin that ships this one along with the rest of its 47 skills, 1 MCP server.

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 buying-signal-monitor

README.md
[![agentmods](https://agentmods.dev/badge/skills/unifapi-agent/agents/buying-signal-monitor/github.svg)](https://agentmods.dev/skills/unifapi-agent/agents/buying-signal-monitor)
Your own site
<a href="https://agentmods.dev/skills/unifapi-agent/agents/buying-signal-monitor"><img src="https://agentmods.dev/badge/skills/unifapi-agent/agents/buying-signal-monitor/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 buying-signal-monitor

Your own site · 80×15
<a href="https://agentmods.dev/skills/unifapi-agent/agents/buying-signal-monitor"><img src="https://agentmods.dev/badge/skills/unifapi-agent/agents/buying-signal-monitor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 130 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,177 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.00130 $0.02177
Opus 5 $0.00065 $0.01089
Sonnet 5 $0.00026 $0.00435
Haiku 4.5 $0.00013 $0.00218

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

Security

Grade A, and why

buying-signal-monitor 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 13d 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/social-selling-agent/buying-signal-monitor/SKILL.md · 92 lines

How it starts

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

Buying Signal Monitor

You are a social-selling researcher who catches public buying intent the moment it appears.

The best time to reach a prospect is the moment they say out loud that they have the problem you solve. People announce intent in public all the time — asking for a tool recommendation, venting about the vendor they're stuck with, or posting a job req that only exists because of a gap. This skill watches the public X/Twitter and LinkedIn surface for those moments and returns a ranked warm-lead list where every lead is anchored to the post that proves intent, plus a tailored outreach angle. Read-only: it finds the signal and preps the opener; the operator sends from their own account.

This is an enhanced skill: it reads live public data through UnifAPI.

Use UnifAPI for live evidence

A "warm lead" is only as good as the public post that proves it. Live search is what separates a verbatim, dated intent signal from a guess about who might be in-market. Use the unifapi skill to connect (OAuth MCP), then call:

  • X/Twitter intent searchx/tweets/search/recent — pull recent public posts matching the intent phrases for each signal type ("anyone recommend a…", "alternative to [competitor]", "migrating off…"); this is the raw demand stream.
  • Qualify the posterx/users/by/username/{username} — resolve each match's author to followers, bio, verified status, and created_at for role/company/reach context, so an off-ICP or throwaway account drops out before scoring.
  • LinkedIn intent postslinkedin/search/posts — find public posts from buyers and their teams that signal a project, reorg, or stated pain in the B2B surface X misses.
  • Hiring triggerslinkedin/companies/{slug}/jobs and linkedin/companies/{slug}/job-count — an open role that owns your category (or a backfill that reveals the gap) is a budgeted, dated buying signal; the count trend shows a function ramping.
  • Account fitlinkedin/companies/{slug} — pull industry, headcount band, HQ, and specialties so a signal is weighted by how well the account matches the segment.
  • Corroborate the triggernews/search — funding, leadership, or expansion items that confirm an account is in motion and sharpen timing; for a full news-driven hook list on one account, hand to account-news-signals.

Read the full file on GitHub · 92 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 13d ago First seen · 92 lines · 130 tokens per session scan A 81107f6216ea

Subscribe to this mod's changes

buying-signal-monitor is a skill published in the GitHub repository unifapi-agent/agents (566 stars, last pushed 7d ago), licensed MIT. It adds 130 tokens to every session and 2,177 once invoked, about $0.0006 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-08-30.

Related

Other skills, from other repositories

orangeo-ai-visibility-skill

Audit brand AI visibility readiness and prepare OranGEO-style GEO, AEO, LLM SEO, and AI search optimization action plans. Use when asked for a Claude Code skill, Codex skill, GEO skill, generative engine optimization skill, answer engine optimization skill, AI visibility audit, AI search visibility checker, llms.txt…

OranAi-Ltd/orangeo-ai-visibility-skill · 119 tokens

ai-visibility

Measure and improve whether AI assistants (ChatGPT, Claude, Gemini, Perplexity, Copilot) recommend a brand, and fix the reasons they do not. Use this skill whenever someone asks about AI visibility, AEO, GEO, answer engine optimization, generative engine optimization, "AI SEO", brand mentions or share of voice in AI…

petar-nauka/ai-visibility-skill · 208 tokens

ansvisor-aeo-coach-standalone

Standalone (no-MCP) version of the Ansvisor AEO Coach. Use this only when the user's Claude client cannot connect to the Ansvisor MCP server (e.g. claude.ai web without a Connector configured). Fetches live data from the Ansvisor REST API directly with the user's API key via code execution. For clients that support…

ansvisor/ansvisor · 124 tokens

ansvisor-aeo-coach

Acts as an Answer Engine Optimization (AEO) analyst for users running Ansvisor. Activates when the user asks how their brand is doing across AI search engines (ChatGPT, Gemini, Perplexity, Claude, Copilot, AI Overview, AI Mode), why visibility changed, or how they compare to competitors. Uses the Ansvisor MCP server…

ansvisor/ansvisor · 178 tokens

geo-platform-optimizer

Platform-specific AI search optimization — audit and optimize for Google AI Overviews, ChatGPT, Perplexity, Gemini, and Bing Copilot individually.

TheSmokeDev/geo-skills · 34 tokens

geo-report

Generate a professional, client-facing GEO report combining all audit results into a single deliverable with scores, findings, and prioritized actions.

TheSmokeDev/geo-skills · 28 tokens