Research Status
Description
Check if the research service is running and view recent research tasks.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
Repository README
This is the README for bigph00t/claude-research-team, shared by 4 entries
in this directory. It describes the repository, not this entry specifically.
description: "Check the status of the research service and recent research history"
Research Status
Check if the research service is running and view recent research tasks.
How to Execute
- Check service health:
curl -s http://localhost:3200/api/health
- Get queue status:
curl -s http://localhost:3200/api/queue
- Get recent research history:
curl -s http://localhost:3200/api/history?limit=10
Present Results
Show the user:
- Service status (running/stopped)
- Queue length and active tasks
- Recent research queries and their status
- Link to dashboard: http://localhost:3200
If Service Not Running
Inform the user to start it:
cd /home/bigphoot/Desktop/Projects/claude-research-team && npm run start
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11