Actual Skill Openclaw banner
actual-software actual-software

Actual Skill Openclaw

Development community

Description

actual CLI skill for ClawdHub/OpenClaw (ADR-powered CLAUDE.md/AGENTS.md generator)

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

actual CLI Skill (OpenClaw variant)

A feature-complete AI companion for the [actual CLI](https://cli.actual.ai), an ADR-powered CLAUDE.md/AGENTS.md generator.

This is the **OpenClaw/ClawdHub variant** of the skill. It includes an ADR Pre-Check section that nudges agents to check for existing ADR context before creating new skills or components.

For the standard variant (Claude Code marketplace, Codex, manual installs), see [actual-software/actual-skill](https://github.com/actual-software/actual-skill).

What it does

  • Runs and troubleshoots actual adr-bot with pre-flight → dry-run → execute → diagnose → retry
  • Covers all 5 runners (claude-cli, anthropic-api, openai-api, codex-cli, cursor-cli)
  • Covers all 3 output formats (claude-md, agents-md, cursor-rules)
  • Includes error catalog, config reference, runner guide, and diagnostic script
  • ADR Pre-Check: checks for ADR context before creating new work (OpenClaw-specific)

Install

ClawdHub (recommended)

clawhub install actual

Manual

Clone and copy the SKILL.md + supporting files into your skills directory:

git clone https://github.com/actual-software/actual-skill-openclaw.git ~/.local/share/actual-skill-openclaw

# Copy to your agent's skills directory
cp -r ~/.local/share/actual-skill-openclaw ~/.claude/skills/actual

Documentation

Requirements

  • The actual CLI installed (npm install -g @actualai/actual or brew install actual-software/actual/actual)
  • At least one runner configured (see actual runners)

License

MIT-0