{
    "$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.loiresecrets.fr/",
            "hash": "b7929924d9754927cee59cfbc2dcae11ec0d79378fe44784fb646126b22ec5ca",
            "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.loiresecrets.fr/wp-json/graphin/v1/agent/post/{slug}",
            "hash": "d8dec4d362328497f2e4b2bd6b4731128d4ee6f632eea6f76fe77c1c2a77b4e1",
            "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.loiresecrets.fr/wp-json/graphin/v1/mcp/call",
            "hash": "4d66d2c0074e293edc4994a1b94e314764fab79a73cbeb3ed30d3fe88b7fd5d4",
            "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.loiresecrets.fr/wp-json/graphin/v1/mcp/call",
            "hash": "8474e879510fb20652502464229dc7b8c348c37dbc7c939ed190a5952bc4dd0d",
            "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.loiresecrets.fr/wp-json/graphin/v1/mcp/call",
            "hash": "b7ad95f3984b3dfa48fff14653d766387654de058eddf589d5820e3b4c39c096",
            "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.loiresecrets.fr/llms.txt",
            "hash": "18d673c1ac752e7425628b9daf68354040019d38562b0e3f7f4bd4ae4cbf7d5b",
            "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.loiresecrets.fr/llms-full.txt",
            "hash": "f8be5b6a46beb079eb0d53e6c6be596f895bdd1409bf5c8d9605962157acc36d",
            "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.loiresecrets.fr/wp-json/graphin/v1/mcp/call",
            "hash": "615cedb155d3f5e15a53dc775e02ffa8acc176b849a58b23c44ed2fcabd4326d",
            "usage": "POST {tool: \"site_info\"}."
        }
    ],
    "site": {
        "name": "Loire Secrets",
        "description": "Votre team building, séminaire, soirée d&#039;entreprise en Val de Loire, Normandie et Bretagne",
        "url": "https://www.loiresecrets.fr/",
        "language": "fr_FR"
    },
    "contentSignals": {
        "search": "yes",
        "aiInput": "yes",
        "aiTrain": "no",
        "reference": "https://www.loiresecrets.fr/robots.txt"
    },
    "related": {
        "mcpServerCard": "https://www.loiresecrets.fr/.well-known/mcp/server-card.json",
        "apiCatalog": "https://www.loiresecrets.fr/.well-known/api-catalog",
        "llmsTxt": "https://www.loiresecrets.fr/llms.txt",
        "robots": "https://www.loiresecrets.fr/robots.txt"
    },
    "contact": {
        "admin": "contact@loiresecrets.com",
        "site": "https://www.loiresecrets.fr/"
    },
    "generator": {
        "name": "Graph'in Agent-Ready",
        "version": "0.2.0",
        "url": "https://graph-in.fr/"
    }
}