Rank
83
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Crawler Summary
Agent Skills for integrating You.com capabilities into agentic workflows and AI development tools - guided integrations for Claude, OpenAI, Vercel AI SDK, and Teams.ai You.com Agent Skills Agent skills for integrating You.com's AI-powered search, content extraction, and web capabilities with popular AI agent frameworks and bash-based agents. These skills provide interactive workflows that guide your AI agent through setting up You.com integrations for SDKs, frameworks, and CLI tools. Available Skills ydc-ai-sdk-integration Integrate Vercel AI SDK applications with You.com tools for Capability contract not published. No trust telemetry is available yet. 5 GitHub stars reported by the source. Last updated 2/25/2026.
Freshness
Last checked 2/25/2026
Best For
@youdotcom-oss/agent-skill is best for general automation workflows where MCP compatibility matters.
Not Ideal For
Contract metadata is missing or unavailable for deterministic execution.
Evidence Sources Checked
editorial-content, GITHUB MCP, runtime-metrics, public facts pack
Agent Skills for integrating You.com capabilities into agentic workflows and AI development tools - guided integrations for Claude, OpenAI, Vercel AI SDK, and Teams.ai You.com Agent Skills Agent skills for integrating You.com's AI-powered search, content extraction, and web capabilities with popular AI agent frameworks and bash-based agents. These skills provide interactive workflows that guide your AI agent through setting up You.com integrations for SDKs, frameworks, and CLI tools. Available Skills ydc-ai-sdk-integration Integrate Vercel AI SDK applications with You.com tools for
Public facts
5
Change events
1
Artifacts
0
Freshness
Feb 25, 2026
Capability contract not published. No trust telemetry is available yet. 5 GitHub stars reported by the source. Last updated 2/25/2026.
Trust score
Unknown
Compatibility
MCP
Freshness
Feb 25, 2026
Vendor
Youdotcom Oss
Artifacts
0
Benchmarks
0
Last release
Unpublished
Key links, install path, and a quick operational read before the deeper crawl record.
Summary
Capability contract not published. No trust telemetry is available yet. 5 GitHub stars reported by the source. Last updated 2/25/2026.
Setup snapshot
git clone https://github.com/youdotcom-oss/agent-skills.gitSetup complexity is MEDIUM. Standard integration tests and API key provisioning are required before connecting this to production workloads.
Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.
Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.
Vendor
Youdotcom Oss
Protocol compatibility
MCP
Adoption signal
5 GitHub stars
Handshake status
UNKNOWN
Crawlable docs
6 indexed pages on the official domain
Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.
Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.
Extracted files
0
Examples
6
Snippets
0
Languages
typescript
bash
# Using npm npx skills add youdotcom-oss/agent-skills # Using Bun (recommended) bunx skills add youdotcom-oss/agent-skills
bash
# Install just one skill npx skills add youdotcom-oss/agent-skills --skill youdotcom-cli bunx skills add youdotcom-oss/agent-skills --skill ydc-ai-sdk-integration # Install multiple specific skills npx skills add youdotcom-oss/agent-skills --skill youdotcom-cli --skill ydc-ai-sdk-integration
bash
export YDC_API_KEY="your-api-key-here"
text
skills/{skill-name}/
├── SKILL.md # Complete workflow with YAML frontmatter
└── assets/ # Code templates (optional, mostly inlined)bash
# Required for all skills YDC_API_KEY=your-you-com-api-key # Required for Claude Agent SDK skill ANTHROPIC_API_KEY=your-anthropic-api-key # Required for OpenAI Agent SDK skill OPENAI_API_KEY=your-openai-api-key
bash
bun run eval
Full documentation captured from public sources, including the complete README when available.
Docs source
GITHUB MCP
Editorial quality
ready
Agent Skills for integrating You.com capabilities into agentic workflows and AI development tools - guided integrations for Claude, OpenAI, Vercel AI SDK, and Teams.ai You.com Agent Skills Agent skills for integrating You.com's AI-powered search, content extraction, and web capabilities with popular AI agent frameworks and bash-based agents. These skills provide interactive workflows that guide your AI agent through setting up You.com integrations for SDKs, frameworks, and CLI tools. Available Skills ydc-ai-sdk-integration Integrate Vercel AI SDK applications with You.com tools for
Agent skills for integrating You.com's AI-powered search, content extraction, and web capabilities with popular AI agent frameworks and bash-based agents.
These skills provide interactive workflows that guide your AI agent through setting up You.com integrations for SDKs, frameworks, and CLI tools.
Integrate Vercel AI SDK applications with You.com tools for real-time web search, AI-powered answers, and content extraction.
Use when:
generateText() or streamText()Features:
youSearch, youContentsConnect Claude Agent SDK (Python and TypeScript) to You.com's HTTP MCP server for web search and content extraction.
Use when:
Features:
Add You.com MCP tools to OpenAI Agents SDK using Hosted MCP or Streamable HTTP modes.
Use when:
Features:
Integrate You.com's remote MCP server with crewAI agents for web search, AI-powered answers, and content extraction.
Use when:
MCPServerHTTP or MCPServerAdapterFeatures:
Use @youdotcom-oss/teams-anthropic to add Anthropic Claude models (Opus, Sonnet, Haiku) to Microsoft Teams.ai applications. Optionally integrate You.com MCP server for web search and content extraction.
Use when:
Features:
Integrate You.com's web search, AI answers, and content extraction with bash-based AI agents using a universal CLI tool.
Use when:
Features:
--json flag--schema flag--client flagInstall All Skills (recommended):
# Using npm
npx skills add youdotcom-oss/agent-skills
# Using Bun (recommended)
bunx skills add youdotcom-oss/agent-skills
This installs all 6 skills at once:
ydc-ai-sdk-integrationydc-claude-agent-sdk-integrationydc-openai-agent-sdk-integrationydc-crewai-mcp-integrationteams-anthropic-integrationyoudotcom-cliInstall Individual Skills:
# Install just one skill
npx skills add youdotcom-oss/agent-skills --skill youdotcom-cli
bunx skills add youdotcom-oss/agent-skills --skill ydc-ai-sdk-integration
# Install multiple specific skills
npx skills add youdotcom-oss/agent-skills --skill youdotcom-cli --skill ydc-ai-sdk-integration
Before using any skill, you'll need a You.com API key:
export YDC_API_KEY="your-api-key-here"
Once installed, your AI coding agent will automatically activate the relevant skill when you request integration. For example:
Each skill provides step-by-step instructions, code templates, and validation checklists.
Each skill follows the agent-skills-spec format:
skills/{skill-name}/
├── SKILL.md # Complete workflow with YAML frontmatter
└── assets/ # Code templates (optional, mostly inlined)
Skills are self-contained:
API Keys:
Each skill includes:
Create a .env file in the project root with the following API keys:
# Required for all skills
YDC_API_KEY=your-you-com-api-key
# Required for Claude Agent SDK skill
ANTHROPIC_API_KEY=your-anthropic-api-key
# Required for OpenAI Agent SDK skill
OPENAI_API_KEY=your-openai-api-key
Get API keys from:
Skills are validated by running Claude Code against prompts and checking that the generated integration code passes real API tests.
Run all skill evals:
bun run eval
Run a single skill eval:
bun run eval --skill ydc-crewai-mcp-integration
Run with parallelism:
bun run eval -j 4
Regenerate data/RESULTS.md from existing results (no re-run):
bun run eval:summary
Note: Evals use real API keys from .env and invoke Claude Code as a subprocess to generate integration code. Valid API keys are required.
data/
├── prompts/
│ └── prompts.jsonl # One entry per skill variant (id, prompt, grader config)
├── results/
│ └── results.jsonl # Grader output per eval run (gitignored)
└── RESULTS.md # Human-readable summary (committed on weekly CI run)
tests/{skill-id}/ # Generated integration code lives here (gitignored)
├── agent.ts # Example: TypeScript integration file
└── agent.spec.ts # Tests that validate the generated code
scripts/
├── run.ts # Eval orchestrator (clean → harness → grade → summarize)
└── grader.ts # Scoring logic for generated integration code
Eval IDs and test directories use language suffixes where needed:
ydc-claude-agent-sdk-integration-python → tests/ydc-claude-agent-sdk-integration-python/ydc-claude-agent-sdk-integration-typescript → tests/ydc-claude-agent-sdk-integration-typescript/ydc-openai-agent-sdk-integration-python → tests/ydc-openai-agent-sdk-integration-python/ydc-openai-agent-sdk-integration-typescript → tests/ydc-openai-agent-sdk-integration-typescript/ydc-crewai-mcp-integration) use a single test directoryWorkflow:
data/prompts/prompts.jsonl contains prompts that trigger each skilltests/{skill-id}/data/results/results.jsonl and summarized in data/RESULTS.mdEvals run automatically on:
skills/*/SKILL.md, assets, or eval scriptsdata/RESULTS.mdCurrent eval results: see data/RESULTS.md
Check for issues:
# Check all files (TypeScript + Python)
bun run check
# Check only Python files
bun run check:py
Auto-fix issues:
# Fix all files (TypeScript + Python)
bun run check:write
# Fix only Python files
bun run check:write-py
Tools:
Contributions are welcome! To add a new skill:
skills/SKILL.md following agent-skills-spec formatassets/ subdirectorydata/prompts/prompts.jsonl and reference test files in tests/npx skills add <your-fork>Skill naming convention:
name field in YAML frontmatterydc-ai-sdk-integration)MIT - See LICENSE file for details
SKILL.md fileMachine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.
Contract coverage
Status
missing
Auth
None
Streaming
No
Data region
Unspecified
Protocol support
Requires: none
Forbidden: none
Guardrails
Operational confidence: low
curl -s "https://xpersona.co/api/v1/agents/mcp-youdotcom-oss-agent-skills/snapshot"
curl -s "https://xpersona.co/api/v1/agents/mcp-youdotcom-oss-agent-skills/contract"
curl -s "https://xpersona.co/api/v1/agents/mcp-youdotcom-oss-agent-skills/trust"
Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.
Trust signals
Handshake
UNKNOWN
Confidence
unknown
Attempts 30d
unknown
Fallback rate
unknown
Runtime metrics
Observed P50
unknown
Observed P95
unknown
Rate limit
unknown
Estimated cost
unknown
Do not use if
Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.
Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.
Rank
83
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Rank
80
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Rank
74
Expose OpenAPI definition endpoints as MCP tools using the official Rust SDK for the Model Context Protocol (https://github.com/modelcontextprotocol/rust-sdk)
Traction
No public download signal
Freshness
Updated 2d ago
Rank
72
An actix_web backend for the official Rust SDK for the Model Context Protocol (https://github.com/modelcontextprotocol/rust-sdk)
Traction
No public download signal
Freshness
Updated 2d ago
Contract JSON
{
"contractStatus": "missing",
"authModes": [],
"requires": [],
"forbidden": [],
"supportsMcp": false,
"supportsA2a": false,
"supportsStreaming": false,
"inputSchemaRef": null,
"outputSchemaRef": null,
"dataRegion": null,
"contractUpdatedAt": null,
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/mcp-youdotcom-oss-agent-skills/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/mcp-youdotcom-oss-agent-skills/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/mcp-youdotcom-oss-agent-skills/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/mcp-youdotcom-oss-agent-skills/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/mcp-youdotcom-oss-agent-skills/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/mcp-youdotcom-oss-agent-skills/trust\""
],
"jsonRequestTemplate": {
"query": "summarize this repo",
"constraints": {
"maxLatencyMs": 2000,
"protocolPreference": [
"MCP"
]
}
},
"jsonResponseTemplate": {
"ok": true,
"result": {
"summary": "...",
"confidence": 0.9
},
"meta": {
"source": "GITHUB_MCP",
"generatedAt": "2026-04-17T02:35:32.035Z"
}
},
"retryPolicy": {
"maxAttempts": 3,
"backoffMs": [
500,
1500,
3500
],
"retryableConditions": [
"HTTP_429",
"HTTP_503",
"NETWORK_TIMEOUT"
]
}
}Trust JSON
{
"status": "unavailable",
"handshakeStatus": "UNKNOWN",
"verificationFreshnessHours": null,
"reputationScore": null,
"p95LatencyMs": null,
"successRate30d": null,
"fallbackRate": null,
"attempts30d": null,
"trustUpdatedAt": null,
"trustConfidence": "unknown",
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Capability Matrix
{
"rows": [
{
"key": "MCP",
"type": "protocol",
"support": "unknown",
"confidenceSource": "profile",
"notes": "Listed on profile"
}
],
"flattenedTokens": "protocol:MCP|unknown|profile"
}Facts JSON
[
{
"factKey": "docs_crawl",
"category": "integration",
"label": "Crawlable docs",
"value": "6 indexed pages on the official domain",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
},
{
"factKey": "vendor",
"category": "vendor",
"label": "Vendor",
"value": "Youdotcom Oss",
"href": "https://github.com/youdotcom-oss/agent-skills",
"sourceUrl": "https://github.com/youdotcom-oss/agent-skills",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-02-25T02:59:07.109Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "MCP",
"href": "https://xpersona.co/api/v1/agents/mcp-youdotcom-oss-agent-skills/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/mcp-youdotcom-oss-agent-skills/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-02-25T02:59:07.109Z",
"isPublic": true
},
{
"factKey": "traction",
"category": "adoption",
"label": "Adoption signal",
"value": "5 GitHub stars",
"href": "https://github.com/youdotcom-oss/agent-skills",
"sourceUrl": "https://github.com/youdotcom-oss/agent-skills",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-02-25T02:59:07.109Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/mcp-youdotcom-oss-agent-skills/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/mcp-youdotcom-oss-agent-skills/trust",
"sourceType": "trust",
"confidence": "medium",
"observedAt": null,
"isPublic": true
}
]Change Events JSON
[
{
"eventType": "docs_update",
"title": "Docs refreshed: Sign in to GitHub · GitHub",
"description": "Fresh crawlable documentation was indexed for the official domain.",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
}
]Sponsored
Ads related to @youdotcom-oss/agent-skill and adjacent AI workflows.