Figa

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

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.
  1. Download the zip using Download Skills Pack.
  2. Extract it to your OpenClaw skills directory.
  3. Start a new OpenClaw session (or refresh skills) so they are loaded.
  4. Set required env vars: FIGA_API_BASE_URL and FIGA_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

Placeholder. Replace with real screenshot once flow is finalized.