{
    "$schema": "https://raw.githubusercontent.com/cloudflare/agent-skills-discovery-rfc/main/schema/v0.2.0.json",
    "version": "0.2.0",
    "skills": [
        {
            "name": "read_markdown_content",
            "type": "tool",
            "description": "Retrieve any page or article in clean Markdown format via HTTP content negotiation (Accept: text/markdown).",
            "url": "https://www.eclairage-rh.fr/",
            "hash": "b45aa8bdef55fcd54bb84fed71ea0ae1d5fe417340fcd47f2627c93a46ae0049",
            "usage": "Use HTTP header \"Accept: text/markdown\" on any URL of the site to receive a Markdown version optimized for AI agents."
        },
        {
            "name": "read_agent_dom",
            "type": "tool",
            "description": "Retrieve a single post or page as a clean semantic JSON document with title, content (Markdown), facts, entities, and metadata.",
            "url": "https://www.eclairage-rh.fr/wp-json/graphin/v1/agent/post/{slug}",
            "hash": "f97f078331acc0960b12c6ef7a9c08c5effc55cae32703daf7a8a7f2dd9a2520",
            "usage": "GET request to /wp-json/graphin/v1/agent/{type}/{slug} with type in {post, page, product}."
        },
        {
            "name": "search_content",
            "type": "tool",
            "description": "Full-text search across all published content of the site.",
            "url": "https://www.eclairage-rh.fr/wp-json/graphin/v1/mcp/call",
            "hash": "270ed0eccbe17a96b4af9bcc2aca0801a865e9c9bb8197942480582c84bf0b02",
            "usage": "POST {tool: \"search_posts\", args: {query: \"...\"}} to the MCP call endpoint."
        },
        {
            "name": "browse_taxonomy",
            "type": "tool",
            "description": "List public taxonomies (categories, tags) and retrieve content under a specific taxonomy term.",
            "url": "https://www.eclairage-rh.fr/wp-json/graphin/v1/mcp/call",
            "hash": "0b558e53a09ca57c846d8951b06da99b4197f59a27a82bc87d07ae1f1d3be94d",
            "usage": "POST {tool: \"list_taxonomies\"} or {tool: \"get_by_category\", args: {term_id: 123}}."
        },
        {
            "name": "list_recent_content",
            "type": "tool",
            "description": "Retrieve the most recently modified or published content of the site.",
            "url": "https://www.eclairage-rh.fr/wp-json/graphin/v1/mcp/call",
            "hash": "848892aadcaea2ac3e9367ea41baecb8b7729909d4e5991abeb6e65184ce67aa",
            "usage": "POST {tool: \"list_recent\", args: {limit: 20, type: \"post\"}}."
        },
        {
            "name": "site_index",
            "type": "document",
            "description": "Curated text-based index of the most relevant pages of the site, in llms.txt format.",
            "url": "https://www.eclairage-rh.fr/llms.txt",
            "hash": "b1a4899d539c51902316dc434d856c1c40e1ab4c6be3a06aa1f42155c937c972",
            "usage": "GET request, returns plain text in llms.txt standard format."
        },
        {
            "name": "site_corpus",
            "type": "document",
            "description": "Complete text corpus of all public content of the site, optimized for AI consumption.",
            "url": "https://www.eclairage-rh.fr/llms-full.txt",
            "hash": "c12402c57ff11f35f0b1365e3ec22928135f7539071436e213209d425096d599",
            "usage": "GET request, returns plain text Markdown corpus."
        },
        {
            "name": "site_info",
            "type": "tool",
            "description": "Retrieve site metadata including name, description, language, content types, and discovery feeds.",
            "url": "https://www.eclairage-rh.fr/wp-json/graphin/v1/mcp/call",
            "hash": "3beeb321674eea63a088d05d2734ab5183bc678d5fd25e150e1bcb0daad393bc",
            "usage": "POST {tool: \"site_info\"}."
        }
    ],
    "site": {
        "name": "Eclairage RH",
        "description": "Bilan de compétences, VAE et stratégie RH recrutement sur Nantes et Ancenis",
        "url": "https://www.eclairage-rh.fr/",
        "language": "fr_FR"
    },
    "contentSignals": {
        "search": "yes",
        "aiInput": "yes",
        "aiTrain": "no",
        "reference": "https://www.eclairage-rh.fr/robots.txt"
    },
    "related": {
        "mcpServerCard": "https://www.eclairage-rh.fr/.well-known/mcp/server-card.json",
        "apiCatalog": "https://www.eclairage-rh.fr/.well-known/api-catalog",
        "llmsTxt": "https://www.eclairage-rh.fr/llms.txt",
        "robots": "https://www.eclairage-rh.fr/robots.txt"
    },
    "contact": {
        "admin": "guillaume@graph-in.fr",
        "site": "https://www.eclairage-rh.fr/"
    },
    "generator": {
        "name": "Graph'in Agent-Ready",
        "version": "0.2.0",
        "url": "https://graph-in.fr/"
    }
}