返回顶部
a

aiqbee

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

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.1.0
安全检测
已通过
620
下载量
0
收藏
概述
安装方式
版本历史

aiqbee

# Aiqbee Brain Connect your OpenClaw assistant to your [Aiqbee](https://aiqbee.com) knowledge graph. Search, create, and link knowledge across your architecture, portfolio, and digital strategy brains through natural conversation. ## Setup ### Option 1: Direct MCP Configuration (Recommended) Add to your `openclaw.json`: ```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`: ```json { "mcpServers": { "aiqbee": { "baseUrl": "https://mcp.aiqbee.com/mcp", "description": "Aiqbee knowledge graph" } } } ``` Verify with: ```bash 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. ## Available Tools (12) ### Read | Tool | Description | |------|-------------| | `aiqbee_search` | Search neurons in your knowledge graph | | `aiqbee_fetch` | Get full neuron content and metadata | | `aiqbee_get_brain_info` | Get brain metadata and statistics | | `aiqbee_get_neuron_types` | List all neuron types with counts | | `aiqbee_list_neurons` | Paginated neuron listing with filtering | | `aiqbee_get_relationships` | Get incoming/outgoing relationships for a neuron | ### Write | Tool | Description | |------|-------------| | `aiqbee_create_neuron` | Create a new neuron in your brain | | `aiqbee_update_neuron` | Update an existing neuron | | `aiqbee_delete_neuron` | Delete a neuron | | `aiqbee_create_relationship` | Create a link between two neurons | | `aiqbee_update_relationship` | Update an existing relationship | | `aiqbee_delete_relationship` | Remove a relationship | ## Usage Examples ### Search your knowledge graph "Search my brain for anything related to cloud migration" ```bash mcporter call 'aiqbee.aiqbee_search(query: "cloud migration")' ``` ### Get full neuron details "Show me the full details of the API gateway neuron" ```bash 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: ```bash 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: ```bash 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?" ```bash mcporter call 'aiqbee.aiqbee_get_neuron_types()' ``` ### Brain overview "Give me an overview of my architecture brain" ```bash mcporter call 'aiqbee.aiqbee_get_brain_info()' ``` ## What is Aiqbee? [Aiqbee](https://aiqbee.com) 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](https://app.aiqbee.com) - [Documentation](https://app.aiqbee.com/help) - [MCP Server](https://mcp.aiqbee.com/mcp) - [GitHub](https://github.com/AIQBee/aiqbee-ai)

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 aiqbee-1776419937 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 aiqbee-1776419937 技能

通过命令行安装

skillhub install aiqbee-1776419937

下载 Zip 包

⬇ 下载 aiqbee v0.1.0

文件大小: 2.11 KB | 发布时间: 2026-4-17 18:36

v0.1.0 最新 2026-4-17 18:36
Initial release of the Aiqbee skill:

- Connect your OpenClaw assistant to the Aiqbee knowledge graph via MCP.
- Search, create, update, and link neurons across architecture, portfolio, and digital strategy brains.
- Supports OAuth 2.0 authentication—no API keys required.
- Provides 12 tools covering neuron and relationship management.
- Includes setup instructions for direct MCP or mcporter integration.
- Documentation and examples for searching, editing, and organizing knowledge.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部