Research status
Skill bigph00t/claude-research-team/plugin/skills/research-status
Check the status of the research service and recent research history.From its SKILL.md
npx -y skills add bigph00t/claude-research-team --skill research-statusAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
3 things to look at
- 8 stars8 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 4 commands, including `curl http://localhost:3200/api/status` and 3 more.
- fetches URLsInstructs the agent to fetch 4 URLs, including http://localhost:3200/api/status and 3 more.
SKILL.md
0.9 KB, 186 tokens by cl100k_base, as published. Nobody here has run it
Research Status
Check research service status and view recent findings.
When to Use
- Verify the research service is running
- See recent research activity
- Check queue status
- View past findings
Usage
Check Service Status
curl http://localhost:3200/api/status
View Recent Tasks
curl http://localhost:3200/api/tasks?limit=10
View Recent Findings
curl http://localhost:3200/api/findings?limit=10
Check Active Sessions
curl http://localhost:3200/api/sessions
Dashboard
Full dashboard with real-time updates: http://localhost:3200
Shows:
- Queue status (queued, running, completed, failed)
- Active sessions
- Research findings with sources
- Injection history
- Settings configuration
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.