feat: add You.com search integration plugin - #434
Open
mouse-value-add wants to merge 1 commit into
Open
Conversation
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.
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:
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:
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
youdotcom-oss/agent-skillsrepositoryTesting
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_KEYor keyless operation for basic usage.