OpenClaw Skills
This page gives you installable skills for OpenClaw so you can start creating and reading Figa expenses quickly, with built-in API constraints and validation.
Quick Start
Clear distinction
OpenClaw Integration explains architecture and workflow strategy.
OpenClaw Skills provides installable artifacts (
SKILL.md + scripts) that run now.
Skill pack contents
- figa-api-read : Read-only access to Figa external API (categories, recipients, monthly expenses) using workspace-scoped API key metadata.
- figa-expense-write : Create expenses in Figa through external API with strict payload validation and cents conversion.
- figa-integration-playbooks : Generate practical integration playbooks for n8n, Zapier, and OpenClaw using Figa external API constraints.
Included files
Generated from repo sources. Last updated:
figa-openclaw-skills.zip
README.md
figa-api-read/SKILL.md
figa-api-read/references/contract.md
figa-api-read/scripts/read_api.py
figa-expense-write/SKILL.md
figa-expense-write/references/payload.md
figa-expense-write/scripts/create_expense.py
figa-integration-playbooks/SKILL.md
figa-integration-playbooks/references/presets.md How to install in OpenClaw
Connectivity note (Cloudflare)
The included Python scripts set a browser-like
User-Agent header by default to avoid Cloudflare WAF blocks
(for example “Error 1010”) that can affect some default HTTP clients.
- Download the zip using Download Skills Pack.
- Extract it to your OpenClaw skills directory.
- Start a new OpenClaw session (or refresh skills) so they are loaded.
- Set required env vars:
FIGA_API_BASE_URLandFIGA_API_KEY.
# Workspace-local skills (recommended)
mkdir -p ./skills
unzip figa-openclaw-skills.zip -d ./skills
# Shared skills for all local agents (optional)
mkdir -p ~/.openclaw/skills
unzip figa-openclaw-skills.zip -d ~/.openclaw/skills Security recommendation
Install skills only from trusted sources (your repository or controlled bundle). Review scripts before enabling
write operations.
No repository access needed
This installation path works fully from the downloadable zip and does not require access to a Git repository.
Official OpenClaw docs
OpenClaw skills registry
Capture installed Figa skills with enabled status and a sample run context.
Suggested file: /help/screenshots/developers/openclaw-skills/skills-registry.png