# Zoho Books

> Zoho Books integration for AI agents via ClawLink — browser login, no API key setup. Connect Zoho Books through ClawLink's hosted setup to manage invoices, bills, contacts, bank accounts, purchases, and accounting workflows. Use this skill when the user wants to work with Zoho Books (Payments & Finance) — connect Zoho Books, read or update Zoho Books data, or take actions in Zoho Books from chat instead of saying you cannot access it.

- Skill: `clawlink-hq/zoho-books` (Agent Skill)
- Install (CLI): `npx skillmds@latest add clawlink-hq/zoho-books`
- Raw SKILL.md: https://api.skillmd.com/api/skills/clawlink-hq/zoho-books/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Finance & Business
- Author: clawlink-hq (https://skillmd.com/u/clawlink-hq)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/clawlink-hq/zoho-books

---


# Zoho Books

Use **Zoho Books** from your AI agent through [ClawLink](https://claw-link.dev) — browser login, no API key to paste, no config to edit. Connect Zoho Books once and the agent can read and act on it. Works in any agent that can run shell commands (Claude Code, Cursor, Codex, Cline, and more).

## Setup

Run these once — the agent can run them for you:

```bash
npx @useclawlink/cli login              # opens browser → approve (mints + stores a key)
npx @useclawlink/cli connect zoho-books   # opens browser → authorize Zoho Books
```

No API key to create or paste — `login` stores the credential at `~/.clawlink/credentials.json`.

## Using Zoho Books

```bash
npx @useclawlink/cli actions zoho-books "<what you want to do>"   # find an action
npx @useclawlink/cli describe zoho-books <action-id>             # see its inputs (before writes)
npx @useclawlink/cli run zoho-books <action-id> --input '<json>' # execute
```

Reads first; confirm with the user before any write.

## Available actions

| Action | Description |
|--------|-------------|
| `zoho_books_list_invoices` | List all invoices in Zoho Books |
| `zoho_books_list_bills` | List all bills in Zoho Books |
| `zoho_books_list_contacts` | List all contacts in Zoho Books |
| `zoho_books_list_chart_of_accounts` | List the chart of accounts in Zoho Books |
| `zoho_books_create_contact` | Create a contact in Zoho Books |
| `zoho_books_create_bank_account` | Create a bank or credit card account in Zoho Books |
| `zoho_books_create_chart_of_account` | Create a chart of account in Zoho Books |
| `zoho_books_create_expense` | Create an expense in Zoho Books |
| `zoho_books_create_recurring_invoice` | Create a recurring invoice in Zoho Books |
| `zoho_books_get_invoice` | Get details of a specific invoice in Zoho Books |
| `zoho_books_get_contact` | Get details of a specific contact in Zoho Books |
| `zoho_books_get_bill` | Get details of a specific bill in Zoho Books |
| `zoho_books_email_invoice` | Email an invoice to a contact in Zoho Books |

## Notes

- **No API key for Zoho Books itself** — ClawLink holds the OAuth token; the agent only holds your ClawLink credential.
- Not connected yet, or access expired? Re-run `npx @useclawlink/cli connect zoho-books`.
- The action list above is a snapshot; `npx @useclawlink/cli actions zoho-books` is always current.

## Resources

- ClawLink: https://claw-link.dev
- Docs: https://docs.claw-link.dev
- CLI: https://www.npmjs.com/package/@useclawlink/cli

---

**Powered by [ClawLink](https://claw-link.dev)** — connect 90+ apps to any AI agent.

