Token导航 LogoToken导航TokenDH.com
研究检索敏感数据github未标认证来源可访问许可证需确认审计通过

n8n-skills-catalogn8n 技能目录

Agent Skill

n8n-skills-catalog 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

212

周安装

9

GitHub Stars

公开资料未说明

下载量

74
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:n8n-skills-catalog(n8n 技能目录)
来源仓库:https://github.com/aixier/n8n-automation-hub
仓库路径:skills/n8n-skills-catalog
安装命令:
npx skills add https://github.com/aixier/n8n-automation-hub --skill n8n-skills-catalog
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/aixier/n8n-automation-hub --skill n8n-skills-catalog

简介

n8n-skills-catalog 用于查找、检索和筛选相关信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词快速定位候选结果。
  • 可通过来源仓库和原始 README 进一步核验具体用法。
  • 安装方式:通过 npx skills add 命令从指定 GitHub 仓库安装。
  • 注意:安装前建议确认权限范围和维护状态,避免触发不必要的联网或文件操作。

SKILL.md

n8n Skills Catalog

When to use: Need to find the right skill for a task, explore available capabilities, or get started with n8n automation.

🎯 Quick Skill Finder

I need to...

Fix n8n errors or issues → Use: n8n-best-practices

  • Code node errors
  • HTTP request failures
  • Environment variable issues
  • Data flow problems

Scrape websites → Use: anti-scraping

  • Bypass Cloudflare
  • JavaScript rendering
  • Multi-page scraping

Integrate AI models → Use: ai-integration

  • OpenAI, Qwen, Claude
  • Structured output parsing
  • Content analysis

Work with Notion → Use: notion-operations

  • Create/update pages
  • Query databases
  • Sync data

Handle OAuth tokens → Use: oauth-automation

  • Auto-refresh tokens
  • YouTube/Google APIs
  • Prevent expiration

Process videos → Use: video-processing

  • Extract subtitles
  • Analyze content
  • Generate timestamps

📚 All Available Skills

🔧 Core & Best Practices

n8n-best-practicesSTART HERE

  • ES5 syntax requirements
  • HTTP request patterns
  • Environment variables
  • Data flow patterns
  • Common pitfalls
  • Debugging strategies

Location: /mnt/d/work/n8n_agent/n8n-skills/n8n-best-practices/

🌐 Web Scraping

anti-scraping

  • Cloudflare bypass
  • Playwright automation
  • Stealth configurations
  • Screenshot debugging

pagination

  • Multi-page scraping
  • URL generation
  • Batch processing

html-parsing

  • Cheerio extraction
  • CSS selectors
  • Data extraction patterns

Location: /mnt/d/work/n8n_agent/n8n-skills/anti-scraping/, pagination/, html-parsing/

🤖 AI Integration

ai-integration

  • Multi-provider support (OpenAI, Qwen, Claude)
  • Structured output parsing
  • Prompt engineering
  • Schema validation
  • Error handling

idea-generation

  • Content clustering
  • Batch processing
  • Multilingual output
  • Creative automation

Location: /mnt/d/work/n8n_agent/n8n-skills/ai-integration/, idea-generation/

📊 Data & Storage

notion-operations

  • Complete CRUD operations
  • All field types
  • Database synchronization
  • Query patterns
  • Structured data design

notion-link-analysis

  • URL → AI → Notion automation
  • Content extraction
  • Auto-tagging
  • Knowledge management

notion-database-sync

  • Sync between databases
  • Deduplication
  • Field mapping
  • Status tracking

Location: /mnt/d/work/n8n_agent/n8n-skills/notion-operations/, notion-link-analysis/, notion-database-sync/

🔐 Authentication

n8n-oauth-automation

  • OAuth token refresh
  • Real-time updates
  • Scheduled refresh
  • Google/YouTube APIs
  • Hybrid patterns

Location: /mnt/d/work/n8n_agent/n8n-skills/n8n-oauth-automation/

🎥 Media Processing

video-processing

  • YouTube subtitle extraction
  • VTT parsing
  • Timestamp handling
  • Screenshot generation
  • Video metadata

Location: /mnt/d/work/n8n_agent/n8n-skills/video-processing/

🛠️ Utilities

error-handling

  • Retry logic
  • Exponential backoff
  • Error classification

data-processing

  • Deduplication
  • Aggregation
  • Data cleaning

data-export

  • CSV generation
  • Special character handling
  • Encoding

debugging

  • Data inspection
  • Validation
  • Quality checks

feishu-integration

  • Feishu/Lark messaging
  • Notifications
  • Card messages

Location: /mnt/d/work/n8n_agent/n8n-skills/error-handling/, data-processing/, data-export/, debugging/, feishu-integration/

🔗 Common Workflow Patterns

Pattern 1: Web Scraping Pipeline

anti-scraping → html-parsing → data-processing → data-export

Use for: E-commerce scraping, content collection, price monitoring

Pattern 2: AI Content Analysis

input → ai-integration → notion-operations

Use for: Content analysis, auto-tagging, knowledge management

Pattern 3: Video Intelligence

