Research Status banner
bigph00t bigph00t

Research Status

Development community intermediate

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

  1. Check service health:
curl -s http://localhost:3200/api/health
  1. Get queue status:
curl -s http://localhost:3200/api/queue
  1. 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