← Back to Skills Marketplace
Zoho Bigin
by
Membrane Dev
· GitHub ↗
· v1.0.1
· MIT-0
158
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install zoho-bigin-integration
Description
Zoho Bigin integration. Manage data, records, and automate workflows. Use when the user wants to interact with Zoho Bigin data.
Usage Guidance
Before installing: (1) Verify the @membranehq package and publisher on npm and review recent package activity and source code if possible; global npm installs run code on your machine and can require elevated rights. (2) Understand that connecting to Zoho Bigin goes through Membrane — you will be delegating tokens and potentially data to their service, so review their privacy/security docs and decide whether that trust is acceptable. (3) Prefer using a separate/limited Membrane account for testing and avoid connecting high‑sensitivity Zoho data until you confirm the integration's behavior. (4) If you cannot or do not want to trust a third party with credentials, do not use this skill and instead use a direct Zoho API integration under your control.
Capability Analysis
Type: OpenClaw Skill
Name: zoho-bigin-integration
Version: 1.0.1
The skill requires the installation of a global npm package (`@membranehq/cli`) and delegates all authentication and API logic to the Membrane third-party platform via `SKILL.md` instructions. This architecture introduces significant supply chain risks and potential data exposure to an external service (getmembrane.com). While the instructions are aligned with the stated purpose of integrating Zoho Bigin, the reliance on high-privilege CLI commands and remote 'action' execution represents a high-risk pattern for an automated agent.
Capability Assessment
Purpose & Capability
The skill name/description (Zoho Bigin integration) matches the instructions: it uses Membrane to connect, discover, build, and run actions against Zoho Bigin. No unrelated env vars, binaries, or config paths are requested.
Instruction Scope
SKILL.md only instructs the agent/operator to install and run the Membrane CLI (login, connect, action list/create/run) and to open browser-based auth flows. It does not ask the agent to read unrelated files, access unrelated env vars, or exfiltrate data to unknown endpoints beyond Membrane's service.
Install Mechanism
The skill is instruction-only (no install spec), but it tells users to run `npm install -g @membranehq/cli@latest` or use npx. Installing a global npm package is a moderate-risk operation because it executes third-party JavaScript on the machine and may require elevated permissions. The package is from a named scope (@membranehq), not an arbitrary URL, but you should review the package and its publisher before installing.
Credentials
No local environment variables or credentials are requested, which aligns with the description. However, authentication is delegated to Membrane (server-side token handling). That means you must trust Membrane (getmembrane.com / @membranehq) to hold and use your Zoho Bigin credentials and the data transmitted via its service.
Persistence & Privilege
The skill does not request always:true and does not claim to modify other skills or system-wide settings. The Membrane CLI may create local config/credentials for its own use (expected), but the skill itself does not demand elevated or persistent platform privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install zoho-bigin-integration - After installation, invoke the skill by name or use
/zoho-bigin-integration - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Auto sync from membranedev/application-skills
v1.0.0
Auto sync from membranedev/application-skills
Metadata
Frequently Asked Questions
What is Zoho Bigin?
Zoho Bigin integration. Manage data, records, and automate workflows. Use when the user wants to interact with Zoho Bigin data. It is an AI Agent Skill for Claude Code / OpenClaw, with 158 downloads so far.
How do I install Zoho Bigin?
Run "/install zoho-bigin-integration" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Zoho Bigin free?
Yes, Zoho Bigin is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Zoho Bigin support?
Zoho Bigin is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Zoho Bigin?
It is built and maintained by Membrane Dev (@membranedev); the current version is v1.0.1.
More Skills