From d70dcfaaebf39f62967d09fa3886490c95585c7e Mon Sep 17 00:00:00 2001 From: Edward Irby Date: Wed, 22 Jul 2026 23:34:44 -0700 Subject: [PATCH] Add You.com resources to catalog Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com> --- catalog/com.you/mcp.json | 12 ++++++++++++ catalog/youdotcom-oss/you-claude-code.json | 11 +++++++++++ catalog/youdotcom-oss/you-copilot-cli.json | 11 +++++++++++ catalog/youdotcom-oss/you-discover.json | 11 +++++++++++ catalog/youdotcom-oss/you-finance.json | 11 +++++++++++ catalog/youdotcom-oss/you-free.json | 11 +++++++++++ catalog/youdotcom-oss/you-research.json | 11 +++++++++++ catalog/youdotcom-oss/you-web.json | 11 +++++++++++ 8 files changed, 89 insertions(+) create mode 100644 catalog/com.you/mcp.json create mode 100644 catalog/youdotcom-oss/you-claude-code.json create mode 100644 catalog/youdotcom-oss/you-copilot-cli.json create mode 100644 catalog/youdotcom-oss/you-discover.json create mode 100644 catalog/youdotcom-oss/you-finance.json create mode 100644 catalog/youdotcom-oss/you-free.json create mode 100644 catalog/youdotcom-oss/you-research.json create mode 100644 catalog/youdotcom-oss/you-web.json diff --git a/catalog/com.you/mcp.json b/catalog/com.you/mcp.json new file mode 100644 index 0000000..45ff78d --- /dev/null +++ b/catalog/com.you/mcp.json @@ -0,0 +1,12 @@ +{ + "identifier": "urn:ai:mcp-server:you.com:mcp", + "displayName": "You.com MCP", + "mediaType": "application/mcp-server+json", + "url": "https://api.you.com/mcp", + "description": "You.com hosted MCP server for web search, URL content extraction, cited research, finance answers, and integration discovery.", + "metadata": { + "sourceSet": "you.com", + "serverName": "you.com/mcp", + "serverUrl": "https://api.you.com/mcp" + } +} diff --git a/catalog/youdotcom-oss/you-claude-code.json b/catalog/youdotcom-oss/you-claude-code.json new file mode 100644 index 0000000..c4cbc20 --- /dev/null +++ b/catalog/youdotcom-oss/you-claude-code.json @@ -0,0 +1,11 @@ +{ + "identifier": "urn:ai:github.com:youdotcom-oss:agent-skills:you-claude-code", + "displayName": "You.com Claude Code", + "mediaType": "application/vnd.github.copilot-plugin", + "url": "https://github.com/youdotcom-oss/agent-skills/blob/main", + "description": "You.com Claude Code plugin for web search, research, finance, and integration discovery skills.", + "metadata": { + "sourceSet": "youdotcom-oss/agent-skills", + "repoPath": ".claude-plugin/plugin.json" + } +} diff --git a/catalog/youdotcom-oss/you-copilot-cli.json b/catalog/youdotcom-oss/you-copilot-cli.json new file mode 100644 index 0000000..6b37700 --- /dev/null +++ b/catalog/youdotcom-oss/you-copilot-cli.json @@ -0,0 +1,11 @@ +{ + "identifier": "urn:ai:github.com:youdotcom-oss:agent-skills:you-copilot-cli", + "displayName": "You.com Copilot CLI", + "mediaType": "application/vnd.github.copilot-plugin", + "url": "https://github.com/youdotcom-oss/agent-skills/blob/main", + "description": "You.com GitHub Copilot CLI plugin for web search, research, finance, and integration discovery skills.", + "metadata": { + "sourceSet": "youdotcom-oss/agent-skills", + "repoPath": ".plugin/plugin.json" + } +} diff --git a/catalog/youdotcom-oss/you-discover.json b/catalog/youdotcom-oss/you-discover.json new file mode 100644 index 0000000..c29884b --- /dev/null +++ b/catalog/youdotcom-oss/you-discover.json @@ -0,0 +1,11 @@ +{ + "identifier": "urn:ai:github.com:youdotcom-oss:agent-skills:you-discover", + "displayName": "You Discover", + "mediaType": "application/ai-skill", + "url": "https://github.com/youdotcom-oss/agent-skills/blob/main/skills/you-discover/SKILL.md", + "description": "Route You.com integration planning through the you-discover MCP tool, AI Catalog entries, Docs MCP, and direct API options.", + "metadata": { + "sourceSet": "youdotcom-oss/agent-skills", + "repoPath": "skills/you-discover/SKILL.md" + } +} diff --git a/catalog/youdotcom-oss/you-finance.json b/catalog/youdotcom-oss/you-finance.json new file mode 100644 index 0000000..77cb4b0 --- /dev/null +++ b/catalog/youdotcom-oss/you-finance.json @@ -0,0 +1,11 @@ +{ + "identifier": "urn:ai:github.com:youdotcom-oss:agent-skills:you-finance", + "displayName": "You Finance", + "mediaType": "application/ai-skill", + "url": "https://github.com/youdotcom-oss/agent-skills/blob/main/skills/you-finance/SKILL.md", + "description": "Route finance questions to an existing local script, a new You.com Finance Research API call, or an MCP payment-aware fallback.", + "metadata": { + "sourceSet": "youdotcom-oss/agent-skills", + "repoPath": "skills/you-finance/SKILL.md" + } +} diff --git a/catalog/youdotcom-oss/you-free.json b/catalog/youdotcom-oss/you-free.json new file mode 100644 index 0000000..2823576 --- /dev/null +++ b/catalog/youdotcom-oss/you-free.json @@ -0,0 +1,11 @@ +{ + "identifier": "urn:ai:github.com:youdotcom-oss:agent-skills:you-free", + "displayName": "You Free", + "mediaType": "application/ai-skill", + "url": "https://github.com/youdotcom-oss/agent-skills/blob/main/skills/you-free/SKILL.md", + "description": "Use the free You.com MCP profile for unauthenticated basic web search with you-search only.", + "metadata": { + "sourceSet": "youdotcom-oss/agent-skills", + "repoPath": "skills/you-free/SKILL.md" + } +} diff --git a/catalog/youdotcom-oss/you-research.json b/catalog/youdotcom-oss/you-research.json new file mode 100644 index 0000000..1ca4ea9 --- /dev/null +++ b/catalog/youdotcom-oss/you-research.json @@ -0,0 +1,11 @@ +{ + "identifier": "urn:ai:github.com:youdotcom-oss:agent-skills:you-research", + "displayName": "You Research", + "mediaType": "application/ai-skill", + "url": "https://github.com/youdotcom-oss/agent-skills/blob/main/skills/you-research/SKILL.md", + "description": "Route research tasks between a cost-conscious agentic search workflow, You.com Research API scripts, and managed or payment-aware MCP fallback.", + "metadata": { + "sourceSet": "youdotcom-oss/agent-skills", + "repoPath": "skills/you-research/SKILL.md" + } +} diff --git a/catalog/youdotcom-oss/you-web.json b/catalog/youdotcom-oss/you-web.json new file mode 100644 index 0000000..04afff8 --- /dev/null +++ b/catalog/youdotcom-oss/you-web.json @@ -0,0 +1,11 @@ +{ + "identifier": "urn:ai:github.com:youdotcom-oss:agent-skills:you-web", + "displayName": "You Web", + "mediaType": "application/ai-skill", + "url": "https://github.com/youdotcom-oss/agent-skills/blob/main/skills/you-web/SKILL.md", + "description": "Use You.com MCP tools for current web search, URL content extraction, cited web synthesis, and x402-aware web access.", + "metadata": { + "sourceSet": "youdotcom-oss/agent-skills", + "repoPath": "skills/you-web/SKILL.md" + } +}