# Send Aiqbee to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "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": {
    "downloadUrl": "/downloads/aiqbee",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=aiqbee",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "aiqbee",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T18:50:46.512Z",
      "expiresAt": "2026-05-06T18:50:46.512Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=aiqbee",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=aiqbee",
        "contentDisposition": "attachment; filename=\"aiqbee-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "aiqbee"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### Aiqbee Brain

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.

### Option 1: Direct MCP Configuration (Recommended)

Add to your openclaw.json:

{
  "mcpServers": {
    "aiqbee": {
      "transport": "streamable-http",
      "url": "https://mcp.aiqbee.com/mcp"
    }
  }
}

Sign in with your Aiqbee account when prompted (OAuth 2.0, opens browser).

### Option 2: Via mcporter

If you have mcporter installed, add to config/mcporter.json:

{
  "mcpServers": {
    "aiqbee": {
      "baseUrl": "https://mcp.aiqbee.com/mcp",
      "description": "Aiqbee knowledge graph"
    }
  }
}

Verify with:

mcporter list aiqbee

### Authentication

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.

### Read

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

### Write

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

### Search your knowledge graph

"Search my brain for anything related to cloud migration"

mcporter call 'aiqbee.aiqbee_search(query: "cloud migration")'

### Get full neuron details

"Show me the full details of the API gateway neuron"

mcporter call 'aiqbee.aiqbee_fetch(neuron_id: "neuron-uuid-here")'

### Create a new neuron

First call aiqbee_get_neuron_types() to get valid type IDs, then create:

mcporter call 'aiqbee.aiqbee_create_neuron(
  neuron_type_id: "type-uuid-from-get-neuron-types",
  name: "gRPC for internal services",
  content: "We decided to use gRPC for all internal service-to-service communication."
)'

### Link neurons together

Use neuron IDs returned from search or create:

mcporter call 'aiqbee.aiqbee_create_relationship(
  source_neuron_id: "source-uuid",
  target_neuron_id: "target-uuid",
  link_description: "depends on"
)'

### List neuron types

"What types of knowledge are in my brain?"

mcporter call 'aiqbee.aiqbee_get_neuron_types()'

### Brain overview

"Give me an overview of my architecture brain"

mcporter call 'aiqbee.aiqbee_get_brain_info()'

### What is Aiqbee?

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.

Knowledge Graphs — Organise ideas as neurons connected by synapses
Architecture Management — Document and manage enterprise architecture
Portfolio Management — Track products, projects, and digital assets
AI-Powered Search — Find anything across your knowledge base
Collaboration — Team workspaces with role-based access

### Resources

Aiqbee Platform
Documentation
MCP Server
GitHub
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: louisgoodier
- Version: 0.1.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T18:50:46.512Z
- Expires at: 2026-05-06T18:50:46.512Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/aiqbee)
- [Send to Agent page](https://openagent3.xyz/skills/aiqbee/agent)
- [JSON manifest](https://openagent3.xyz/skills/aiqbee/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/aiqbee/agent.md)
- [Download page](https://openagent3.xyz/downloads/aiqbee)