jaz-clio 4.0.0 → 4.2.0
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 +18 -15
- package/assets/skills/api/SKILL.md +2 -2
- package/assets/skills/api/help-center-mirror/ai-agents.md +142 -0
- package/assets/skills/api/help-center-mirror/approvals.md +68 -0
- package/assets/skills/api/help-center-mirror/bank-reconciliations.md +644 -0
- package/assets/skills/api/help-center-mirror/bills.md +1104 -0
- package/assets/skills/api/help-center-mirror/cashflow.md +33 -0
- package/assets/skills/api/help-center-mirror/collaboration.md +58 -0
- package/assets/skills/api/help-center-mirror/contacts.md +200 -0
- package/assets/skills/api/help-center-mirror/customer-credits.md +737 -0
- package/assets/skills/api/help-center-mirror/dashboard.md +29 -0
- package/assets/skills/api/help-center-mirror/deposits.md +75 -0
- package/assets/skills/api/help-center-mirror/fixed-assets.md +117 -0
- package/assets/skills/api/help-center-mirror/get-started.md +491 -0
- package/assets/skills/api/help-center-mirror/import-data.md +254 -0
- package/assets/skills/api/help-center-mirror/index.md +24 -0
- package/assets/skills/api/help-center-mirror/invoices.md +1309 -0
- package/assets/skills/api/help-center-mirror/journal-entries.md +350 -0
- package/assets/skills/api/help-center-mirror/products.md +201 -0
- package/assets/skills/api/help-center-mirror/reports.md +511 -0
- package/assets/skills/api/help-center-mirror/security-privacy.md +28 -0
- package/assets/skills/api/help-center-mirror/settings.md +1703 -0
- package/assets/skills/api/help-center-mirror/supplier-credits.md +695 -0
- package/assets/skills/conversion/SKILL.md +2 -2
- package/assets/skills/jobs/SKILL.md +6 -6
- package/assets/skills/transaction-recipes/SKILL.md +2 -2
- package/dist/commands/init.js +11 -11
- package/dist/core/intelligence/actions-summary.js +1 -1
- package/dist/core/intelligence/index.js +1 -1
- package/dist/index.js +2 -2
- package/dist/types/index.js +5 -5
- package/dist/utils/template.js +16 -6
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -18,16 +18,18 @@
|
|
|
18
18
|
|
|
19
19
|
API reference, financial calculators, IFRS recipes, accounting jobs, data conversion playbooks, and tax computation — directly inside the AI that builders, accountants, and developers are already using to get things done.
|
|
20
20
|
|
|
21
|
-
Agent skills for [Jaz](https://jaz.ai)
|
|
21
|
+
Agent skills for [Jaz](https://jaz.ai) accounting platform. Works with [Claude Code](https://claude.com/claude-code), [Google Antigravity](https://antigravity.google), [OpenAI Codex](https://openai.com/codex), [GitHub Copilot](https://github.com/features/copilot), [Cursor](https://cursor.com), and any tool that supports the [Agent Skills](https://agentskills.io) open standard.
|
|
22
|
+
|
|
23
|
+
> All skills, CLI commands, and the plugin are fully compatible with [Juan Accounting](https://juan.ac) too.
|
|
22
24
|
|
|
23
25
|
## Skills
|
|
24
26
|
|
|
25
27
|
| Skill | What It Does |
|
|
26
28
|
|-------|-------------|
|
|
27
|
-
| **api** | 70 rules, full endpoint catalog, error catalog, field mapping. Agents write correct Jaz API code on the first try instead of guessing |
|
|
28
|
-
| **conversion** | Xero, QuickBooks, Sage, Excel migration playbook. CoA mapping, tax profiles, FX, clearing accounts, trial balance verification |
|
|
29
|
-
| **
|
|
30
|
-
| **jobs** | 12 accounting jobs (month/quarter/year-end close, bank recon, document collection, GST/VAT filing, payment runs, credit control, supplier recon, audit prep, FA review, statutory filing) + Singapore Form C-S tax computation with AI-guided wizard workflow |
|
|
29
|
+
| **jaz-api** | 70 rules, full endpoint catalog, error catalog, field mapping. Agents write correct Jaz API code on the first try instead of guessing |
|
|
30
|
+
| **jaz-conversion** | Xero, QuickBooks, Sage, Excel migration playbook. CoA mapping, tax profiles, FX, clearing accounts, trial balance verification |
|
|
31
|
+
| **jaz-recipes** | 16 IFRS-compliant recipes (loans, leases, depreciation, FX reval, ECL, provisions, and more) + 10 CLI financial calculators with blueprint output |
|
|
32
|
+
| **jaz-jobs** | 12 accounting jobs (month/quarter/year-end close, bank recon, document collection, GST/VAT filing, payment runs, credit control, supplier recon, audit prep, FA review, statutory filing) + Singapore Form C-S tax computation with AI-guided wizard workflow |
|
|
31
33
|
|
|
32
34
|
## Installation
|
|
33
35
|
|
|
@@ -46,13 +48,14 @@ cd /path/to/your/project
|
|
|
46
48
|
clio init
|
|
47
49
|
|
|
48
50
|
# Or install a specific skill
|
|
49
|
-
clio init --skill api
|
|
50
|
-
clio init --skill conversion
|
|
51
|
-
clio init --skill
|
|
52
|
-
clio init --skill jobs
|
|
51
|
+
clio init --skill jaz-api
|
|
52
|
+
clio init --skill jaz-conversion
|
|
53
|
+
clio init --skill jaz-recipes
|
|
54
|
+
clio init --skill jaz-jobs
|
|
53
55
|
|
|
54
56
|
# Force a specific platform
|
|
55
57
|
clio init --platform claude # → .claude/skills/
|
|
58
|
+
clio init --platform antigravity # → .agents/skills/
|
|
56
59
|
clio init --platform codex # → .agents/skills/
|
|
57
60
|
clio init --platform agents # → .agents/skills/ (universal)
|
|
58
61
|
```
|
|
@@ -75,7 +78,7 @@ $skill-installer https://github.com/teamtinvio/jaz-ai
|
|
|
75
78
|
Copy the skill directories into your project:
|
|
76
79
|
|
|
77
80
|
```bash
|
|
78
|
-
# For Codex, Copilot, Cursor (Agent Skills standard)
|
|
81
|
+
# For Antigravity, Codex, Copilot, Cursor (Agent Skills standard)
|
|
79
82
|
cp -r .agents/skills/ /path/to/your/project/.agents/skills/
|
|
80
83
|
|
|
81
84
|
# For Claude Code
|
|
@@ -92,7 +95,7 @@ clio --help # Show all commands
|
|
|
92
95
|
|
|
93
96
|
## Usage
|
|
94
97
|
|
|
95
|
-
Skills activate automatically when you or your agent work with Jaz
|
|
98
|
+
Skills activate automatically when you or your agent work with Jaz API code or data conversion tasks. Just describe what you need:
|
|
96
99
|
|
|
97
100
|
### API Skill
|
|
98
101
|
|
|
@@ -160,7 +163,7 @@ Full command reference: [transaction-recipes skill](src/skills/transaction-recip
|
|
|
160
163
|
|
|
161
164
|
## What's Inside
|
|
162
165
|
|
|
163
|
-
### API Skill (`api`)
|
|
166
|
+
### API Skill (`jaz-api`)
|
|
164
167
|
|
|
165
168
|
| Reference | Lines | Content |
|
|
166
169
|
|-----------|-------|---------|
|
|
@@ -173,7 +176,7 @@ Full command reference: [transaction-recipes skill](src/skills/transaction-recip
|
|
|
173
176
|
| `dependencies.md` | 139 | Resource creation order (currencies -> CoA -> transactions) |
|
|
174
177
|
| `feature-glossary.md` | 216 | Business context per feature |
|
|
175
178
|
|
|
176
|
-
### Conversion Skill (`conversion`)
|
|
179
|
+
### Conversion Skill (`jaz-conversion`)
|
|
177
180
|
|
|
178
181
|
| Reference | Content |
|
|
179
182
|
|-----------|---------|
|
|
@@ -186,7 +189,7 @@ Full command reference: [transaction-recipes skill](src/skills/transaction-recip
|
|
|
186
189
|
| `verification.md` | Trial balance comparison and verification checklist |
|
|
187
190
|
| `file-analysis.md` | Excel/CSV structure analysis and smart detection |
|
|
188
191
|
|
|
189
|
-
### Transaction Recipes Skill (`
|
|
192
|
+
### Transaction Recipes Skill (`jaz-recipes`)
|
|
190
193
|
|
|
191
194
|
| Reference | Content |
|
|
192
195
|
|-----------|---------|
|
|
@@ -210,7 +213,7 @@ Full command reference: [transaction-recipes skill](src/skills/transaction-recip
|
|
|
210
213
|
| `capital-wip.md` | CIP accumulation → FA transfer on completion |
|
|
211
214
|
|
|
212
215
|
|
|
213
|
-
### Jobs Skill (`jobs`)
|
|
216
|
+
### Jobs Skill (`jaz-jobs`)
|
|
214
217
|
|
|
215
218
|
| Reference | Content |
|
|
216
219
|
|-----------|---------|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: api
|
|
3
|
-
version: 4.
|
|
2
|
+
name: jaz-api
|
|
3
|
+
version: 4.2.0
|
|
4
4
|
description: Complete reference for the Jaz/Juan REST API — the accounting platform backend. Use this skill whenever building, modifying, debugging, or extending any code that calls the API — including API clients, integrations, data seeding, test data, or new endpoint work. Contains every field name, response shape, error, gotcha, and edge case discovered through live production testing.
|
|
5
5
|
license: MIT
|
|
6
6
|
compatibility: Requires Jaz/Juan API key (x-jk-api-key header). Works with Claude Code, Claude Cowork, Claude.ai, and any agent that reads markdown.
|
|
@@ -0,0 +1,142 @@
|
|
|
1
|
+
### Agent Builder
|
|
2
|
+
Source: https://help.jaz.ai/en/articles/10631219-agent-builder
|
|
3
|
+
|
|
4
|
+
**Q1. What is an AI Agent?**
|
|
5
|
+
|
|
6
|
+
- Jaz’s AI Agent allows you to send emails to perform accounting and finance tasks for your organizations.
|
|
7
|
+
- All actions taken by your agent are recorded as your own in Jaz.
|
|
8
|
+
- Agent tasks follow your user permissions and execute actions on your behalf.
|
|
9
|
+
|
|
10
|
+
**Q2. How do I set up my AI Agent?**
|
|
11
|
+
|
|
12
|
+
- Head over to Settings > Agent Builder and set the following according to your preferences:
|
|
13
|
+
- Name
|
|
14
|
+
- Email
|
|
15
|
+
- Create an agent's email using letters (a-z), numbers (0-9), and the plus (+) symbol.
|
|
16
|
+
- Using the plus (+) symbol is a good way to differentiate agents per organization, for example: [myagent+greengrocery@sendjaz.com](mailto:myagent+greengrocery@sendjaz.com)
|
|
17
|
+
- Tone
|
|
18
|
+
- Friendly
|
|
19
|
+
- Formal
|
|
20
|
+
- Focused
|
|
21
|
+
- Skill Level
|
|
22
|
+
- Assistant
|
|
23
|
+
- Analyst (Growth Plan only)
|
|
24
|
+
- Associate (Coming soon)
|
|
25
|
+
- Memory
|
|
26
|
+
- Predefined
|
|
27
|
+
- Progressive (Growth Plan only)
|
|
28
|
+
- Preferred Language
|
|
29
|
+
|
|
30
|
+
**Q3. What tasks can the AI Agent perform?**
|
|
31
|
+
|
|
32
|
+
The AI Agent can perform the following functions for paid organizations:
|
|
33
|
+
- Bookmarks
|
|
34
|
+
- Create, review, and manage bookmarks.
|
|
35
|
+
- Chart of Accounts
|
|
36
|
+
- Create, update, and search accounts and types.
|
|
37
|
+
- Contacts & Items
|
|
38
|
+
- Create, update, and search contacts and items.
|
|
39
|
+
- Currency Management
|
|
40
|
+
- Add, update, and retrieve currencies and exchange rates.
|
|
41
|
+
- Draft Transactions
|
|
42
|
+
- Create draft invoices, bills, and journals.
|
|
43
|
+
- Jaz Magic (Invoices & Bills)
|
|
44
|
+
- Autofill invoice and bill drafts from emails or attachments.
|
|
45
|
+
- Reports & Data Exports
|
|
46
|
+
- Generate balance sheets, P&L, cash flow, and other reports.
|
|
47
|
+
- Tax Profiles
|
|
48
|
+
- Create tax profiles.
|
|
49
|
+
- Direct Cash Transactions
|
|
50
|
+
- Record direct cash inflows, outflows, or transfers.
|
|
51
|
+
- Note: Only available for organizations under Growth Plan.
|
|
52
|
+
- Updates, Voids, & Deletes
|
|
53
|
+
- Modify or void transactions, contacts, or accounts.
|
|
54
|
+
- Note: Only available for organizations under Growth Plan.
|
|
55
|
+
|
|
56
|
+
**Q4. How does the agent receive instructions?**
|
|
57
|
+
|
|
58
|
+
- Send tasks via email to your agent's assigned email address.
|
|
59
|
+
- Use the ‘To’ field for direct actions and replies.
|
|
60
|
+
- Use ‘Cc’ to keep the agent informed but it will only respond to your verified email.
|
|
61
|
+
|
|
62
|
+
**Q5. Can the AI Agent reply to emails with other recipients?**
|
|
63
|
+
|
|
64
|
+
- No, it only responds to your verified email for security reasons.
|
|
65
|
+
|
|
66
|
+
**Q6. What happens when I update my agent's email?**
|
|
67
|
+
|
|
68
|
+
- Updating your agent’s email cancels all ongoing actions and the previous email will be unavailable for up to 72 hours.
|
|
69
|
+
|
|
70
|
+
**Q7. What happens if I cancel or downgrade my organization plan?**
|
|
71
|
+
|
|
72
|
+
- Your agent will be deactivated and its email will be released.
|
|
73
|
+
|
|
74
|
+
**Q8. Why am I not receiving responses from my agent?**
|
|
75
|
+
|
|
76
|
+
- Ensure you've included instructions in the ‘To**’** field and the email body.
|
|
77
|
+
- Make sure the agent's email is in your email contacts.
|
|
78
|
+
- Whitelist @sendjaz.com (@sendjaz.com), and check spam or other folders.
|
|
79
|
+
|
|
80
|
+
**Q9. Why can’t I add new instructions to the AI Agent?**
|
|
81
|
+
|
|
82
|
+
- Only organizations under the Growth Plan can add new instructions and turn off specific workflows.
|
|
83
|
+
|
|
84
|
+
**Q10. Is it possible to whitelist external email addresses for my agent builder?**
|
|
85
|
+
|
|
86
|
+
- Yes. You can whitelist specific email addresses or domains in your agent builder.
|
|
87
|
+
- Whitelisting allows your agent to CC email addresses in replies, only when these addresses or domains were in your original email to the agent.
|
|
88
|
+
|
|
89
|
+
---
|
|
90
|
+
|
|
91
|
+
### Clio
|
|
92
|
+
Source: https://help.jaz.ai/en/articles/10631206-clio
|
|
93
|
+
|
|
94
|
+
**Q1. What is Clio?**
|
|
95
|
+
|
|
96
|
+
- Clio stands for **Command Line Interface Operator**designed to help with accounting and finance tasks on Jaz.
|
|
97
|
+
|
|
98
|
+
**Q2. Is Clio available to all users?**
|
|
99
|
+
|
|
100
|
+
- No, Clio is available only for paid organizations.
|
|
101
|
+
|
|
102
|
+
**Q3. Can I use Clio on the Jaz mobile app?**
|
|
103
|
+
|
|
104
|
+
- Yes, Clio is available on Android (soon for IOS). Go to **Home > Clio AI Support** to access it.**Q4. How does Clio process queries?**
|
|
105
|
+
|
|
106
|
+
- It processes all queries in real-time and does not retain personal or query-related data unless explicitly saved in accounting records or reports.
|
|
107
|
+
|
|
108
|
+
**Q5. What happens when I log out or switch organizations?**
|
|
109
|
+
|
|
110
|
+
- Clio is session-based, meaning it resets when you log out, close the tab, or switch organizations. Chat history is not retained.
|
|
111
|
+
|
|
112
|
+
**Q6. Can Clio handle multiple tasks at once?**
|
|
113
|
+
|
|
114
|
+
- Yes, Clio can process multiple tasks in a single query.
|
|
115
|
+
|
|
116
|
+
**Q7. Are there any restrictions on Clio’s capabilities?**
|
|
117
|
+
|
|
118
|
+
- Yes, Clio's functionality is limited to tasks and features within the Jaz ecosystem.
|
|
119
|
+
|
|
120
|
+
- Its functions are also limited to the user’s access permissions within an organization (e.g., a user without report access cannot generate reports).
|
|
121
|
+
|
|
122
|
+
**Q8. Does Clio store my chat history?**
|
|
123
|
+
|
|
124
|
+
- No, users cannot download or export chat history.
|
|
125
|
+
|
|
126
|
+
**Q9. What happens when I edit a sent query?**
|
|
127
|
+
|
|
128
|
+
- Editing a query replaces the previous one instead of updating it.
|
|
129
|
+
|
|
130
|
+
**Q10. What file formats does Clio support?**
|
|
131
|
+
|
|
132
|
+
- Clio supports all file formats that are compatible within Jaz. This includes:
|
|
133
|
+
- PDFs
|
|
134
|
+
- .xlsx
|
|
135
|
+
- JPG/JPEG
|
|
136
|
+
- PNG
|
|
137
|
+
|
|
138
|
+
**Q11. What languages does Clio support?**
|
|
139
|
+
|
|
140
|
+
- Both chat and voice queries support **all languages** available in Jaz.
|
|
141
|
+
|
|
142
|
+
---
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
### Approvals
|
|
2
|
+
Source: https://help.jaz.ai/en/articles/8938045-approvals
|
|
3
|
+
|
|
4
|
+
**Q1. What business transactions can I submit for approval?**
|
|
5
|
+
|
|
6
|
+
- You can submit the following business transactions to go through an approval flow:
|
|
7
|
+
- Invoices
|
|
8
|
+
- Bills
|
|
9
|
+
|
|
10
|
+
**Q2. What is the approval flow?**
|
|
11
|
+
|
|
12
|
+
- Once you submit a record for approval it can be either -
|
|
13
|
+
- **Submitted for approval** - The record will again be in the**For Approval** state and will need to be converted to active.
|
|
14
|
+
- **Saved as a draft**- The record will be saved as a draft, and will need to be converted to active.
|
|
15
|
+
- **Converted to active**- The record will be in the active state.
|
|
16
|
+
- A record in the draft state can also be submitted for approval.
|
|
17
|
+
|
|
18
|
+
**Q3. How do I send an Invoice/Bill record for approval?**
|
|
19
|
+
|
|
20
|
+
- After filling in the invoice/bill details and **Submit for Approval.Q4. Can I make changes to the Invoice/Bill record after it has been sent for approval?**
|
|
21
|
+
|
|
22
|
+
- Yes, you can make changes to the Invoice/Bill record by editing the record.
|
|
23
|
+
- You can then choose to resubmit it for approval, convert it to draft, or convert it to active depending on your permission level. For more information about user permissions, refer to [User Management.](https://help.jaz.ai/en/articles/9066648-user-management)
|
|
24
|
+
|
|
25
|
+
**Q5. Who can submit an invoice/bill for approval?**
|
|
26
|
+
|
|
27
|
+
- All users in Jaz can submit and Invoice/Bill for approval, regardless of their role & permissions.
|
|
28
|
+
|
|
29
|
+
**Q6. Who is allowed to approve the invoices/bills?**
|
|
30
|
+
|
|
31
|
+
- Admins can approve invoices/bills that are submitted for approvals.
|
|
32
|
+
- Any user in the organization will be able to submit a record for approval, but only admins can approve the records and convert them to active.
|
|
33
|
+
|
|
34
|
+
**Q7. Can I make changes to the invoice/bill record before approving it?**
|
|
35
|
+
|
|
36
|
+
- Yes, you can update the invoice/bill before approving it.
|
|
37
|
+
- The name of the last user who updated the record will be shown under the **Last Updated By**field.
|
|
38
|
+
|
|
39
|
+
**Q8. How to approve a record submitted for approval?**
|
|
40
|
+
|
|
41
|
+
- All the records submitted for approval are in the Approval state, and not yet active.
|
|
42
|
+
- Approve the record from the details screen or by converting the record to active.
|
|
43
|
+
|
|
44
|
+
**Q9. What happens to the invoice/bill after it is approved?**
|
|
45
|
+
|
|
46
|
+
- Once a record is approved, it becomes active and will affect your financial reports.
|
|
47
|
+
- If the due date of the record is later than the approval date, its status will be updated to **Payment Due.**The invoice/bill can be found under the **Active**tab in the invoice/bill menu.
|
|
48
|
+
- If the due date of the record is before the approval date, its status will be Overdue. The invoice/bill can then be found under the **Overdue** tab in the invoice/bill menu.**Q10. What happens if I do not approve an invoice/bill record?**
|
|
49
|
+
|
|
50
|
+
- If you do not approve an invoice or bill, the record continues to be under the **For Approval** tab and will not contribute or affect financial reports.**Q11. Will approving an invoice/bill affect my financial records?**
|
|
51
|
+
|
|
52
|
+
- Yes, the approved invoice/bill will be reflected in your financial reports, such as the General Ledger.
|
|
53
|
+
|
|
54
|
+
**Q12. Is there a deadline for approving an invoice/bill?**
|
|
55
|
+
|
|
56
|
+
- No, you can approve the invoice/bill anytime.
|
|
57
|
+
|
|
58
|
+
**Q13. How can I view invoice/bill records that need to be approved?**
|
|
59
|
+
|
|
60
|
+
- You can find all the invoice/bill records that need to be approved under the **For Approval** tab.**Q14. Can I delete an invoice/bill sent for approval?**
|
|
61
|
+
|
|
62
|
+
- Yes, you can delete an invoice/bill that is pending approval.
|
|
63
|
+
|
|
64
|
+
**Q15. Why can't I see the "For Approval" tab?**
|
|
65
|
+
|
|
66
|
+
- If you do not have any records currently submitted for approval, the **For Approval** tab will be hidden.
|
|
67
|
+
|
|
68
|
+
---
|