feat: add You.com plugin#215
Open
saoudrizwan wants to merge 3 commits into
Open
Conversation
Contributor
Author
|
Closing this plugin PR for now because this cleanup pass is limiting plugin marketplace PRs to plugins that only bundle MCP servers and/or skills. This PR includes additional plugin primitive(s): rules. Those primitives may still be useful, but we are keeping this batch scoped to MCP and skill distribution. |
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.
You.com
Adds a You.com plugin for Cline users who want web search, cited research, content extraction, and You.com integrations inside their own agent or framework projects.
This is intentionally install-time inert. Installing the plugin does not call You.com, install SDK packages, register MCP servers, or write MCP settings. It gives Cline the workflow knowledge and guardrails needed to help the user wire You.com into the project they are actively working on.
Cline Primitives
youdotcom-apicovers direct HTTP integration for You.com Search, Research, and Contents APIs, including request/response schemas.youdotcom-cliprovides curl and jq workflows for search, research, and content extraction.ydc-ai-sdk-integration,ydc-langchain-integration,ydc-crewai-mcp-integration,ydc-claude-agent-sdk-integration, andydc-openai-agent-sdk-integrationhelp wire You.com tools or remote MCP into common agent frameworks.teams-anthropic-integrationhelps add Anthropic models to Microsoft Teams.ai apps and optionally add You.com MCP search/content tools.youdotcom:safetykeeps API keys and fetched web content within explicit trust boundaries, and requires approval before package installs, project writes, live API calls, or MCP wiring.Requirements
Most useful paths require a user-provided
YDC_API_KEY. Some framework-specific flows also require provider credentials such asANTHROPIC_API_KEYorOPENAI_API_KEY, plus the corresponding project runtime and package manager.The plugin leaves You.com MCP as a user-requested project integration instead of registering a global Cline MCP server, because the remote MCP requires per-user bearer-token auth. The included MCP skills explain how to wire that server into the target app when the user has opted in and provided credentials.
Bundled live-test templates skip when required credentials are absent, so they can be copied into projects without breaking local or CI runs by default.