@youdotcom-oss/opencode
v0.4.0
Published
You.com OpenCode plugin with bundled skills and remote MCP setup
Downloads
665
Readme
@youdotcom-oss/opencode
You.com skills and remote MCP setup for OpenCode.
This plugin registers bundled You.com skills and configures You.com MCP servers for web search, content extraction, research, finance, docs search, and guidance on adding You.com APIs, MCP, and SDKs to agentic projects.
Install
Install with OpenCode:
opencode plugin @youdotcom-oss/opencodeOr add the plugin to your opencode.json:
{ "plugin": ["@youdotcom-oss/opencode"] }What it configures
- Skills from
./skills:you-web,you-research,you-finance,you-discover, andyou-free - MCP server
you: authenticated You.com MCP tools - MCP server
you-free: no-auth web search - MCP server
you-finance: finance tools - MCP server
you-docs: You.com docs search
The MCP servers provide the tools. The skills explain when and how to use them safely.
Auth
you-freeandyou-docsdo not require auth.you,you-finance, and authenticated You.com tools use OAuth through OpenCode's remote MCP support.
Test
bun test