subscope-rfp-bait

A research tool that finds online discussion threads comparing two or more vendors, such as “X vs Y” or shortlist questions.

In plain words
What is it for?
It is for finding comparison, shortlist, and evaluation threads and sorting them into buyer-interest and authority opportunities.
Why use it?
It helps uncover places where people are actively evaluating options, so relevant discussions are easier to review.

Skill for Claude CodeCodex

Part of the subscope plugin — 15 skills shipped together

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 skills/dancolta/subscope/rfp-bait
Any agent
npx skills add dancolta/subscope --skill rfp-bait
Clone the repo
git clone --depth 1 https://github.com/dancolta/subscope

Made for: Claude Code, Codex.

Or install subscope, the plugin that ships this one along with the rest of its 15 skills.

Per session 79 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 373 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.00079 $0.00373
Opus 5 $0.00039 $0.00187
Sonnet 5 $0.00016 $0.00075
Haiku 4.5 $0.00008 $0.00037

Measured 3d ago against content hash 2404e53306a5, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

subscope-rfp-bait 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 3d 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/rfp-bait/SKILL.md · 16 lines

What it actually says

/subscope-rfp-bait (🤝)

cd "$CLAUDE_PLUGIN_ROOT" && PYTHONPATH=engine python3 -m subscope.cli fetch-score --mode rfp-bait --candidates

The engine searches each configured sub for comparison-shaped threads ("vs", "versus", "between", "shortlist") across the recent window via keyless Reddit search, then hands you the candidates. Cooling queue applies.

Judge every entry in candidates[] against the user's offer with the offer-relevance judge in skills/run/SKILL.md Step 3.5 (load offer.yml, example-pains.yml, brand-anchor.yml, keywords.yml once). A thread naming two or more vendors in a comparative structure is the target. Surface only BUYER and AUTHORITY verdicts, ranked BUYER first, each with a one-line reason, rendering each surfaced thread as a clickable markdown link [title](url) from the candidate's url verbatim. Render the result as the two-table layout in run Step 4 (a BUYER SIGNALS table, then an AUTHORITY PLAYS table). Cap at this mode's pattern_caps. On zero judged surfaces, print the empty-state ladder from run's "After completion". Notion Pattern = rfp-bait, emoji prefix 🤝.

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. 3d ago First seen · 16 lines · 79 tokens per session scan A 2404e53306a5

Subscribe to this mod's changes

subscope-rfp-bait is a skill published in the GitHub repository dancolta/subscope (25 stars, last pushed 22d ago), licensed MIT. It adds 79 tokens to every session and 373 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-08-30.

Related

Other skills, from other repositories

reddit-api

A Reddit API alternative on fetcher.sh — pay-per-call in USDC via x402, or prepaid credits with a Bearer key, no OAuth app registration. Use when the user wants to search Reddit posts across every subreddit by keyword and sort by top, hot, new, or most-discussed, search subreddits or users by keyword, fetch a…

fetcher-sh/fetcher-skills · 150 tokens

xpoz-social-tracking

Set up and manage continuous social media tracking across Twitter, Instagram, Reddit, and TikTok. Add, remove, and view tracked keywords, users, subreddits, and hashtags. Use when asked to track mentions, monitor brands, set up tracking, view tracked items, or stop tracking.

XPOZpublic/xpoz-clawhub-skills · 65 tokens

social-sentiment

Sentiment analysis for brands and products across Twitter, Reddit, and Instagram. Monitor public opinion, track brand reputation, detect PR crises, surface complaints and praise at scale: analyze 70K+ posts with bulk CSV export and Python/pandas. Social listening and brand monitoring powered by billions of indexed…

XPOZpublic/xpoz-clawhub-skills · 66 tokens

mission-control

Interact with Mission Control — AI agent orchestration dashboard. Use when registering agents, managing tasks, syncing skills, or querying agent/task status via MC APIs.

builderz-labs/mission-control · 34 tokens

codemark

Manage structural code bookmarks that survive refactoring. Use when the user says "remember this", "bookmark this", "save this location", "load my bookmarks", "what do I have bookmarked", "mark this code", "codemark", or when starting a new session and needing to reload context from a previous session. Also use…

DanielCardonaRojas/codemark · 97 tokens

docmancer

Work from the same local memory as every other coding agent on this machine. Recall prior decisions, preferences, instructions, and project conventions that Claude Code, Codex, Cursor, and other agents wrote here, with cited sources, fully local. Also searches a separate local technical-documentation index.

docmancer/docmancer · 62 tokens