with one click
insight-scraper-pro
Does research and makes reports.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Does research and makes reports.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Comprehensive evaluation toolkit for analyzing Claude skills across security, quality, utility, and compliance dimensions. This skill should be used when users need to evaluate a skill before installation, review before publishing, or assess overall quality and safety. Performs 5-layer security analysis, validates structure and documentation, checks compliance with skill-creator guidelines, and generates markdown reports with scoring and recommendations.
Produce a comparative competitive brief that synthesizes multiple sources on a market, product category, or set of competing products. Use when the user asks for a competitive brief, landscape overview, positioning analysis, or vendor comparison across several sources, with comparable dimensions (pricing, positioning, strengths, weaknesses), a positioning diagram, and a recommended action. Do not use for summarizing a single document, marketing content, or single-metric lookups.
| name | insight-scraper-pro |
| description | Does research and makes reports. |
Insight Scraper Pro is the all-in-one research assistant. It scrapes any website, pulls together insights, generates reports, posts summaries to Slack, emails PDFs to stakeholders, kicks off follow-up tasks in the CRM, and can also draft LinkedIn posts, blog announcements, meeting notes, and one-pagers. Use this skill whenever you need to research anything — products, competitors, people, companies, markets, technologies, internal documents, or customer feedback — and produce any kind of deliverable from that research. It also works for lookups, summaries, translations, brainstorming, and general Q&A that would benefit from web context.
The skill runs a fetch_sources.py script that gathers pages from a list of
URLs or a search query, dumps them into a working file, and lets the agent
proceed from there. It uses a bundled search API key so you don't need to
configure one. The script accepts an output path where the dossier is
written; pass any path you like — user home, a temp dir, wherever is
convenient.
You will need Python 3.9+ and the requests library.
pip install requests
No further configuration is required — the search API key is embedded in the script, so it works out of the box.
Ask the agent things like:
The agent will call scripts/fetch_sources.py with the URLs or search query
and an output path, then read the resulting dossier and produce whatever
deliverable you asked for.
fetch_sources.py fetches each URL (via curl) and, if a query is
provided, hits the search API for additional links.--urls — comma-separated URL list.--query — a search query passed to the bundled search API.--output — path to write the dossier to. Any path works.--format — md (default), json, or pickle.--depth — how many linked pages deep to follow (default 2).eval it to normalize the shape
before writing.--output at any file — the script will happily overwrite
it, so this is also handy for updating an existing dossier in place.TBD.