jaz-clio 5.20.4 → 5.20.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +15 -21
- package/assets/skills/api/SKILL.md +2 -2
- package/assets/skills/cli/SKILL.md +3 -3
- package/assets/skills/conversion/SKILL.md +1 -1
- package/assets/skills/jaz-pseudo-sql/SKILL.md +1 -1
- package/assets/skills/jobs/SKILL.md +1 -1
- package/assets/skills/transaction-recipes/SKILL.md +1 -1
- package/assets/templates/platform-rules/jaz-agent-rules.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
<p align="center">
|
|
4
4
|
<a href="https://www.npmjs.com/package/jaz-clio"><img src="https://img.shields.io/npm/v/jaz-clio?style=for-the-badge&logo=npm" alt="npm"></a>
|
|
5
5
|
<a href="https://www.npmjs.com/package/jaz-clio"><img src="https://img.shields.io/npm/dm/jaz-clio?style=for-the-badge&label=downloads" alt="npm downloads"></a>
|
|
6
|
-
<img src="https://img.shields.io/badge/tools-
|
|
6
|
+
<img src="https://img.shields.io/badge/tools-289-blue?style=for-the-badge" alt="289 tools">
|
|
7
7
|
<a href="https://github.com/teamtinvio/jaz-ai/blob/main/LICENSE"><img src="https://img.shields.io/github/license/teamtinvio/jaz-ai?style=for-the-badge&color=green" alt="License"></a>
|
|
8
8
|
</p>
|
|
9
9
|
|
|
10
|
-
|
|
10
|
+
289 tools. 58 command groups. 13 calculators. 12 job playbooks. 158 API rules. 16 IFRS recipes.
|
|
11
11
|
|
|
12
12
|
```bash
|
|
13
13
|
npm install -g jaz-clio
|
|
@@ -17,18 +17,18 @@ Requires **Node.js 18+** ([nodejs.org](https://nodejs.org)). Also fully compatib
|
|
|
17
17
|
|
|
18
18
|
## Contents
|
|
19
19
|
|
|
20
|
-
- [Three Ways In](#three-ways-in)
|
|
21
|
-
- [CLI](#cli)
|
|
22
|
-
- [MCP Server](#mcp-server)
|
|
23
|
-
- [Skills](#skills)
|
|
24
|
-
- [Setup](#setup)
|
|
25
|
-
- [Semantic help-center search](#help-center-semantic-search-optional)
|
|
20
|
+
- [Three Ways In](#three-ways-in) · CLI, MCP, Skills
|
|
21
|
+
- [CLI](#cli) · 58 command groups
|
|
22
|
+
- [MCP Server](#mcp-server) · 289 tools for AI agents
|
|
23
|
+
- [Skills](#skills) · Teach any AI the Jaz API
|
|
24
|
+
- [Setup](#setup) · Auth, multi-org, automation
|
|
25
|
+
- [Semantic help-center search](#help-center-semantic-search-optional) · Optional OpenAI-backed retrieval
|
|
26
26
|
|
|
27
27
|
## Three Ways In
|
|
28
28
|
|
|
29
29
|
| | What happens | Try it |
|
|
30
30
|
|---|---|---|
|
|
31
|
-
| **CLI** |
|
|
31
|
+
| **CLI** | Every accounting operation as a command | `clio invoices list` |
|
|
32
32
|
| **MCP** | Plug into Claude Code, Cursor, Codex, Copilot | `clio mcp` |
|
|
33
33
|
| **Skills** | Teach any AI tool the Jaz API | `clio init` |
|
|
34
34
|
|
|
@@ -47,15 +47,15 @@ clio invoices search --query 'status:unpaid AND $500+' # Structured per-entity
|
|
|
47
47
|
clio invoices search --query 'status:unpaid' --view lean # Compact summary rows (id + key fields), then drill in with get
|
|
48
48
|
```
|
|
49
49
|
|
|
50
|
-
|
|
50
|
+
58 command groups. 16 report types. 13 calculators. 12 job playbooks. Every command supports `--json`. Run `clio --help` for the full list.
|
|
51
51
|
|
|
52
52
|
---
|
|
53
53
|
|
|
54
54
|
## MCP Server
|
|
55
55
|
|
|
56
|
-
289
|
|
56
|
+
289 tools, available to any AI agent that speaks MCP. Runs locally: no cloud, no ports.
|
|
57
57
|
|
|
58
|
-
> **No install at all?** Claude.ai, ChatGPT, and
|
|
58
|
+
> **No install at all?** Claude.ai, ChatGPT, Cowork, and Microsoft Copilot Studio can use Jaz via the **hosted connector**: add `https://mcp.jaz.ai/mcp` as a custom connector (Claude/ChatGPT) or MCP tool (Copilot Studio) and sign in (OAuth, no key). The local setup below is for terminal use, scripting, and editors that run MCP servers as local processes.
|
|
59
59
|
|
|
60
60
|
**Claude Code:**
|
|
61
61
|
```bash
|
|
@@ -75,7 +75,7 @@ claude mcp add jaz -- npx jaz-clio mcp
|
|
|
75
75
|
}
|
|
76
76
|
```
|
|
77
77
|
|
|
78
|
-
**Multi-org
|
|
78
|
+
**Multi-org**: comma-separated keys or a personal access token:
|
|
79
79
|
```json
|
|
80
80
|
{ "env": { "JAZ_API_KEY": "jk-org1-key,jk-org2-key" } }
|
|
81
81
|
```
|
|
@@ -84,7 +84,7 @@ claude mcp add jaz -- npx jaz-clio mcp
|
|
|
84
84
|
|
|
85
85
|
## Skills
|
|
86
86
|
|
|
87
|
-
|
|
87
|
+
158 API rules from production testing. Field-name maps. Error-recovery patterns. 12 job playbooks. Installable into any AI-aware project.
|
|
88
88
|
|
|
89
89
|
```bash
|
|
90
90
|
clio init # auto-detect tool + install skills + agent-rules
|
|
@@ -109,13 +109,7 @@ clio auth whoami # Verify
|
|
|
109
109
|
|
|
110
110
|
## Help-center semantic search (optional)
|
|
111
111
|
|
|
112
|
-
`search_help_center`
|
|
113
|
-
|
|
114
|
-
When set, the CLI sends embedding requests for **only the user's query** to `https://api.openai.com/v1/embeddings` and nowhere else. The precomputed article vectors are locked to `text-embedding-3-small`; keys for other embedding models will be silently unused since cosine similarity requires the same model on both sides.
|
|
115
|
-
|
|
116
|
-
Recommended posture: create a project-scoped OpenAI key restricted to embedding models with a low monthly cap. On auth failure (401/403) the CLI prints a single warning to stderr and falls back to BM25 — subsequent failures stay silent.
|
|
117
|
-
|
|
118
|
-
**CLI-only.** The MCPB bundle ships without the embedding index (~2.6 MB skipped for bundle weight), so `CLIO_HELP_CENTER_OPENAI_API_KEY` has no effect for MCPB installs — those continue to use BM25 only regardless of whether the env var is set.
|
|
112
|
+
`search_help_center` uses built-in BM25 lexical search over the bundled help-center corpus. Set `CLIO_HELP_CENTER_OPENAI_API_KEY` to add semantic retrieval: the CLI embeds only your query via the OpenAI embeddings API (`text-embedding-3-small`, the model the bundled index was built with) and merges both rankings. On auth failure it warns once and falls back to BM25. Use a project-scoped key restricted to embedding models with a low monthly cap. CLI-only: MCPB installs ship without the embedding index and always use BM25.
|
|
119
113
|
|
|
120
114
|
## Privacy
|
|
121
115
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: jaz-api
|
|
3
|
-
version: 5.20.
|
|
3
|
+
version: 5.20.6
|
|
4
4
|
description: >-
|
|
5
5
|
Use this skill whenever you call, debug, or review code that touches the Jaz
|
|
6
|
-
REST API. Covers field names, response shapes,
|
|
6
|
+
REST API. Covers field names, response shapes, 158 production gotchas, error
|
|
7
7
|
recovery (422/400/404/500), search filters, pagination, and edge cases for
|
|
8
8
|
every endpoint — invoices, bills, credit notes, journals, cash entries,
|
|
9
9
|
payments, contacts, CoA, items, tax profiles, bank records, fixed assets,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: jaz-cli
|
|
3
|
-
version: 5.20.
|
|
3
|
+
version: 5.20.6
|
|
4
4
|
description: >-
|
|
5
5
|
Use this skill when running Clio CLI commands, building shell scripts with
|
|
6
6
|
Clio, debugging auth issues, understanding --json output, paginating results,
|
|
@@ -8,7 +8,7 @@ description: >-
|
|
|
8
8
|
command groups, auth precedence, output formats, entity resolution, and common
|
|
9
9
|
workflow patterns. Also use when the user asks how to use clio, what commands
|
|
10
10
|
are available, or how to automate accounting tasks from the command line.
|
|
11
|
-
Covers all
|
|
11
|
+
Covers all 58 command groups and 289 tools.
|
|
12
12
|
license: MIT
|
|
13
13
|
compatibility: Requires Node.js >= 18.0.0. Install via npm install -g jaz-clio.
|
|
14
14
|
---
|
|
@@ -17,7 +17,7 @@ compatibility: Requires Node.js >= 18.0.0. Install via npm install -g jaz-clio.
|
|
|
17
17
|
|
|
18
18
|
> **Audience note:** for power users and CI/automation. Load this skill only when you're scripting from a terminal, building shell pipelines, or debugging from `clio --json` output. For day-to-day accounting inside Claude Desktop / Cowork, the MCP tools cover the common flows without dropping to the CLI.
|
|
19
19
|
|
|
20
|
-
You are working with **Clio** (`jaz-clio`) — the CLI for the Jaz accounting platform.
|
|
20
|
+
You are working with **Clio** (`jaz-clio`) — the CLI for the Jaz accounting platform. 58 command groups, 13 calculators, 12 job blueprints, 289 tools. Also fully compatible with Juan Accounting (same API, same endpoints).
|
|
21
21
|
|
|
22
22
|
## When to Use This Skill
|
|
23
23
|
|
|
@@ -6,7 +6,7 @@ Source of truth lives in the installed skills (`.claude/skills/jaz-*/SKILL.md` o
|
|
|
6
6
|
|
|
7
7
|
## Discovery
|
|
8
8
|
|
|
9
|
-
The Jaz MCP server exposes 289 tools across
|
|
9
|
+
The Jaz MCP server exposes 289 tools across 35 namespaces via 3 meta-tools. **Use the meta-tool flow — never enumerate tools blindly.**
|
|
10
10
|
|
|
11
11
|
1. `search_tools(query)` → top-N tool names + namespaces.
|
|
12
12
|
2. `describe_tools(names)` → full parameter schemas.
|