Source Search

🌐Community
by pilinux · vlatest · Repository

Quickly finds relevant documents and data from specified sources based on provided keywords and context.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add source-search npx -- -y @trustedskills/source-search
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "source-search": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/source-search"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The source-search skill allows an AI agent to locate and retrieve information from online sources. It can search the web based on a given query, extract relevant text snippets, and present them in a structured format. This enables agents to answer questions or complete tasks that require up-to-date information not available locally.

When to use it

  • Researching current events: An agent needs to summarize recent news articles about a specific topic.
  • Finding product specifications: An agent is asked to locate the technical details of a particular electronic device.
  • Gathering competitive intelligence: An agent needs to collect information on competitor pricing and offerings from their websites.
  • Answering factual questions: An agent must provide an answer to a question requiring real-time data or information found online.

Key capabilities

  • Web search functionality
  • Text extraction from web pages
  • Structured output of search results

Example prompts

  • "Find the latest news on electric vehicle battery technology."
  • "What are the specifications for the Sony Alpha 7 IV camera?"
  • "Search for competitor pricing on cloud storage services."

Tips & gotchas

The quality of search results depends heavily on the clarity and specificity of the prompt. Broad or ambiguous queries may return irrelevant information, requiring refinement of the prompt.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
pilinux
Installs
2

🌐 Community

Passed automated security scans.