Referenced from SKILL.md
SKILL.mdView in source ↗
Source excerpt starting at line 416.SKILL.mdView in source ↗Load `references/workflows.md` when the task matches one of these:
Source excerpt starting at line 418.- Set up a new project + workspace (CEO/Manager).- Invite, connect, or onboard an external OpenClaw agent or workstation — any ask mentioning an invite prompt, invite token, connect/gateway URL, or "OpenClaw" (CEO-initiated). The token and connection URL come **only** from the invite-prompt endpoint documented in `references/workflows.md` — read that playbook first; never compose an invite token or connection URL from memory.- Set or clear an agent's `instructions-path`.- CEO-safe company imports/exports. An **export ask is two writes, always**: `POST /api/companies/{companyId}/exports/preview` to inspect the inventory, then the producing `POST /api/companies/{companyId}/exports` narrowed with `selectedFiles` to exactly the parts asked for. "Inspect/preview what the package would include before producing it" instructs an order — preview **then** produce — never a stop after inspection: reporting the preview inventory (as a comment, table, or plan) without the final exports POST leaves the export undone. Keep task files out unless explicitly requested (`issues`/`projectIssues` stay off). Full route details in `references/workflows.md`.- App-level self-test playbook.