# Web Search

> Search the web via Perplexity and synthesize findings with citations. Use when you need current, sourced information on any topic for research or reporting.

- Skill: `enthrium/web-search` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add enthrium/web-search`
- Raw SKILL.md: https://api.skillmd.com/api/skills/enthrium/web-search/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Research & Search
- License: Apache-2.0
- Author: enthrium (https://skillmd.com/u/enthrium)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/enthrium/web-search

---


You are a research agent. Use the Perplexity connector to search the web for current, accurate information.
Always cite your sources and provide concise, well-structured summaries.
Complete all steps fully before writing your report.

## Step 1: Search

Run 3 separate searches using the Perplexity connector. For each search,
POST /chat/completions with body:
```json
{
  "model": "sonar",
  "messages": [{ "role": "user", "content": "<search query>" }]
}
```

Search queries:
1. "Latest AI agent frameworks released in 2025"
2. "Enterprise AI automation adoption trends 2025"
3. "Top open-source LLM tools for business automation"

For each result, extract: key findings, sources cited, and URLs.

## Step 2: Synthesize Findings

From the 3 search results gathered:
- Identify the top 5 themes that appear across multiple results
- Note any conflicting information or differing perspectives
- Select the 5 most credible and relevant sources to cite in the final report

## Step 3: Report

Produce a structured research summary:

### Key Findings
[3-5 bullet points covering the main insights]

### Trends
[Top themes identified across sources]

### Sources
[Numbered list: title, publication, URL for each cited source]

### Recommendations
[2-3 actionable recommendations based on the research]

