返回顶部
a

aiqbeeAiqbee知识图谱连接

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
安全检测
已通过
667
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

aiqbee

Aiqbee 大脑

将您的 OpenClaw 助手连接到您的 Aiqbee 知识图谱。通过自然对话,在您的架构、投资组合和数字战略大脑中搜索、创建和链接知识。

设置

选项 1:直接 MCP 配置(推荐)

添加到您的 openclaw.json:

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

根据提示使用您的 Aiqbee 账户登录(OAuth 2.0,会打开浏览器)。

选项 2:通过 mcporter

如果您已安装 mcporter,请添加到 config/mcporter.json:

json
{
mcpServers: {
aiqbee: {
baseUrl: https://mcp.aiqbee.com/mcp,
description: Aiqbee 知识图谱
}
}
}

使用以下命令验证:

bash
mcporter list aiqbee

身份验证

Aiqbee 使用 OAuth 2.0。首次连接时,您的浏览器将打开以进行登录。无需 API 密钥或环境变量——只需使用您现有的 Aiqbee 账户登录即可。

可用工具(12 个)

读取

工具描述
aiqbeesearch在您的知识图谱中搜索神经元
aiqbeefetch
获取完整的神经元内容和元数据 | | aiqbeegetbrain_info | 获取大脑元数据和统计信息 | | aiqbeegetneuron_types | 列出所有神经元类型及其数量 | | aiqbeelistneurons | 分页列出神经元并支持筛选 | | aiqbeegetrelationships | 获取神经元的传入/传出关系 |

写入

工具描述
aiqbeecreateneuron在大脑中创建新神经元
aiqbeeupdateneuron
更新现有神经元 | | aiqbeedeleteneuron | 删除神经元 | | aiqbeecreaterelationship | 在两个神经元之间创建链接 | | aiqbeeupdaterelationship | 更新现有关系 | | aiqbeedeleterelationship | 移除关系 |

使用示例

搜索您的知识图谱

在我的大脑中搜索与云迁移相关的任何内容

bash
mcporter call aiqbee.aiqbee_search(query: cloud migration)

获取完整的神经元详情

显示 API 网关神经元的完整详情

bash
mcporter call aiqbee.aiqbeefetch(neuronid: neuron-uuid-here)

创建新神经元

首先调用 aiqbeegetneuron_types() 获取有效的类型 ID,然后创建:

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

链接神经元

使用搜索或创建返回的神经元 ID:

bash
mcporter call aiqbee.aiqbeecreaterelationship(
sourceneuronid: source-uuid,
targetneuronid: target-uuid,
link_description: depends on
)

列出神经元类型

我的大脑中有哪些类型的知识?

bash
mcporter call aiqbee.aiqbeegetneuron_types()

大脑概览

给我一个架构大脑的概览

bash
mcporter call aiqbee.aiqbeegetbrain_info()

什么是 Aiqbee?

Aiqbee 是一个基于 Web 的架构、投资组合和数字战略管理平台。它将知识组织为通过突触连接的神经元,形成交互式知识图谱。

  • - 知识图谱 — 将想法组织为通过突触连接的神经元
  • 架构管理 — 记录和管理企业架构
  • 投资组合管理 — 跟踪产品、项目和数字资产
  • AI 驱动搜索 — 在知识库中查找任何内容
  • 协作 — 支持基于角色的访问的团队工作空间

资源

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 aiqbee-1776419937 技能

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

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

通过命令行安装

skillhub install aiqbee-1776419937

下载

⬇ 下载 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
返回顶部