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 agentmods add skills/warpdotdev/recruiting-sourcing-agent-oss/setupnpx skills add warpdotdev/recruiting-sourcing-agent-oss --skill setupgit 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/setup)<a href="https://agentmods.dev/skills/warpdotdev/recruiting-sourcing-agent-oss/setup"><img src="https://agentmods.dev/badge/skills/warpdotdev/recruiting-sourcing-agent-oss/setup.svg" alt="Measured on agentmods" 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 | $0.00076 | $0.02423 |
| Opus 5 | $0.00038 | $0.01211 |
| Sonnet 5 | $0.00015 | $0.00485 |
| Haiku 4.5 | $0.00008 | $0.00242 |
Grade A, and why
setup 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 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
- **Never ask the user to paste secrets into chat, and never print secret values** (no `echo $MOLLY_...`, no logging curl requests with resolved tokens). The user puts secrets into `.env` themselves; you only reference t How it starts
The opening of the file, as written. The whole thing — 178 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Molly setup
Interactive setup that takes a user from nothing to a running Molly deployment. It is idempotent: every step checks current state first, so it's safe to re-run and safe to start from a repo that's already cloned. Work through the steps in order and confirm each verification passes before moving on.
Ground rules:
- Never ask the user to paste secrets into chat, and never print secret values (no
echo $MOLLY_..., no logging curl requests with resolved tokens). The user puts secrets into.envthemselves; you only reference them as$VARS. - All verification calls below are read-only. The only writes are labeled: creating the tracker database (step 4), the optional Slack test message (step 5), and deployment wiring (step 6). Ask before each write.
1. Get the repo
Check whether you're already inside a clone — the repo root contains AGENTS.md and .warp/skills/molly-sourcing/SKILL.md:
git rev-parse --show-toplevel 2>/dev/null
- If the git root has both marker files,
cdto that root and skip cloning. - If a
./molly-agentdirectory already exists with those markers,cd molly-agentinstead of recloning. - Otherwise clone and enter it:
git clone https://github.com/warpdotdev/molly-agent.git
cd molly-agent
All later steps run from the repo root.
2. Collect configuration in .env
Create the local config from the template if it doesn't exist (.env is gitignored and never committed):
test -f .env || cp .env.example .env
Then ask the user to open .env in their editor and fill it in themselves — walk them through obtaining each value, one service at a time:
- Notion — create an internal integration at https://www.notion.so/my-integrations and copy its token →
MOLLY_NOTION_API_KEY. Create (or pick) a parent page for Molly's Profile Spec pages, share it with the integration (page →⋯→ Connections), and copy the 32-hex ID from the page URL →MOLLY_NOTION_PARENT_PAGE_ID. - Slack — create a Slack app with a bot token (scopes:
chat:write,app_mentions:read) →MOLLY_SLACK_BOT_TOKEN. Pick a sourcing channel, invite the bot, copy the channel ID (channel details → About) →SOURCING_SLACK_CHANNEL_ID. - Exa — create an API key at https://exa.ai →
MOLLY_EXA_API_KEY. - GEM — create an API key in GEM's admin settings →
MOLLY_GEM_API_KEY. - Tracker — leave
MOLLY_TRACKER_DB_IDas the placeholder if the user wants step 4 to create the database for them; otherwise paste an existing database ID.
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.
- 3d ago First seen · 178 lines · 76 tokens per session scan A 194cd958edaa
setup is a skill published in the GitHub repository warpdotdev/recruiting-sourcing-agent-oss (2 stars, last pushed 1mo ago), licensed MIT. It adds 76 tokens to every session and 2,423 once invoked, about $0.0004 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.