iCount Skill for Claude Code

March 24, 2026 · View on GitHub

A Claude Code skill that gives Claude expert knowledge of the iCount accounting API — the leading cloud accounting platform for Israeli businesses.

What this skill does

When installed, Claude automatically knows how to:

  • Create documents — חשבוניות מס, קבלות, חשבונית מס קבלה, הצעות מחיר, and more
  • Manage clients — create, update, search, delete
  • Record expenses and manage suppliers
  • Integrate iCount with external systems (CRM, n8n, webhooks, etc.)
  • Handle all the tricky details: date format (YYYYMMDD), form-encoded requests, VAT types, error handling

All API information is live-verified against the actual iCount API (March 2026).

Installation

Prerequisites

  • Claude Code installed
  • Python 3.x + pip install requests (for the helper scripts)
  • An iCount account with API access (Settings → API)

Install the skill

# Option 1: clone directly into your Claude skills folder
git clone https://github.com/Tura2/icount-skill ~/.claude/skills/icount

# Option 2: download and install manually
# Copy the icount/ folder into your Claude skills directory

Set up your API key

Add to your .env file:

ICOUNT_API_KEY=your_api_key_here

Find your API key in iCount under Settings → API.

Verify it works

python ~/.claude/skills/icount/scripts/test_connection.py

Helper Scripts

ScriptWhat it does
scripts/test_connection.pyVerifies your API key and prints account info
scripts/list_doctypes.pyLists all document types available in your account

Usage

Once installed, just talk to Claude naturally:

"צור חשבונית מס קבלה ללקוח משה כהן על סך 1500 ש״ח"

"Add a new client named Avi Levy with email avi@example.com"

"Search for all invoices from January 2026"

"Set up iCount to sync with my CRM when a new client is added"

Claude will automatically use this skill whenever iCount, Israeli invoices, or financial automation is mentioned.

Document Types

doctypeHebrewUse case
invrecחשבונית מס קבלהTax invoice + receipt (most common)
invoiceחשבונית מסTax invoice only
receiptקבלהReceipt only
refundזיכויCredit note
offerהצעת מחירQuote

Run scripts/list_doctypes.py to see the full list for your account.

Requirements

  • iCount subscription (API access is included in all plans)
  • Python 3.x + requests library (for helper scripts only)

License

MIT