@kober-basket/openclaw-rpa
v0.1.0
Published
OpenClaw plugin for listing and running iFlyRPA workflows
Maintainers
Readme
OpenClaw RPA Plugin
Minimal OpenClaw plugin for listing and running remote RPA workflows.
Package name: @kober-basket/openclaw-rpa
Install
From npm:
openclaw plugins install @kober-basket/openclaw-rpa --pinFrom a local checkout:
openclaw plugins install ./extensions/rpaConfigure
Use the plugin CLI:
openclaw rpa setup --base-url https://newapi.iflyrpa.com/api/rpa-openapi --api-key YOUR_API_KEYOr use generic config writes:
openclaw config set plugins.entries.rpa.enabled true --strict-json
openclaw config set plugins.entries.rpa.config.baseUrl "\"https://newapi.iflyrpa.com/api/rpa-openapi\"" --strict-json
openclaw config set plugins.entries.rpa.config.apiKey "\"YOUR_API_KEY\"" --strict-jsonTool
This plugin registers an optional tool named rpa_workflow.
Suggested actions:
list_workflowsrun_workflow_syncrun_workflow_asyncget_execution_result
Notes
- Default endpoint paths are inferred from the iFlyRPA OpenAPI docs and can be overridden under
plugins.entries.rpa.config.paths. - If the vendor docs use different field names for run payloads, adjust
src/client.tsbefore publishing. - Before publishing, replace the
@your-scopeplaceholder with your real npm scope.
