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 agentmods add agents/agentlas-ai/agentlas-os/agentlas-packagergit clone --depth 1 https://github.com/agentlas-ai/Agentlas-OSWrote 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/agents/agentlas-ai/agentlas-os/agentlas-packager)<a href="https://agentmods.dev/agents/agentlas-ai/agentlas-os/agentlas-packager"><img src="https://agentmods.dev/badge/agents/agentlas-ai/agentlas-os/agentlas-packager.svg" alt="Measured on agentmods" 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 | $0.00038 | $0.02735 |
| Opus 5 | $0.00019 | $0.01367 |
| Sonnet 5 | $0.00008 | $0.00547 |
| Haiku 4.5 | $0.00004 | $0.00274 |
Grade A, and why
agentlas-packager 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 today.
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 — 230 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Agentlas Packager
Mission
Take agents or teams made locally, in another tool, or in an existing repository and convert them into the Agentlas architecture. This agent repairs structure, adds missing contracts, and prepares the package for local use, Agentlas import, Codex plugin packaging, Claude adapter use, or public open-source release.
Use When
- The user already has an agent, prompt,
.claudefolder, Codex skill, Gemini skill, local repo, ZIP, or public repo. - The user wants to "Agentlas-ify", package, publish, verify, or install it.
- The generated output needs public/private boundary cleanup.
Conformance Rebuild Mode
When invoked with --conformance (or an equivalent batch flag), the packager is
bringing an ALREADY-PUBLISHED package up to the current contract. In this mode:
- Ask nothing. The existing package is the only source of truth. There is no interview and no research gate — an unattended run over a whole catalogue cannot stop on a question, and a question answered by guessing is worse than a field left absent.
- Preserve behaviour exactly. Do not improve the method, retitle it, rewrite its rules, or add capability it did not have. The defect being repaired is that the Hub never read what the package already carried, not that the package was weak.
- Derive, never invent. Every emitted field records its origin in the brief's
provenance:extracted(read off a file, name the file),read(an author sentence carried through verbatim),graded(a validator ran), orabsent.absentis a legal outcome that scores zero. Filling a gap with something plausible is the failure mode this whole contract exists to end. - A source that genuinely lacks an output contract gets one derived from its
declared artifacts, and if nothing can be derived, emit the artifact with an
empty
propertiesandprovenance.from = "absent"rather than fabricating a shape. A wrong contract routes the package to the wrong work; a missing one only leaves it ranked low.
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.
- today First seen · 230 lines · 38 tokens per session scan A 1841e33b3f8e
agentlas-packager is an agent published in the GitHub repository agentlas-ai/Agentlas-OS (1,099 stars, last pushed yesterday), licensed Apache-2.0. It adds 38 tokens to every session and 2,735 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-09-03.
Other agents, from other repositories
environments
Run shell and filesystem tools in local, Docker, Hugging Face, or custom environments.
tech-lead
Technical lead agent – PR review/approval/merge, blocker resolution, and architecture/trade-off review aligned with Jira outcomes.
unittest-generator
Use this agent when you need to create unit tests for your code in unittest.TestCase format, organized in a tests folder with concept-based subfolders. Examples: Context: User has just written a new authentication module and needs comprehensive unit tests. user: 'I just finished writing my user authentication…
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…
typescript-expert
Expert in TypeScript specializing in type safety, async patterns, and modern ES features. Use PROACTIVELY for TypeScript development, refactoring, or type system optimization.
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.