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 chrischall/resy-mcp --skill resy-fpxgit clone --depth 1 https://github.com/chrischall/resy-mcpWrote 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/chrischall/resy-mcp/resy-fpx)<a href="https://agentmods.dev/skills/chrischall/resy-mcp/resy-fpx"><img src="https://agentmods.dev/badge/skills/chrischall/resy-mcp/resy-fpx/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/chrischall/resy-mcp/resy-fpx"><img src="https://agentmods.dev/badge/skills/chrischall/resy-mcp/resy-fpx.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.00113 | $0.01395 |
| Opus 5 | $0.00056 | $0.00698 |
| Sonnet 5 | $0.00023 | $0.00279 |
| Haiku 4.5 | $0.00011 | $0.00139 |
Grade A, and why
resy-fpx 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.
Notify with curl against api.resy.com, using the fpx CLI How it starts
The opening of the file, as written. The whole thing — 123 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Resy via curl (+ one-time fpx bootstrap)
Resy has no public API — resy-mcp calls the same api.resy.com endpoints
the resy.com web app calls, all of which are reachable with plain
curl; nothing here needs a bot-wall bypass. The browser bridge (fpx)
is only needed to mint an auth token when you have no email/password on
hand — after that, every actual call (search, slots, book, cancel,
favorites, notify, profile) is a direct curl with the token in a header.
This mirrors resy-mcp's own "Pattern B": bridge the one auth call, then
go direct for the hot path (see src/client.ts / src/auth-fetchproxy.ts
in the resy-mcp repo).
Step 1 — get a token (pick ONE path)
Path A — you have Resy credentials (preferred, no browser needed):
curl -s 'https://api.resy.com/3/auth/password' \
-H 'Authorization: ResyAPI api_key="VbWk7s3L4KiK5fzlO7JD3Q5EYolJI7n5"' \
-H 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode "email=$RESY_EMAIL" \
--data-urlencode "password=$RESY_PASSWORD" \
| jq -r '.token // .id.token // .auth_token'
The api key above is Resy's public web-app key (baked into resy.com's own
JS, not a secret — see src/client.ts). Save the returned token as
$RESY_TOKEN.
Path B — no credentials, only a signed-in resy.com browser tab:
One-time setup:
npm install -g @fetchproxy/cli # provides `fpx`
fpx profile add resy --domain resy.com
fpx pair -p resy # prints a pair code → approve in Transporter
Then bootstrap the token through the tab (this replicates the one call resy.com's own JS makes to refresh its in-memory token — the HttpOnly session cookies authenticate it):
fpx post-json 'https://api.resy.com/3/auth/refresh' '{}' -p resy \
| jq -r '.token'
Save it as $RESY_TOKEN. fpx is not used again after this — every
call below is curl.
Step 2 — call the API directly with the token
Every authenticated request needs this header set (see SPOOF_HEADERS +
buildHeaders in src/client.ts):
What ships with it
1 file 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.
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 · 123 lines · 113 tokens per session scan A 2676951d8a78
resy-fpx is a skill published in the GitHub repository chrischall/resy-mcp (1 stars, last pushed today), licensed MIT. It adds 113 tokens to every session and 1,395 once invoked, about $0.0006 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
slack
Interact with Slack workspaces using browser automation. Use when the user needs to check unread channels, navigate Slack, send messages, extract data, find information, search conversations, or automate any Slack task. Triggers include "check my Slack", "what channels have unreads", "send a message to", "search Slack…
browser-use
Direct browser control via CDP for web interaction: automation, scraping, testing, screenshots, and site/app work.
Interceptor
Real Chrome/Brave + macOS Computer Use from inside the browser — zero CDP fingerprint, real sessions; mandatory for visual deploy verification. Drive clickwork yourself. USE WHEN verify deploy, confirm UI, screenshot verification, computer use, macos automation, debug web, troubleshoot, visual check, motion/animation…
cli-anything-macrocli
Use when the agent wants to define, list, inspect, or execute GUI macros via the MacroCLI CLI. Macros are parameterized, CLI-callable workflows — the agent invokes macro run and the system handles backend routing (plugin, file transform, accessibility, compiled GUI replay).
Apify
Scrapes social platforms, business data, and e-commerce via Apify actors — Instagram, LinkedIn, TikTok, YouTube, Facebook, Google Maps, Amazon, and web crawls — filtering in code. USE WHEN scrape Instagram, scrape LinkedIn, scrape TikTok, scrape YouTube, scrape Facebook, Google Maps leads, Amazon reviews, business…
BrightData
4-tier progressive web scraping that auto-escalates WebFetch to curl to Interceptor to Bright Data proxy for bot detection and CAPTCHAs, with single-URL and multi-page crawl modes, output as markdown. USE WHEN Bright Data, scrape URL, web scraping, bot detection, crawl site, CAPTCHA, can't access, site blocking…