mirror of
https://mirror.skon.top/github.com/czlonkowski/n8n-skills
synced 2026-04-20 21:02:34 +08:00
chore: Bump plugin/marketplace version to 1.4.0
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
"name": "n8n-mcp-skills",
|
"name": "n8n-mcp-skills",
|
||||||
"source": "./",
|
"source": "./",
|
||||||
"description": "Complete bundle: 7 expert skills for building flawless n8n workflows using n8n-mcp MCP server. Includes skills for expression syntax, MCP tools usage, workflow patterns, validation, node configuration, JavaScript code, and Python code.",
|
"description": "Complete bundle: 7 expert skills for building flawless n8n workflows using n8n-mcp MCP server. Includes skills for expression syntax, MCP tools usage, workflow patterns, validation, node configuration, JavaScript code, and Python code.",
|
||||||
"version": "1.3.0",
|
"version": "1.4.0",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Romuald Członkowski",
|
"name": "Romuald Członkowski",
|
||||||
"url": "https://www.aiadvisors.pl/en"
|
"url": "https://www.aiadvisors.pl/en"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "n8n-mcp-skills",
|
"name": "n8n-mcp-skills",
|
||||||
"version": "1.3.0",
|
"version": "1.4.0",
|
||||||
"description": "Expert skills for building n8n workflows with n8n-mcp",
|
"description": "Expert skills for building n8n workflows with n8n-mcp",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Romuald Członkowski",
|
"name": "Romuald Członkowski",
|
||||||
|
|||||||
2
build.sh
2
build.sh
@@ -5,7 +5,7 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
DIST_DIR="dist"
|
DIST_DIR="dist"
|
||||||
VERSION="1.3.0"
|
VERSION="1.4.0"
|
||||||
|
|
||||||
echo "🔨 Building n8n-skills distribution packages..."
|
echo "🔨 Building n8n-skills distribution packages..."
|
||||||
|
|
||||||
|
|||||||
34
dist/README.md
vendored
34
dist/README.md
vendored
@@ -8,13 +8,13 @@ This folder contains distribution packages for different Claude platforms.
|
|||||||
|
|
||||||
Upload each skill separately via Settings > Capabilities > Skills (bottom of page):
|
Upload each skill separately via Settings > Capabilities > Skills (bottom of page):
|
||||||
|
|
||||||
- `n8n-expression-syntax-v1.3.0.zip` - n8n expression syntax and common patterns
|
- `n8n-expression-syntax-v1.4.0.zip` - n8n expression syntax and common patterns
|
||||||
- `n8n-mcp-tools-expert-v1.3.0.zip` - Expert guide for using n8n-mcp tools (recommended to install first)
|
- `n8n-mcp-tools-expert-v1.4.0.zip` - Expert guide for using n8n-mcp tools (recommended to install first)
|
||||||
- `n8n-workflow-patterns-v1.3.0.zip` - 5 proven workflow architectural patterns
|
- `n8n-workflow-patterns-v1.4.0.zip` - 5 proven workflow architectural patterns
|
||||||
- `n8n-validation-expert-v1.3.0.zip` - Validation error interpretation and fixing
|
- `n8n-validation-expert-v1.4.0.zip` - Validation error interpretation and fixing
|
||||||
- `n8n-node-configuration-v1.3.0.zip` - Operation-aware node configuration
|
- `n8n-node-configuration-v1.4.0.zip` - Operation-aware node configuration
|
||||||
- `n8n-code-javascript-v1.3.0.zip` - JavaScript in n8n Code nodes
|
- `n8n-code-javascript-v1.4.0.zip` - JavaScript in n8n Code nodes
|
||||||
- `n8n-code-python-v1.3.0.zip` - Python in n8n Code nodes
|
- `n8n-code-python-v1.4.0.zip` - Python in n8n Code nodes
|
||||||
|
|
||||||
**Installation:**
|
**Installation:**
|
||||||
1. Go to Settings > Capabilities > Skills (bottom of page)
|
1. Go to Settings > Capabilities > Skills (bottom of page)
|
||||||
@@ -24,7 +24,7 @@ Upload each skill separately via Settings > Capabilities > Skills (bottom of pag
|
|||||||
|
|
||||||
### Complete Bundle (Claude Code only)
|
### Complete Bundle (Claude Code only)
|
||||||
|
|
||||||
- **`n8n-mcp-skills-v1.3.0.zip`** (174 KB) - All 7 skills in one package
|
- **`n8n-mcp-skills-v1.4.0.zip`** (174 KB) - All 7 skills in one package
|
||||||
|
|
||||||
> **This bundle is NOT compatible with Claude.ai or Claude Desktop.** It uses a nested `skills/` directory structure required by Claude Code plugins. For Claude.ai/Desktop, use the individual skill zips above.
|
> **This bundle is NOT compatible with Claude.ai or Claude Desktop.** It uses a nested `skills/` directory structure required by Claude Code plugins. For Claude.ai/Desktop, use the individual skill zips above.
|
||||||
|
|
||||||
@@ -34,7 +34,7 @@ Upload each skill separately via Settings > Capabilities > Skills (bottom of pag
|
|||||||
/plugin install czlonkowski/n8n-skills
|
/plugin install czlonkowski/n8n-skills
|
||||||
|
|
||||||
# Or install from local file
|
# Or install from local file
|
||||||
/plugin install /path/to/n8n-mcp-skills-v1.3.0.zip
|
/plugin install /path/to/n8n-mcp-skills-v1.4.0.zip
|
||||||
```
|
```
|
||||||
|
|
||||||
## Which Package Should I Use?
|
## Which Package Should I Use?
|
||||||
@@ -51,14 +51,14 @@ Upload each skill separately via Settings > Capabilities > Skills (bottom of pag
|
|||||||
|
|
||||||
```
|
```
|
||||||
dist/
|
dist/
|
||||||
├── n8n-code-javascript-v1.3.0.zip (34 KB)
|
├── n8n-code-javascript-v1.4.0.zip (34 KB)
|
||||||
├── n8n-code-python-v1.3.0.zip (31 KB)
|
├── n8n-code-python-v1.4.0.zip (31 KB)
|
||||||
├── n8n-expression-syntax-v1.3.0.zip (11 KB)
|
├── n8n-expression-syntax-v1.4.0.zip (11 KB)
|
||||||
├── n8n-mcp-skills-v1.3.0.zip (174 KB) Claude Code only
|
├── n8n-mcp-skills-v1.4.0.zip (174 KB) Claude Code only
|
||||||
├── n8n-mcp-tools-expert-v1.3.0.zip (19 KB)
|
├── n8n-mcp-tools-expert-v1.4.0.zip (19 KB)
|
||||||
├── n8n-node-configuration-v1.3.0.zip (18 KB)
|
├── n8n-node-configuration-v1.4.0.zip (18 KB)
|
||||||
├── n8n-validation-expert-v1.3.0.zip (19 KB)
|
├── n8n-validation-expert-v1.4.0.zip (19 KB)
|
||||||
├── n8n-workflow-patterns-v1.3.0.zip (37 KB)
|
├── n8n-workflow-patterns-v1.4.0.zip (37 KB)
|
||||||
└── README.md (this file)
|
└── README.md (this file)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user