n8n-cli-operations skillA
n8n-cli-operations is agent-read markdown (skill) from ubie-oss/n8n-cli: Build and operation support for n8n-cli. Guides remote status checks, imports, dry-runs, apply, and linter execution. Auto-build recommended for new sessions..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# n8n-cli Operations Skill A skill to assist with workflow management using n8n-cli (TypeScript/Bun). ## Session Initialization (Important) **For new sessions, always run the following first to ensure n8n-cli is up to date.** ### Priority 1: Build from Local Source (Development) If the n8n-cli source repository is available via add-dir (e.g., `/path/to/n8n-cli/Makefile` exists), build from local source instead of using a release. This ensures the latest development changes are reflected immediately. ```bash # If n8n-cli repo is visible via add-dir N8N_CLI_REPO="/path/to/n8n-cli" # Replace with add-dir path if [ -f "$N8N_CLI_REPO/Makefile" ]; then echo "Building n8n-cli from local source: $N8N_CLI_REPO" cd "$N8N_CLI_REPO" && bun install && make build cp "$N8N_CLI_REPO/n8n-cli" /path/to/target/n8n-cli cd /path/to/target echo "Built from local source: $(./n8n-cli version 2>/dev/null | head -1)" fi ``` ### Priority 2: Auto-Update from GitHub Releases (Preferred) Pre-built binaries are available on GitHub Releases. This is faster than building from source and ensures you're running the official release. ```bash # 1. Check the latest release version …
Read the whole file at its exact version.
How to install
mdr add ubie-oss/n8n-cli/n8n-cli-operations@git:20260829.de4f32bmdr add ubie-oss/n8n-cli/n8n-cli-operations@sha256:82f26d2a859e7a39Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_pb7thmlcx553mpx3)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260829.de4f32b latest | 2026-08-29 | de4f32b | 25,793 B | A | view · diff |
| git:20260815.8e231be | 2026-08-15 | 8e231be | 24,354 B | A | view · diff |
| git:20260621.47427fd | 2026-06-21 | 47427fd | 23,887 B | A | view · diff |
| git:20260411.2d46dc8 | 2026-04-11 | 2d46dc8 | 23,815 B | A | view · diff |
| git:20260313.bb97191 | 2026-03-13 | bb97191 | 22,670 B | A | view |
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (25793 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
ubie-oss/n8n-cli · 46 stars · license MIT · pushed 2026-09-19 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_pb7thmlcx553mpx3 GET https://markdownregistry.com/api/v1/resolve?ref=ubie-oss/n8n-cli/n8n-cli-operations GET https://markdownregistry.com/api/v1/blob/82f26d2a859e7a39be4e4a1a9c2c6abc41c0ec536a383aa0cda9f542b565f445
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.