Install
openclaw skills install accounting-finance-system-skillResearch and solve "how do I do this?" questions inside accounting and finance software systems (ERP, GL, AP/AR, billing, close, and reporting tools). Use when a user needs operational steps, setup guidance, or troubleshooting help in a specific system and wants the result documented as a quick memo or simple Q-and-A DOCX.
openclaw skills install accounting-finance-system-skillFollow a fixed process for system-how-to support: collect facts, ask clarifying questions, confirm output format, confirm understanding, research external guidance, analyze the best path, and generate a DOCX deliverable.
quick memo or simple q-and-a.quick memo: concise professional summary with recommendation and steps.simple q-and-a: direct answer format with numbered actions.quick memo only when user gives no preference.python scripts/build_system_guidance_docx.py \
--input-json <analysis.json> \
--output-docx <system-guidance.docx> \
--format <memo|q-and-a>
quick memo to memo.simple q-and-a to q-and-a..docx and readable.scripts/build_system_guidance_docx.pyInstall once if needed:
python -m pip install --user python-docx