← Back to Skills Marketplace
Zendesk
by
Vlad Ursul
· GitHub ↗
· v1.0.3
· MIT-0
385
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install zendesk-integration
Description
Zendesk integration. Manage customer success and ticketing data, records, and workflows. Use when the user wants to interact with Zendesk data.
Usage Guidance
This skill is coherent and appears to do what it says, but check a few practical things before installing/using it: (1) The skill relies on the third-party Membrane service and its CLI — you will need a Membrane account and will trust Membrane to store/refresh Zendesk credentials; review their privacy/security docs. (2) The README recommends a global npm install; verify the npm package publisher (@membranehq) and consider installing in a controlled environment (container or CI runner) rather than your primary machine. (3) Some listed actions are destructive (delete-ticket, delete-organization). Always review the specific action and parameters before running, and prefer read-only discovery first. (4) Do not paste raw Zendesk API keys or other secrets into chat; use the Membrane connection flow as described. If you want a higher-assurance assessment, provide the npm package name and the Membrane service security/privacy links so those can be checked.
Capability Analysis
Type: OpenClaw Skill
Name: zendesk-integration
Version: 1.0.3
The skill requires the agent to perform high-risk operations, including the global installation of a third-party CLI tool (`npm install -g @membranehq/cli`) and the execution of shell commands to manage authentication and ticketing data. While these actions are aligned with the stated purpose of integrating Zendesk via the Membrane platform (getmembrane.com), the reliance on an external binary for credential management and the requirement to modify the system environment via global package installation introduce significant security risks and potential for supply chain exploitation. These instructions are contained within SKILL.md.
Capability Assessment
Purpose & Capability
The skill description (Zendesk integration) aligns with its instructions: it delegates Zendesk work to the Membrane CLI and describes creating connections, listing actions, and running those actions. Required capabilities (network and a Membrane account) match the stated purpose.
Instruction Scope
SKILL.md gives concrete CLI commands for installing the Membrane CLI, logging in, connecting to Zendesk, discovering and running actions. It does not instruct the agent to read unrelated files, access unrelated env vars, or exfiltrate data to unexpected endpoints. It does include admin-level actions (e.g., delete-ticket, delete-organization) — the user/agent should confirm intent before running destructive actions.
Install Mechanism
This is an instruction-only skill (no install spec), but it tells the user to run `npm install -g @membranehq/cli@latest`. Installing a global npm package is a normal way to get the CLI, but it will install third-party code on the host; users should verify the npm package and publisher before installing in production environments.
Credentials
The skill declares no required env vars or local config paths. Authentication is delegated to Membrane (server-side), and the SKILL.md explicitly advises not to ask users for API keys. No unrelated credentials are requested.
Persistence & Privilege
The skill is not always-enabled and is user-invocable. It does not request persistent system-wide changes in its metadata. The only persistent effect would come from installing the Membrane CLI (user action) which is expected for this integration.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install zendesk-integration - After installation, invoke the skill by name or use
/zendesk-integration - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
Auto sync from membranedev/application-skills
v1.0.2
Revert refresh marker
v1.0.1
Refresh update marker
v1.0.0
Auto sync from membranedev/application-skills
Metadata
Frequently Asked Questions
What is Zendesk?
Zendesk integration. Manage customer success and ticketing data, records, and workflows. Use when the user wants to interact with Zendesk data. It is an AI Agent Skill for Claude Code / OpenClaw, with 385 downloads so far.
How do I install Zendesk?
Run "/install zendesk-integration" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Zendesk free?
Yes, Zendesk is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Zendesk support?
Zendesk is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Zendesk?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.3.
More Skills