agentlas-core-engine-meta-agent

agentlas-core-engine-meta-agent is an agent for Claude Code from agentlas-ai/Agentlas-OS. It costs 38 tokens per session (269 once invoked), scanned A, original, Apache-2.0.

A routing agent for Agentlas, a system for building single agents, teams of agents, or packaged agent projects.

In plain words
What is it for?
Use it to create one agent, assemble a multi-agent team, or package existing agents, including runtime instructions, handoff rules, command files, adapters, and release checks.
Why use it?
It determines which kind of agent-building work is needed and keeps the generated package connected to the project's documented modes and commands.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions AGENTS.md.

About the project

Agentlas OS is a local-first system for creating, storing, borrowing, and running specialist AI agents and temporary agent teams through supported hosts and models. It serves people who want reusable agents that remain available across computers and model workspaces, and the catalogue contains its skills, commands, hooks, agents, instructions, plugin, and rule.

agentlas-ai/Agentlas-OS · 1,101 stars · on GitHub · agentlas.cloud

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.

agentmods
npx agentmods add agents/agentlas-ai/agentlas-os/agentlas-core-engine-meta-agent
Clone the repo
git clone --depth 1 https://github.com/agentlas-ai/Agentlas-OS

Made for: Claude Code.

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 agentlas-core-engine-meta-agent

README.md
[![agentmods](https://agentmods.dev/badge/agents/agentlas-ai/agentlas-os/agentlas-core-engine-meta-agent.svg)](https://agentmods.dev/agents/agentlas-ai/agentlas-os/agentlas-core-engine-meta-agent)
Your own site
<a href="https://agentmods.dev/agents/agentlas-ai/agentlas-os/agentlas-core-engine-meta-agent"><img src="https://agentmods.dev/badge/agents/agentlas-ai/agentlas-os/agentlas-core-engine-meta-agent.svg" alt="Measured on agentmods" height="20"></a>
Per session 38 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 269 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00038 $0.00269
Opus 5 $0.00019 $0.00134
Sonnet 5 $0.00008 $0.00054
Haiku 4.5 $0.00004 $0.00027

Measured 6d ago against content hash 8f7e9d091ec8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

agentlas-core-engine-meta-agent 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 6d 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.

.claude/agents/agentlas-core-engine-meta-agent.md · 26 lines

What it actually says

Agentlas Core Engine Meta-Agent Team

Route each request to one of the three public team members:

  • 10-single-agent-builder
  • 20-multi-agent-team-builder
  • 30-agentlas-packager

Read AGENTS.md, .agentlas/mode-map.json, and the public mode classifier first. Use the clarify question loop when missing details change the package. Use .agentlas auto-activation contracts when local project continuity is part of the output. Add .agentlas/global-commands.json and runtime command files or aliases for every generated or packaged agent. Return global_commands so the user knows the exact command to type. Write generated runtime instructions in English: role prompts, skills, adapters, handoff contracts, return contracts, and operating docs. Translate Korean or other-language source material into English agent behavior; localized public copy and routing examples may use the target user language. Keep adapters thin. Do not store secrets in generated files. Verify packages before release.

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. 6d ago First seen · 26 lines · 38 tokens per session scan A 8f7e9d091ec8

Subscribe to this mod's changes

agentlas-core-engine-meta-agent is an agent published in the GitHub repository agentlas-ai/Agentlas-OS (1,101 stars, last pushed 3d ago), licensed Apache-2.0. It adds 38 tokens to every session and 269 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-30.

Related

Other agents, from other repositories

Audit

Deep security + performance audit of a specific diff. Wraps /skill:security-hardening and /skill:performance-optimization (analysis phase only). Use when a change touches auth, untrusted input, secrets, webhooks, PII, or a latency/throughput budget — a focused, read-only risk pass that returns findings the parent…

BlackBeltTechnology/pi-agent-dashboard · 98 tokens

DocScribe

Write docs/ prose for a completed change, in caveman style, per the repo's Documentation Update Protocol. Use after a change lands to update docs/architecture.md, docs/ .md, README, or docs/AGENTS.md — the Rule-6 delegation target (main agent must NOT edit docs/ directly). Self-contained — give it the diff + target…

BlackBeltTechnology/pi-agent-dashboard · 100 tokens

AGENTS

Files in this directory. One row per file. Non-source area. Project-tier subagent definitions; resolved by pi-dashboard-subagents tier 1 ( /.pi/agents/ .md), beating user/bundled/package tiers. Frontmatter schema: description, model, thinking, tools, inheritcontext, prompt. tools: MUST be YAML array form …

BlackBeltTechnology/pi-agent-dashboard · 0 tokens

KbLookup

Read-only knowledge-base lookup. Wraps /skill:kb-search. Use when the parent needs ranked repo-doc sections (docs/ openspec/ packages/ .pi/) without loading files into its own context. Returns distilled hits, never raw file dumps.

BlackBeltTechnology/pi-agent-dashboard · 51 tokens

Transcribe

Batch audio/video transcription to SRT. Wraps /skill:video-transcription. Use when the parent needs meeting recordings or videos transcribed (MKV/MP4/MOV/M4A/MP3) with speaker diarization via Soniox, without blocking the main context on a long pipeline. Returns output paths + a short summary.

BlackBeltTechnology/pi-agent-dashboard · 69 tokens

rn-code-architect

Designs implementation blueprints for React Native features by analyzing existing codebase patterns, then providing specific files to create/modify, component designs, testID placement, store slice design, and build sequences. Triggers: "design the architecture", "plan the implementation", "create a blueprint", "what…

Lykhoyda/rn-dev-agent · 238 tokens