Communityv1.0.0

Stdio Skill

Stdin/stdout file inbox/outbox bridge for passing files to/from Clawdbot using an MCP stdio server. Use when you want a simple filesystem-backed dropbox: accept files into an inbox, move to tmp for processing, and emit deliverables to an outbox (or a specified path).

1.9kdownloads1stars12active installsSafaTinaztepe
View on ClawHubBack to Skills

Skill Details

Slug
stdio-skill
Latest Version
1.0.0
Author
SafaTinaztepe
Published
Feb 6, 2026
Updated
May 11, 2026
Total Versions
1

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for Stdio Skill.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v1.0.0

Initial release providing a simple filesystem-backed inbox/outbox bridge for passing files via stdin/stdout with an MCP stdio server. - Supports workspace-relative inbox, outbox, and tmp directories for file management. - Basic tools included: list, read (base64), move, and write (base64) files. - Safe-by-default: operations restricted to defined directories, no file format interpretation. - Tailored for straightforward, local file dropbox workflows—prefer moves/paths for large files.