The Figranium Skill
Integration is provided through theFigranium API Provider skill. This skill enables OpenClaw to:
- Discover existing Figranium tasks.
- Trigger tasks with dynamic variables.
- Create new automation profiles on the fly.
- Monitor execution logs and results.
Setup Instructions
- Obtain API Key: In Figranium, go to Settings > System and copy your API Key.
- Configure OpenClaw: Add the Figranium skill to your OpenClaw agent and provide the base URL (e.g.,
http://localhost:11345) and your API Key. - Define Tasks: Create tasks in the Figranium editor that represent common actions your agent needs to perform (e.g., “Extract LinkedIn Profile”, “Post to Twitter”).
Example Workflow
- Agent Request: An OpenClaw user asks: “Find the latest pricing for Acme Corp.”
- Skill Execution: The OpenClaw agent identifies the appropriate Figranium task (or creates a new one) and triggers it via the API.
- Automation: Figranium launches a browser, navigates to the URL, extracts the data, and returns it to OpenClaw.
- Response: The agent summarizes the results for the user.