← 返回 Skills 市场
katprotech

ZohoProject

作者 katprotech · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
170
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install zohoproject
功能描述
Manage Zoho Projects — list portals/projects, create/update/complete tasks, add comments, log time, manage milestones, and query your task list. Requires ZOH...
安全使用建议
This skill appears to do exactly what it says: call Zoho Projects APIs using the provided ZOHO_ACCESS_TOKEN and ZOHO_PORTAL_ID. Before installing: 1) Be comfortable with the agent storing the refreshed access token in its config (it writes to skills.entries.zoho-projects) — ensure that storage location is acceptable and access to the agent config is restricted. 2) Prefer providing only the minimal OAuth scopes and avoid supplying client_secret/refresh_token unless you want the skill to auto-refresh tokens. 3) Remember tokens expire hourly; if you do supply refresh credentials, they are sensitive and should be rotated if the skill is removed. 4) If you do not want the skill to call Zoho APIs autonomously, disable/limit autonomous invocation in your agent settings. Overall the skill is internally consistent with its stated purpose.
功能分析
Type: OpenClaw Skill Name: zohoproject Version: 1.0.0 The skill bundle provides a standard integration for managing Zoho Projects via its REST API. It includes instructions for authentication, token refreshing, and various CRUD operations for projects, tasks, and milestones using curl commands. While it contains specific instructions regarding project IDs for certain domains (sarvahealth.ai, Katprotech) and uses a future-dated timestamp (2026) in its metadata and examples, there is no evidence of malicious intent, data exfiltration, or unauthorized execution. The use of 'openclaw config set' is a legitimate mechanism for the agent to persist refreshed OAuth tokens.
能力评估
Purpose & Capability
Name/description match the required env vars and the SKILL.md shows only Zoho Projects API calls (listing portals/projects, tasks, milestones, time logs). Required vars (ZOHO_ACCESS_TOKEN, ZOHO_PORTAL_ID) are appropriate for the stated purpose.
Instruction Scope
SKILL.md instructs only Zoho API calls and standard OAuth token refresh flows. It does not request reading unrelated system files or unrelated credentials. It does instruct storing refreshed tokens into the agent config (openclaw config set), which is reasonable for persistence of OAuth tokens.
Install Mechanism
No install spec or code files are present (instruction-only). No binaries or external downloads are required.
Credentials
Declared env vars are limited to Zoho access/refresh tokens, optional client id/secret, portal id, and an optional datacenter domain — all relevant to Zoho OAuth and API usage. No unrelated secrets or services are requested.
Persistence & Privilege
always:false and autonomous invocation is allowed (default). The skill asks the agent to save a refreshed access token with `openclaw config set skills.entries.zoho-projects.apiKey`, which writes the token to the agent's config under the skill's own entry — this is expected behavior for keeping an expiring OAuth token available but means a token may be persisted in the agent config and should be protected accordingly.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install zohoproject
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /zohoproject 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the Zoho Projects skill. - Manage Zoho Projects: list portals and projects, create/update/complete tasks, add comments, log time, manage milestones, and query tasks. - Detailed setup and authentication instructions, including OAuth2 flow and environment variable requirements. - Includes API references and example curl commands for all supported actions. - Usage tips and troubleshooting guidance for rate limits and regional domains.
元数据
Slug zohoproject
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

ZohoProject 是什么?

Manage Zoho Projects — list portals/projects, create/update/complete tasks, add comments, log time, manage milestones, and query your task list. Requires ZOH... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 170 次。

如何安装 ZohoProject?

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

ZohoProject 是免费的吗?

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

ZohoProject 支持哪些平台?

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

谁开发了 ZohoProject?

由 katprotech(@katprotech)开发并维护,当前版本 v1.0.0。

💬 留言讨论