{
  "name": "每月知識升級 Agent",
  "description": "AI agent interface for Monthly Knowledge Upgrade (每月知識升級) by The Weekend Club. Provides access to curated monthly knowledge packages on important life topics — finance, relationships, productivity, career, health, and learning methods. Subscription-based service delivering deep-research knowledge packages every month.",
  "url": "https://monthly-knowledge.replit.app",
  "version": "1.0.0",
  "provider": {
    "organization": "The Weekend Club",
    "url": "https://monthly-knowledge.replit.app"
  },
  "documentationUrl": "https://monthly-knowledge.replit.app/llms.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["text/plain", "application/json"],
  "skills": [
    {
      "id": "get-monthly-content",
      "name": "Get Current Monthly Knowledge Package",
      "description": "Retrieve the current month's curated knowledge package including the main theme, sub-themes, key learning promises, and preview content. Use this when users ask about this month's topic, what they will learn, or want a preview of the content.",
      "tags": ["knowledge", "content", "monthly", "education", "learning"],
      "examples": [
        "這個月的主題是什麼？",
        "What is this month's knowledge theme?",
        "告訴我這個月的升級包內容",
        "Show me the current monthly content",
        "What will I learn this month?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain", "application/json"]
    },
    {
      "id": "get-active-poll",
      "name": "Get Active Topic Voting Poll",
      "description": "Retrieve the currently active voting poll for next month's topic selection. Shows all options, current vote counts, and total participation. Use when users ask about upcoming topics or want to see what's being voted on.",
      "tags": ["voting", "poll", "topic", "community", "upcoming"],
      "examples": [
        "下個月可以投票哪些主題？",
        "What topics are being voted on?",
        "Show me the current poll",
        "How many votes does each topic have?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain", "application/json"]
    },
    {
      "id": "get-subscription-info",
      "name": "Get Subscription Plans and Pricing",
      "description": "Provide information about subscription plans: Lite Plan at NT$88/month and Full Plan at NT$288/month. Explains what's included in each plan and directs users to subscribe.",
      "tags": ["subscription", "pricing", "payment", "plans"],
      "examples": [
        "多少錢？",
        "What are the pricing plans?",
        "How do I subscribe?",
        "輕量版和完整版有什麼差別？",
        "I want to join The Weekend Club"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain", "application/json"]
    }
  ],
  "apiEndpoints": {
    "openapi": "https://monthly-knowledge.replit.app/api/openapi",
    "mcp": "https://monthly-knowledge.replit.app/api/mcp",
    "monthlyContent": "https://monthly-knowledge.replit.app/api/monthly-content/current",
    "activePoll": "https://monthly-knowledge.replit.app/api/public/polls/active"
  }
}
