Openclawx rpa-helper
通过影刀 RPA MCP 执行桌面自动化流程,如打开应用、填表、批量操作等。使用前请确认已安装影刀 RPA 并配置 RPA_MODEL、SHADOWBOT_PATH 等环境变量。
install
source · Clone the upstream repo
git clone https://github.com/next-open-ai/openclawx
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/next-open-ai/openclawx "$T" && mkdir -p ~/.claude/skills && cp -r "$T/presets/workspaces/office-automation/skills/rpa-helper" ~/.claude/skills/next-open-ai-openclawx-rpa-helper && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/next-open-ai/openclawx "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/presets/workspaces/office-automation/skills/rpa-helper" ~/.openclaw/skills/next-open-ai-openclawx-rpa-helper && rm -rf "$T"
manifest:
presets/workspaces/office-automation/skills/rpa-helper/SKILL.mdsource content
办公自动化(影刀 RPA)
当用户需要执行桌面自动化、运行影刀流程或批量操作时,调用影刀 RPA MCP。请确认用户已配置好影刀环境变量。