Install
openclaw skills install technical-accounting-research-skillResearch technical accounting treatment and financial statement disclosure for specific transactions using U.S. GAAP and SEC-focused sources. Use when a user asks how to account for a transaction, what journal entries, presentation, or disclosures are required, or needs accounting-position documentation in memo, email, or Q-and-A DOCX format.
openclaw skills install technical-accounting-research-skillHandle transaction-specific accounting questions through a fixed sequence: gather facts, confirm output format, ensure the local FinResearchClaw repo is installed and runnable, route the task through that wrapped repo/workflow, research guidance online, apply standards, and deliver the requested output.
For all tasks under this skill — memo, email, and q-and-a alike — the workflow must wrap and leverage the local FinResearchClaw repo/workflow as a required research-and-drafting execution layer. This is mandatory, not optional, and applies even when the accounting issue appears straightforward. The skill may create and use a task-local virtual environment when needed to run the repo or supporting document-generation dependencies. FinResearchClaw is a required support engine for research depth and drafting quality across all output modes; authoritative accounting conclusions must still be grounded in ASC / SEC / AICPA / clearly labeled interpretive guidance.
Before using this skill for substantive completion, install and make available the local FinResearchClaw repo:
https://github.com/ChipmunkRPA/FinResearchClaw~/.openclaw/workspace/AutoResearchClaw unless a different local path is intentionally configuredpython-docx when DOCX output is requiredIf FinResearchClaw is not installed locally and runnable, do not treat the full research workflow as ready. Fix that prerequisite first.
memo, email, or q-and-a.memo, default the deliverable to a .docx file saved in the user's ~/Downloads folder unless the user explicitly requests a different location or format.memo requests, do not post the full memo body directly into chat by default. Instead, generate the DOCX deliverable and reply with a short status note that the file was created and where it was saved.#, ##, ###, ####, bullet markers used as raw source notation, or fenced code blocks) anywhere in the rendered document.*** or ** (for bold) if they might be rendered literally; use native DOCX formatting.US GAAP, SEC filer status, and whether disclosures are public-company or private-company focused).memo for formal documentation, email for concise communication, q-and-a for direct question and answer support).memo.memo outputs, default to generating a .docx file in ~/Downloads.memo requests, save the output DOCX to ~/Downloads by default (for example, ~/Downloads/<descriptive-file-name>.docx).#, ##, ###, or ####.python scripts/build_accounting_report_docx.py \
--input-json <analysis.json> \
--output-docx ~/Downloads/<technical-accounting-report>.docx \
--format <memo|email|q-and-a>
scripts/build_accounting_report_docx.pyhttps://github.com/ChipmunkRPA/FinResearchClaw~/.openclaw/skills/finresearchclaw/SKILL.mdInstall once if needed:
python -m pip install --user python-docx
~/.openclaw/workspace/AutoResearchClaw