Skip to content

feat: add You.com plugin#215

Open
saoudrizwan wants to merge 3 commits into
mainfrom
saoudrizwan/youdotcom-plugin
Open

feat: add You.com plugin#215
saoudrizwan wants to merge 3 commits into
mainfrom
saoudrizwan/youdotcom-plugin

Conversation

@saoudrizwan

Copy link
Copy Markdown
Contributor

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

  • Skills: youdotcom-api covers direct HTTP integration for You.com Search, Research, and Contents APIs, including request/response schemas.
  • Skills: youdotcom-cli provides curl and jq workflows for search, research, and content extraction.
  • Skills: ydc-ai-sdk-integration, ydc-langchain-integration, ydc-crewai-mcp-integration, ydc-claude-agent-sdk-integration, and ydc-openai-agent-sdk-integration help wire You.com tools or remote MCP into common agent frameworks.
  • Skills: teams-anthropic-integration helps add Anthropic models to Microsoft Teams.ai apps and optionally add You.com MCP search/content tools.
  • Rules: youdotcom:safety keeps 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 as ANTHROPIC_API_KEY or OPENAI_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.

@saoudrizwan saoudrizwan added the includes-rules Plugin PR classification: includes-rules label Jun 18, 2026
@saoudrizwan

Copy link
Copy Markdown
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.

@saoudrizwan saoudrizwan reopened this Jun 18, 2026
@saoudrizwan saoudrizwan removed the includes-rules Plugin PR classification: includes-rules label Jun 18, 2026
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