← Back to Skills Marketplace
ZohoProject
by
katprotech
· GitHub ↗
· v1.0.0
· MIT-0
170
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install zohoproject
Description
Manage Zoho Projects — list portals/projects, create/update/complete tasks, add comments, log time, manage milestones, and query your task list. Requires ZOH...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install zohoproject - After installation, invoke the skill by name or use
/zohoproject - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is ZohoProject?
Manage Zoho Projects — list portals/projects, create/update/complete tasks, add comments, log time, manage milestones, and query your task list. Requires ZOH... It is an AI Agent Skill for Claude Code / OpenClaw, with 170 downloads so far.
How do I install ZohoProject?
Run "/install zohoproject" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is ZohoProject free?
Yes, ZohoProject is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does ZohoProject support?
ZohoProject is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created ZohoProject?
It is built and maintained by katprotech (@katprotech); the current version is v1.0.0.
More Skills