@n8n-as-code/agent-cli 0.5.0 → 0.5.1
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 +16 -2
- package/dist/assets/n8n-docs-complete.json +52 -52
- package/dist/assets/n8n-knowledge-index.json +57 -57
- package/dist/assets/n8n-nodes-technical.json +3 -3
- package/dist/services/knowledge-search.d.ts.map +1 -1
- package/dist/services/knowledge-search.js +2 -0
- package/dist/services/knowledge-search.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -18,8 +18,14 @@ npm install @n8n-as-code/agent-cli
|
|
|
18
18
|
## 📖 CLI Usage
|
|
19
19
|
|
|
20
20
|
### `search <query>` - 🚀 Deep Unified Search (PRIMARY TOOL)
|
|
21
|
-
|
|
22
|
-
|
|
21
|
+
|
|
22
|
+
**Deep Full-Text Search with Smart Keyword Matching** across 600+ nodes and 1240+ documentation pages.
|
|
23
|
+
Optimized for natural language queries, technical terms, and capabilities (e.g., "image generation" finds Google Gemini).
|
|
24
|
+
|
|
25
|
+
KEY FEATURES:
|
|
26
|
+
- **Comprehensive Keyword Extraction**: Finds nodes based on operations (e.g., "generate", "transcribe") and resources (e.g., "image", "video").
|
|
27
|
+
- **Smart Prioritization**: Matches on keywords first, then titles, then content.
|
|
28
|
+
- **Fuzzy Matching**: Handles typos and partial terms ("googl shets").
|
|
23
29
|
|
|
24
30
|
```bash
|
|
25
31
|
# Search nodes, docs, and tutorials
|
|
@@ -114,6 +120,14 @@ n8n-agent update-ai
|
|
|
114
120
|
n8n-agent update-ai --version 1.70.0
|
|
115
121
|
```
|
|
116
122
|
|
|
123
|
+
## 📁 Data Source
|
|
124
|
+
|
|
125
|
+
The Agent CLI uses a pre-generated index of n8n nodes from the official n8n source code. The data is stored in `dist/assets/` (generated during build):
|
|
126
|
+
|
|
127
|
+
- `n8n-knowledge-index.json`: Unified FlexSearch index for the `search` command.
|
|
128
|
+
- `n8n-nodes-technical.json`: Detailed technical schemas for the `get` command.
|
|
129
|
+
- `n8n-docs-complete.json`: Full documentation content.
|
|
130
|
+
|
|
117
131
|
## 🧩 Integration
|
|
118
132
|
|
|
119
133
|
### With @n8n-as-code/cli
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generatedAt": "2026-01-19T16:
|
|
2
|
+
"generatedAt": "2026-01-19T16:50:45.848Z",
|
|
3
3
|
"version": "1.0.0",
|
|
4
4
|
"sourceUrl": "https://docs.n8n.io/llms.txt",
|
|
5
5
|
"totalPages": 1243,
|
|
@@ -33090,27 +33090,27 @@
|
|
|
33090
33090
|
},
|
|
33091
33091
|
{
|
|
33092
33092
|
"id": "page-0446",
|
|
33093
|
-
"title": "
|
|
33094
|
-
"url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.
|
|
33095
|
-
"urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.
|
|
33093
|
+
"title": "SyncroMSP",
|
|
33094
|
+
"url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.syncromsp/index.md",
|
|
33095
|
+
"urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.syncromsp/index.md",
|
|
33096
33096
|
"category": "integrations",
|
|
33097
33097
|
"subcategory": "app-nodes",
|
|
33098
|
-
"nodeName": "
|
|
33099
|
-
"nodeType": "n8n-nodes-base.
|
|
33098
|
+
"nodeName": "syncromsp",
|
|
33099
|
+
"nodeType": "n8n-nodes-base.syncromsp",
|
|
33100
33100
|
"content": {
|
|
33101
|
-
"markdown": "#
|
|
33102
|
-
"excerpt": "#
|
|
33101
|
+
"markdown": "# SyncroMSP node\n\nUse the SyncroMSP node to automate work in SyncroMSP, and integrate SyncroMSP with other applications. n8n has built-in support for a wide range of SyncroMSP features, including creating and deleting new customers, tickets, and contacts.\n\nOn this page, you'll find a list of operations the SyncroMSP node supports and links to more resources.\n\nCredentials\n\nRefer to [SyncroMSP credentials](../../credentials/syncromsp/) for guidance on setting up authentication.\n\n## Operations\n\n- Contact\n - Create new contact\n - Delete contact\n - Retrieve contact\n - Retrieve all contacts\n - Update contact\n- Customer\n - Create new customer\n - Delete customer\n - Retrieve customer\n - Retrieve all customers\n - Update customer\n- RMM\n - Create new RMM Alert\n - Delete RMM Alert\n - Retrieve RMM Alert\n - Retrieve all RMM Alerts\n - Mute RMM Alert\n- Ticket\n - Create new ticket\n - Delete ticket\n - Retrieve ticket\n - Retrieve all tickets\n - Update ticket\n\n## Templates and examples\n\n[Browse SyncroMSP integration templates](https://n8n.io/integrations/syncromsp/), or [search all templates](https://n8n.io/workflows/)\n",
|
|
33102
|
+
"excerpt": "# SyncroMSP node Use the SyncroMSP node to automate work in SyncroMSP, and integrate SyncroMSP with other applications. n8n has built-in support for a wide range of SyncroMSP features, including creating and deleting new customers, tickets, and contacts. On this page, you'll find a list of operations the SyncroMSP node supports and links to more resources. Credentials Refer to [SyncroMSP credentials](../../credentials/syncromsp/) for guidance on setting up authentication. ## Operations - C...",
|
|
33103
33103
|
"sections": [
|
|
33104
33104
|
{
|
|
33105
|
-
"title": "
|
|
33105
|
+
"title": "SyncroMSP node",
|
|
33106
33106
|
"level": 1,
|
|
33107
|
-
"content": "Use the
|
|
33107
|
+
"content": "Use the SyncroMSP node to automate work in SyncroMSP, and integrate SyncroMSP with other applications. n8n has built-in support for a wide range of SyncroMSP features, including creating and deleting new customers, tickets, and contacts.\n\nOn this page, you'll find a list of operations the SyncroMSP node supports and links to more resources.\n\nCredentials\n\nRefer to [SyncroMSP credentials](../../credentials/syncromsp/) for guidance on setting up authentication."
|
|
33108
33108
|
}
|
|
33109
33109
|
]
|
|
33110
33110
|
},
|
|
33111
33111
|
"metadata": {
|
|
33112
33112
|
"keywords": [
|
|
33113
|
-
"
|
|
33113
|
+
"syncromsp",
|
|
33114
33114
|
"node",
|
|
33115
33115
|
"operations",
|
|
33116
33116
|
"templates",
|
|
@@ -33123,52 +33123,50 @@
|
|
|
33123
33123
|
"codeExamples": 0,
|
|
33124
33124
|
"complexity": "beginner",
|
|
33125
33125
|
"readingTime": "1 min",
|
|
33126
|
-
"contentLength":
|
|
33126
|
+
"contentLength": 1136,
|
|
33127
33127
|
"relatedPages": []
|
|
33128
33128
|
},
|
|
33129
33129
|
"searchIndex": {
|
|
33130
|
-
"fullText": "
|
|
33130
|
+
"fullText": "syncromsp # syncromsp node\n\nuse the syncromsp node to automate work in syncromsp, and integrate syncromsp with other applications. n8n has built-in support for a wide range of syncromsp features, including creating and deleting new customers, tickets, and contacts.\n\non this page, you'll find a list of operations the syncromsp node supports and links to more resources.\n\ncredentials\n\nrefer to [syncromsp credentials](../../credentials/syncromsp/) for guidance on setting up authentication.\n\n## operations\n\n- contact\n - create new contact\n - delete contact\n - retrieve contact\n - retrieve all contacts\n - update contact\n- customer\n - create new customer\n - delete customer\n - retrieve customer\n - retrieve all customers\n - update customer\n- rmm\n - create new rmm alert\n - delete rmm alert\n - retrieve rmm alert\n - retrieve all rmm alerts\n - mute rmm alert\n- ticket\n - create new ticket\n - delete ticket\n - retrieve ticket\n - retrieve all tickets\n - update ticket\n\n## templates and examples\n\n[browse syncromsp integration templates](https://n8n.io/integrations/syncromsp/), or [search all templates](https://n8n.io/workflows/)\n syncromsp node",
|
|
33131
33131
|
"importantTerms": [
|
|
33132
|
-
"
|
|
33133
|
-
"
|
|
33134
|
-
"
|
|
33132
|
+
"syncromsp",
|
|
33133
|
+
"retrieve",
|
|
33134
|
+
"contact",
|
|
33135
|
+
"customer",
|
|
33136
|
+
"ticket",
|
|
33135
33137
|
"node",
|
|
33136
|
-
"workflows",
|
|
33137
|
-
"automate",
|
|
33138
|
-
"with",
|
|
33139
|
-
"credentials",
|
|
33140
33138
|
"create",
|
|
33139
|
+
"delete",
|
|
33140
|
+
"alert",
|
|
33141
|
+
"credentials",
|
|
33141
33142
|
"update",
|
|
33142
|
-
"templates"
|
|
33143
|
-
"view",
|
|
33144
|
-
"template",
|
|
33145
|
-
"details"
|
|
33143
|
+
"templates"
|
|
33146
33144
|
]
|
|
33147
33145
|
}
|
|
33148
33146
|
},
|
|
33149
33147
|
{
|
|
33150
33148
|
"id": "page-0447",
|
|
33151
|
-
"title": "
|
|
33152
|
-
"url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.
|
|
33153
|
-
"urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.
|
|
33149
|
+
"title": "Taiga",
|
|
33150
|
+
"url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.taiga/index.md",
|
|
33151
|
+
"urlPath": "integrations/builtin/app-nodes/n8n-nodes-base.taiga/index.md",
|
|
33154
33152
|
"category": "integrations",
|
|
33155
33153
|
"subcategory": "app-nodes",
|
|
33156
|
-
"nodeName": "
|
|
33157
|
-
"nodeType": "n8n-nodes-base.
|
|
33154
|
+
"nodeName": "taiga",
|
|
33155
|
+
"nodeType": "n8n-nodes-base.taiga",
|
|
33158
33156
|
"content": {
|
|
33159
|
-
"markdown": "#
|
|
33160
|
-
"excerpt": "#
|
|
33157
|
+
"markdown": "# Taiga node\n\nUse the Taiga node to automate work in Taiga, and integrate Taiga with other applications. n8n has built-in support for a wide range of Taiga features, including creating, updating, deleting, and getting issues.\n\nOn this page, you'll find a list of operations the Taiga node supports and links to more resources.\n\nCredentials\n\nRefer to [Taiga credentials](../../credentials/taiga/) for guidance on setting up authentication.\n\n## Operations\n\n- **Issue**\n - Create an issue\n - Delete an issue\n - Get an issue\n - Get all issues\n - Update an issue\n\n## Templates and examples\n\n**Create, update, and get an issue on Taiga**\n\nby Harshil Agrawal\n\n[View template details](https://n8n.io/workflows/685-create-update-and-get-an-issue-on-taiga/)\n\n**Receive updates when an event occurs in Taiga**\n\nby Harshil Agrawal\n\n[View template details](https://n8n.io/workflows/686-receive-updates-when-an-event-occurs-in-taiga/)\n\n**Automate Service Ticket Triage with GPT-4o & Taiga**\n\nby Eric Mooney\n\n[View template details](https://n8n.io/workflows/4665-automate-service-ticket-triage-with-gpt-4o-and-taiga/)\n\n[Browse Taiga integration templates](https://n8n.io/integrations/taiga/), or [search all templates](https://n8n.io/workflows/)\n",
|
|
33158
|
+
"excerpt": "# Taiga node Use the Taiga node to automate work in Taiga, and integrate Taiga with other applications. n8n has built-in support for a wide range of Taiga features, including creating, updating, deleting, and getting issues. On this page, you'll find a list of operations the Taiga node supports and links to more resources. Credentials Refer to [Taiga credentials](../../credentials/taiga/) for guidance on setting up authentication. ## Operations - **Issue** - Create an issue - Delete an...",
|
|
33161
33159
|
"sections": [
|
|
33162
33160
|
{
|
|
33163
|
-
"title": "
|
|
33161
|
+
"title": "Taiga node",
|
|
33164
33162
|
"level": 1,
|
|
33165
|
-
"content": "Use the
|
|
33163
|
+
"content": "Use the Taiga node to automate work in Taiga, and integrate Taiga with other applications. n8n has built-in support for a wide range of Taiga features, including creating, updating, deleting, and getting issues.\n\nOn this page, you'll find a list of operations the Taiga node supports and links to more resources.\n\nCredentials\n\nRefer to [Taiga credentials](../../credentials/taiga/) for guidance on setting up authentication."
|
|
33166
33164
|
}
|
|
33167
33165
|
]
|
|
33168
33166
|
},
|
|
33169
33167
|
"metadata": {
|
|
33170
33168
|
"keywords": [
|
|
33171
|
-
"
|
|
33169
|
+
"taiga",
|
|
33172
33170
|
"node",
|
|
33173
33171
|
"operations",
|
|
33174
33172
|
"templates",
|
|
@@ -33181,24 +33179,26 @@
|
|
|
33181
33179
|
"codeExamples": 0,
|
|
33182
33180
|
"complexity": "beginner",
|
|
33183
33181
|
"readingTime": "1 min",
|
|
33184
|
-
"contentLength":
|
|
33182
|
+
"contentLength": 1236,
|
|
33185
33183
|
"relatedPages": []
|
|
33186
33184
|
},
|
|
33187
33185
|
"searchIndex": {
|
|
33188
|
-
"fullText": "
|
|
33186
|
+
"fullText": "taiga # taiga node\n\nuse the taiga node to automate work in taiga, and integrate taiga with other applications. n8n has built-in support for a wide range of taiga features, including creating, updating, deleting, and getting issues.\n\non this page, you'll find a list of operations the taiga node supports and links to more resources.\n\ncredentials\n\nrefer to [taiga credentials](../../credentials/taiga/) for guidance on setting up authentication.\n\n## operations\n\n- **issue**\n - create an issue\n - delete an issue\n - get an issue\n - get all issues\n - update an issue\n\n## templates and examples\n\n**create, update, and get an issue on taiga**\n\nby harshil agrawal\n\n[view template details](https://n8n.io/workflows/685-create-update-and-get-an-issue-on-taiga/)\n\n**receive updates when an event occurs in taiga**\n\nby harshil agrawal\n\n[view template details](https://n8n.io/workflows/686-receive-updates-when-an-event-occurs-in-taiga/)\n\n**automate service ticket triage with gpt-4o & taiga**\n\nby eric mooney\n\n[view template details](https://n8n.io/workflows/4665-automate-service-ticket-triage-with-gpt-4o-and-taiga/)\n\n[browse taiga integration templates](https://n8n.io/integrations/taiga/), or [search all templates](https://n8n.io/workflows/)\n taiga node",
|
|
33189
33187
|
"importantTerms": [
|
|
33190
|
-
"
|
|
33191
|
-
"
|
|
33192
|
-
"
|
|
33193
|
-
"customer",
|
|
33194
|
-
"ticket",
|
|
33188
|
+
"taiga",
|
|
33189
|
+
"issue",
|
|
33190
|
+
"https",
|
|
33195
33191
|
"node",
|
|
33196
|
-
"
|
|
33197
|
-
"
|
|
33198
|
-
"
|
|
33192
|
+
"workflows",
|
|
33193
|
+
"automate",
|
|
33194
|
+
"with",
|
|
33199
33195
|
"credentials",
|
|
33196
|
+
"create",
|
|
33200
33197
|
"update",
|
|
33201
|
-
"templates"
|
|
33198
|
+
"templates",
|
|
33199
|
+
"view",
|
|
33200
|
+
"template",
|
|
33201
|
+
"details"
|
|
33202
33202
|
]
|
|
33203
33203
|
}
|
|
33204
33204
|
},
|
|
@@ -104560,14 +104560,14 @@
|
|
|
104560
104560
|
"page-0952",
|
|
104561
104561
|
"page-1089"
|
|
104562
104562
|
],
|
|
104563
|
-
"
|
|
104563
|
+
"syncromsp": [
|
|
104564
104564
|
"page-0446",
|
|
104565
|
-
"page-
|
|
104566
|
-
"page-1091"
|
|
104565
|
+
"page-0955"
|
|
104567
104566
|
],
|
|
104568
|
-
"
|
|
104567
|
+
"taiga": [
|
|
104569
104568
|
"page-0447",
|
|
104570
|
-
"page-
|
|
104569
|
+
"page-0957",
|
|
104570
|
+
"page-1091"
|
|
104571
104571
|
],
|
|
104572
104572
|
"tapfiliate": [
|
|
104573
104573
|
"page-0448",
|
|
@@ -109910,10 +109910,10 @@
|
|
|
109910
109910
|
"stripe": [
|
|
109911
109911
|
"page-0445"
|
|
109912
109912
|
],
|
|
109913
|
-
"
|
|
109913
|
+
"syncromsp": [
|
|
109914
109914
|
"page-0446"
|
|
109915
109915
|
],
|
|
109916
|
-
"
|
|
109916
|
+
"taiga": [
|
|
109917
109917
|
"page-0447"
|
|
109918
109918
|
],
|
|
109919
109919
|
"tapfiliate": [
|