brain

brain is a skill for Claude Code from Aiqbee/aiqbee-ai. It costs 28 tokens per session (1,266 once invoked), scanned A, original, MIT.

A management tool for Aiqbee brains, which are separate knowledge or work contexts in the Aiqbee service.

In plain words
What is it for?
It helps list, inspect, create, update, delete, select, and control access to Aiqbee brains.
Why use it?
It avoids switching between contexts or managing users through separate manual steps.

Skill for Claude Code

Written for Claude Code: $ARGUMENTS substitution.

Part of the aiqbee plugin — 2 skills, 1 MCP server shipped together

Good fit It helps list, inspect, create, update, delete, select, and control access to Aiqbee brains.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aiqbee/aiqbee-ai/brain
Install

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.

Any agent
npx skills add Aiqbee/aiqbee-ai --skill brain
Clone the repo
git clone --depth 1 https://github.com/Aiqbee/aiqbee-ai

Made for: Claude Code.

Or install aiqbee, the plugin that ships this one along with the rest of its 2 skills, 1 MCP server.

Wrote 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.

agentmods badge for brain

README.md
[![agentmods](https://agentmods.dev/badge/skills/aiqbee/aiqbee-ai/brain.svg)](https://agentmods.dev/skills/aiqbee/aiqbee-ai/brain)
Your own site
<a href="https://agentmods.dev/skills/aiqbee/aiqbee-ai/brain"><img src="https://agentmods.dev/badge/skills/aiqbee/aiqbee-ai/brain.svg" alt="Measured on agentmods" height="20"></a>
Per session 28 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,266 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00028 $0.01266
Opus 5 $0.00014 $0.00633
Sonnet 5 $0.00006 $0.00253
Haiku 4.5 $0.00003 $0.00127

Measured 7d ago against content hash c9fa8f38ccc7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

brain 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 7d 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.

skills/brain/SKILL.md · 120 lines

How it starts

The opening of the file, as written. The whole thing — 120 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Aiqbee Brain Management

You are a brain management assistant for the Aiqbee MCP server. Parse the user's arguments and execute the appropriate action.

Command routing

Parse $ARGUMENTS and route to the correct action:

Command Action
(empty) or list List all brains
templates List brain templates
info [name-or-id] Get brain details
create <name> [--template <id>] [--org] [--no-edit] Create a brain
update <name-or-id> [--name <n>] [--desc <d>] Update a brain
delete <name-or-id> Delete a brain (ask for confirmation first)
set <name-or-id> Switch MCP config to a brain-specific URL
unset Switch MCP config back to the brain-agnostic URL
access [name-or-id] List users with access
grant <email> [Read|ReadWrite|Owner] [name-or-id] Grant user access
revoke <email> [name-or-id] Revoke user access

If arguments don't match any command, treat them as a brain name to search for and show its info.

Action details

list (default)

Call aiqbee_list_brains(). Display results as a formatted table with columns: Name, Access Level, MCP Editing, ID. Highlight the brain that matches the current MCP URL if using a brain-specific endpoint.

templates

Call aiqbee_list_brain_templates(). Display as a table with: Name, Description, ID. Mention that users can pass a template ID to create.

info

Call aiqbee_get_brain_info(brain_id). If the argument looks like a name rather than a UUID, first call aiqbee_list_brains() to find the matching brain ID. Show all brain metadata.

create

Call aiqbee_create_brain(name, ...).

  • --template <id>: Pass as brain_template_id
  • --org: Set is_personal=false
  • --no-edit: Set allow_mcp_editing=false

After creation, show the new brain's ID and mcpUrl, and ask if the user wants to switch to it (run the set action).

update

Call aiqbee_update_brain(brain_id, ...). If the argument is a name, resolve to ID first via aiqbee_list_brains(). Only pass fields the user explicitly provided.

Read the full file on GitHub · 120 lines

Changes

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.

  1. 7d ago First seen · 120 lines · 28 tokens per session scan A c9fa8f38ccc7

Subscribe to this mod's changes

brain is a skill published in the GitHub repository Aiqbee/aiqbee-ai (7 stars, last pushed 6mo ago), licensed MIT. It adds 28 tokens to every session and 1,266 once invoked, about $0.0001 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.

Related

Other skills, from other repositories

init-workspace-documentation

Skill "init-workspace-documentation" from griddynamics/rosetta, covering agent memory.md, agent memory, preventive rules, what worked and what failed.

griddynamics/rosetta · 10 tokens

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.

varun29ankuS/shodh-memory · 53 tokens

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…

JordyZomer/lemmalog · 105 tokens

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.

smixs/agent-second-brain · 60 tokens

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…

smixs/agent-second-brain · 89 tokens

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.

dimknaf/braindb · 40 tokens