Skip to content

feat: add You.com search integration plugin - #434

Open
mouse-value-add wants to merge 1 commit into
composio-community:masterfrom
mouse-value-add:feat/add-youdotcom-plugin
Open

feat: add You.com search integration plugin#434
mouse-value-add wants to merge 1 commit into
composio-community:masterfrom
mouse-value-add:feat/add-youdotcom-plugin

Conversation

@mouse-value-add

Copy link
Copy Markdown

Summary

Add You.com search integration to the plugin marketplace's Integrations section.

What this adds

This PR adds You.com as a curated plugin option, providing Claude Code users with:

  • Real-time web search - Current information from across the web
  • URL content extraction - Read and analyze web pages directly
  • AI-powered research synthesis - Cited, structured research reports
  • Source verification - Factual claims backed by URLs

Why this fits the marketplace

Distribution surface match: You.com already provides a complete Claude Code plugin via the youdotcom-oss/agent-skills repository with proper Claude Code plugin manifests and MCP server configurations.

Installation flow: Users can install with standard Claude Code commands:

git clone https://github.com/youdotcom-oss/agent-skills.git
claude --plugin-dir ./agent-skills

Marketplace precedent: Follows the same pattern as other external integrations like kaggle-skill - pointing to an external repository rather than bundling plugin code directly.

Implementation

  • Added entry to Integrations section following established format
  • Links to existing youdotcom-oss/agent-skills repository
  • No code changes required - pure marketplace listing
  • Maintains all existing functionality

Testing

  • Verified link accessibility and repository structure
  • Confirmed agent-skills repo contains proper Claude Code plugin manifests
  • Tested description formatting consistency with existing entries

The You.com integration leverages MCP (Model Context Protocol) servers for clean, standards-based integration with Claude Code and provides optional authenticated access via YDC_API_KEY or keyless operation for basic usage.

Add You.com as a plugin entry in the Integrations section, providing Claude Code users with access to:
- Real-time web search capabilities
- URL content extraction
- AI-powered research synthesis
- Cited sources for factual verification

The integration leverages the existing youdotcom-oss/agent-skills repository which contains proper Claude Code plugin manifests and MCP server configurations. Users can install with standard Claude Code plugin commands.

Follows established marketplace pattern of linking to external plugin repositories rather than bundling plugin code directly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant