← 返回 Skills 市场
louisgoodier

Aiqbee

作者 louisgoodier · GitHub ↗ · v0.1.0
cross-platform ✓ 安全检测通过
686
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install aiqbee
功能描述
Connect to your Aiqbee knowledge graph via MCP. Search, create, and link neurons across your architecture, portfolio, and digital strategy brains.
使用说明 (SKILL.md)

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.

Setup

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.

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"

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

安全使用建议
This skill is coherent: it simply tells your agent to talk to Aiqbee's MCP endpoint and uses OAuth to sign you in. Before installing, verify you trust https://mcp.aiqbee.com and the Aiqbee service because your brain queries and any content you send (including creates/updates/deletes) will be transmitted to that external server. Note the skill supports destructive actions (delete neuron/relationship) — ensure you understand the permissions you grant when you sign in. If you don't want data leaving your environment, do not add the MCP server. If you want extra assurance, check the Aiqbee homepage and GitHub links listed in SKILL.md to confirm the MCP endpoint and OAuth behavior are legitimate.
功能分析
Type: OpenClaw Skill Name: aiqbee Version: 0.1.0 The skill bundle is benign. It provides tools to interact with the Aiqbee knowledge graph service (search, create, update, delete neurons and relationships). All setup instructions and usage examples are standard for integrating an external service with OpenClaw via MCP, pointing to `https://mcp.aiqbee.com/mcp`. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the agent. The `SKILL.md` content is purely descriptive and instructional for the stated purpose.
能力评估
Purpose & Capability
The name/description (connect to Aiqbee via MCP and manage neurons) matches the instructions: add an MCP server URL, sign in with OAuth, and call graph operations. It does not request unrelated binaries, credentials, or filesystem paths.
Instruction Scope
SKILL.md stays on-topic (how to add the MCP server, authenticate via OAuth, and example calls via mcporter). It clearly documents CRUD operations (including delete) on neurons and relationships. Important privacy note: configuring the MCP server causes your agent to route brain queries and edits to https://mcp.aiqbee.com/mcp, so the content you send will go to that external service.
Install Mechanism
There is no install spec or downloaded code — this is instruction-only, so nothing is written to disk by the skill itself.
Credentials
No environment variables or secrets are required. Authentication is interactive OAuth in the browser, which is proportionate to the described integration. The SKILL.md does not attempt to read other env vars or secret files.
Persistence & Privilege
The skill does not request always:true and does not declare any special system-wide privileges. It only instructs a configuration change (adding an MCP server) which is expected for this integration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install aiqbee
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /aiqbee 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
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.
元数据
Slug aiqbee
版本 0.1.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Aiqbee 是什么?

Connect to your Aiqbee knowledge graph via MCP. Search, create, and link neurons across your architecture, portfolio, and digital strategy brains. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 686 次。

如何安装 Aiqbee?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install aiqbee」即可一键安装,无需额外配置。

Aiqbee 是免费的吗?

是的,Aiqbee 完全免费(开源免费),可自由下载、安装和使用。

Aiqbee 支持哪些平台?

Aiqbee 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Aiqbee?

由 louisgoodier(@louisgoodier)开发并维护,当前版本 v0.1.0。

💬 留言讨论