Agent skill
pokee-deep-research
Conduct deep research using Pokee AI's Deep Research API. Generates comprehensive, structured research reports with outlines and detailed writeups. Use when the user needs thorough research, competitive analysis, market research, academic research, or any topic requiring detailed investigation. Takes 7-25 minutes per query and produces publication-quality reports.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/pokee-deep-research-skill
SKILL.md
Pokee Deep Research
Deep research for when surface-level answers aren't enough. Powered by Pokee's academic-grade research engine.
Quick Start (3 Steps)
Install:
mkdir -p ~/.openclaw/skills && cd ~/.openclaw/skills
git clone https://github.com/Niraven/pokee-deep-research-skill.git pokee-deep-research
cd pokee-deep-research
Configure:
python3 scripts/setup.py
Get your free token at https://pokee.ai
Research:
./scripts/pokee-research.sh "Your research question"
When to Use This
✓ Competitive intelligence
✓ Market landscape analysis
✓ Pre-meeting deep dives
✓ Technology evaluations
✓ Any question where "I searched it" isn't enough
Output
Results in ~/.openclaw/workspace/research-output/:
*_outline.md— Structured overview (read this first)*_writeup.md— Full report with analysis (~50-70 KB)*_response.json— Raw API response
Requirements
- Python 3.7+
pip3 install requests- Pokee API token (free tier available)
About the Engine
Pokee Deep Research doesn't just find information — it synthesizes it. The 7-25 minute runtime reflects genuine analysis: building outlines, comparing sources, structuring findings into actionable intelligence.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?