Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add Aiqbee/aiqbee-ai --skill openclawgit clone --depth 1 https://github.com/Aiqbee/aiqbee-aiWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/aiqbee/aiqbee-ai/openclaw)<a href="https://agentmods.dev/skills/aiqbee/aiqbee-ai/openclaw"><img src="https://agentmods.dev/badge/skills/aiqbee/aiqbee-ai/openclaw/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/aiqbee/aiqbee-ai/openclaw"><img src="https://agentmods.dev/badge/skills/aiqbee/aiqbee-ai/openclaw.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00033 | $0.01691 |
| Opus 5 | $0.00016 | $0.00846 |
| Sonnet 5 | $0.00007 | $0.00338 |
| Haiku 4.5 | $0.00003 | $0.00169 |
Grade A, and why
aiqbee scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 226 lines — stays where its author put it; the contents beside it link to each section on GitHub.
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 (25)
Brain Discovery & Management
| Tool | Description | Permission |
|---|---|---|
aiqbee_list_brains |
List all brains you have access to | Read |
aiqbee_get_brain_info |
Get brain metadata and statistics | Read |
aiqbee_edit_is_allowed |
Check if MCP editing is enabled for a brain | Read |
aiqbee_list_brain_templates |
List available brain templates for brain creation | Read |
aiqbee_create_brain |
Create a new brain (optionally from a template) | — |
aiqbee_update_brain |
Update brain name, description, or settings | Owner |
aiqbee_delete_brain |
Delete a brain permanently | Owner |
Search & Retrieval
| Tool | Description | Permission |
|---|---|---|
aiqbee_search |
Search neurons in your knowledge graph | Read |
aiqbee_fetch |
Get full neuron content and metadata | Read |
aiqbee_list_neurons |
Paginated neuron listing with filtering | Read |
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 226 lines · 33 tokens per session scan A 1720c08a4f3d
aiqbee is a skill published in the GitHub repository Aiqbee/aiqbee-ai (7 stars, last pushed 6mo ago), licensed MIT. It adds 33 tokens to every session and 1,691 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
shodh-memory
Persistent memory system for AI agents. Use this skill to remember context across conversations, recall relevant information, and build long-term knowledge. Activate when you need to store decisions, learnings, errors, or context that should persist beyond the current session.
init-workspace-documentation
Skill "init-workspace-documentation" from griddynamics/rosetta, covering agent memory.md, agent memory, preventive rules, what worked and what failed.
lemmalog
Externalize working memory and logical state into the lemmalog Datalog engine (MCP). Use for ANY multi-step task where state should outlive one context window or span agents: long investigations, debugging sessions, audits, multi-agent searches, systematic explorations, planning with many interdependent constraints…
braindb-agent
Persistent memory across sessions via the BrainDB agent. Use at conversation start and whenever you need to recall what you know about the user or save new information to long-term memory.
autograph
Schema-as-code enforcement for any Obsidian vault. Zero hardcoded domains. Use when creating vault cards, checking vault health, running schema compliance, deduplicating entities, generating MOC indexes, running decay cycles, bootstrapping a vault, fixing wikilinks, finding orphans or backlinks, extracting entities…
dbrain-processor
Personal assistant for processing daily voice/text entries from Telegram. Classifies content, saves thoughts to Obsidian with wiki-links, generates HTML reports. Integrates Your Business context (clients, projects, CRM). Triggers on /process command or daily 21:00 cron.