← 返回 Skills 市场
chrischall

Tmp.ZYr9sBY5Dv

作者 chrischall · GitHub ↗ · v0.2.4 · MIT-0
cross-platform ⚠ suspicious
48
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install honeybook-mcp
功能描述
This skill should be used when the user asks about HoneyBook client-portal data. Triggers on phrases like "check HoneyBook", "sign contract", "pay invoice",...
使用说明 (SKILL.md)

honeybook-mcp

MCP server for HoneyBook's client portal — 8 tools for viewing contracts and invoices across multiple wedding vendors, with magic-link session capture and deep-link fallback for signing and paying.

Setup

Option A — Claude Code

Add to .mcp.json:

{
  "mcpServers": {
    "honeybook": {
      "command": "node",
      "args": ["/absolute/path/to/honeybook-mcp/dist/bundle.js"]
    }
  }
}

No env vars required. Activate a session by calling use_magic_link in Claude.

Option B — from source

git clone https://github.com/chrischall/honeybook-mcp
cd honeybook-mcp && npm install && npm run build

Tools

Tool What it does
use_magic_link Capture a session from a vendor magic-link URL
list_active_sessions Show currently active portal sessions
list_workspace_files All files one vendor has shared (filter by type)
get_workspace_file Full detail for one file
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)

Workflows

  • First time with a vendor → user pastes magic-link URL → use_magic_link → session captured
  • "What contracts haven't I signed?"list_workspace_files with file_type=agreement, filter by is_file_accepted=false
  • "Summarize my HB status with Silk Veil"get_workspace (status flags) + list_workspace_files
  • "Send me a link to sign the photographer's contract"list_workspace_filessign_contract with confirm:true
  • "Which invoices are overdue?"list_workspace_files with file_type=invoice, sort by due date

Notes

  • All tools hit api.honeybook.com/api/v2/* with 8 custom hb-api-* headers
  • Sessions are captured via Puppeteer from magic-link URLs and cached in ~/.honeybook-mcp/sessions.json (mode 0600)
  • Each vendor = separate session keyed by portal origin
  • sign_contract / pay_invoice return deep links — actual signing/paying requires browser-side device/SCA handling
  • Session expires → re-run use_magic_link with a fresh URL from the vendor's email
安全使用建议
Review before installing. Only use this with intentional HoneyBook portal tasks, treat HoneyBook magic links like passwords, avoid using it on shared machines, and inspect or remove ~/.honeybook-mcp/sessions.json after use if you do not want authenticated sessions retained.
能力标签
financial-authoritycan-make-purchases
能力评估
Purpose & Capability
The stated purpose matches the tools: HoneyBook contracts, invoices, workspaces, payment methods, and deep links for signing or paying. These are sensitive financial and account workflows, but they are not hidden.
Instruction Scope
The trigger wording includes broad phrases like "sign contract" and "pay invoice," which could invoke the skill for sensitive flows before the user has clearly chosen HoneyBook session handling.
Install Mechanism
The skill file documents a Claude Code MCP setup and source install from GitHub; no executable files are packaged in this artifact, and static scan plus VirusTotal were clean.
Credentials
Using Puppeteer to turn HoneyBook magic links into authenticated sessions is coherent with the tool, but magic links are account-access secrets and the documentation does not make that risk prominent.
Persistence & Privilege
The artifact discloses local session caching at ~/.honeybook-mcp/sessions.json with mode 0600, but does not clearly explain retention, deletion, encryption/keychain protection, or the account-access impact of the cached sessions.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install honeybook-mcp
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /honeybook-mcp 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.2.4
- Expanded skill description, clarifying trigger phrases and use cases for interacting with HoneyBook client-portal data. - Detailed documentation on all 8 tools for managing contracts, invoices, payment methods, and file access across wedding vendors. - Added step-by-step setup instructions for launching the MCP server via Claude Code or directly from source. - Provided example workflows for common user scenarios (e.g., checking unsigned contracts, signing documents, paying invoices). - Included implementation notes about session handling, API usage, security, and deep-link flows for contract signing and payments.
元数据
Slug honeybook-mcp
版本 0.2.4
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Tmp.ZYr9sBY5Dv 是什么?

This skill should be used when the user asks about HoneyBook client-portal data. Triggers on phrases like "check HoneyBook", "sign contract", "pay invoice",... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 48 次。

如何安装 Tmp.ZYr9sBY5Dv?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install honeybook-mcp」即可一键安装,无需额外配置。

Tmp.ZYr9sBY5Dv 是免费的吗?

是的,Tmp.ZYr9sBY5Dv 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Tmp.ZYr9sBY5Dv 支持哪些平台?

Tmp.ZYr9sBY5Dv 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Tmp.ZYr9sBY5Dv?

由 chrischall(@chrischall)开发并维护,当前版本 v0.2.4。

💬 留言讨论