oauth-automation → video-processing → ai-integration → notion-operations

Use for: Video indexing, show notes, content summarization

Pattern 4: Link Collection

webhook → notion-link-analysis → notion database

Use for: Research, content curation, inspiration collection

Pattern 5: Database Sync

schedule → notion-database-sync → target database

Use for: Cross-database synchronization, data migration

🚀 Getting Started Guide

Step 1: Identify Your Need

  1. What are you trying to automate?
  2. What data sources/APIs are involved?
  3. What output do you need?

Step 2: Find Relevant Skills

Use the Quick Skill Finder above or browse by category.

Step 3: Read the Documentation

Each skill has detailed SKILL.md with:

  • When to use it
  • Quick start examples
  • Complete patterns
  • Troubleshooting

Step 4: Check Best Practices FIRST

Always read n8n-best-practices before implementing:

  • Avoid ES6 syntax errors
  • Use correct HTTP patterns
  • Handle environment variables properly

Step 5: Combine Skills

Most complex workflows use multiple skills together.

📖 Documentation Structure

For Each Skill

Quick Reference:

  • .claude/skills/{skill-name}/SKILL.md - Claude Code skill
  • Optimized for quick lookup during development

Complete Documentation:

  • /mnt/d/work/n8n_agent/n8n-skills/{skill-name}/README.md - Full guide
  • Code files (.js) - Copy-paste ready implementations
  • Examples and templates

Key Files to Read

Essential (Read First):

  1. n8n-best-practices/README.md - Critical n8n patterns
  2. n8n-skills/README.md - Complete skill catalog
  3. SKILLS_RETRIEVAL_GUIDE.md - How to use skills effectively

Project Level:

  • /mnt/d/work/n8n_agent/CLAUDE.md - Repository guide
  • /mnt/d/work/n8n_agent/n8n-skills/QUICK_START.md - Quick start guide

🔍 How to Search for Solutions

Method 1: By Problem

"I'm getting error X" → n8n-best-practices "Need to scrape site Y" → anti-scraping "OAuth token expired" → oauth-automation

Method 2: By Technology

YouTube → video-processing + oauth-automation Notion → notion-operations AI/LLM → ai-integration Cloudflare → anti-scraping

Method 3: By Pattern

Single page → anti-scraping + html-parsing Multi-page → Add pagination With AI → Add ai-integration Save to Notion → Add notion-operations

Method 4: By Keyword

# Search in skills directory
grep -r "keyword" /mnt/d/work/n8n_agent/n8n-skills/*/README.md

💡 Tips for Success

Golden Rules

  1. Check Best Practices FIRST - Saves hours of debugging
  2. Use ES5 syntax only - No arrow functions, template literals
  3. Use require('https') - Not $http or axios
  4. Export environment variables - Don't just source
  5. Preserve data flow - Always spread previous data

Common Mistakes to Avoid

  • ❌ Using ES6 syntax in Code nodes
  • ❌ Using $http for HTTP requests
  • ❌ Not exporting environment variables
  • ❌ Losing upstream data in transformations
  • ❌ Hardcoding credentials

When Stuck

  1. Check n8n-best-practices/README.md
  2. Search relevant skill documentation
  3. Check error message against known issues
  4. Test code outside n8n first
  5. Simplify workflow to isolate problem

📊 Skills by Difficulty

⭐ Easy (Start Here)

  • data-processing
  • data-export
  • debugging
  • error-handling

⭐⭐ Moderate

  • html-parsing
  • pagination
  • feishu-integration

⭐⭐⭐ Intermediate

  • anti-scraping
  • notion-operations
  • ai-integration

⭐⭐⭐⭐ Advanced

  • video-processing
  • oauth-automation
  • notion-database-sync

⭐⭐⭐⭐⭐ Expert

  • n8n-best-practices (must know)
  • Complete workflow architecture

🔗 Related Resources

Full Skills Library: /mnt/d/work/n8n_agent/n8n-skills/

Python Workflow Agent: /mnt/d/work/n8n_agent/n8n-workflow-agent/

Repository Guide: /mnt/d/work/n8n_agent/CLAUDE.md

📞 How to Use This Catalog

During Development:

  1. Problem occurs → Search this catalog
  2. Find relevant skill
  3. Read skill's SKILL.md
  4. Check full README.md if needed
  5. Copy code and adapt

Planning New Workflow:

  1. List requirements
  2. Map to skills using Quick Finder
  3. Read each skill's documentation
  4. Design workflow combining skills
  5. Implement with best practices

Learning:

  1. Start with n8n-best-practices
  2. Try simple skills (data-export, debugging)
  3. Progress to intermediate (anti-scraping, ai-integration)
  4. Combine skills for complex workflows
  5. Contribute back improvements

Last Updated: 2025-11-03 Total Skills: 14+ Total Code Files: 43+ Lines of Documentation: 8500+

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

32.08%
按下载量换算24

Claude

30.55%
按下载量换算23

Cursor

18.62%
按下载量换算14

Gemini CLI

9.86%
按下载量换算7

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills