← Back to Skills Marketplace
gora050

Mojo Helpdesk

by Vlad Ursul · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ⚠ suspicious
184
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install mojo-helpdesk
Description
Mojo Helpdesk integration. Manage Tickets, Users, Organizations, Reports. Use when the user wants to interact with Mojo Helpdesk data.
Usage Guidance
This skill appears to be what it claims: it uses Membrane to talk to Mojo Helpdesk and doesn’t ask for unrelated secrets. Before installing or running it: (1) verify the Membrane CLI package and publisher on npm (check maintainer, download counts, recent versions); (2) prefer using `npx` or an ephemeral install instead of `npm install -g` if you want to avoid installing global binaries; (3) be careful with the login/device code flow — only paste device codes or tokens into trusted interfaces and verify the auth URL is legitimately from Membrane; (4) review Membrane's privacy/security docs to understand what data it stores or proxies; and (5) if you need higher assurance, check the referenced GitHub repository code and confirm the package hash/signature before installing. These checks will reduce risk even though the skill itself is coherent.
Capability Analysis
Type: OpenClaw Skill Name: mojo-helpdesk Version: 1.0.3 The skill instructions in SKILL.md direct the AI agent to install a global npm package (@membranehq/cli) and execute shell commands to interact with the Membrane platform. This pattern introduces high-risk behaviors, including potential shell injection vulnerabilities when constructing command-line arguments from user input and reliance on external third-party binaries. While these actions are plausibly needed for the stated Mojo Helpdesk integration, the broad shell access and external dependencies meet the criteria for a suspicious classification.
Capability Assessment
Purpose & Capability
Name/description match the instructions: the SKILL.md instructs the agent to use the Membrane CLI to connect to a Mojo Helpdesk connector, discover and run actions, and manage tickets/users/organizations. Nothing requested (no unrelated env vars, binaries, or config paths) contradicts the stated purpose.
Instruction Scope
Instructions are narrowly scoped to installing and using the Membrane CLI (login, connect, action list/run). The document does not instruct reading unrelated local files, scanning system state, or exfiltrating data beyond interacting with Membrane and Mojo Helpdesk.
Install Mechanism
There is no install spec in the package (instruction-only). SKILL.md tells users to run `npm install -g @membranehq/cli@latest` (or use npx in examples). Global npm installs can execute arbitrary code on the host — this is expected for a CLI integration but is a higher‑risk action than purely instruction-only skills. Prefer npx / ephemeral installs or verify the package source before installing globally.
Credentials
The skill declares no required environment variables or credentials and explicitly instructs not to ask users for API keys, instead using Membrane to manage auth. The request for network access and a Membrane account is proportionate to the integration's purpose.
Persistence & Privilege
The skill is not always-enabled, does not request persistence or modify other skills, and contains no instructions to alter system-wide agent settings. It relies on the Membrane service for auth/session management.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install mojo-helpdesk
  3. After installation, invoke the skill by name or use /mojo-helpdesk
  4. 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
Slug mojo-helpdesk
Version 1.0.3
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is Mojo Helpdesk?

Mojo Helpdesk integration. Manage Tickets, Users, Organizations, Reports. Use when the user wants to interact with Mojo Helpdesk data. It is an AI Agent Skill for Claude Code / OpenClaw, with 184 downloads so far.

How do I install Mojo Helpdesk?

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

Is Mojo Helpdesk free?

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

Which platforms does Mojo Helpdesk support?

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

Who created Mojo Helpdesk?

It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.3.

💬 Comments