Crawler Summary

@youdotcom-oss/agent-skill answer-first brief

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

Claim this agent
Agent DossierGitHubSafety: 89/100

@youdotcom-oss/agent-skill

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

MCPself-declared

Public facts

5

Change events

1

Artifacts

0

Freshness

Feb 25, 2026

Verifiededitorial-contentNo verified compatibility signals5 GitHub stars

Capability contract not published. No trust telemetry is available yet. 5 GitHub stars reported by the source. Last updated 2/25/2026.

5 GitHub starsTrust evidence available

Trust score

Unknown

Compatibility

MCP

Freshness

Feb 25, 2026

Vendor

Youdotcom Oss

Artifacts

0

Benchmarks

0

Last release

Unpublished

Executive Summary

Key links, install path, and a quick operational read before the deeper crawl record.

Verifiededitorial-content

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.git
  1. 1

    Setup complexity is MEDIUM. Standard integration tests and API key provisioning are required before connecting this to production workloads.

  2. 2

    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.

Evidence Ledger

Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.

Verifiededitorial-content
Vendor (1)

Vendor

Youdotcom Oss

profilemedium
Observed Feb 25, 2026Source linkProvenance
Compatibility (1)

Protocol compatibility

MCP

contractmedium
Observed Feb 25, 2026Source linkProvenance
Adoption (1)

Adoption signal

5 GitHub stars

profilemedium
Observed Feb 25, 2026Source linkProvenance
Security (1)

Handshake status

UNKNOWN

trustmedium
Observed unknownSource linkProvenance
Integration (1)

Crawlable docs

6 indexed pages on the official domain

search_documentmedium
Observed Apr 15, 2026Source linkProvenance

Release & Crawl Timeline

Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.

Self-declaredagent-index

Artifacts Archive

Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.

Self-declaredGITHUB MCP

Extracted files

0

Examples

6

Snippets

0

Languages

typescript

Executable Examples

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

Docs & README

Full documentation captured from public sources, including the complete README when available.

Self-declaredGITHUB MCP

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

Full README

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 real-time web search, AI-powered answers, and content extraction.

Use when:

  • Building AI SDK applications with generateText() or streamText()
  • Adding web search capabilities to your AI agents
  • Extracting and processing web content programmatically

Features:

  • Interactive setup workflow for existing or new projects
  • Three powerful tools: youSearch, youContents
  • Smart integration with existing AI SDK code
  • Support for multiple AI providers (Anthropic, OpenAI, Google, etc.)

ydc-claude-agent-sdk-integration

Connect Claude Agent SDK (Python and TypeScript) to You.com's HTTP MCP server for web search and content extraction.

Use when:

  • Building Claude-powered agents in Python or TypeScript
  • Integrating MCP tools with Claude Agent SDK v1 or v2
  • Adding You.com capabilities to existing Claude applications

Features:

  • Complete templates for Python and TypeScript (v1 & v2)
  • HTTP MCP server configuration patterns
  • Bearer token authentication setup
  • Error handling and validation examples

ydc-openai-agent-sdk-integration

Add You.com MCP tools to OpenAI Agents SDK using Hosted MCP or Streamable HTTP modes.

Use when:

  • Building OpenAI-powered agents with MCP integration
  • Using Python or TypeScript OpenAI Agents SDK
  • Choosing between Hosted MCP and Streamable HTTP deployment

Features:

  • Dual-mode templates (Hosted MCP + Streamable HTTP)
  • Python and TypeScript implementations
  • Complete configuration examples for both modes
  • Tool approval and validation patterns

ydc-crewai-mcp-integration

Integrate You.com's remote MCP server with crewAI agents for web search, AI-powered answers, and content extraction.

Use when:

  • Building crewAI agents that need real-time web access
  • Integrating You.com MCP via MCPServerHTTP or MCPServerAdapter
  • Adding web search and content extraction to existing crewAI workflows

Features:

  • DSL and MCPServerAdapter integration patterns
  • Python implementation with uv/pip setup
  • Bearer token authentication for the remote MCP server
  • Complete crewAI crew and task configuration examples

teams-anthropic-integration

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:

  • Building Teams.ai apps with Claude models
  • Need streaming, function calling, or conversation memory
  • Optionally want web search capabilities via You.com MCP

Features:

  • Two paths: Basic setup (Claude only) or with You.com MCP
  • Complete templates for new and existing apps
  • Streaming responses and function calling
  • Conversation memory with Teams.ai Memory API

youdotcom-cli

Integrate You.com's web search, AI answers, and content extraction with bash-based AI agents using a universal CLI tool.

Use when:

  • Working with bash-capable AI agents (Claude Code, Cursor, Codex, etc.)
  • Need fast web search with verifiable citations
  • Want simultaneous search + content extraction (livecrawl)
  • Building agent workflows with JSON CLI tools

Features:

  • Schema-driven JSON input via --json flag
  • Schema discovery with --schema flag
  • Livecrawl: search + extract content in one API call
  • Client tracking with --client flag
  • Works with bunx/npx (no installation needed)
  • Compatible with any bash-based agent

Installation

For Agent Skills Spec Compatible Agents

