fastworkflow: Skill for Claude Code

.claude/skills/fastworkflow-run-and-operate/SKILL.md

fastworkflow-run-and-operate is a skill for Claude Code from radiantlogicinc/fastworkflow. It costs 208 tokens per session (6,935 once invoked), scanned B, original, Apache-2.0.

A runbook for operating fastWorkflow, a framework for running command-based AI workflows. It covers the command-line tool, bundled examples, runtime modes, servers, and generated runtime files.

In plain words
What is it for?
Use it to fetch examples, train and run workflows, choose agent or assistant mode, launch the HTTP/MCP server, interpret status codes, and identify removable runtime folders.
Why use it?
It helps you run workflows correctly and understand the files they create. This reduces errors when choosing a mode, starting a server, or cleaning temporary artifacts.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions CLAUDE.md.

This is radiantlogicinc/fastworkflow's own configuration. It tells Claude Code how to work on fastworkflow itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything fastworkflow configures →

Reuse

Borrowing it

Nothing to install: this file belongs to radiantlogicinc/fastworkflow. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/radiantlogicinc/fastworkflow/main/.claude/skills/fastworkflow-run-and-operate/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/radiantlogicinc/fastworkflow

Made for: Claude Code.

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 fastworkflow-run-and-operate

README.md
[![agentmods](https://agentmods.dev/badge/skills/radiantlogicinc/fastworkflow/fastworkflow-run-and-operate/github.svg)](https://agentmods.dev/skills/radiantlogicinc/fastworkflow/fastworkflow-run-and-operate)
Your own site
<a href="https://agentmods.dev/skills/radiantlogicinc/fastworkflow/fastworkflow-run-and-operate"><img src="https://agentmods.dev/badge/skills/radiantlogicinc/fastworkflow/fastworkflow-run-and-operate/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for fastworkflow-run-and-operate

Your own site · 80×15
<a href="https://agentmods.dev/skills/radiantlogicinc/fastworkflow/fastworkflow-run-and-operate"><img src="https://agentmods.dev/badge/skills/radiantlogicinc/fastworkflow/fastworkflow-run-and-operate.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 208 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,935 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 5 findings, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Privilege Escalation · line 72
    Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
    Fix: Remove references to credential paths. Use environment variables or secrets managers. For docs, use placeholder paths (e.g., /path/to/config). Never load .env or token files in production code paths.
  • high Privilege Escalation · line 308
    Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
    Fix: Remove references to credential paths. Use environment variables or secrets managers. For docs, use placeholder paths (e.g., /path/to/config). Never load .env or token files in production code paths.
  • high Privilege Escalation · line 201
    Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
    Fix: Remove references to credential paths. Use environment variables or secrets managers. For docs, use placeholder paths (e.g., /path/to/config). Never load .env or token files in production code paths.
  • medium Privilege Escalation · line 170
    Commands invoke sudo or root privileges. Verify this elevated access is necessary and justified.
    Fix: Avoid sudo/root unless strictly required. Prefer least-privilege patterns. If elevation is needed, document the justification and scope.
  • medium Tool Misuse · line 337
    Tool defaults are unsafe or overly permissive (e.g. disabled TLS verification, no authentication, world-writable permissions). Unsafe defaults widen the attack surface.
    Fix: Override unsafe defaults with secure settings (verify=True, auth required, restrictive permissions). Review and harden all tool configurations.
How audits are shown
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.1 $0.00208 $0.06935
Opus 5 $0.00104 $0.03467
Sonnet 5 $0.00042 $0.01387
Haiku 4.5 $0.00021 $0.00694

Measured 9d ago against content hash a0fb30c3a262, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade B, and why

fastworkflow-run-and-operate 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 9d 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.

| `jwt_keys/` (CWD) | run_fastapi_mcp on first use | RSA-2048 keypair (jwt_manager.py:59) in `./jwt_keys` (jwt_manager.py:29-31), `private_key.pem` chmod 600 (jwt_manager.py:94) | Regenerated on next launch; deleting inv
.claude/skills/fastworkflow-run-and-operate/SKILL.md · 365 lines

How it starts

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

fastWorkflow: Run and Operate

Runbook for operating fastWorkflow v2.22.2: the fastworkflow CLI, the bundled examples, the runtime artifacts on disk, and the FastAPI+MCP server. Every command, flag, path, and endpoint below was verified against the code on 2026-07-09 (see Provenance at the end).

When to use / when NOT to use

Use this skill when you are running things: fetching examples, training-then-running a workflow, choosing agent vs assistant mode, launching the HTTP/MCP server, interpreting its status codes, or deciding which ___* directory is safe to delete.

Use a sibling instead when:

Need Sibling skill
Why intent detection / param extraction behaves as it does; model internals fastworkflow-nlu-pipeline-reference
Every env var's default, consumers, sharp edges fastworkflow-config-and-flags
Recreate the dev environment, secrets, poetry/venv fastworkflow-build-and-env
tau-bench / tau2 mechanics, benchmark parity rules fastworkflow-taubench-reference
Running the E0-E25 reliability experiments tau2-reliability-campaign
A runtime failure you cannot triage from this page fastworkflow-debugging-playbook
Whether a change to server/CLI code is allowed fastworkflow-change-control
Architecture invariants behind the turns engine fastworkflow-architecture-contract
Measuring instead of eyeballing (diagnostic scripts) fastworkflow-diagnostics-and-tooling

Jargon used below, defined once:

  • Workflow — a directory with a _commands/ folder; the unit you build/train/run.
  • Command — one Python file in _commands/ wrapping a piece of app logic; the unit of intent.
  • Agent mode — an LLM ReAct agent plans and calls workflow commands as tools (default for run).
  • Assistant mode — deterministic: your message goes straight through intent detection → parameter extraction → execution, no agent loop.
  • Turn — one user message processed end-to-end, producing a TurnOutput.
  • Channel — the server's session identity (channel_id); one conversation stream per channel.
  • MCP — Model Context Protocol; the server auto-exposes selected endpoints as MCP tools at /mcp.

Read the full file on GitHub · 365 lines

Files

What ships with it

2 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. 9d ago First seen · 365 lines · 208 tokens per session scan B a0fb30c3a262

Subscribe to this mod's changes

fastworkflow-run-and-operate is a skill published in the GitHub repository radiantlogicinc/fastworkflow (52 stars, last pushed 5d ago), licensed Apache-2.0. It adds 208 tokens to every session and 6,935 once invoked, about $0.0010 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

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

insight-error-page

Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…

vercel/next.js · 83 tokens

next-cache-components-optimizer

Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…

vercel/next.js · 170 tokens

next-partial-prefetching-adoption

Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…

vercel/next.js · 103 tokens