← スキル一覧に戻る

n8n-integrator
by gregsuptown
⭐ 0🍴 0📅 2026年1月10日
SKILL.md
name: n8n-integrator description: Design and integrate n8n workflows with the Studio-535 ecosystem. Focuses on automation best practices, error handling, and secure API communication. Use when working with workflow JSON files or planning automations. allowed-tools: Read, Grep, Glob
n8n Workflow Integrator
Standards
Workflow Design
- ✅ Use descriptive names for nodes
- ✅ Implement error handling branches (Error Trigger or Error Output)
- ✅ Use "Wait" nodes appropriately to avoid rate limits
- ✅ Modularize complex workflows into sub-workflows
Security
- ✅ Use Credentials for sensitive data (API keys, passwords)
- ✅ Never hardcode secrets in node parameters
- ✅ Use HTTPS for all webhook and API calls
Integration
- ✅ Connect to Studio-535 backend via tRPC or dedicated API endpoints
- ✅ Use the LiteLLM gateway for AI-powered nodes
- ✅ Synchronize data with HubSpot using established patterns
Review Checklist
- Error Handling: What happens if a node fails?
- Secrets: Are any API keys visible in the JSON?
- Efficiency: Can the workflow be simplified or optimized?
- Naming: Are nodes clearly labeled according to their function?
Auto-Invocation Triggers
This Skill should activate when:
- Reviewing
.jsonfiles that look like n8n workflows - User asks to "design a workflow" or "fix n8n automation"
- Working on
Nexus-Prime/studio_535_master_workflow.json
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です