A secure filesystem-backed bridge for exchanging files between users and AI agents via MCP.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install stdio-skill
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install stdio-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The stdio-skill is a specialized Model Context Protocol (MCP) server designed to create a bridge between your local filesystem and AI agents like Clawdbot. By establishing a dedicated directory structure for inputs, temporary processing, and outputs, it provides a predictable and safe environment for file-based automation within Openclaw Skills.
This skill eliminates the friction of manual file handling by providing a standardized set of tools for listing, reading, and moving files. It is particularly effective for workflows where the agent needs to process external documents or generate structured deliverables without exposing the entire root filesystem to the agent.
To initialize the stdio-skill, ensure you have mcporter installed and configured within your environment. You can verify the availability of the tools with the following command:
mcporter list stdio-skill --schema --timeout 120000 --json
Ensure the following directory structure exists in your workspace root:
stdio/inbox/ stdio/tmp/ stdio/outbox/The skill operates on a strictly defined directory structure within the local workspace. This ensures that Openclaw Skills interactions remain secure and organized.
| Directory | Purpose | Access Level |
|---|---|---|
stdio/inbox/ |
User-provided input files for the agent | Read/List |
stdio/tmp/ |
Temporary scratch area for active processing | Read/Write/Move |
stdio/outbox/ |
Final deliverables and results for the user | Write |
Loading
A terminal-first project bootstrapper and workspace context manager that synchronizes local task management with Trello.

Maintain a deterministic, file-based knowledge graph by adding, superseding, and summarizing atomic facts for entities.

A personal finance memory layer that enables AI agents to parse statements, store transaction history, and perform spending analysis.

A professional-grade AI agent skill for analyzing Korean stocks using a rigorous financial-first evaluation framework.

A local macOS image analysis tool leveraging Apple's Vision framework to detect faces, text, poses, and objects without external API calls.

An AI agent skill for discovering, evaluating, and advocating for decentralized crowdfunding campaigns while building a reputation through a karma system.








































