antigravity-n8n-skills
💡 摘要
该存储库为Google Antigravity代理提供技能,以增强n8n工作流的创建和管理。
🎯 适合人群
🤖 AI 吐槽: “看起来很能打,但别让配置把人劝退。”
风险:Medium。建议检查:是否执行 shell/命令行指令;是否发起外网请求(SSRF/数据外发);文件读写范围与路径穿越风险。以最小权限运行,并在生产环境启用前审计代码与依赖。
antigravity-n8n-skills
Expert Google Antigravity skills for building flawless n8n workflows.
This repository is a port of the excellent n8n-skills originally designed for Claude Code, now adapted for Google Antigravity.
🎯 What is this?
This repository contains 7 complementary skills that teach Google Antigravity agents how to build production-ready n8n workflows. By adding these skills to your Antigravity environment, your agent becomes an expert in:
- ✅ Correct n8n expression syntax (
{{ $json.body }}patterns) - ✅ Using n8n-mcp tools effectively
- ✅ Proven workflow patterns (Webhooks, AI Agents, Database syncs)
- ✅ Validation error interpretation
- ✅ Operation-aware node configuration
📚 The 7 Skills
1. n8n Expression Syntax
Teaches correct n8n expression syntax and common patterns.
- Activates when: Writing expressions, accessing
$json/$nodevariables. - Key Insight: Teaches critical gotchas like webhook data living under
$json.body.
2. n8n MCP Tools Expert
Expert guide for using n8n-mcp tools effectively.
- Activates when: Searching for nodes, validating configurations, template searching.
- Key Insight: Guides the agent to use
get_node_essentialsbefore dumping full schemas.
3. n8n Workflow Patterns
Build workflows using proven architectural patterns.
- Activates when: Creating workflows, connecting nodes.
- Key Insight: Implements 5 proven patterns (Webhook, HTTP API, Database, AI, Scheduled).
4. n8n Validation Expert
Interpret validation errors and guide fixing.
- Activates when: Validation fails, debugging workflow errors.
- Key Insight: Explains auto-sanitization behavior and false positives.
5. n8n Node Configuration
Operation-aware node configuration guidance.
- Activates when: Configuring nodes, understanding property dependencies.
- Key Insight: Understands that different operations (e.g., Slack
postvsupdate) require different fields.
6. n8n Code JavaScript
Write effective JavaScript code in n8n Code nodes.
- Activates when: Writing JS in Code nodes.
- Key Insight: Correct data access patterns (
$input.all(),$input.item).
7. n8n Code Python
Write Python code in n8n Code nodes with proper limitations awareness.
- Activates when: Writing Python in Code nodes.
- Key Insight: Awareness of library limitations (no
pandas/numpy).
🚀 Installation
For detailed information on how Skills work in Google Antigravity, check the official documentation: https://antigravity.google/docs/skills
Option 1: Global Installation (Recommended)
This makes the skills available to all your future Antigravity conversations and workspaces.
- Clone this repository into your global skills directory:
(Note: If thecd ~/.gemini/antigravity/skills git clone https://github.com/WilkoMarketing/antigravity-n8n-skills.git .skillsfolder doesn't exist, create it first).
Option 2: Workspace Installation
This enables the skills only for a specific project.
- Navigate to your project root.
- Create the
.agent/skillsdirectory:mkdir -p .agent/skills - Clone the repository into that folder:
git clone https://github.com/WilkoMarketing/antigravity-n8n-skills.git .agent/skills
💡 Usage
Once installed, you don't need to do anything special! The skills activate automatically when you ask relevant questions.
Try asking your agent:
- "How do I write an n8n expression to get the user email?"
- "Configure a Slack node to post a message."
- "Why is my webhook workflow failing validation?"
- "Write a JavaScript code node to filter these items."
🙏 Credits
Original Skills Conceived by: Romuald Członkowski (n8n-skills) Ported to Antigravity by: WilkoMarketing
These skills are designed to work perfectly with the n8n-mcp server.
📝 License
MIT License - see LICENSE file for details.
优点
- 全面的n8n工作流技能集。
- 引导用户避免常见陷阱。
- 支持JavaScript和Python编码。
缺点
- 需要熟悉n8n。
- 仅限于Google Antigravity环境。
- 可能无法涵盖所有边缘情况。
相关技能
免责声明:本内容来源于 GitHub 开源项目,仅供展示和评分分析使用。
版权归原作者所有 WilkoMarketing.
