honeybook

honeybook is a skill for Claude Code, Codex from chrischall/honeybook-mcp. It costs 96 tokens per session (2,223 once invoked), scanned A, original, MIT.

A connection to HoneyBook's client portal, where wedding vendors share contracts, invoices, proposals, brochures, and payment details. It can read portal information and provide links for signing contracts or paying invoices.

In plain words
What is it for?
Use it to connect through a vendor's magic link, inspect workspace files and status, view payment methods, and obtain confirmed links for signing or paying.
Why use it?
It gathers vendor paperwork and status in one place, making it easier to find unsigned agreements, open invoices, and shared files.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Part of the honeybook plugin — 2 skills, 2 MCP servers shipped together

Good fit Use it to connect through a vendor's magic link, inspect workspace files and status, view payment methods, and obtain confirmed links for signing or paying.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/chrischall/honeybook-mcp/honeybook
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.

Any agent
npx skills add chrischall/honeybook-mcp --skill honeybook
Clone the repo
git clone --depth 1 https://github.com/chrischall/honeybook-mcp

Made for: Claude Code, Codex.

Or install honeybook, the plugin that ships this one along with the rest of its 2 skills, 2 MCP servers.

Wrote 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.

agentmods badge for honeybook

README.md
[![agentmods](https://agentmods.dev/badge/skills/chrischall/honeybook-mcp/honeybook/github.svg)](https://agentmods.dev/skills/chrischall/honeybook-mcp/honeybook)
Your own site
<a href="https://agentmods.dev/skills/chrischall/honeybook-mcp/honeybook"><img src="https://agentmods.dev/badge/skills/chrischall/honeybook-mcp/honeybook/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.

agentmods 80×15 button for honeybook

Your own site · 80×15
<a href="https://agentmods.dev/skills/chrischall/honeybook-mcp/honeybook"><img src="https://agentmods.dev/badge/skills/chrischall/honeybook-mcp/honeybook.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 96 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,223 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00096 $0.02223
Opus 5 $0.00048 $0.01111
Sonnet 5 $0.00019 $0.00445
Haiku 4.5 $0.00010 $0.00222

Measured 6d ago against content hash be22e6dfbe6d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

honeybook 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 6d 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/honeybook/SKILL.md · 117 lines

How it starts

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

honeybook-mcp

MCP server for HoneyBook's client portal — contracts, invoices, questionnaires, messages, meetings, tasks and payments across multiple wedding vendors, with magic-link session capture, in-portal messaging, and deep-link fallback for signing and paying.

Tools

  • use_magic_link — Capture a portal session from a vendor magic-link URL (/app/link/resolve/…)
  • use_flow_link — Capture a questionnaire credential from a flow link (/flow/<flowId>?hash=…)
  • list_active_sessions — Show active credentials, split into portalSessions and flowCredentials
  • get_flow(flow_id?, view?) — Read one questionnaire (flow) and its answers (two calls: public /minimal for the vendor company id, then /client/flow/<id>/active?ctxc=…)
  • list_workspace_files — All files one vendor has shared (filter by type)
  • get_workspace_file(file_id, section?) — Full detail for one file. Takes section, not view — see below
  • get_workspace — Workspace detail + status flags
  • list_payment_methods — Saved payment methods
  • sign_contract — Deep link to sign in portal (requires confirm:true)
  • pay_invoice — Deep link to pay in portal (requires confirm:true)
  • list_projects — Your projects (HoneyBook "events") with a vendor, each with the workspace_id the tools below take
  • get_project(project_id, view?) — Project details: date, time, location, guests, custom fields, people (name/email/phone/role)
  • list_messages — Messages in a workspace (kind=activity for the activity log, kind=all for both): compact cards, newest first; never marks anything seen
  • get_message — One message in full (format=text default, or html) with attachments and delivery status
  • send_message — Send a new message (subject + body) or reply (reply_to_message_id, subject inherited) through the portal; requires confirm:true
  • mark_messages_seen — Mark feed items seen, the way opening the Activity tab does
  • list_meetings — Meetings the vendor scheduled (consultations, Zoom calls): time, join link, password; rescheduled meetings show their latest time
  • list_tasks — Tasks assigned to you with today/this-week/overdue counts and task groups
  • list_notes — Notes the vendor shared (meeting notes, AI recaps)
  • list_attachments — Loose images, files and bookmarks (not contracts/invoices — those are workspace files)
  • list_payments — Every payment on every file in a workspace, with paid/unpaid totals

Read the full file on GitHub · 117 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. 6d ago Changed · +59 lines be22e6dfbe6d
  2. 8d ago Changed · +23 lines · +23 tokens per session 27f6df451e83
  3. 11d ago First seen · 35 lines · 73 tokens per session scan A b59b44ff1474

Subscribe to this mod's changes

honeybook is a skill published in the GitHub repository chrischall/honeybook-mcp (1 stars, last pushed today), licensed MIT. It adds 96 tokens to every session and 2,223 once invoked, about $0.0005 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-31.

Related

Other skills, from other repositories

expense-review-policy

Review invoices and contracts against accounts-payable policy before human approval.

openai/openai-cookbook · 17 tokens

audit-support

Support SOX 404 compliance with control testing methodology, sample selection, and documentation standards. Use when generating testing workpapers, selecting audit samples, classifying control deficiencies, or preparing for internal or external audits.

anthropics/knowledge-work-plugins · 45 tokens

kyc-doc-parse

Parse an investor or client onboarding packet into structured KYC fields — identity, ownership, control, source of funds, and document inventory. Use as the first step of KYC screening; output feeds the rules engine.

anthropics/financial-services · 49 tokens

fiscaliste

Fiscaliste IA pour la fiscalité personnelle des particuliers français : optimisation et déclaration de l'impôt sur le revenu, IFI, revenus du capital, revenus fonciers, equity salarial, crypto-actifs et PER. Couvre le calcul de l'IR (barème, quotient familial, décote, PAS, CEHR, revenus exceptionnels), la déclaration…

romainsimon/paperasse · 302 tokens

regulatory-analysis

Analyzes documents and processes against FINRA, SEC, Federal Reserve, and CFPB regulatory frameworks. Identifies compliance gaps, classifies findings by severity, and recommends remediation. Use when performing compliance audits, regulatory reviews, gap analyses, or verifying policy adherence to financial regulations.

open-gitagent/opengap · 59 tokens

subcontractor-payment-tracker

Track subcontractor payments, lien waivers, and compliance. Manage payment schedules and documentation.

datadrivenconstruction/DDC_Skills_for_AI_Agents_in_Construction · 25 tokens