{
  "schemaVersion": "1.0",
  "item": {
    "slug": "n8n-workflow-templates",
    "name": "n8n Workflow Templates",
    "source": "tencent",
    "type": "skill",
    "category": "其他",
    "sourceUrl": "https://clawhub.ai/yoder-bawt/n8n-workflow-templates",
    "canonicalUrl": "https://clawhub.ai/yoder-bawt/n8n-workflow-templates",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/n8n-workflow-templates",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=n8n-workflow-templates",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "activate-workflow.sh",
      "delete-workflow.sh",
      "deploy.sh",
      "list-workflows.sh"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/n8n-workflow-templates"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/n8n-workflow-templates",
    "agentPageUrl": "https://openagent3.xyz/skills/n8n-workflow-templates/agent",
    "manifestUrl": "https://openagent3.xyz/skills/n8n-workflow-templates/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/n8n-workflow-templates/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "n8n Workflow Templates",
        "body": "Deploy production-ready n8n workflows in seconds. Five battle-tested templates plus management scripts for the complete n8n workflow lifecycle."
      },
      {
        "title": "Quick Start",
        "body": "# Set your n8n credentials\nexport N8N_HOST=\"http://localhost:5678\"\nexport N8N_API_KEY=\"n8n_api_xxxxx\"\n\n# List existing workflows\nbash list-workflows.sh\n\n# Deploy a template\nbash deploy.sh \"$N8N_HOST\" \"$N8N_API_KEY\" templates/webhook-to-telegram.json"
      },
      {
        "title": "Templates",
        "body": "TemplateDescriptionUse Casewebhook-to-telegram.jsonWebhook receiver → Telegram alertsInstant notifications from any servicerss-monitor.jsonRSS feed monitoring with filteringTrack blogs, news, releaseshealth-check.jsonHTTP health checks with alertsMonitor services, APIs, websitessocial-metrics.jsonScheduled social media collectionTrack followers, engagementdata-backup.jsonAutomated backup with notificationsDatabase/file backups"
      },
      {
        "title": "Environment Variables",
        "body": "VariableRequiredDefaultDescriptionN8N_HOSTYes-n8n instance URLN8N_API_KEYYes-API key from n8n settings"
      },
      {
        "title": "Deployment",
        "body": "bash deploy.sh <n8n-url> <api-key> <template-file> [workflow-name]\n\nArguments:\n\nn8n-url - Full URL to n8n instance (e.g., http://10.0.0.120:5678)\napi-key - n8n API key\ntemplate-file - Path to workflow JSON file\nworkflow-name (optional) - Override the workflow name\n\nExample:\n\nbash deploy.sh \"http://10.0.0.120:5678\" \"n8n_api_abc123\" templates/health-check.json \"My Health Monitor\""
      },
      {
        "title": "Listing Workflows",
        "body": "bash list-workflows.sh <n8n-url> <api-key>\n\nLists all active workflows with their IDs, names, and activation status."
      },
      {
        "title": "webhook-to-telegram",
        "body": "Receives HTTP POST requests, processes JSON payload, sends formatted messages to Telegram.\n\nWebhook URL: ${N8N_HOST}/webhook/workflow-id\n\nExpected payload:\n\n{\n  \"message\": \"Alert from my service\",\n  \"level\": \"warning\",\n  \"timestamp\": \"2026-02-10T22:00:00Z\"\n}\n\nRequired setup: Configure Telegram bot token and chat ID in the workflow."
      },
      {
        "title": "rss-monitor",
        "body": "Monitors RSS feeds on schedule, filters by keywords, alerts on new items.\n\nFeatures:\n\nRuns every 15 minutes\nKeyword filtering (include/exclude)\nDuplicate detection\nMulti-channel alerts (Telegram, Discord, email)\n\nRequired setup: Set RSS feed URL and alert destination."
      },
      {
        "title": "health-check",
        "body": "Performs HTTP health checks, alerts on failure, tracks response times.\n\nFeatures:\n\nConfigurable check interval\nResponse time thresholds\nConsecutive failure alerts\nStatus history tracking\n\nRequired setup: Set target URLs and alert channels."
      },
      {
        "title": "social-metrics",
        "body": "Collects social media metrics on schedule, stores for trending.\n\nFeatures:\n\nDaily metric collection\nMulti-platform support (X/Twitter, LinkedIn, etc.)\nData storage in n8n or external DB\nTrend analysis ready\n\nRequired setup: Configure API credentials for each platform."
      },
      {
        "title": "data-backup",
        "body": "Automated backup workflow with pre/post checks and notifications.\n\nFeatures:\n\nSchedule-based execution\nPre-backup validation\nBackup verification\nSuccess/failure notifications\nRetention policy enforcement\n\nRequired setup: Configure backup source, destination, and credentials."
      },
      {
        "title": "API Reference",
        "body": "The scripts use n8n REST API v1:\n\nGET  /api/v1/workflows          # List workflows\nPOST /api/v1/workflows          # Create workflow\nGET  /api/v1/workflows/:id      # Get workflow\nPUT  /api/v1/workflows/:id      # Update workflow\nPOST /api/v1/workflows/:id/activate    # Activate\nPOST /api/v1/workflows/:id/deactivate  # Deactivate\n\nFull API docs: ${N8N_HOST}/api/v1/docs"
      },
      {
        "title": "Customizing Templates",
        "body": "Templates are standard n8n workflow JSON. Edit in n8n UI or modify the JSON directly:\n\n# Copy and customize\ncp templates/health-check.json my-custom-check.json\n# Edit my-custom-check.json with your favorite editor\nbash deploy.sh \"$N8N_HOST\" \"$N8N_API_KEY\" my-custom-check.json"
      },
      {
        "title": "\"Unauthorized\" error",
        "body": "Verify API key is correct\nCheck API key hasn't expired in n8n settings"
      },
      {
        "title": "\"Connection refused\"",
        "body": "Verify n8n is running\nCheck N8N_HOST includes correct port\nEnsure firewall allows connection"
      },
      {
        "title": "Workflow won't activate",
        "body": "Check all credentials are configured in the workflow\nVerify webhook nodes don't conflict with existing webhooks\nCheck n8n execution logs for errors"
      },
      {
        "title": "Template deployment fails",
        "body": "Validate JSON: python3 -c \"import json; json.load(open('template.json'))\"\nCheck n8n version compatibility (templates tested on v1.0+)"
      },
      {
        "title": "Requirements",
        "body": "n8n instance v1.0 or later\nAPI access enabled in n8n settings\ncurl and bash\nNetwork access to n8n instance"
      },
      {
        "title": "See Also",
        "body": "n8n Documentation: https://docs.n8n.io/\nn8n API Reference: https://docs.n8n.io/api/\nWorkflow examples: https://n8n.io/workflows/"
      }
    ],
    "body": "n8n Workflow Templates\n\nDeploy production-ready n8n workflows in seconds. Five battle-tested templates plus management scripts for the complete n8n workflow lifecycle.\n\nQuick Start\n# Set your n8n credentials\nexport N8N_HOST=\"http://localhost:5678\"\nexport N8N_API_KEY=\"n8n_api_xxxxx\"\n\n# List existing workflows\nbash list-workflows.sh\n\n# Deploy a template\nbash deploy.sh \"$N8N_HOST\" \"$N8N_API_KEY\" templates/webhook-to-telegram.json\n\nTemplates\nTemplate\tDescription\tUse Case\nwebhook-to-telegram.json\tWebhook receiver → Telegram alerts\tInstant notifications from any service\nrss-monitor.json\tRSS feed monitoring with filtering\tTrack blogs, news, releases\nhealth-check.json\tHTTP health checks with alerts\tMonitor services, APIs, websites\nsocial-metrics.json\tScheduled social media collection\tTrack followers, engagement\ndata-backup.json\tAutomated backup with notifications\tDatabase/file backups\nDetailed Usage\nEnvironment Variables\nVariable\tRequired\tDefault\tDescription\nN8N_HOST\tYes\t-\tn8n instance URL\nN8N_API_KEY\tYes\t-\tAPI key from n8n settings\nDeployment\nbash deploy.sh <n8n-url> <api-key> <template-file> [workflow-name]\n\n\nArguments:\n\nn8n-url - Full URL to n8n instance (e.g., http://10.0.0.120:5678)\napi-key - n8n API key\ntemplate-file - Path to workflow JSON file\nworkflow-name (optional) - Override the workflow name\n\nExample:\n\nbash deploy.sh \"http://10.0.0.120:5678\" \"n8n_api_abc123\" templates/health-check.json \"My Health Monitor\"\n\nListing Workflows\nbash list-workflows.sh <n8n-url> <api-key>\n\n\nLists all active workflows with their IDs, names, and activation status.\n\nTemplate Details\nwebhook-to-telegram\n\nReceives HTTP POST requests, processes JSON payload, sends formatted messages to Telegram.\n\nWebhook URL: ${N8N_HOST}/webhook/workflow-id\n\nExpected payload:\n\n{\n  \"message\": \"Alert from my service\",\n  \"level\": \"warning\",\n  \"timestamp\": \"2026-02-10T22:00:00Z\"\n}\n\n\nRequired setup: Configure Telegram bot token and chat ID in the workflow.\n\nrss-monitor\n\nMonitors RSS feeds on schedule, filters by keywords, alerts on new items.\n\nFeatures:\n\nRuns every 15 minutes\nKeyword filtering (include/exclude)\nDuplicate detection\nMulti-channel alerts (Telegram, Discord, email)\n\nRequired setup: Set RSS feed URL and alert destination.\n\nhealth-check\n\nPerforms HTTP health checks, alerts on failure, tracks response times.\n\nFeatures:\n\nConfigurable check interval\nResponse time thresholds\nConsecutive failure alerts\nStatus history tracking\n\nRequired setup: Set target URLs and alert channels.\n\nsocial-metrics\n\nCollects social media metrics on schedule, stores for trending.\n\nFeatures:\n\nDaily metric collection\nMulti-platform support (X/Twitter, LinkedIn, etc.)\nData storage in n8n or external DB\nTrend analysis ready\n\nRequired setup: Configure API credentials for each platform.\n\ndata-backup\n\nAutomated backup workflow with pre/post checks and notifications.\n\nFeatures:\n\nSchedule-based execution\nPre-backup validation\nBackup verification\nSuccess/failure notifications\nRetention policy enforcement\n\nRequired setup: Configure backup source, destination, and credentials.\n\nAPI Reference\n\nThe scripts use n8n REST API v1:\n\nGET  /api/v1/workflows          # List workflows\nPOST /api/v1/workflows          # Create workflow\nGET  /api/v1/workflows/:id      # Get workflow\nPUT  /api/v1/workflows/:id      # Update workflow\nPOST /api/v1/workflows/:id/activate    # Activate\nPOST /api/v1/workflows/:id/deactivate  # Deactivate\n\n\nFull API docs: ${N8N_HOST}/api/v1/docs\n\nCustomizing Templates\n\nTemplates are standard n8n workflow JSON. Edit in n8n UI or modify the JSON directly:\n\n# Copy and customize\ncp templates/health-check.json my-custom-check.json\n# Edit my-custom-check.json with your favorite editor\nbash deploy.sh \"$N8N_HOST\" \"$N8N_API_KEY\" my-custom-check.json\n\nTroubleshooting\n\"Unauthorized\" error\nVerify API key is correct\nCheck API key hasn't expired in n8n settings\n\"Connection refused\"\nVerify n8n is running\nCheck N8N_HOST includes correct port\nEnsure firewall allows connection\nWorkflow won't activate\nCheck all credentials are configured in the workflow\nVerify webhook nodes don't conflict with existing webhooks\nCheck n8n execution logs for errors\nTemplate deployment fails\nValidate JSON: python3 -c \"import json; json.load(open('template.json'))\"\nCheck n8n version compatibility (templates tested on v1.0+)\nRequirements\nn8n instance v1.0 or later\nAPI access enabled in n8n settings\ncurl and bash\nNetwork access to n8n instance\nSee Also\nn8n Documentation: https://docs.n8n.io/\nn8n API Reference: https://docs.n8n.io/api/\nWorkflow examples: https://n8n.io/workflows/"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/yoder-bawt/n8n-workflow-templates",
    "publisherUrl": "https://clawhub.ai/yoder-bawt/n8n-workflow-templates",
    "owner": "yoder-bawt",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/n8n-workflow-templates",
    "downloadUrl": "https://openagent3.xyz/downloads/n8n-workflow-templates",
    "agentUrl": "https://openagent3.xyz/skills/n8n-workflow-templates/agent",
    "manifestUrl": "https://openagent3.xyz/skills/n8n-workflow-templates/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/n8n-workflow-templates/agent.md"
  }
}