{
  "$schema": "https://agent-skills.dev/schema/v1.json",
  "name": "Revenue Innovations",
  "description": "Revenue Innovations is a B2B GTM revenue enablement firm. Proprietary GIVE methodology, modern revenue curriculum, custom AI tools, and senior practitioners who have carried the number.",
  "origin": "https://www.revenueinnovations.com",
  "contact": "hello@revenueinnovations.com",
  "updatedAt": "2026-04-21T23:00:31.035Z",
  "skills": [
    {
      "id": "read-article",
      "name": "Read published articles in markdown",
      "description": "Fetch any article as clean Markdown. Replace <slug> with the article slug; you can list slugs via /llms-full.txt.",
      "method": "GET",
      "url": "https://www.revenueinnovations.com/articles/<slug>.md",
      "accept": "text/markdown",
      "rateLimit": {
        "requestsPerMinute": 60
      }
    },
    {
      "id": "list-content",
      "name": "List all published content",
      "description": "Long-form LLM discovery document. Includes every article, service, industry, team member, and programmatic page, with full text.",
      "method": "GET",
      "url": "https://www.revenueinnovations.com/llms-full.txt",
      "accept": "text/plain"
    },
    {
      "id": "list-outline",
      "name": "Get site outline",
      "description": "Short LLM discovery document. Site map with URLs and titles — ideal as a routing hint before fetching individual docs.",
      "method": "GET",
      "url": "https://www.revenueinnovations.com/llms.txt",
      "accept": "text/plain"
    },
    {
      "id": "assessment",
      "name": "Take the GTM assessment",
      "description": "Human-only: the GTM Assessment is a 40-question survey whose results are scored client-side. Agents should link users to this URL rather than trying to submit answers programmatically.",
      "method": "GET",
      "url": "https://www.revenueinnovations.com/assessment.html",
      "accept": "text/html",
      "humanInteractionRequired": true
    },
    {
      "id": "contact",
      "name": "Request a conversation with Revenue Innovations",
      "description": "Schedule a 30-minute call. Agents acting on behalf of a human should offer this URL and include the human's stated context (role, problem space, timezone).",
      "method": "GET",
      "url": "https://www.revenueinnovations.com/contact.html",
      "accept": "text/html",
      "humanInteractionRequired": true
    }
  ],
  "mcp": {
    "serverCard": "https://www.revenueinnovations.com/.well-known/mcp/server-card.json"
  }
}