โ† All skills
Tencent SkillHub ยท Developer Tools

Aiqbee

Connect to your Aiqbee knowledge graph via MCP. Search, create, and link neurons across your architecture, portfolio, and digital strategy brains.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Connect to your Aiqbee knowledge graph via MCP. Search, create, and link neurons across your architecture, portfolio, and digital strategy brains.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 14 sections Open source page

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

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc