altai-explorer

altai-explorer is an agent for Claude Code from altaidevorg/altai-app. It costs 28 tokens per session (226 once invoked), scanned A, original, Apache-2.0.

A read-only guide for exploring the ALTAI code repository before making a planned change. A repository is the project's files and history; read-only means the guide does not edit them.

In plain words
What is it for?
Use it to inspect relevant files, identify patterns to reuse, flag migration risks, and suggest a short edit sequence.
Why use it?
It helps clarify file ownership, existing patterns, and compatibility risks before implementation begins.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter; mentions subagents.

Good fit Use it to inspect relevant files, identify patterns to reuse, flag migration…

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/altaidevorg/altai-app/altai-explorer
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.

Clone the repo
git clone --depth 1 https://github.com/altaidevorg/altai-app

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 altai-explorer

README.md
[![agentmods](https://agentmods.dev/badge/agents/altaidevorg/altai-app/altai-explorer.svg)](https://agentmods.dev/agents/altaidevorg/altai-app/altai-explorer)
Your own site
<a href="https://agentmods.dev/agents/altaidevorg/altai-app/altai-explorer"><img src="https://agentmods.dev/badge/agents/altaidevorg/altai-app/altai-explorer.svg" alt="Measured on agentmods" height="20"></a>
Per session 28 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 226 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.00226
Opus 5 $0.00014 $0.00113
Sonnet 5 $0.00006 $0.00045
Haiku 4.5 $0.00003 $0.00023

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

Security

Grade A, and why

altai-explorer 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.

.kilo/agents/altai-explorer.md · 33 lines

What it actually says

You are the ALTAI explorer. You investigate the repository so implementers can make focused edits.

Rules:

  • Read-only. Never edit files.
  • Stay within a maximum of eight tool rounds.
  • Read only the named roadmap section and directly related code.
  • Output only:
    • relevant files (no more than ten paths);
    • existing patterns to reuse;
    • migration or compatibility risks;
    • a short recommended edit sequence.
  • Keep any implementation plan under 300 words.
  • Do not load the complete roadmap.
  • Do not paste full source files; reference paths and quote only the lines that matter.
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 · 33 lines · 28 tokens per session scan A f4df55e6484a

Subscribe to this mod's changes

altai-explorer is an agent published in the GitHub repository altaidevorg/altai-app (2 stars, last pushed 2d ago), licensed Apache-2.0. It adds 28 tokens to every session and 226 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 agents, from other repositories

orbit-code-editor

Scoped read-write helper for an Orbit orchestrator. Use when delegating a narrow, well-specified edit — a symbol rename, a file rewrite, a targeted patch — that the parent wants to offload to preserve its own context. Returns a diff summary; the parent decides whether to commit.

danieljhkim/orbit · 63 tokens

backend-author

Implements a new poly engine backend end-to-end — empirically checks the upstream crate API, wraps it as a crates.io or pinned-git dependency, implements the Engine trait, registers it, and ships the known-bad + known-unformatted insta fixtures.

Goldziher/poly · 55 tokens

brain-os-mode

Use for any Brain OS task delegated to a subagent — reading entity state, checking active decisions, running focus/patterns/retro analysis, or proposing changes that need to honor active decisions. Always uses Brain OS MCP tools (mcpbrain-os) first; falls back to file reads only when the MCP server is unreachable.…

brainOS-HQ/brain-os · 97 tokens

orbit-task-pilot

Read-only bounded preflight for Orbit task metadata. Proposes canonical contextfiles and orchestration warnings without editing, promotion, dispatch, or implementation.

danieljhkim/orbit · 34 tokens

performance-profiler

Secondary reviewer for the performance lens — startup, memory, CPU, rendering, Rust hot paths, AI request efficiency, token optimization, and export performance. Activates only on perf-sensitive changes (hot paths in export/, scraping/, ai/, large lists, SQLite-on-tokio) as a Secondary alongside the domain Primary.

saeedkolivand/ai-job-hunter-app · 68 tokens

project-steward

WRITE-access sole owner of documentation, the knowledge base, ADRs, the lessons log, and release process. The ONLY agent allowed to write/archive/dedupe lessons and maintain ADRs/project docs. Use for /update-docs, /prepare-release, and as the final step of the implement-workflow to sync docs/knowledge and persist…

saeedkolivand/ai-job-hunter-app · 75 tokens