Imported from ankitjh4/indic-ai-skills (
skills/zoho/SKILL.md). Install upstream withnpx skills add ankitjh4/indic-ai-skills --skill zoho. Copyright stays with the author.
Zoho Integration (CRM + Projects + Meeting)
Originally created by Shreef Entsar from Zone 99. Licensed under MIT.
Quick Start
zoho help # Show all commands
zoho token # Print current access token (auto-refreshes)
Required Setup
- Go to Zoho API Console
- Add Client → Server-based Applications
- Get Client ID & Secret
- Generate refresh token (see full docs)
- Add secrets to Zo:
ZOHO_CLIENT_ID,ZOHO_CLIENT_SECRET,ZOHO_REFRESH_TOKEN,ZOHO_ORG_ID
Commands
# 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