Best for
- Understand a topic thoroughly from web sources
- Read full documentation or articles
- Compare information across multiple sources
yogsoth-ai/de-anthropocentric-research-engine/skills/web-research/SKILL.md
Deep web research — fetches full page content for analysis. Snippets alone are PROHIBITED for conclusions.
Decision brief
Deep web research — fetches full page content for analysis. Snippets alone are PROHIBITED for conclusions.
Compatibility matrix
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/yogsoth-ai/de-anthropocentric-research-engine --skill "skills/web-research"Inspect the Agent Skill "web-research" from https://github.com/yogsoth-ai/de-anthropocentric-research-engine/blob/970c22052a924d4e051e0e1631a5f7f651b5e60a/skills/web-research/SKILL.md at commit 970c22052a924d4e051e0e1631a5f7f651b5e60a. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
Find candidate URLs via the configured web-search provider (10 results per call). See Provider Details (Discovery) for exact tool name and parameters.
Find candidate URLs via the configured web-search provider (10 results per call). See Provider Details (Discovery) for exact tool name and parameters.
Choose 3-10 most relevant URLs based on: - Title relevance to research question - Snippet suggests substantive content (not just a landing page) - Source authority (official docs, reputable publications, expert blogs) - Recency (prefer recent for fast-moving topics) - Diversity…
For each selected URL, fetch full content:
Base ALL conclusions on full page content: - Quote or paraphrase specific passages - Cross-reference claims across multiple fetched pages - Note contradictions between sources - Identify gaps in coverage - Cite the source URL for each claim
Permission review
The documentation includes network, browsing, or remote request actions.
For EVERY page selected for analysis, you MUST fetch full content via `apify/rag-web-browser`.The documentation includes network, browsing, or remote request actions.
apify/rag-web-browser(query="<URL>", maxResults=1, outputFormats=["markdown"])Evidence record
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 90/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 382 | Source | Repository attention, not individual Skill quality |
| Compatibility | 0 platforms | Source | Declared in the catalog source record |
| Usage guide | automated source guide | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
Deep web research. Fetch full page content for selected URLs and analyze thoroughly. Suitable for specific topic investigation, competitive analysis, technical documentation reading, and any task requiring substantive understanding of web content.
Use this when you need to:
This skill REQUIRES full-page content fetching. Snippet-only analysis is prohibited.
For URL discovery (Step 1), use whichever web-search MCP is configured — check availability yourself. If more than one is active, try them in the order listed below. This order is just the writing order, not a hard priority — any active provider is equally valid.
For full-page content fetching (Step 3), always use apify/rag-web-browser.
This is not configurable — apify is the only supported content fetcher.
For EVERY page selected for analysis, you MUST fetch full content via apify/rag-web-browser.
PROHIBITED:
REQUIRED:
apify/rag-web-browser for every page you analyzeFind candidate URLs via the configured web-search provider (~10 results per call). See Provider Details (Discovery) for exact tool name and parameters.
For time-sensitive topics, use news search if available.
Use snippets ONLY to assess relevance for URL selection — not for analysis.
Choose 3-10 most relevant URLs based on:
For each selected URL, fetch full content:
apify/rag-web-browser(query="<URL>", maxResults=1, outputFormats=["markdown"])
Parameters:
query (required): the URL to fetch (when fetching a specific page) or search termsmaxResults (default 3): set to 1 when fetching a known URL, 3-5 when searchingoutputFormats (default ["markdown"]): always use ["markdown"] for LLM consumptionWhen fetching a known URL: pass the full URL as query, set maxResults=1
When doing broad discovery: pass search terms as query, set maxResults=3
Base ALL conclusions on full page content:
If fetched pages contain links to deeper resources:
Use for URL discovery only — not for content analysis.
| Tool | Role | Returns |
|---|---|---|
brave_web_search | General URL discovery | URL, title, snippet |
brave_news_search | Recent news URL discovery | URL, title, snippet, date |
Key parameters:
query (required): search terms, max 400 charscount: 1-20 results (default 10)freshness: pd (24h), pw (7d), pm (31d), py (365d)Examples:
brave_web_search(query="model context protocol MCP server development guide 2025", count=10)
brave_news_search(query="GPT-5 announcement details capabilities", freshness="pw", count=10)
Use for URL discovery only — not for content analysis.
| Tool | Role | Returns |
|---|---|---|
tavily_search | General URL discovery | URL, title, content snippet, score |
Key parameters:
query (required): search termsmax_results: number of results (default 10)search_depth: basic or advanced (default basic)Examples:
tavily_search(query="model context protocol MCP server development guide 2025", max_results=10)
query (required): Google Search keywords OR a specific URL to fetchmaxResults (default 3): number of pages to scrape
1 when fetching a known URL3-5 when doing a broad search via query termsoutputFormats (default ["markdown"]): always use ["markdown"]Frequently asked questions
Deep web research — fetches full page content for analysis. Snippets alone are PROHIBITED for conclusions.
The source record exposes this install command: npx skills add https://github.com/yogsoth-ai/de-anthropocentric-research-engine --skill "skills/web-research". Inspect the command and pinned source before running it.
Static rules flagged network in the source; the page lists the matching lines and excerpts.
Alternatives
alirezarezvani/claude-skills
App Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklist
wanshuiyin/Auto-claude-code-research-in-sleep
Use it for operations and research tasks; the detail page covers purpose, installation, and practical steps.
prowler-cloud/prowler
PostgreSQL indexing best practices for Prowler: index design, partial indexes, partitioned table indexing, EXPLAIN ANALYZE validation, concurrent operations, monitoring, and maintenance. Trigger: When creating or modifying PostgreSQL indexes, analyzing query performance with EXPLAIN, debugging slow queries, reviewing index usage statistics, reindexing, dropping indexes, or working with partitioned table indexes. Also trigger when discussing index strategies, partial indexes, or index maintenance
brucesongs/kali-claw
Insecure Design (OWASP A06:2025) focuses on security flaws in system architecture and design phases, rather than code implementation-level bugs.