walkeros-mcp-actions

walkeros-mcp-actions is a skill for Claude Code from elbwalker/walkerOS. It costs 62 tokens per session (1,421 once invoked), scanned A, original, MIT.

A guide to calling walkerOS tools from code running in an execution environment, such as a serverless worker or application sandbox. It explains how to validate, simulate, bundle, and inspect flows while filtering large results.

In plain words
What is it for?
Use it when building code-based agent workflows that need to check flow configurations, run simulations, inspect packages, or summarize tool results.
Why use it?
It keeps verbose tool output out of the agent's working context and makes several tool calls easier to combine in code.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Claude Code.

Part of the walkeros plugin — 24 skills shipped together

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/elbwalker/walkeros/walkeros-mcp-actions
Any agent
npx skills add elbwalker/walkerOS --skill walkeros-mcp-actions
Clone the repo
git clone --depth 1 https://github.com/elbwalker/walkerOS

Made for: Claude Code.

Or install walkeros, the plugin that ships this one along with the rest of its 24 skills.

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 walkeros-mcp-actions

README.md
[![agentmods](https://agentmods.dev/badge/skills/elbwalker/walkeros/walkeros-mcp-actions.svg)](https://agentmods.dev/skills/elbwalker/walkeros/walkeros-mcp-actions)
Your own site
<a href="https://agentmods.dev/skills/elbwalker/walkeros/walkeros-mcp-actions"><img src="https://agentmods.dev/badge/skills/elbwalker/walkeros/walkeros-mcp-actions.svg" alt="Measured on agentmods" height="20"></a>
Per session 62 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,421 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.1 $0.00062 $0.01421
Opus 5 $0.00031 $0.00711
Sonnet 5 $0.00012 $0.00284
Haiku 4.5 $0.00006 $0.00142

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

Security

Grade A, and why

walkeros-mcp-actions 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 6d 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.

skills/walkeros-mcp-actions/SKILL.md · 128 lines

How it starts

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

Calling walkerOS MCP Tools from Code

When to Use This Skill

You are an AI agent running inside a code-execution host, not issuing tool calls one at a time through the model. Examples:

  • Claude Code in code-execution / "Code Mode"
  • a Cloudflare Worker or other serverless sandbox
  • an app's server-side sandbox that binds the walkerOS MCP transport

The pattern: bind the MCP transport once, call only the tools you need from code, filter the verbose structuredContent payload in code, and return only the distilled answer to the model. This suppresses tokens that the model never needs to see (full catalogs, per-destination simulation dumps) and avoids a chain of one-by-one tool calls.

This is the "Code Execution with MCP" / "Code Mode" pattern: treat MCP tools as functions you call in a sandbox, not as round-trips through the model context.

The Seven Pure Tools

These walkerOS MCP tools are pure and composable: same input, same output, no auth, no cloud side effects. Safe to call freely from code.

Tool (fully-qualified) Purpose Verbose output worth filtering
walkeros:flow_validate Validate a flow or step config; return issues small
walkeros:flow_simulate Run a flow against an event, mock destination calls yes (per-destination calls)
walkeros:flow_bundle Bundle a flow config to a JS artifact medium (bundle/meta)
walkeros:flow_examples Fetch canonical flow/step examples yes (many examples)
walkeros:package_search Find packages by type/platform/keyword yes (catalog)
walkeros:package_get Read a package's schemas, hints, examples yes (full schemas)
walkeros:diagnostics Report MCP/CLI versions, app URL, reachability small

Read the full file on GitHub · 128 lines

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. 6d ago First seen · 128 lines · 62 tokens per session scan A f63cbda702ba

Subscribe to this mod's changes

walkeros-mcp-actions is a skill published in the GitHub repository elbwalker/walkerOS (343 stars, last pushed 3d ago), licensed MIT. It adds 62 tokens to every session and 1,421 once invoked, about $0.0003 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.

Related

Other skills, from other repositories