Indic-ai-skills zoho
Interact with Zoho CRM, Projects, and Meeting APIs. Use when managing deals, contacts, leads, tasks, projects, milestones, meeting recordings, or any Zoho workspace data.
install
source · Clone the upstream repo
git clone https://github.com/ankitjh4/indic-ai-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ankitjh4/indic-ai-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/zoho" ~/.claude/skills/ankitjh4-indic-ai-skills-zoho && rm -rf "$T"
manifest:
skills/zoho/SKILL.mdsource content
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_TOKENZOHO_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