forkable-setup

A setup guide for Forkable, a service that provides meal-delivery planning, using an unofficial local connector called an MCP server.

In plain words
What is it for?
Use it to authenticate with an existing Forkable browser session and register the connector with an MCP client. It also covers checking whether profile and delivery tools already work.
Why use it?
It explains how to connect the service when the connector is unavailable or its login has expired, without putting passwords in commands or files.

Skill for Claude CodeCodex

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/colinds/forkable-mcp/forkable-setup
Any agent
npx skills add colinds/forkable-mcp --skill forkable-setup
Clone the repo
git clone --depth 1 https://github.com/colinds/forkable-mcp

Made for: Claude Code, Codex.

Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,121 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00043 $0.01121
Opus 5 $0.00022 $0.00561
Sonnet 5 $0.00009 $0.00224
Haiku 4.5 $0.00004 $0.00112

Measured yesterday against content hash 8eddf53640c6, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

forkable-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 yesterday.

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.

`--file ./forkable.curl`. For headless use, set `FORKABLE_COOKIE` to the full Cookie header.
skills/forkable-setup/SKILL.md · 121 lines

How it starts

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

Set up forkable-mcp

forkable-mcp is an unofficial MCP server that uses the user's Forkable web session. It does not use an API key. Use Bun or Node.

If get_profile or list_deliveries already works, setup is complete. For an authentication error, repeat only the authentication step.

Authentication handles account credentials or may unlock the operating system's credential store. Give the command to the user to run in a terminal. Do not place a password in command-line arguments or write it to a file.

Authenticate

Choose one method.

Import a browser session

The user must already be signed in at forkable.com:

bunx --bun forkable-mcp@latest --auth --chrome # Node: npx forkable-mcp@latest --auth --chrome

Browser import is best-effort on macOS, Linux, and Windows. On macOS, Keychain may prompt once per scanned profile; use --profile to limit the scan. Linux may use its system keyring. Chrome and Edge profiles are discovered automatically. Arc targeting is macOS-only; Brave and Chromium on Linux or Windows may need an explicit profile path. Other supported browsers can be selected with --browser, for example:

bunx --bun forkable-mcp@latest --auth --chrome --browser arc --profile "Profile 1"

Supported browser names are Chrome, Arc, Brave, Edge, and Chromium. The profile can be selected by name or path.

Email and password

bunx --bun forkable-mcp@latest --auth --login --email [email protected]

The terminal prompts for the password without echoing it. For non-interactive use, pass the password on standard input with --password-stdin, or set FORKABLE_EMAIL and FORKABLE_PASSWORD. Use --mfa <code> or FORKABLE_MFA when required.

Password login can refresh an expired session. SSO-only accounts require a cookie method.

Import a cookie

Copy an authenticated Forkable GraphQL request as cURL in browser developer tools and pipe it to the auth command:

pbpaste | bunx --bun forkable-mcp@latest --auth

Read the full file on GitHub · 121 lines

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. yesterday First seen · 121 lines · 43 tokens per session scan A 8eddf53640c6

Subscribe to this mod's changes

forkable-setup is a skill published in the GitHub repository colinds/forkable-mcp (2 stars, last pushed 8d ago), licensed MIT. It adds 43 tokens to every session and 1,121 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.

Related

Other skills, from other repositories

codexless-browser-repair

Diagnose and temporarily repair Codexless Browser compatibility after a Codex, Chrome Skill, or Browser runtime update when Codexless Browser stopped working. Use for current-version Codexless Browser compatibility drift, not ordinary website bugs, general Browser operation, Codexless install/update work, or long-term…

liyana31811/Codexless · 70 tokens

webmcp-setup

Bootstraps webmcp-react into an existing React or Next.js app. Installs dependencies, adds WebMCPProvider, creates a first tool, and configures the MCP client bridge. Use when the user wants to set up WebMCP, add MCP tools to their app, integrate webmcp-react, or make their React app accessible to AI agents.

agentcathq/webmcp-react · 80 tokens

install-shellby-mcp

Install and verify Shellby MCP on a Mac using terminal access only. Use when a user asks an agent to install, set up, configure, or finish a new Shellby MCP installation from this repository.

serbyte-development/shellby-mcp · 47 tokens

xcatcher

Fetch fresh or recent public X (Twitter) posts from one or many named account handles through Xcatcher, with structured JSON results and optional x402 v2 USDC pay-per-crawl access on Base. Use for account monitoring, social intelligence, OSINT, tweet/post collection, timeline snapshots, or requests to scrape, crawl…

lvpiggyqq/xcatcher-mcp-manifest · 86 tokens

apify-product-lookup

Answer questions about a real product's current price, stock, rating, specs, or images by calling Apify's E-commerce Scraping Tool over MCP, across Amazon, Walmart, Target, eBay, and many more retailers. Trigger on "what does X cost right now", "is X in stock", "compare the price of X across stores", "find me a Y…

luispintoapify/ecommerce-agent-starter · 129 tokens

apify-product-data-setup

Wire an AI agent to live e-commerce product data using Apify's E-commerce Scraping Tool over MCP, either as runtime tool calls or as a scheduled refresh into a vector store. Trigger on "give my agent live product data", "my agent quotes stale prices", "connect Apify MCP to Claude or Cursor or n8n", "add product data…

luispintoapify/ecommerce-agent-starter · 132 tokens