Agent Skill
2/7/2026scrape-strategy
Web scraping strategy and troubleshooting. Use when scraping fails, site protection is encountered, or the user asks about scraping tier behavior.
B
blisspixel
1GitHub Stars
1Views
npx skills add blisspixel/primr
SKILL.md
| Name | scrape-strategy |
| Description | Web scraping strategy and troubleshooting. Use when scraping fails, site protection is encountered, or the user asks about scraping tier behavior. |
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
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
- Read
primr://research/modesto compare scrape, deep, full, and premium behavior. - Review current run state through
primr://research/statusorcheck_jobs. - Use
references/tiers.mdonly when you need tier-level scraping context. - Recommend the smallest viable change: retry, change mode, or accept partial coverage.
Decision Rules
- Prefer
deepwhen the target site is heavily protected or first-party signal is sparse. - Stay with
scrapeorfullwhen 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
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")
Skills Info
Original Name:scrape-strategyAuthor:blisspixel
Download