# Blisspixel Primr Scrape Strategy

> ---

- Skill: `tomevault-io/blisspixel-primr-scrape-strategy` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/blisspixel-primr-scrape-strategy`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/blisspixel-primr-scrape-strategy/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/blisspixel-primr-scrape-strategy

---

---

name: scrape-strategy

version: "1.1.0"

description: "Guide mode selection when site scraping is weak, blocked, or low quality. Use when the user asks why scraping failed or how Primr should proceed on a protected site."

mcp_server: "primr"

tools:

  - estimate_run

  - check_jobs

resources:

  - primr://research/modes

  - primr://research/status

  - file://references/tiers

---



# Scrape Strategy



## Purpose



Use this skill when the bottleneck is site access rather than report writing. Focus on deciding whether to stay in scrape-capable modes or pivot to external research.



## Workflow



1. Read `primr://research/modes` to compare scrape, deep, full, and premium behavior.

2. Review current run state through `primr://research/status` or `check_jobs`.

3. Use `references/tiers.md` only when you need tier-level scraping context.

4. Recommend the smallest viable change: retry, change mode, or accept partial coverage.



## Decision Rules



- Prefer `deep` when the target site is heavily protected or first-party signal is sparse.

- Stay with `scrape` or `full` when first-party pages are the core evidence source.

- Do not promise exact success percentages unless the run data already shows them.

- Escalate from site troubleshooting to mode selection quickly; avoid over-explaining scrape internals unless the user asks.



## Example



```text

User: The site seems blocked



1. Read primr://research/status

2. Read primr://research/modes

3. Explain whether deep mode is the better fit

4. If needed, estimate_run(company_url="https://example.com", mode="deep")

```


---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/blisspixel) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

