workflow-deploy

workflow-deploy is a skill for Claude Code, Codex from ForestHubAI/edge-agents. It costs 234 tokens per session (4,614 once invoked), scanned B, original, AGPL-3.0.

A deployment workflow for Edge Agents that turns a finished .workflow.json file into a standalone package. The package contains the engine, configuration, and any required custom or llama components.

In plain words
What is it for?
Use it to package and deploy completed Edge Agents workflows with Docker Compose. It handles the workflow configuration and included components needed by the operator.
Why use it?
It removes the manual work of preparing a runnable deployment for an edge or IoT controller. It uses the fh-workflow command-line tool without requiring an interactive interface.

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/foresthubai/edge-agents/workflow-deploy
Any agent
npx skills add ForestHubAI/edge-agents --skill workflow-deploy
Clone the repo
git clone --depth 1 https://github.com/ForestHubAI/edge-agents

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for workflow-deploy

README.md
[![agentmods](https://agentmods.dev/badge/skills/foresthubai/edge-agents/workflow-deploy.svg)](https://agentmods.dev/skills/foresthubai/edge-agents/workflow-deploy)
Your own site
<a href="https://agentmods.dev/skills/foresthubai/edge-agents/workflow-deploy"><img src="https://agentmods.dev/badge/skills/foresthubai/edge-agents/workflow-deploy.svg" alt="Measured on agentmods" height="20"></a>
Per session 234 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,614 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. Scan, not verified.
Origin unknown 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.00234 $0.04614
Opus 5 $0.00117 $0.02307
Sonnet 5 $0.00047 $0.00923
Haiku 4.5 $0.00023 $0.00461

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

Security

Grade B, and why

workflow-deploy scanned grade B with 1 finding 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 4d 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.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

replace. They fill the real values directly in the bundle's `chmod 600` files.
skills/workflow-deploy/SKILL.md · 293 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

6 files 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. 4d ago First seen · 293 lines · 234 tokens per session scan B 6c33cf4c835e

Subscribe to this mod's changes

workflow-deploy is a skill published in the GitHub repository ForestHubAI/edge-agents (101 stars, last pushed 10d ago), licensed AGPL-3.0. It adds 234 tokens to every session and 4,614 once invoked, about $0.0012 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

aether-iot-query

Use this skill when the user asks about a live AetherEdge runtime: channels, points, real-time values, history, alarms, rules, models, instances, routing, SHM health, service health, or system status. Use aether CLI commands to answer — do NOT inspect source code, local database files, or config YAMLs to answer…

EvanL1/AetherEdge · 82 tokens

embedded-project-setup

Embedded firmware setup: STM32, ESP32, AVR, RP2040, Nordic nRF, Zephyr/RTOS, vendor SDKs, CMake/CMakePresets, VS Code/clangd, cross toolchains, flash/debug, Docker/CI. Use for MCU scaffolds, existing firmware modernization, BSPs, linker/startup files, SDK package selection, and embedded CI; prefer cpp-project-setup…

Victory-7291/project-scaffold-setup-skills · 95 tokens

aether-iot

Build, integrate, diagnose, or generate applications for the AetherEdge AI-native edge kernel. Use for AetherEdge onboarding, SDK compositions, device and topology clients, read-only operations UIs, MCP integration, Domain Packs, or governed IoT commands where live-state authority and physical-device safety must be…

EvanL1/AetherEdge · 68 tokens

Cloudflare Workers & Edge AI Development

Build ultra-low-latency edge computing applications with Cloudflare Workers, Workers AI for LLM inference, V8 isolates, Durable Objects, and serverless patterns deployed across 330+ data centers worldwide.

bobmatnyc/mcp-skillset · 48 tokens

iot-expert

Expert-level IoT systems, embedded devices, edge computing, and IoT protocols.

personamanagmentlayer/pcl · 20 tokens

compute-env-setup

Set up a reproducible Feynman compute environment for research jobs. Use when a task needs Python/R packages, GPU libraries, containers, Modal, SSH, caches, or managed model runtime setup.

companion-inc/feynman · 45 tokens