← 返回
开发者工具 中文

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).
通过MCP stdio服务器实现stdin/stdout的文件收件箱/发件箱桥接,用于向Clawdbot传入/传出文件。实现简单的文件系统型dropbox功能:接收文件到收件箱,移至tmp目录处理,然后将结果输出到发件箱或指定路径。
safatinaztepe
开发者工具 clawhub v1.0.0 1 版本 99844.6 Key: 无需
★ 1
Stars
📥 1,907
下载
💾 34
安装
1
版本
#latest

概述

stdio-skill

Implement 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 here
  • stdio/tmp/ — scratch area (move/copy inputs here for processing)
  • stdio/outbox/ — put deliverables here for pickup

Start the MCP server (via mcporter)

This repo config should include an MCP server named stdio-skill.

  • List tools:
  • mcporter list stdio-skill --schema --timeout 120000 --json

Tooling model

Prefer:

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.

Notes

  • This skill is intentionally dumb/simple: it does not interpret file formats.
  • It is safe-by-default: operations are restricted to the three directories above.
  • For large files: prefer passing by path + moving files, not embedding giant base64 blobs in chat.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-28 18:22 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 672 📥 324,514
developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,924
developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 68 📥 180,462