← 返回 Skills 市场
gora050

Mojo Helpdesk

作者 Vlad Ursul · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ⚠ suspicious
184
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install mojo-helpdesk
功能描述
Mojo Helpdesk integration. Manage Tickets, Users, Organizations, Reports. Use when the user wants to interact with Mojo Helpdesk data.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mojo-helpdesk
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mojo-helpdesk 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
Slug mojo-helpdesk
版本 1.0.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

Mojo Helpdesk 是什么?

Mojo Helpdesk integration. Manage Tickets, Users, Organizations, Reports. Use when the user wants to interact with Mojo Helpdesk data. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 184 次。

如何安装 Mojo Helpdesk?

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

Mojo Helpdesk 是免费的吗?

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

Mojo Helpdesk 支持哪些平台?

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

谁开发了 Mojo Helpdesk?

由 Vlad Ursul(@gora050)开发并维护,当前版本 v1.0.3。

💬 留言讨论