active-research
Deep research and analysis tool. Generates comprehensive HTML reports on any topic, domain, paper, or technology. Enhanced with advanced browser automation — SPA handling, network idle wait, batch operations, stealth browsing, and intelligent page analysis. Use when user asks to research, analyze, investigate, deep-dive, or generate a report on any subject.
npx skills add actionbook/actionbook --skill active-research --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Active Research Analyze any topic, domain, or paper and generate a beautiful HTML report using **Actionbook Browser** — featuring SPA-aware navigation, network idle detection, batch operations, and intelligent page analysis. ## Enhanced Browser Capabilities | Capability | Description | |------------|-------------| | Page load wait | `wait-idle` — monitors fetch/XHR until network settles | | SPA content | `wait-fn` — wait for JS conditions before extracting | | Page understanding | `snapshot --filter interactive --max-tokens N` — focused, budget-friendly | | Popups blocking | `--auto-dismiss-dialogs` — auto-handle alert/confirm/prompt | | Load speed | `--block-images` — skip images for faster text extraction | | Page stability | `--no-animations` — freeze CSS transitions | | Error detection | `console --level error` — check for page issues | | Multi-step forms | `batch` — execute multiple actions in one call | | Element debugging | `info <selector>` — inspect visibility, position, properties | | Change tracking | `snapshot --diff` — only see what changed | | Anti-detection | `--stealth` + `fingerprint rotate` for protected sites | | Auth management | `storage set` — inject JWT/tok
- Enhanced Browser Capabilities
- Usage
- Parameters
- Topic Detection
- Architecture
- MUST USE Actionbook CLI
- Browser Flags — Research Defaults
- Navigation Pattern — ALWAYS Follow
- Complete Workflow
- Step 1: Plan Search Strategy
- Step 2: Query Actionbook API for Selectors (ALWAYS DO THIS FIRST)
- Step 3: arXiv Search (URL-First, Form as Backup)
- Step 4: Supplement with Google / Bing Search
- Step 5: Deep Read Sources
actionbook --block-images --rewrite-urls browser fetch "<url>" --format text --json For interactive multi-step workflows, use explicit open: actionbook --block-images --auto-dismiss-dialogs --no-animations --rewrite-urls browser open "<url>" actionbook --block-images --auto-dismiss-dialogs --no-animations --stealth --rewrite-urls browser open "<url>" Single command: navigate → wait (domain-aware) → extract → close For static pages (Wikipedia, docs, blogs), add --lite to skip browser entirely: actionbook --rewrite-urls browser fetch "<url>" --format text --lite --json For accessibility tree: actionbook --block-images --rewrite-urls browser fetch "<url>" --format snapshot --max-tokens 2000 --json Step 1: Navigate
What does the active-research skill do?
Deep research and analysis tool. Generates comprehensive HTML reports on any topic, domain, paper, or technology. Enhanced with advanced browser automation — SPA handling, network idle wait, batch operations, stealth browsing, and intelligent page analysis. Use when user asks to research, analyze, investigate, deep-dive, or generate a report on any subject.
How do I install it?
Run `npx skills add actionbook/actionbook --skill active-research --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 actionbook/actionbook, a repository with 1,584 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.