← Back to Skills Marketplace
pntrivedy

N8n 1.0.2

by pntrivedy · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1876
Downloads
1
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install n8n-1-0-2
Description
Manage n8n workflows and automations via API. Use when working with n8n workflows, executions, or automation tasks - listing workflows, activating/deactivating, checking execution status, manually triggering workflows, or debugging automation issues.
Usage Guidance
This skill's code matches an n8n API client, but the package metadata did not declare that it needs an API key or base URL. Before installing: (1) confirm the skill's source/maintainer (no homepage was provided); (2) supply N8N_API_KEY and N8N_BASE_URL only for a trusted n8n instance and prefer a short-lived or scoped key; (3) avoid adding secrets to shell rc files if you can — use a secure secret manager or the agent's secret storage; (4) inspect the included scripts (n8n_api.py) yourself — they only call the provided base URL with your API key, but the provenance mismatch is the main concern; (5) if you proceed, rotate the API key after use and limit its permissions where possible.
Capability Analysis
Type: OpenClaw Skill Name: n8n-1-0-2 Version: 1.0.0 The OpenClaw skill bundle for n8n workflow management is benign. It correctly uses environment variables (`N8N_API_KEY`, `N8N_BASE_URL`) for authentication and connecting to a user-configured n8n instance, as detailed in `SKILL.md` and implemented in `scripts/n8n_api.py`. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the AI agent. All actions are confined to managing n8n workflows via its documented API, and dependencies are limited to the standard `requests` library.
Capability Assessment
Purpose & Capability
The name, description, and code align with an n8n API client (listing, activating, executing workflows). However the registry metadata claims no required env vars or primary credential while the SKILL.md and n8n_api.py clearly require N8N_API_KEY (and N8N_BASE_URL). The missing declared primaryEnv and absent homepage/source are additional red flags about provenance.
Instruction Scope
SKILL.md instructions are scoped to calling the n8n REST API and match the provided scripts. They do instruct the user to place the API key in shell rc files (~/.zshrc or ~/.bashrc), which persists a secret in plain text environment configuration — a security/privacy consideration but functionally consistent with the skill's purpose.
Install Mechanism
This is an instruction-only skill with no install spec. It includes a requirements.txt (requests) and instructs creating a virtualenv and pip installing dependencies — a low-risk, conventional installation path.
Credentials
The skill legitimately needs N8N_API_KEY and N8N_BASE_URL, but the registry metadata does not list any required env vars or primary credential. That mismatch makes it unclear how secrets will be provided to the agent. Storing an API key in shell rc as recommended persists the secret in plaintext environment and may be inappropriate for some users.
Persistence & Privilege
The skill does not request always:true, does not modify system-wide settings, and is user-invocable only. It does not attempt to change other skills' configs or gain permanent elevated presence.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install n8n-1-0-2
  3. After installation, invoke the skill by name or use /n8n-1-0-2
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
n8n Skill 1.0.0 – Initial Release - Manage n8n workflows and automations via REST API. - Supports listing, activating, deactivating, executing, and debugging workflows. - Includes CLI usage examples and Python API for programmatic access. - Provides troubleshooting tips and workflow health monitoring guidance.
Metadata
Slug n8n-1-0-2
Version 1.0.0
License
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is N8n 1.0.2?

Manage n8n workflows and automations via API. Use when working with n8n workflows, executions, or automation tasks - listing workflows, activating/deactivating, checking execution status, manually triggering workflows, or debugging automation issues. It is an AI Agent Skill for Claude Code / OpenClaw, with 1876 downloads so far.

How do I install N8n 1.0.2?

Run "/install n8n-1-0-2" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is N8n 1.0.2 free?

Yes, N8n 1.0.2 is completely free (open-source). You can download, install and use it at no cost.

Which platforms does N8n 1.0.2 support?

N8n 1.0.2 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created N8n 1.0.2?

It is built and maintained by pntrivedy (@pntrivedy); the current version is v1.0.0.

💬 Comments