Co-Pilot / 辅助式
更新于 25 days ago

antigravity-n8n-skills

WWilkoMarketing
0.0k
wilkomarketing/antigravity-n8n-skills
78
Agent 评分

💡 摘要

该存储库为Google Antigravity代理提供技能,以增强n8n工作流的创建和管理。

🎯 适合人群

n8n工作流开发者AI集成专家自动化爱好者软件工程师项目经理

🤖 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/$node variables.
  • 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_essentials before 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 post vs update) 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.

  1. Clone this repository into your global skills directory:
    cd ~/.gemini/antigravity/skills git clone https://github.com/WilkoMarketing/antigravity-n8n-skills.git .
    (Note: If the skills folder doesn't exist, create it first).

Option 2: Workspace Installation

This enables the skills only for a specific project.

  1. Navigate to your project root.
  2. Create the .agent/skills directory:
    mkdir -p .agent/skills
  3. 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.

五维分析
清晰度9/10
创新性7/10
实用性8/10
完整性8/10
可维护性7/10
优缺点分析

优点

  • 全面的n8n工作流技能集。
  • 引导用户避免常见陷阱。
  • 支持JavaScript和Python编码。

缺点

  • 需要熟悉n8n。
  • 仅限于Google Antigravity环境。
  • 可能无法涵盖所有边缘情况。

相关技能

pytorch

S
toolCode Lib / 代码库
92/ 100

“它是深度学习的瑞士军刀,但祝你好运能从47种安装方法里找到那个不会搞崩你系统的那一个。”

agno

S
toolCode Lib / 代码库
90/ 100

“它承诺成为智能体领域的Kubernetes,但得看开发者有没有耐心学习又一个编排层。”

nuxt-skills

S
toolCo-Pilot / 辅助式
90/ 100

“这本质上是一份组织良好的小抄,能把你的 AI 助手变成一只 Nuxt 框架的复读机。”

免责声明:本内容来源于 GitHub 开源项目,仅供展示和评分分析使用。

版权归原作者所有 WilkoMarketing.