Work-only shortcut skill for exporting current terminal discussion to Google Drive and showing completion in the terminal Visual tab. Use when the user says "workclaw".
Install
npx skillscat add yousufjoyian/claude-skills/workclaw Install via the SkillsCat registry.
SKILL.md
WorkClaw
Run a work-only export of the active terminal discussion and post completion status into the Visual tab.
Command
python3 /home/yousuf/local_workspaces/skills/terminal-discussion-export/scripts/export_terminal_discussion.py \
--terminal-id "$TC_TERMINAL_ID" \
--lines 1800 \
--a2ui onResult
- Markdown export is saved to Drive.
- Visual tab receives an A2UI completion card.
- Command output JSON should include:
success: truea2uiUpdated: true
Rules
- Treat this as work-only.
- If
a2uiUpdatedis false, rerun with explicit--a2ui-logpath and confirm success.