name: loom-management description: Instructions for managing the Loom screen recording integration.
Loom Management
This skill provides instructions for managing the Loom screen recording integration within the AutomateLinux suite.
Commands
Restart Loom (d restartLoom)
Restarts the Loom server and client processes and attempts to automatically select the screen sharing window.
Behavior:
- Stops any running Loom instances (
stop_loom.sh). - Starts Loom server and client in background (
restart_loom.sh). - Launches
utilities/autoSelectLoomScreen.pyto handle the "Share Screen" popup.
Automation Logic:
- The Python script scans for a window titled "Share Screen" or with class "xdg-desktop-portal".
- Safety: It ONLY sends keystrokes if the window is explicitly found and identified. It does NOT send keys blindly.
-
Key Sequence: Sends
TAB TAB ENTER TAB TAB ENTER(configurable via arguments) with a 1ms delay between keys to quickly select and confirm the screen.
Stop Loom (d stopLoom)
Stops all Loom-related processes (server and client).
Check Active Status (d isLoomActive)
Checks the systemd status of loom-server, loom-client-dev, and loom-client-prod.
Configuration
-
Key Sequence: The default key sequence is defined in
utilities/autoSelectLoomScreen.py. - Delays: The inter-key delay is set to 0.001s for rapid execution.
Troubleshooting
- If the "Share Screen" window is not detected, check if
xdg-desktop-portal-gnomeis running. - Use
d listWindowsto verify if the daemon can see the window.
chat Comments (0)
Sign in to join the discussion and leave a comment.
Skill Details
GitHub Stars
0
GitHub Forks
0
Created
Jan 2026
Last Updated
5 months ago
tools
tools productivity tools
Related Skills
Build your own?
Join 12,000+ developers contributing to the Claude ecosystem.
No comments yet. Be the first to share your thoughts!