Aiqbee Brain for Openclaw

Aiqbee Brain enables your AI assistant to interact with complex knowledge graphs for architecture, portfolio, and digital strategy management.

louisgoodier
v0.1.0
Feb 15, 2026
0
1.5k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install aiqbee

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install aiqbee using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Aiqbee Brain?

Aiqbee Brain is a sophisticated integration that connects your AI coding agent to the Aiqbee platform, a specialized environment for enterprise architecture and digital strategy. By utilizing this skill, users can leverage Openclaw Skills to navigate a network of neurons and synapses, allowing for the natural language exploration of complex organizational data.

This tool transforms how teams manage knowledge by treating information as an interactive graph rather than static documentation. Whether you are mapping out service dependencies or tracking project portfolios, this skill provides the interface needed to keep your digital strategy brains updated and accessible through conversational AI.

Aiqbee Brain Use Cases

  • Documenting and mapping enterprise architecture through natural conversation.
  • Searching for specific project dependencies or assets within a complex digital portfolio.
  • Creating and linking new knowledge neurons to maintain a real-time source of truth.
  • Generating high-level summaries and statistics of organizational brains for stakeholders.
  • Auditing relationships between internal services and external digital assets.

How Aiqbee Brain Works

  1. The AI agent establishes a connection to the Aiqbee MCP server using streamable-HTTP transport.
  2. Users perform a secure OAuth 2.0 authentication to authorize access to their specific knowledge graphs.
  3. The agent calls specialized tools to search or fetch existing neurons based on user queries.
  4. Using write-capable tools, the agent can create new neurons or establish synapses (relationships) between them.
  5. The skill synchronizes all changes directly to the Aiqbee cloud, ensuring the knowledge graph remains consistent across all platforms.

Aiqbee Brain Setup

Direct MCP Configuration

To integrate this skill, add the following configuration to your openclaw.json file:

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

Using mcporter

Alternatively, if you utilize mcporter, add the server to your config/mcporter.json:

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

Verify your setup with the following command:

mcporter list aiqbee

Aiqbee Brain Data Schema & Taxonomy

The skill organizes data using a graph-based taxonomy consisting of neurons and relationships within specific brain containers.

Entity Description
Brain A high-level container for specific domains like Architecture or Portfolio.
Neuron A discrete unit of knowledge containing content, metadata, and a specific type.
Relationship A directional link (synapse) between neurons that defines their connection.
Neuron Type A schema definition that categorizes neurons (e.g., project, asset, strategy).

Aiqbee Brain Advanced Features

  • Support for complex knowledge graph traversals via incoming and outgoing relationship queries.
  • Automated neuron type discovery to ensure data schema consistency when creating new nodes.
  • Seamless OAuth 2.0 integration for enterprise-grade security without managing manual API keys.
  • Real-time brain statistics and metadata retrieval for health monitoring of the knowledge base.
  • Multi-brain support allowing the agent to switch contexts between architecture and digital strategy using Openclaw Skills.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*