stdio-skillStdin/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).
Install via ClawdBot CLI:
clawdbot install SafaTinaztepe/stdio-skillImplement and use a local MCP stdio server that provides a simple inbox/outbox workflow backed by directories on disk.
Paths (workspace-relative):
stdio/inbox/ β user drops inputs herestdio/tmp/ β scratch area (move/copy inputs here for processing)stdio/outbox/ β put deliverables here for pickupThis repo config should include an MCP server named stdio-skill.
mcporter list stdio-skill --schema --timeout 120000 --jsonPrefer:
1) stdio-skill.stdio_list to see whatβs waiting.
2) stdio-skill.stdio_read (base64) to pull file contents.
3) stdio-skill.stdio_move to move an item to tmp once youβve claimed it.
4) Write outputs with stdio-skill.stdio_write (base64) into outbox unless the user provided an explicit destination path.
No deprecated aliases: use the stdio_* tools only.
Generated Mar 1, 2026
A small law firm receives client documents via email and needs to process them for case management. Staff save attachments to the inbox, an AI agent moves them to tmp for OCR and redaction, then outputs finalized PDFs to the outbox for review.
A marketing agency collects raw photos and videos from field teams into the inbox. An AI agent transfers files to tmp for format conversion and metadata tagging, then places edited assets in the outbox for campaign use.
A retail company uploads daily sales CSV files to the inbox. An AI agent moves them to tmp for data validation and cleaning, then outputs processed files to the outbox for loading into a business intelligence dashboard.
Researchers submit experimental data files to the inbox. An AI agent relocates them to tmp for statistical analysis and visualization, then deposits results in the outbox for paper drafting and peer review.
A development team uses the inbox to receive source code archives. An AI agent moves them to tmp for compilation and testing, then outputs binaries and logs to the outbox for deployment or debugging.
Offer a cloud or on-premise solution where clients pay a monthly fee to use the skill for automated document handling. Revenue comes from tiered plans based on file volume and processing speed, targeting small businesses.
Provide custom setup and integration of the skill into existing client workflows, such as connecting it to email systems or databases. Revenue is generated through one-time project fees and ongoing support contracts.
License the skill technology to large organizations for internal use, allowing them to rebrand it as part of their proprietary tools. Revenue comes from upfront licensing fees and annual maintenance charges.
π¬ Integration Tip
Ensure the MCP server is properly configured with mcporter and test the tool listing first to verify connectivity before automating file workflows.
Advanced filesystem operations - listing, searching, batch processing, and directory analysis for Clawdbot
Perform advanced filesystem tasks including listing, recursive searching by name or content, batch copying/moving/deleting files, and analyzing directory siz...
Essential SSH commands for secure remote access, key management, tunneling, and file transfers.
Extract text from PDF files for LLM processing
The directory for AI agent services. Discover tools, platforms, and infrastructure built for agents.
Advanced filesystem operations - listing, searching, batch processing, and directory analysis for Clawdbot