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.
npx skills add warpdotdev/recruiting-sourcing-agent-oss --skill molly-sourcinggit clone --depth 1 https://github.com/warpdotdev/recruiting-sourcing-agent-ossWrote 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.
[](https://agentmods.dev/skills/warpdotdev/recruiting-sourcing-agent-oss/molly-sourcing)<a href="https://agentmods.dev/skills/warpdotdev/recruiting-sourcing-agent-oss/molly-sourcing"><img src="https://agentmods.dev/badge/skills/warpdotdev/recruiting-sourcing-agent-oss/molly-sourcing/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.
<a href="https://agentmods.dev/skills/warpdotdev/recruiting-sourcing-agent-oss/molly-sourcing"><img src="https://agentmods.dev/badge/skills/warpdotdev/recruiting-sourcing-agent-oss/molly-sourcing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00044 | $0.04967 |
| Opus 5 | $0.00022 | $0.02483 |
| Sonnet 5 | $0.00009 | $0.00993 |
| Haiku 4.5 | $0.00004 | $0.00497 |
Grade A, and why
molly-sourcing scanned grade A with 1 finding 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 10d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -s -X POST "https://api.notion.com/v1/databases/$MOLLY_TRACKER_DB_ID/query" \ How it starts
The opening of the file, as written. The whole thing — 217 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Sourcing
Triggered by the daily scheduled (cron) run once a role reaches Sourcing status (or when a recruiter asks Molly to run sourcing). For every role in Sourcing, Molly first folds in the talent team's feedback from the previous cycle — left as notes on yesterday's GEM candidates — updates the Profile Spec accordingly, then sources fresh LinkedIn candidates via Exa (MOLLY_DAILY_SOURCING_TARGET, default 25), submits each into that role's GEM project, and posts one daily digest to the sourcing channel.
The notes feedback loop is what makes sourcing sharpen day over day — it's the lightweight, ongoing analog of calibration. The team drops quick notes on the candidates they liked or didn't (right in GEM, where they're already reviewing), and the next run honors that signal. The digest closes the loop by reminding the team to leave feedback within the feedback window (MOLLY_FEEDBACK_WINDOW_HOURS, default 24h), before the next run.
GEM dedupes on LinkedIn handle, so re-running daily is safe — candidates already in GEM are matched, not duplicated.
Inputs
- Env:
MOLLY_NOTION_API_KEY,MOLLY_EXA_API_KEY,MOLLY_GEM_API_KEY,MOLLY_SLACK_BOT_TOKEN,SOURCING_SLACK_CHANNEL_ID,MOLLY_TRACKER_DB_ID - Molly Tracker database:
$MOLLY_TRACKER_DB_ID - Each Sourcing role row must have a GEM Project ID (the GEM project candidates are filed into). Skip and flag any role missing it.
Steps
1. Find roles in Sourcing
Query the Molly Tracker, filtering on the Molly Status status property:
curl -s -X POST "https://api.notion.com/v1/databases/$MOLLY_TRACKER_DB_ID/query" \
-H "Authorization: Bearer $MOLLY_NOTION_API_KEY" \
-H "Content-Type: application/json" \
-H "Notion-Version: 2022-06-28" \
-d '{"filter": {"property": "Molly Status", "status": {"equals": "Sourcing"}}}'
For each returned row, read: Role name (title), JD Link (url), Profile Spec Link (url), GEM Project ID (rich text). The JD/Spec page IDs are the last 32 hex characters of each URL.
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.
- 10d ago First seen · 217 lines · 44 tokens per session scan A 08ae16647e1c
molly-sourcing is a skill published in the GitHub repository warpdotdev/recruiting-sourcing-agent-oss (2 stars, last pushed 1mo ago), licensed MIT. It adds 44 tokens to every session and 4,967 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
twitter-synthesis
Analyze bookmarked tweets and generate 3-style content bytes + Claude setup improvement suggestions.
notion
Notion API for creating and managing pages, databases, and blocks.
job-outreach-gmail
Akash asks for an outreach message, cover letter, or Gmail draft tied to a job, a named contact, or former colleague context. The Tier-0 pipeline pulls Personal Wiki (Voice Canon + career pages) and writes Gmail drafts via himalaya — it does not rely on the chat model to "find" the wiki by name.
apple-calendar
Add, list, and check events in Apple Calendar (Calendar.app) via osascript. Syncs to Google Calendar automatically. Use for scheduling meetings, blocking time, joint events with Abhigna.
apple-reminders
Manage reminders via Notion databases. Three databases mirror Apple Reminders lists — Akash, Shared, and Abhigna. Use the Notion API to add, query, and complete reminders.
google-calendar
Manage Google Calendar events via API. List, create, update, delete events and check availability across personal, work, and shared calendars.