WeChat Auto Reply
macOS 上基于 OCR 的微信消息自动发送与半自动回复工具。
下载 509
通过 mcporter 连接文件系统,支持读取、浏览和搜索文件。
openclaw skills install @claudedamir-art/jarvis-mcp-filesystem命令、参数、文件名以原文为准
MCP 服务器,为 Jarvis 提供对工作区文件系统的访问权限。
通过以下命令调用:
mcporter call --stdio "mcp-server-filesystem <root>" <tool> <args>读取文件内容。
mcporter call --stdio "mcp-server-filesystem /root/.openclaw/workspace" read_file path=/root/.openclaw/workspace/FILE.md列出目录内容。
mcporter call --stdio "mcp-server-filesystem /root/.openclaw/workspace" list_directory path=/root/.openclaw/workspace根据通配符模式搜索文件。
mcporter call --stdio "mcp-server-filesystem /root/.openclaw/workspace" search_files pattern="*.md" path=/root/.openclaw/workspace/models获取文件信息(大小、时间戳、权限等)。
mcporter call --stdio "mcp-server-filesystem /root/.openclaw/workspace" get_file_info path=/root/.openclaw/workspace/MEMORY.md配置文件路径:/root/.openclaw/workspace/config/mcporter.json
{
"mcpServers": {
"filesystem": {
"command": "mcp-server-filesystem",
"args": ["/root/.openclaw/workspace"],
"type": "stdio"
}
}
}npm install -g mcp-server-filesystem/root/.openclaw/workspace 路径范围内运行(沙箱环境)已收录 1 个 Skill