Agent skill · Backend & API

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill pokee-deep-research-skill --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/analysis/pokee-deep-research-skill/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the 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:** ```bash 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:** ```bash python3 scripts/setup.py ``` *Get your free token at https://pokee.ai* **Research:** ```bash ./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, c

What's inside
Steps it walks through
  1. Quick Start (3 Steps)
  2. When to Use This
  3. Output
  4. Requirements
  5. About the Engine
Ships with 1 file
  • metadata.json
Commands it runs
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
python3 scripts/setup.py
More from claude-skill-registry
All skills →
About this skill
What does the pokee-deep-research skill do?

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.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill pokee-deep-research-skill --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going