Install 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-integration
  • ydc-claude-agent-sdk-integration
  • ydc-openai-agent-sdk-integration
  • ydc-crewai-mcp-integration
  • teams-anthropic-integration
  • youdotcom-cli

Install 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

Quick Start

Before using any skill, you'll need a You.com API key:

  1. Get API Key: Visit you.com/platform/api-keys
  2. Set Environment Variable:
    export YDC_API_KEY="your-api-key-here"
    
  3. Request Integration: Ask your AI agent to integrate You.com (see Usage examples below)

Usage

Once installed, your AI coding agent will automatically activate the relevant skill when you request integration. For example:

  • "Integrate Vercel AI SDK with You.com tools"
  • "Set up Claude Agent SDK with You.com MCP"
  • "Add You.com to my Teams app with Anthropic"
  • "Configure OpenAI Agents SDK with You.com MCP"
  • "Integrate You.com MCP with my crewAI agents"
  • "Add You.com CLI tools to my bash agent"

Each skill provides step-by-step instructions, code templates, and validation checklists.


Skill Structure

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:

  • YAML frontmatter defines skill metadata (name, description, category, keywords, compatibility)
  • Markdown body contains complete workflow, inline code examples, templates, validation, and troubleshooting
  • Assets directory (optional) for additional templates - most examples are now inlined for immediate visibility

Prerequisites

API Keys:

  • You.com API key: Get yours
  • Provider API keys (Anthropic, OpenAI, etc.) depending on the skill

Documentation

Each skill includes:

  • Prerequisites - Required packages and environment variables
  • Complete templates - Ready-to-run code for Python and TypeScript
  • Configuration examples - Side-by-side comparisons for different modes
  • Validation checklists - Ensure your integration works correctly
  • Troubleshooting - Common issues and solutions

Development

Environment Setup

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:

Skill Evals

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.

Eval Structure

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-pythontests/ydc-claude-agent-sdk-integration-python/
  • ydc-claude-agent-sdk-integration-typescripttests/ydc-claude-agent-sdk-integration-typescript/
  • ydc-openai-agent-sdk-integration-pythontests/ydc-openai-agent-sdk-integration-python/
  • ydc-openai-agent-sdk-integration-typescripttests/ydc-openai-agent-sdk-integration-typescript/
  • Single-variant skills (e.g., ydc-crewai-mcp-integration) use a single test directory

Workflow:

  1. data/prompts/prompts.jsonl contains prompts that trigger each skill
  2. The eval harness runs Claude Code against each prompt, generating code into tests/{skill-id}/
  3. The grader validates the generated code against the test files
  4. Results are written to data/results/results.jsonl and summarized in data/RESULTS.md

CI

Evals run automatically on:

  • Pull requests that change skills/*/SKILL.md, assets, or eval scripts
  • Pushes to main for the same paths
  • Weekly schedule (Monday 06:00 UTC) — results committed back to data/RESULTS.md

Current eval results: see data/RESULTS.md

Linting & Formatting

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:

  • TypeScript: Biome for linting and formatting
  • Python: Ruff for linting and formatting
  • Python package management: uv

Prerequisites

  • Bun >= 1.2.21 (for TypeScript evals and orchestration)
  • Python >= 3.12 (for Python skill evals)
  • uv (automatically used by Bun scripts for Python)

Contributing

Contributions are welcome! To add a new skill:

  1. Fork this repository
  2. Create a new skill directory in skills/
  3. Add SKILL.md following agent-skills-spec format
  4. Add optional assets in assets/ subdirectory
  5. Add a prompt entry to data/prompts/prompts.jsonl and reference test files in tests/
  6. Test your skill with npx skills add <your-fork>
  7. Submit a pull request

Skill naming convention:

  • Directory name must match name field in YAML frontmatter
  • Use kebab-case (e.g., ydc-ai-sdk-integration)

License

MIT - See LICENSE file for details


Support

  • Issues: GitHub Issues
  • Email: support@you.com
  • Documentation: Each skill includes comprehensive documentation in its SKILL.md file

Contract & API

Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.

MissingGITHUB MCP

Contract coverage

Status

missing

Auth

None

Streaming

No

Data region

Unspecified

Protocol support

MCP: self-declared

Requires: none

Forbidden: none

Guardrails

Operational confidence: low

No positive guardrails captured.
Invocation examples
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"

Reliability & Benchmarks

Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.

Missingruntime-metrics

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

Contract metadata is missing or unavailable for deterministic execution.
No benchmark suites or observed failure patterns are available.

Media & Demo

Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.

Missingno-media
No screenshots, media assets, or demo links are available.

Related Agents

Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.

Self-declaredprotocol-neighbors
GITLAB_AI_CATALOGgitlab-mcp

Rank

83

A Model Context Protocol (MCP) server for GitLab

Traction

No public download signal

Freshness

Updated 2d ago

MCP
GITLAB_PUBLIC_PROJECTSgitlab-mcp

Rank

80

A Model Context Protocol (MCP) server for GitLab

Traction

No public download signal

Freshness

Updated 2d ago

MCP
GITLAB_AI_CATALOGrmcp-openapi

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

MCP
GITLAB_AI_CATALOGrmcp-actix-web

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

MCP
Machine Appendix

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.