{
  "schemaVersion": "1.0",
  "item": {
    "slug": "aiqbee",
    "name": "Aiqbee",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/louisgoodier/aiqbee",
    "canonicalUrl": "https://clawhub.ai/louisgoodier/aiqbee",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/aiqbee",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=aiqbee",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/aiqbee"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/aiqbee",
    "agentPageUrl": "https://openagent3.xyz/skills/aiqbee/agent",
    "manifestUrl": "https://openagent3.xyz/skills/aiqbee/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/aiqbee/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Aiqbee Brain",
        "body": "Connect your OpenClaw assistant to your Aiqbee knowledge graph. Search, create, and link knowledge across your architecture, portfolio, and digital strategy brains through natural conversation."
      },
      {
        "title": "Option 1: Direct MCP Configuration (Recommended)",
        "body": "Add to your openclaw.json:\n\n{\n  \"mcpServers\": {\n    \"aiqbee\": {\n      \"transport\": \"streamable-http\",\n      \"url\": \"https://mcp.aiqbee.com/mcp\"\n    }\n  }\n}\n\nSign in with your Aiqbee account when prompted (OAuth 2.0, opens browser)."
      },
      {
        "title": "Option 2: Via mcporter",
        "body": "If you have mcporter installed, add to config/mcporter.json:\n\n{\n  \"mcpServers\": {\n    \"aiqbee\": {\n      \"baseUrl\": \"https://mcp.aiqbee.com/mcp\",\n      \"description\": \"Aiqbee knowledge graph\"\n    }\n  }\n}\n\nVerify with:\n\nmcporter list aiqbee"
      },
      {
        "title": "Authentication",
        "body": "Aiqbee uses OAuth 2.0. On first connection, your browser will open for sign-in. No API keys or environment variables needed — just sign in with your existing Aiqbee account."
      },
      {
        "title": "Read",
        "body": "ToolDescriptionaiqbee_searchSearch neurons in your knowledge graphaiqbee_fetchGet full neuron content and metadataaiqbee_get_brain_infoGet brain metadata and statisticsaiqbee_get_neuron_typesList all neuron types with countsaiqbee_list_neuronsPaginated neuron listing with filteringaiqbee_get_relationshipsGet incoming/outgoing relationships for a neuron"
      },
      {
        "title": "Write",
        "body": "ToolDescriptionaiqbee_create_neuronCreate a new neuron in your brainaiqbee_update_neuronUpdate an existing neuronaiqbee_delete_neuronDelete a neuronaiqbee_create_relationshipCreate a link between two neuronsaiqbee_update_relationshipUpdate an existing relationshipaiqbee_delete_relationshipRemove a relationship"
      },
      {
        "title": "Search your knowledge graph",
        "body": "\"Search my brain for anything related to cloud migration\"\n\nmcporter call 'aiqbee.aiqbee_search(query: \"cloud migration\")'"
      },
      {
        "title": "Get full neuron details",
        "body": "\"Show me the full details of the API gateway neuron\"\n\nmcporter call 'aiqbee.aiqbee_fetch(neuron_id: \"neuron-uuid-here\")'"
      },
      {
        "title": "Create a new neuron",
        "body": "First call aiqbee_get_neuron_types() to get valid type IDs, then create:\n\nmcporter call 'aiqbee.aiqbee_create_neuron(\n  neuron_type_id: \"type-uuid-from-get-neuron-types\",\n  name: \"gRPC for internal services\",\n  content: \"We decided to use gRPC for all internal service-to-service communication.\"\n)'"
      },
      {
        "title": "Link neurons together",
        "body": "Use neuron IDs returned from search or create:\n\nmcporter call 'aiqbee.aiqbee_create_relationship(\n  source_neuron_id: \"source-uuid\",\n  target_neuron_id: \"target-uuid\",\n  link_description: \"depends on\"\n)'"
      },
      {
        "title": "List neuron types",
        "body": "\"What types of knowledge are in my brain?\"\n\nmcporter call 'aiqbee.aiqbee_get_neuron_types()'"
      },
      {
        "title": "Brain overview",
        "body": "\"Give me an overview of my architecture brain\"\n\nmcporter call 'aiqbee.aiqbee_get_brain_info()'"
      },
      {
        "title": "What is Aiqbee?",
        "body": "Aiqbee is a web-based architecture, portfolio, and digital strategy management platform. It organises knowledge as neurons connected by synapses in an interactive knowledge graph.\n\nKnowledge Graphs — Organise ideas as neurons connected by synapses\nArchitecture Management — Document and manage enterprise architecture\nPortfolio Management — Track products, projects, and digital assets\nAI-Powered Search — Find anything across your knowledge base\nCollaboration — Team workspaces with role-based access"
      },
      {
        "title": "Resources",
        "body": "Aiqbee Platform\nDocumentation\nMCP Server\nGitHub"
      }
    ],
    "body": "Aiqbee Brain\n\nConnect your OpenClaw assistant to your Aiqbee knowledge graph. Search, create, and link knowledge across your architecture, portfolio, and digital strategy brains through natural conversation.\n\nSetup\nOption 1: Direct MCP Configuration (Recommended)\n\nAdd to your openclaw.json:\n\n{\n  \"mcpServers\": {\n    \"aiqbee\": {\n      \"transport\": \"streamable-http\",\n      \"url\": \"https://mcp.aiqbee.com/mcp\"\n    }\n  }\n}\n\n\nSign in with your Aiqbee account when prompted (OAuth 2.0, opens browser).\n\nOption 2: Via mcporter\n\nIf you have mcporter installed, add to config/mcporter.json:\n\n{\n  \"mcpServers\": {\n    \"aiqbee\": {\n      \"baseUrl\": \"https://mcp.aiqbee.com/mcp\",\n      \"description\": \"Aiqbee knowledge graph\"\n    }\n  }\n}\n\n\nVerify with:\n\nmcporter list aiqbee\n\nAuthentication\n\nAiqbee uses OAuth 2.0. On first connection, your browser will open for sign-in. No API keys or environment variables needed — just sign in with your existing Aiqbee account.\n\nAvailable Tools (12)\nRead\nTool\tDescription\naiqbee_search\tSearch neurons in your knowledge graph\naiqbee_fetch\tGet full neuron content and metadata\naiqbee_get_brain_info\tGet brain metadata and statistics\naiqbee_get_neuron_types\tList all neuron types with counts\naiqbee_list_neurons\tPaginated neuron listing with filtering\naiqbee_get_relationships\tGet incoming/outgoing relationships for a neuron\nWrite\nTool\tDescription\naiqbee_create_neuron\tCreate a new neuron in your brain\naiqbee_update_neuron\tUpdate an existing neuron\naiqbee_delete_neuron\tDelete a neuron\naiqbee_create_relationship\tCreate a link between two neurons\naiqbee_update_relationship\tUpdate an existing relationship\naiqbee_delete_relationship\tRemove a relationship\nUsage Examples\nSearch your knowledge graph\n\n\"Search my brain for anything related to cloud migration\"\n\nmcporter call 'aiqbee.aiqbee_search(query: \"cloud migration\")'\n\nGet full neuron details\n\n\"Show me the full details of the API gateway neuron\"\n\nmcporter call 'aiqbee.aiqbee_fetch(neuron_id: \"neuron-uuid-here\")'\n\nCreate a new neuron\n\nFirst call aiqbee_get_neuron_types() to get valid type IDs, then create:\n\nmcporter call 'aiqbee.aiqbee_create_neuron(\n  neuron_type_id: \"type-uuid-from-get-neuron-types\",\n  name: \"gRPC for internal services\",\n  content: \"We decided to use gRPC for all internal service-to-service communication.\"\n)'\n\nLink neurons together\n\nUse neuron IDs returned from search or create:\n\nmcporter call 'aiqbee.aiqbee_create_relationship(\n  source_neuron_id: \"source-uuid\",\n  target_neuron_id: \"target-uuid\",\n  link_description: \"depends on\"\n)'\n\nList neuron types\n\n\"What types of knowledge are in my brain?\"\n\nmcporter call 'aiqbee.aiqbee_get_neuron_types()'\n\nBrain overview\n\n\"Give me an overview of my architecture brain\"\n\nmcporter call 'aiqbee.aiqbee_get_brain_info()'\n\nWhat is Aiqbee?\n\nAiqbee is a web-based architecture, portfolio, and digital strategy management platform. It organises knowledge as neurons connected by synapses in an interactive knowledge graph.\n\nKnowledge Graphs — Organise ideas as neurons connected by synapses\nArchitecture Management — Document and manage enterprise architecture\nPortfolio Management — Track products, projects, and digital assets\nAI-Powered Search — Find anything across your knowledge base\nCollaboration — Team workspaces with role-based access\nResources\nAiqbee Platform\nDocumentation\nMCP Server\nGitHub"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/louisgoodier/aiqbee",
    "publisherUrl": "https://clawhub.ai/louisgoodier/aiqbee",
    "owner": "louisgoodier",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/aiqbee",
    "downloadUrl": "https://openagent3.xyz/downloads/aiqbee",
    "agentUrl": "https://openagent3.xyz/skills/aiqbee/agent",
    "manifestUrl": "https://openagent3.xyz/skills/aiqbee/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/aiqbee/agent.md"
  }
}