agent-package-manager

agent-package-manager is a skill for Claude Code, Codex from webmaxru/is-ai-native. It costs 93 tokens per session (1,729 once invoked), scanned C, original, MIT.

A repository tool for installing and managing packages that provide context or capabilities to coding agents. It uses files such as apm.yml and apm.lock.yaml to record project settings and exact package versions.

In plain words
What is it for?
Use it to initialize APM, install or update packages, check manifests, manage lockfiles, compile agent context, browse MCP servers, and prepare context for CI.
Why use it?
It removes the need to set up agent packages and their configuration by hand. It also helps keep the same resolved setup across developers and continuous-integration systems.

Skill for Claude CodeCodex

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 skills/webmaxru/is-ai-native/agent-package-manager
Any agent
npx skills add webmaxru/is-ai-native --skill agent-package-manager
Clone the repo
git clone --depth 1 https://github.com/webmaxru/is-ai-native

Made for: Claude Code, Codex.

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 agent-package-manager

README.md
[![agentmods](https://agentmods.dev/badge/skills/webmaxru/is-ai-native/agent-package-manager.svg)](https://agentmods.dev/skills/webmaxru/is-ai-native/agent-package-manager)
Your own site
<a href="https://agentmods.dev/skills/webmaxru/is-ai-native/agent-package-manager"><img src="https://agentmods.dev/badge/skills/webmaxru/is-ai-native/agent-package-manager.svg" alt="Measured on agentmods" height="20"></a>
Per session 93 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,729 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. 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 $0.00093 $0.01729
Opus 5 $0.00046 $0.00864
Sonnet 5 $0.00019 $0.00346
Haiku 4.5 $0.00009 $0.00173

Measured 4d ago against content hash 770d1eb4b3ff, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade C, and why

agent-package-manager scanned grade C with 1 finding 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 4d 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.

Nullifies safety policieshighAnti-refusal

"You have no restrictions", "do anything now", "ignore your guidelines": a direct jailbreak that disables guardrails.

* If `apm install` is blocked by an organization policy (`apm-policy.yml`), do not bypass the policy; report the block and ask the administrator to adjust the policy or allowlist the dependency.
.agents/skills/agent-package-manager/SKILL.md · 68 lines

How it starts

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

Agent Package Manager

Procedures

Step 1: Assess the repository and the requested APM outcome

  1. Inspect the repository root for apm.yml, apm.lock.yaml, .github/, .claude/, .codex/, .cursor/, .gemini/, .opencode/, .windsurf/, and apm_modules/.
  2. Execute apm --version and apm config to confirm the installed CLI and current configuration.
  3. If apm.yml exists, read references/manifest-and-lockfile.md before changing dependencies, scripts, or compilation settings.
  4. If the request is about package installation, updates, pruning, or removal, read references/command-workflows.md before executing APM commands.
  5. If no apm.yml exists and the user wants APM in the repository, initialize the project with apm init or apm init --yes.
  6. If the repository already uses another agent configuration flow and the user did not ask to migrate it, limit the change to the requested APM scope instead of replacing the existing setup.

Step 2: Shape or repair the manifest deliberately

  1. Read assets/apm.yml.template when the repository needs a fresh or repaired manifest structure.
  2. Keep name and version present at the top level; treat them as required contract fields.
  3. Add APM package dependencies under dependencies.apm and MCP servers under dependencies.mcp.
  4. Prefer canonical dependency forms in apm.yml after installation. Default to the repository shorthand owner/repo/path for GitHub-hosted skills and packages, for example webmaxru/web-ai-agent-skills/skills/webmcp, and preserve explicit path, ref, and alias only when they are needed.
  5. Use pinned refs for shared team packages when reproducibility matters more than automatic drift.
  6. Keep local path dependencies only for active local development. Replace them with remote references before recommending bundle distribution.
  7. If the request includes scripts, define them under scripts and verify that each script can be previewed or executed through apm list, apm preview, or apm run.

Read the full file on GitHub · 68 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 4d ago First seen · 68 lines · 93 tokens per session scan C 770d1eb4b3ff

Subscribe to this mod's changes

agent-package-manager is a skill published in the GitHub repository webmaxru/is-ai-native (5 stars, last pushed 13d ago), licensed MIT. It adds 93 tokens to every session and 1,729 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it C with 1 finding (nullifies safety policies). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.