{
    "$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.nant-horizon.fr/",
            "hash": "902523830a6bcf580a40a067ec4f5c48bb8d5cef74b5737d3f756fecac590470",
            "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.nant-horizon.fr/wp-json/graphin/v1/agent/post/{slug}",
            "hash": "fd16e4848ee29d9063b53b025caca890b7706e9681883d744ba7ea49050b83fd",
            "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.nant-horizon.fr/wp-json/graphin/v1/mcp/call",
            "hash": "e3e2145f26a5eb6df84f148890901e916eecf9e882bc57f26fbfff05fc7027fe",
            "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.nant-horizon.fr/wp-json/graphin/v1/mcp/call",
            "hash": "44fab221e0cab97d2e601b0ee9256b98128cc01c3072c2207eb3a5c43d28798f",
            "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.nant-horizon.fr/wp-json/graphin/v1/mcp/call",
            "hash": "3e010e4a9fa1bcb0d9538da82505446893b025d41c2f6bc40d14e9178208f182",
            "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.nant-horizon.fr/llms.txt",
            "hash": "9d26501124e7667c6067bb05aff429a24c0b680c9923f95c6c9da5fe3c25c94c",
            "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.nant-horizon.fr/llms-full.txt",
            "hash": "16ecf9492fd7c87e452416ba001b3530784cedc3bccc56330dffbdfbb8148f34",
            "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.nant-horizon.fr/wp-json/graphin/v1/mcp/call",
            "hash": "088a589c8afb557c4dd06fd9517a9779d5ea1625df9f1c59d9e7b31174465fab",
            "usage": "POST {tool: \"site_info\"}."
        }
    ],
    "site": {
        "name": "Nant&#039;Horizon",
        "description": "Association qui réunit les entrepreneurs de Nantes",
        "url": "https://www.nant-horizon.fr/",
        "language": "fr_FR"
    },
    "contentSignals": {
        "search": "yes",
        "aiInput": "yes",
        "aiTrain": "no",
        "reference": "https://www.nant-horizon.fr/robots.txt"
    },
    "related": {
        "mcpServerCard": "https://www.nant-horizon.fr/.well-known/mcp/server-card.json",
        "apiCatalog": "https://www.nant-horizon.fr/.well-known/api-catalog",
        "llmsTxt": "https://www.nant-horizon.fr/llms.txt",
        "robots": "https://www.nant-horizon.fr/robots.txt"
    },
    "contact": {
        "admin": "guillaume@graph-in.fr",
        "site": "https://www.nant-horizon.fr/"
    },
    "generator": {
        "name": "Graph'in Agent-Ready",
        "version": "0.2.4",
        "url": "https://graph-in.fr/"
    }
}