Interact with Zoho CRM, Projects, and Meeting APIs. Use when managing deals, contacts, leads, tasks, projects, milestones, meeting recordings, or any Zoho workspace data.
Scanned 9/10/2026
Install to Claude Code
npx -y skills add ankitjh4/indic-ai-skills --skill zoho --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Zoho?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/ankitjh4-zoho)More formats (shields.io, HTML) on the badges page.
---
name: zoho
description: Interact with Zoho CRM, Projects, and Meeting APIs. Use when managing deals, contacts, leads, tasks, projects, milestones, meeting recordings, or any Zoho workspace data.
author: Shreef Entsar (Zone 99 team)
repository: https://github.com/shreefentsar/clawdbot-zoho
---
# Zoho Integration (CRM + Projects + Meeting)
> Originally created by [Shreef Entsar](https://github.com/shreefentsar) from [Zone 99](https://99.zone). Licensed under MIT.
## Quick Start
```bash
zoho help # Show all commands
zoho token # Print current access token (auto-refreshes)
```
## Required Setup
1. Go to [Zoho API Console](https://api-console.zoho.com/)
2. Add Client → Server-based Applications
3. Get Client ID & Secret
4. Generate refresh token (see full docs)
5. Add secrets to Zo: `ZOHO_CLIENT_ID`, `ZOHO_CLIENT_SECRET`, `ZOHO_REFRESH_TOKEN`, `ZOHO_ORG_ID`
## Commands
```bash
# CRM
zoho crm list Deals
zoho crm get Deals 1234567890
zoho crm create Deals '{"data":[{"Deal_Name":"New Deal","Stage":"Qualification"}]}'
# Projects
zoho proj list
zoho proj tasks 12345678
# Meetings
zoho meeting recordings
```
## Full Documentation
See original: https://github.com/shreefentsar/clawdbot-zoho
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!