ワンクリックで
import-workflow
Use when the user wants to import a workflow JSON file into the local n8n instance at localhost:5678.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when the user wants to import a workflow JSON file into the local n8n instance at localhost:5678.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use this skill whenever Claude is reasoning, analyzing, recommending, or generating content that involves factual claims, metrics, prices, dates, platform behavior, or any "current" information. This is the canonical guard against fabricated certainty. Activate it on every complex operation — ad spend decisions, store edits, market analysis, copy claims, research outputs. If Claude is about to produce a number, date, statistic, or "typically/usually" statement, this skill must govern that output.
Use this skill when the user asks Claude to research competitor ads, look up top-performing ads in a category, analyze spied-on brands, or pull ad library data through GetHookd. Activates whenever Jake mentions "competitor ads," "winning ads," "ad library," "spy on [brand]," or references GetHookd by name.
Use this skill when the user asks Claude to search, read, or organize files in Google Drive — particularly AI Com Academy course transcripts, coach feedback docs, brand research, and shared spreadsheets. Activate when Jake mentions Drive, "my course materials," "coach review," or references a specific Google Doc.
Use this skill when the user asks Claude to generate AI images for ad creatives, product visuals, or brand assets via the Higgsfield API. The Higgsfield API is connected to Claude Code in Jake's Cursor setup. Activate whenever Jake mentions Higgsfield, "generate an image," "make me a visual for [ad/PDP/post]," or needs static creative assets.
Use this skill when the user asks Claude to read, create, update, or search Notion pages and databases. Jake's existing setup includes an "Ad Creation Progress Tracker" database and other DTC workflow trackers. Activate when Jake mentions Notion by name, "my tracker," "update my Notion," or "log this to my workspace."
Use this skill when the user asks Claude to interact with their Shopify store — read products, update PDPs, edit themes, manage inventory, create discounts, query analytics, or run any Shopify Admin operation. This skill documents the 25 dedicated Shopify connector tools, the Shopify AI Toolkit plugin (Claude Code), and the safety rules around write operations.
| name | import-workflow |
| description | Use when the user wants to import a workflow JSON file into the local n8n instance at localhost:5678. |
Import a workflow JSON file into the local n8n instance running at localhost:5678.
/import-workflow [workflow-file-path]
If no path is provided, prompt the user to select from available workflows in the /workflows directory.
You are a workflow import specialist. Your job is to import n8n workflow JSON files into the local n8n instance.
.json files in the /workflows directory and ask which one to importnodes, connections fields)http://localhost:5678/api/v1/workflowsdocker-compose up -dhttp://localhost:5678/api/v1/workflowscurl -X POST http://localhost:5678/api/v1/workflows \
-H "Content-Type: application/json" \
-d @[workflow-file-path]
http://localhost:5678/workflow/[workflow-id]Display a checklist for the user:
✓ Workflow imported successfully
□ Configure required credentials in n8n UI:
- [list credential types needed]
□ Test webhook endpoints (if applicable):
- [list webhook URLs]
□ Activate the workflow in n8n