{"id":28514487,"url":"https://github.com/n8nhackers/agent","last_synced_at":"2026-02-27T17:39:44.924Z","repository":{"id":287254157,"uuid":"964111534","full_name":"n8nhackers/agent","owner":"n8nhackers","description":"Agent that gets data from n8n and push it to our server","archived":false,"fork":false,"pushed_at":"2025-04-25T17:24:44.000Z","size":1223,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-05T07:40:32.468Z","etag":null,"topics":["agent","alarms","backups","documentation","monitor","n8n","workflows"],"latest_commit_sha":null,"homepage":"https://n8nhackers.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/n8nhackers.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-10T17:51:39.000Z","updated_at":"2025-04-26T20:03:41.000Z","dependencies_parsed_at":"2025-04-10T20:04:17.262Z","dependency_job_id":null,"html_url":"https://github.com/n8nhackers/agent","commit_stats":null,"previous_names":["n8nhackers/agent"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/n8nhackers/agent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n8nhackers%2Fagent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n8nhackers%2Fagent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n8nhackers%2Fagent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n8nhackers%2Fagent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/n8nhackers","download_url":"https://codeload.github.com/n8nhackers/agent/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n8nhackers%2Fagent/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29906505,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T17:28:36.873Z","status":"ssl_error","status_checked_at":"2026-02-27T17:28:20.970Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agent","alarms","backups","documentation","monitor","n8n","workflows"],"created_at":"2025-06-09T02:04:01.345Z","updated_at":"2026-02-27T17:39:44.920Z","avatar_url":"https://github.com/n8nhackers.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Agent\n\nThe **n8nhackers Agent** is a powerful tool designed to enhance your n8n workflow management by providing advanced monitoring, alarms, and backup capabilities for up to 10 n8n instances. With this agent, you can:\n\n- **Monitor up to 10 n8n instances**: Keep track of multiple n8n instances from a centralized interface.\n- **Set up alarms for critical events**: Receive instant notifications for errors or anomalies in your workflows.\n- **Automate workflow backups**: Ensure data safety with scheduled backups for all your workflows.\n- **Track execution metrics**: Analyze workflow performance with detailed metrics like execution times and success rates.\n- **Enhance operational reliability**: Proactively address issues with comprehensive monitoring and alerting features.\n- **Push data securely**: Send data without exposing sensitive API keys.\n- **Support for non-public n8n instances**: Ideal for setups where your n8n instances are not accessible from the public internet.\n\n## TL;DR\n\nTo run the **n8nhackers Agent**, use the following Docker command:\n\n```bash\ndocker run -d --name n8nhackers-agent \\\n-e N8NHACKERS_API_KEY=eyJhbGciOiJI... \\\n-e INSTANCE_NAME1=n8n1 \\\n-e INSTANCE_URL1=https://n8n1.mydomain.com \\\n-e INSTANCE_API_KEY1=eyJhbGciOiJI... \\\nn8nhackers/agent:latest\n```\n\nDon't add trailing slash in your INSTANCE_URLs.\n\nFor detailed installation instructions, visit the [n8nhackers installations panel](https://n8nhackers.com/en/dashboard/resources/installations).\nCheck all the DockerHub images [here](https://hub.docker.com/r/n8nhackers/agent).\n\n## Features\n\n### Installations\n\nAdd as many n8ns you want to monitor. Use our dashboard to control multiple n8ns.\n\n![Installation Steps](images/installations.png)\n\n### Monitoring and Alarms\nThe agent provides real-time monitoring and alarm notifications for critical events, ensuring your workflows run smoothly.\n\n![Documentation Reference](images/alarms.png)\n\n### Workflow Backups\nAutomate your workflow backups to prevent data loss and maintain operational continuity.\n\n![Documentation Reference](images/backups.png)\n\n\n### Execution Metrics\nTrack and analyze execution metrics to optimize workflow performance.\n\n![Execution Metrics](images/executions.png)\n\n### Workflows\n\nManage and organize your workflows efficiently with the agent's intuitive interface. Easily monitor, edit, and optimize workflows to ensure seamless operations.\n\n![Workflow Overview](images/workflows.png)\n\n\n### Workflows Documentation\n\nAccess comprehensive documentation for managing your workflows. The agent allows you to query existing workflow documentation automatically, enabling you to create, edit, and optimize workflows effectively using its advanced features.\n\n![Workflow Documentation](images/documentation.png)\n\n## Change Log\n\n### [1.0.1] - New capabilities\n- Organize code\n- Change parsing of instances\n- Recover pending jobs\n- Add metrics\n\n### [1.0.0] - Initial Release\n- Added monitoring support for up to 10 n8n instances.\n- Introduced alarm notifications for critical events.\n- Enabled automated workflow backup functionality.\n- Implemented secure data handling without sharing API keys.\n- Optimized for non-publicly exposed n8n instances.\n\n## Contact\n\nFor support or inquiries, please contact us at [support@n8nhackers.com](mailto:support@n8nhackers.com).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fn8nhackers%2Fagent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fn8nhackers%2Fagent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fn8nhackers%2Fagent/lists"}