← Back to Skills Marketplace
barflotek

Bellink

by barflotek · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ Security Clean
119
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install bellink
Description
Connect your AI to 30+ business tools — Gmail, Calendar, Sheets, Mindbody, Meta Ads, Linear, Airtable, Notion, Stripe, and more. One URL, every app.
README (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

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install bellink
  3. After installation, invoke the skill by name or use /bellink
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug bellink
Version 1.0.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is Bellink?

Connect your AI to 30+ business tools — Gmail, Calendar, Sheets, Mindbody, Meta Ads, Linear, Airtable, Notion, Stripe, and more. One URL, every app. It is an AI Agent Skill for Claude Code / OpenClaw, with 119 downloads so far.

How do I install Bellink?

Run "/install bellink" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Bellink free?

Yes, Bellink is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Bellink support?

Bellink is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Bellink?

It is built and maintained by barflotek (@barflotek); the current version is v1.0.2.

💬 Comments