← Back to Skills Marketplace
391
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install zoho-projects
Description
Zoho Projects API integration with managed OAuth. Manage projects, tasks, milestones, tasklists, and team collaboration. Use this skill when users want to ma...
Usage Guidance
This skill proxies Zoho API calls and OAuth via maton.ai and requires a MATON_API_KEY — installing it gives Maton the ability to access your Zoho connections on your behalf. Before installing: (1) confirm you trust maton.ai (review its privacy/security docs and OAuth scope handling), (2) use a dedicated least-privilege API key/account if possible, (3) verify OAuth scopes requested during connection flows, and (4) if you want to limit autonomous behavior, be aware the skill can be invoked by the agent (platform default) and restrict or review usage accordingly. Also note the small metadata inconsistency (no declared primary credential) but this does not affect functionality.
Capability Analysis
Type: OpenClaw Skill
Name: zoho-projects
Version: 1.0.0
The OpenClaw skill bundle for Zoho Projects appears benign. All code examples and instructions in SKILL.md are focused on interacting with the Maton API gateway and control plane (gateway.maton.ai, ctrl.maton.ai) for Zoho Projects integration. It correctly utilizes the `MATON_API_KEY` environment variable for authentication and does not attempt to access other sensitive environment variables, perform arbitrary command execution, access the local file system beyond standard library needs, or exfiltrate data to unauthorized endpoints. There are no prompt injection attempts to subvert the agent's behavior, and all network calls are directed to expected domains related to the Maton service or Zoho Projects.
Capability Assessment
Purpose & Capability
Name/description (Zoho Projects with managed OAuth) matches what the SKILL.md instructs: calls to gateway.maton.ai and ctrl.maton.ai to proxy Zoho API calls and manage OAuth connections. The single required env var (MATON_API_KEY) is appropriate for a gateway-proxied integration.
Instruction Scope
Instructions are scoped to calling Maton endpoints (gateway.maton.ai and ctrl.maton.ai) and managing connections. They do not read arbitrary local files or unrelated environment variables. Important caveat: API requests and OAuth tokens are proxied through maton.ai — the skill will cause your Zoho project data and OAuth tokens to transit through that third-party service.
Install Mechanism
Instruction-only skill with no install spec and no code files; nothing is written to disk during install.
Credentials
Only one env var (MATON_API_KEY) is required, which is proportionate for a gateway-managed OAuth integration. Minor metadata inconsistency: the registry lists no primary credential even though MATON_API_KEY is required, but this is a bookkeeping issue rather than a functional mismatch.
Persistence & Privilege
always:false and no install actions or config writes; the skill does not request elevated persistence or modify other skills. Model invocation is allowed (platform default).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install zoho-projects - After installation, invoke the skill by name or use
/zoho-projects - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Zoho Projects integration skill initial release.
- Provides Zoho Projects API access with managed OAuth via Maton.
- Supports project, task, milestone, tasklist, and collaboration management.
- Includes detailed connection and authentication management using Maton API keys.
- Offers Python code samples for all key API endpoints.
- Enables selection of specific OAuth connections when multiple are present.
Metadata
Frequently Asked Questions
What is Zoho Projects?
Zoho Projects API integration with managed OAuth. Manage projects, tasks, milestones, tasklists, and team collaboration. Use this skill when users want to ma... It is an AI Agent Skill for Claude Code / OpenClaw, with 391 downloads so far.
How do I install Zoho Projects?
Run "/install zoho-projects" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Zoho Projects free?
Yes, Zoho Projects is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Zoho Projects support?
Zoho Projects is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Zoho Projects?
It is built and maintained by byungkyu (@byungkyu); the current version is v1.0.0.
More Skills