AgentStack
SKILL verified MIT Self-run

Agents

skill-floomhq-moto-agents · by floomhq

>

No reviews yet
0 installs
15 views
0.0% view→install

Install

$ agentstack add skill-floomhq-moto-agents

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Agents? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Agents: Scan Running Claude Sessions

Runs scan.sh to inspect all tmux sessions running Claude and report what each is doing.

Usage

bash ~/.claude/skills/agents/scripts/scan.sh          # all sessions
bash ~/.claude/skills/agents/scripts/scan.sh floom     # only floom/* sessions
bash ~/.claude/skills/agents/scripts/scan.sh openpaper  # only openpaper/* sessions

What It Shows

Per session:

  • Session name and start time
  • Working directory and git branch
  • Context usage (percentage of context window used)
  • Mode (plan mode, accept edits, etc.)
  • Current activity (spinner line showing what Claude is actively doing)
  • Current task (bullet point showing tool/task in progress)
  • Last user message (what the user asked)

How to Respond

  1. Run the scan with the relevant project filter
  2. Summarize what each session is doing in a table
  3. Identify gaps: what work is NOT being covered by any session
  4. Suggest isolated work that won't conflict with active sessions

Technical Notes

  • Uses tmux capture-pane to read screen content (most reliable method)
  • Filters sessions by checking pstree for claude processes
  • Parses the Claude Code status line for directory, context, and mode
  • Optional project filter matches against session names

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

  • Author: floomhq
  • Source: floomhq/moto
  • License: MIT
  • Homepage: https://github.com/floomhq/moto#readme

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.