← 返回 Skills 市场
611
总下载
1
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install zendesk
功能描述
Manage Zendesk tickets, users, and support workflows with API integration and automation.
安全使用建议
This skill appears to be what it says: it will use your Zendesk API token/email/subdomain to call Zendesk endpoints and may save credentials to ~/zendesk/memory.md. Before installing or using it: (1) prefer setting credentials as environment variables rather than pasting them in chat; (2) if you must store credentials on disk, restrict permissions on ~/zendesk/ (chmod 700) and avoid committing that folder to version control; (3) use a least-privileged API token/account for automation and rotate the token if it is shared; (4) note the documentation uses inconsistent variable names in places—confirm which env var names the agent expects; (5) test with a non-production Zendesk account if possible.
功能分析
Type: OpenClaw Skill
Name: zendesk
Version: 1.0.0
The skill's core functionality aligns with its stated purpose of managing Zendesk, with all API calls directed at legitimate Zendesk endpoints. However, it stores sensitive API credentials (Zendesk subdomain, email, and API token) in plain text within `~/zendesk/memory.md`, as explicitly detailed in `SKILL.md`, `memory-template.md`, and `setup.md`. This practice represents a significant vulnerability, as these credentials could be exposed to other local processes or unauthorized users if the file permissions are not strictly enforced. While there is no evidence of intentional malicious activity or exfiltration to unauthorized third parties, this insecure credential storage method makes the skill suspicious due to the high risk of credential compromise.
能力评估
Purpose & Capability
Name/description align with the declared env vars (ZENDESK_SUBDOMAIN, ZENDESK_EMAIL, ZENDESK_TOKEN) and the runtime instructions, which all focus on Zendesk API operations. No unrelated credentials or binaries are requested.
Instruction Scope
Instructions direct the agent to request API credentials, test auth, and store a memory folder at ~/zendesk/ (including memory.md containing credentials and preferences). That is within the skill's purpose, but it explicitly asks the agent to collect and persist API credentials to disk — users should be aware credentials may be saved locally if they follow the setup flow. Documentation variable names are inconsistent in places (e.g., EMAIL/API_TOKEN vs ZENDESK_EMAIL/ZENDESK_TOKEN), which could lead to mistakes.
Install Mechanism
Instruction-only skill with no install spec and no code files. No downloads, packages, or extra binaries are requested.
Credentials
Only Zendesk-specific environment variables are required (subdomain, email, token). This is proportional to the stated functionality. The skill does suggest persisting credentials in ~/zendesk/memory.md; storing API tokens on disk is a sensitive operation but consistent with the skill's needs.
Persistence & Privilege
The skill creates and uses a local ~/zendesk/ memory folder and may save credentials there. always:false (normal). Writing its own files is expected, but users should be aware of local persistence of credentials and ensure proper file permissions and handling.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install zendesk - 安装完成后,直接呼叫该 Skill 的名称或使用
/zendesk触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release with ticket management, user lookup, and workflow automation.
元数据
常见问题
Zendesk 是什么?
Manage Zendesk tickets, users, and support workflows with API integration and automation. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 611 次。
如何安装 Zendesk?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install zendesk」即可一键安装,无需额外配置。
Zendesk 是免费的吗?
是的,Zendesk 完全免费(开源免费),可自由下载、安装和使用。
Zendesk 支持哪些平台?
Zendesk 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。
谁开发了 Zendesk?
由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.0。
推荐 Skills