blacknode-workflow

A workflow tool for Blacknode, a visual system where coding agents connect typed steps into node graphs instead of using only scripts or raw JSON.

In plain words
What is it for?
Use it for Blacknode workflow files, visual node graphs, templates, editor runs, event-log inspection, and integrations with workflow frameworks or NVIDIA NIM.
Why use it?
It helps create, validate, run, debug, inspect, import, and export structured agent workflows while checking which extension packages they need.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/temiroff/blacknode/blacknode-workflow
Any agent
npx skills add temiroff/Blacknode --skill blacknode-workflow
Clone the repo
git clone --depth 1 https://github.com/temiroff/Blacknode

Made for: Claude Code, Codex.

Per session 93 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,377 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00093 $0.03377
Opus 5 $0.00046 $0.01688
Sonnet 5 $0.00019 $0.00675
Haiku 4.5 $0.00009 $0.00338

Measured 3d ago against content hash 78a185dab7ed, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

blacknode-workflow scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/blacknode-workflow/SKILL.md · 319 lines

How it starts

The opening of the file, as written. The whole thing — 319 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Blacknode Workflow

Blacknode is the visual workflow layer for agent harnesses. Use it when a chat or coding agent needs a typed node graph instead of raw JSON or ad hoc scripts.

Scope

Use this skill for:

  • Building a new workflow graph from a user request.
  • Loading, validating, or repairing blacknode.workflow JSON.
  • Opening a workflow in the running visual editor.
  • Running a workflow or template and inspecting the structured event log.
  • Exporting or importing a workflow with Python round-trip, LangGraph, CrewAI, AutoGen, Swarm, or NVIDIA Agent Stack.
  • Creating NVIDIA NIM, local NIM, RAG, tool-agent, or research-pipeline demos.
  • Discovering or installing the extension package required by a workflow.

If no existing node expresses a reusable capability, stop graph construction and use blacknode-development. After implementing and testing the capability, return here to integrate it into a validated workflow.

Package-Aware Planning

  1. Inspect list_nodes and list_templates before assuming a node is missing.
  2. Prefer installed core or package nodes over one-off code.
  3. If a template reports missing nodes, use its metadata.required_packages and the package index to identify the package.
  4. Ask before installing third-party package code. An indexed official package may be installed when package installation is part of the user's request.
  5. Run blacknode packages list after installation and resolve declared dependency warnings before cooking affected nodes.
  6. Use PythonFn only for workflow-local adapters. Use blacknode-development for reusable nodes or packages.

Outcome-First Workflow Design

  • Begin with the requested outcome and build the shortest coherent graph that produces it.
  • A tracked template must perform a useful end-to-end task. Do not create templates whose main result is proving a node works, showcasing wiring, smoke testing, or confirming that a dependency is ready.
  • Every visible node must materially create, transform, route, persist, deploy, or operate something needed by the final result.
  • Do not add checker, test, report, echo, or confirmation nodes as graph padding. The node that owns an operation should validate inputs, preflight dependencies, report progress, and return actionable errors when practical.
  • Keep implementation validation in automated tests or untracked local developer workflows rather than turning it into a product template.
  • Preserve required physical-motion safety, authorization, cost consent, and destructive-action confirmation. Integrate these controls into the owning action or managed service when possible; keep a separate node when the safety contract must be explicit and reusable.

Read the full file on GitHub · 319 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 319 lines · 93 tokens per session scan A 78a185dab7ed

Subscribe to this mod's changes

blacknode-workflow is a skill published in the GitHub repository temiroff/Blacknode (23 stars, last pushed 3d ago), licensed Apache-2.0. It adds 93 tokens to every session and 3,377 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.