{
    "$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.enseigne-signaletique.fr/",
            "hash": "0c0c4ac6b1e82b3933025f8ca2ad5ed83a8169cfa02839d8994911f933200549",
            "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.enseigne-signaletique.fr/wp-json/graphin/v1/agent/post/{slug}",
            "hash": "536f3967a5fd744babd61b988dbc53a66f312603800c24334c27cfa52bdf15dd",
            "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.enseigne-signaletique.fr/wp-json/graphin/v1/mcp/call",
            "hash": "fffc85f77b66c667f2237f07061d280cd206c46a0e78a4436d9c4240344dcb0a",
            "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.enseigne-signaletique.fr/wp-json/graphin/v1/mcp/call",
            "hash": "d0ebb9f1b3944c165bc964b07fc5e6b53caa609a87496d2023da3ebdf03d6b3a",
            "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.enseigne-signaletique.fr/wp-json/graphin/v1/mcp/call",
            "hash": "c16908b1dd2c9cb28d8fdea3914d9fd6dbf412dbd560f1cf8c622725d1caa111",
            "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.enseigne-signaletique.fr/llms.txt",
            "hash": "6097b41faabb718f73e34a649a0d82e7609f9433ff51c6c0bb8786573a070de5",
            "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.enseigne-signaletique.fr/llms-full.txt",
            "hash": "3ceece8b083a080ef901f00e1f867110f3e73f97cd0817fb1d68837792bf002c",
            "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.enseigne-signaletique.fr/wp-json/graphin/v1/mcp/call",
            "hash": "fff10f9ac4573111e615f504790cd69aeaf162c56c3974b0dce46514b0a104cf",
            "usage": "POST {tool: \"site_info\"}."
        }
    ],
    "site": {
        "name": "Enseigne Signalétique",
        "description": "Création d&#039;enseigne, signalétique, PLV-ILV et stand à Nantes, Rennes et Saint-Malo",
        "url": "https://www.enseigne-signaletique.fr/",
        "language": "fr_FR"
    },
    "contentSignals": {
        "search": "yes",
        "aiInput": "yes",
        "aiTrain": "no",
        "reference": "https://www.enseigne-signaletique.fr/robots.txt"
    },
    "related": {
        "mcpServerCard": "https://www.enseigne-signaletique.fr/.well-known/mcp/server-card.json",
        "apiCatalog": "https://www.enseigne-signaletique.fr/.well-known/api-catalog",
        "llmsTxt": "https://www.enseigne-signaletique.fr/llms.txt",
        "robots": "https://www.enseigne-signaletique.fr/robots.txt"
    },
    "contact": {
        "admin": "guillaume@graph-in.fr",
        "site": "https://www.enseigne-signaletique.fr/"
    },
    "generator": {
        "name": "Graph'in Agent-Ready",
        "version": "0.2.0",
        "url": "https://graph-in.fr/"
    }
}