{
  "id": "ai4scholar",
  "name": "AI4Scholar",
  "description": "Multi-source academic literature search, management, and analysis for OpenClaw. Supports Semantic Scholar, PubMed, Google Scholar, arXiv, bioRxiv, and medRxiv.",
  "configSchema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {
      "apiKey": {
        "type": "string",
        "description": "API key from ai4scholar.net (required for Semantic Scholar, PubMed, and Google Scholar)"
      },
      "autoUpdate": {
        "type": "boolean",
        "default": true,
        "description": "Automatically check and install updates (default: true)"
      }
    }
  },
  "uiHints": {
    "apiKey": {
      "label": "AI4Scholar API Key",
      "description": "Get your key at https://ai4scholar.net?src=openclaw",
      "inputType": "password"
    },
    "autoUpdate": {
      "label": "Auto Update",
      "description": "Silently check for and install AI4Scholar updates"
    }
  },
  "skills": []
}
