← 返回 Skills 市场
barflotek

Bellink

作者 barflotek · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ 安全检测通过
119
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install bellink
功能描述
Connect your AI to 30+ business tools — Gmail, Calendar, Sheets, Mindbody, Meta Ads, Linear, Airtable, Notion, Stripe, and more. One URL, every app.
使用说明 (SKILL.md)

Bellink — AI Gateway to Business Tools

Connect your AI assistant to 30+ business tools through one MCP server.

Setup (30 seconds)

  1. Sign up at https://app.bellink.io (free Starter plan, no credit card)
  2. Connect your apps (Gmail, Mindbody, Meta, etc.)
  3. Copy your Bellink URL from the dashboard
  4. Tell your bot: "add MCP server bellink: [paste URL]"

That's it. Your AI now has access to all your connected apps.

Environment variable

The only credential needed is BELLINK_URL — the full MCP endpoint URL you copy from your Bellink dashboard. It contains your authentication key as a query parameter. No separate API key or Bearer token needed.

Example: BELLINK_URL=https://app.bellink.io/api/mcp/server?key=your_key_here

What you can do

Once connected, just ask:

  • "What's on my schedule today?" → pulls from Calendar + Mindbody
  • "Send a reply to that email from John" → reads and sends via Gmail
  • "What's my revenue this month?" → pulls from Mindbody or Stripe
  • "Book Sarah for tomorrow's 9am class" → books directly in Mindbody
  • "Create a spreadsheet with this month's sales" → writes to Google Sheets
  • "Show me my Meta ad performance" → pulls campaign insights
  • "Create a Linear issue for this bug" → creates in your project

Supported apps

Gmail, Google Calendar, Google Sheets, Google Docs, Google Drive, Google Analytics, Google Forms, Mindbody, Meta (Facebook + Instagram + Ads), Linear, Airtable, Notion, Stripe, Slack, GitHub, Figma, Allegro, QuickBooks, Twilio, Webflow, WordPress, Typeform, Calendly, Beehiiv, Buttondown, n8n, Zoom, Shopify, WhatsApp, Outlook

MCP config (alternative setup)

If you prefer manual config, add to your mcporter.json:

{
  "mcpServers": {
    "bellink": {
      "baseUrl": "BELLINK_URL",
      "transport": "sse"
    }
  }
}

Replace BELLINK_URL with the URL from your Bellink dashboard (includes your key).

npm package

Also available as an npm package for Claude Desktop, Cursor, and other stdio MCP clients:

BELLINK_URL=https://app.bellink.io/api/mcp/server?key=your_key npx bellink-mcp

Security

  • OAuth 2.0 for all app connections — Bellink never sees your passwords
  • AES-256 encryption for stored credentials
  • Your data stays in your apps — Bellink reads and acts, doesn't store
  • Disconnect any app anytime with one click
  • BELLINK_URL is the only credential — a scoped key that only accesses your connected apps

Pricing

  • Starter: Free forever — all apps (except Mindbody), 250 requests/month
  • Personal: $29/mo — all apps including Mindbody, 1,000 requests/month
  • Business: $99/mo — all apps, 10K requests/month, 5 seats

Links

安全使用建议
This skill appears to be what it says: a gateway that routes your agent's app actions through Bellink via a single URL credential. Before installing, consider: 1) Only provide BELLINK_URL if you trust Bellink — it effectively acts as a token with access to all connected apps. 2) Treat BELLINK_URL like a secret: do not paste it into public chat/history, rotate it if compromised, and use any Bellink dashboard controls to scope/revoke it. 3) If you enable autonomous agent access, be aware the agent could perform actions across many services (email, payments, calendars). Limit the agent's permissions or disable autonomous invocation if you are uncomfortable. 4) If you plan to run the optional npm client, review the npm package source and releases before executing. 5) Check Bellink's dashboard/audit logs and least-privilege controls (per-app scopes, disconnect options) so you can revoke or limit access quickly.
功能分析
Type: OpenClaw Skill Name: bellink Version: 1.0.2 The skill bundle consists of metadata and documentation for integrating the Bellink MCP server, a legitimate service for connecting AI agents to business tools (Gmail, Stripe, etc.). The SKILL.md file provides standard setup instructions and functional examples without any evidence of malicious prompt injection, data exfiltration, or unauthorized execution. The requirement for the BELLINK_URL environment variable is consistent with the service's authentication model.
能力评估
Purpose & Capability
The skill claims to act as an MCP gateway to many business apps and only asks for a single MCP endpoint URL (BELLINK_URL). That is a coherent design: a gateway URL that encodes an access key is a reasonable way to provide one credential that unlocks many integrations.
Instruction Scope
SKILL.md only instructs the user/agent to supply the BELLINK_URL, add the MCP server, or run an npm helper client. It does not ask the agent to read unrelated files or other environment variables. The instructions are concise, but the guide tells the agent to route requests through an external service (Bellink), which means agent requests and data will transit that service.
Install Mechanism
No install spec or code files are present; this is instruction-only. The README mentions an npm package for optional clients, but there is no automatic install step in the skill itself.
Credentials
Only BELLINK_URL is required, which matches the described design. However, that single URL contains a scoped key and—once provided—gives the gateway access to many third-party accounts (Gmail, Stripe, Slack, etc.). The sensitivity is high: a single env var unlocks broad access, so treating it like a master credential is appropriate.
Persistence & Privilege
always:false and default autonomous invocation are used (normal). Be aware: allowing the agent to call this skill autonomously combined with a BELLINK_URL that grants multi-app access increases the blast radius if the agent is given broad permissions.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install bellink
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /bellink 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Fix credential documentation — align everything to BELLINK_URL, add security section, remove Bearer token references that caused suspicious flag
v1.0.1
Fix pricing: free tier includes all apps except Mindbody
v1.0.0
Initial release — connect AI to 30+ business tools via MCP
元数据
Slug bellink
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Bellink 是什么?

Connect your AI to 30+ business tools — Gmail, Calendar, Sheets, Mindbody, Meta Ads, Linear, Airtable, Notion, Stripe, and more. One URL, every app. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 119 次。

如何安装 Bellink?

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

Bellink 是免费的吗?

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

Bellink 支持哪些平台?

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

谁开发了 Bellink?

由 barflotek(@barflotek)开发并维护,当前版本 v1.0.2。

💬 留言讨论