yousufjoyian

workclaw

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".

yousufjoyian 0 Updated 3mo ago
GitHub

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 on

Result

  • Markdown export is saved to Drive.
  • Visual tab receives an A2UI completion card.
  • Command output JSON should include:
    • success: true
    • a2uiUpdated: true

Rules

  • Treat this as work-only.
  • If a2uiUpdated is false, rerun with explicit --a2ui-log path and confirm success.