Back to list
yanivprusman

loom-management

by yanivprusman

0🍴 0📅 Jan 25, 2026

SKILL.md


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:

  1. Stops any running Loom instances (stop_loom.sh).
  2. Starts Loom server and client in background (restart_loom.sh).
  3. Launches utilities/autoSelectLoomScreen.py to 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-gnome is running.
  • Use d listWindows to verify if the daemon can see the window.

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon