Files
n8n-skills/.claude-plugin/marketplace.json
czlonkowski 1530f09bbc feat: Add indirect prompt injection guidance to AI agent pattern (v1.6.0)
Adds a "Security: Treat Tool Output as Untrusted Input" section to
ai_agent_workflow.md covering guardrails for agents that fetch
third-party content (HTTP, Serper, Wikipedia, GitHub, MCP Client).

Guidance: gate destructive tools behind human approval, use
least-privilege scopes, constrain the system prompt, validate
structured outputs, and keep tool calls auditable.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-19 19:26:46 +02:00

37 lines
1.0 KiB
JSON

{
"name": "n8n-mcp-skills",
"description": "Expert skills for building n8n workflows",
"owner": {
"name": "Romuald Członkowski",
"url": "https://www.aiadvisors.pl/en"
},
"plugins": [
{
"name": "n8n-mcp-skills",
"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.",
"version": "1.6.0",
"author": {
"name": "Romuald Członkowski",
"url": "https://www.aiadvisors.pl/en"
},
"category": "automation",
"keywords": [
"n8n",
"workflow",
"mcp",
"automation",
"validation",
"expressions",
"code",
"javascript",
"python",
"skills"
],
"homepage": "https://github.com/czlonkowski/n8n-skills",
"repository": "https://github.com/czlonkowski/n8n-skills",
"license": "MIT"
}
]
}