Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add commands/intellegix/intellegix-code-agent-toolkit/research-queuegit clone --depth 1 https://github.com/intellegix/intellegix-code-agent-toolkitWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.00603 |
| Opus 5 | $0.00000 | $0.00302 |
| Sonnet 5 | $0.00000 | $0.00121 |
| Haiku 4.5 | $0.00000 | $0.00060 |
Grade B, and why
research-queue scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
3. **For deeper history**, read the tail of `~/.claude/council-logs/perplexity-activity.jsonl` — How it starts
The opening of the file, as written. The whole thing — 38 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/research-queue — Live Perplexity Research Queue Status
Show the current state of the global Perplexity research FIFO queue — the cross-session
serialization layer that all concurrent /research-perplexity runs pass through. Use this to see
what's running, who's waiting and where, and whether anything is failing.
What to do
-
Read the live snapshot:
~/.claude/council-logs/perplexity-queue.json(atomically written; has a monotonicversion— if you read it twice, trust the higherversion).- If the file does not exist: no research has run through the queue yet — say so and stop.
-
Render a compact status:
- Active: the currently-running run —
session, query preview,elapsed_s,heartbeat_age_s. Ifactiveis null → "idle (no run in progress)". - Queued (FIFO order): each waiting run —
position,session, query preview,wait_s. Empty list → "none waiting". - Recent: the last few
completed/error/timeoutruns withduration_sand status. - Stats:
depth(currently waiting),total_today,errors_today.
- Active: the currently-running run —
-
For deeper history, read the tail of
~/.claude/council-logs/perplexity-activity.jsonl— the append-only event log (enqueued/started/completed/error/timeout), each line carrying a sharedrun_idthat links toinstrumentation-query.jsonlandruns.jsonl. -
Flag anything unhealthy and suggest a fix:
- Active run with
heartbeat_age_s> 120s → likely stalled/dead holder (the queue auto-reclaims via PID-liveness + TTL, but surface it). - Deep queue (many waiting) → congestion; expected under heavy concurrency.
- Recent
error/timeoutevents → check the keeper/session health. - If the queue is misbehaving, the instant kill-switch is
RESEARCH_QUEUE_ENABLED=0(runs then pass straight through, no queuing), andRESEARCH_QUEUE_MAX_WAIT(default 1200s) bounds the wait.
- Active run with
Notes
- Source of truth is the ticket dir
~/.claude/config/research-queue/tickets/; the JSON is a derived snapshot. If the JSON looks stale, list the ticket dir to cross-check. - The
research_queue_statusMCP tool (browser-bridge) returns the same snapshot programmatically. - Architecture + operations:
~/.claude/docs/plans/2026-07-11-perplexity-research-queue-design.md.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 38 lines · 0 tokens per session scan B e9017b1ebdf8
research-queue is a command published in the GitHub repository intellegix/intellegix-code-agent-toolkit (57 stars, last pushed 8d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 603 tokens. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
README
Git workflow and quality assurance commands for the claude-skills repository.
agentlas-cloud
Staff a task only from the signed-in owner's Agent Cloud agents.
dispatcher
Pick the next-best repo to work on across the portfolio — rank free repos, recommend one, claim its lease atomically, and route to the entry command.
tldr
Re-apply TLDR rules for this turn (verdict first, no filler).
execute
Interactive workflow for workspace isolation, pane-delegated implementation, testing, review, and cleanup.
me-figure-discussion
Write or review thermal-fluid figure discussion with observation, physical mechanism, comparison, uncertainty, and claim limits.