public-plugin-packaging

public-plugin-packaging is a skill for Claude Code, Codex from agentlas-ai/Agentlas-OS. It costs 34 tokens per session (275 once invoked), scanned A, original, Apache-2.0.

A checklist and packaging workflow for releasing an Agentlas repository as a public GitHub project, Codex plugin, Claude adapter, or one-line installation.

In plain words
What is it for?
Use it to prepare public plugin packages and confirm that private secrets, notes, logs, and local paths are excluded.
Why use it?
It helps verify that required commands, skills, manifests, installers, and safety checks are present before release.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: reads .claude/ paths; installed under .agents/ (shared by several agents); mentions Codex.

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,103 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 skills/agentlas-ai/agentlas-os/public-plugin-packaging
Any agent
npx skills add agentlas-ai/Agentlas-OS --skill public-plugin-packaging
Clone the repo
git clone --depth 1 https://github.com/agentlas-ai/Agentlas-OS

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 public-plugin-packaging

README.md
[![agentmods](https://agentmods.dev/badge/skills/agentlas-ai/agentlas-os/public-plugin-packaging.svg)](https://agentmods.dev/skills/agentlas-ai/agentlas-os/public-plugin-packaging)
Your own site
<a href="https://agentmods.dev/skills/agentlas-ai/agentlas-os/public-plugin-packaging"><img src="https://agentmods.dev/badge/skills/agentlas-ai/agentlas-os/public-plugin-packaging.svg" alt="Measured on agentmods" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 275 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.00034 $0.00275
Opus 5 $0.00017 $0.00138
Sonnet 5 $0.00007 $0.00055
Haiku 4.5 $0.00003 $0.00028

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

Security

Grade A, and why

public-plugin-packaging 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.

.agents/skills/public-plugin-packaging/SKILL.md · 29 lines

What it actually says

Public Plugin Packaging

Checklist

  • codex/marketplace.json exists.
  • Codex plugin has .codex-plugin/plugin.json.
  • Codex plugin includes at least one SKILL.md.
  • Codex plugin includes commands/<slug>.md for the package command.
  • .claude/commands/meta-agent.md exists.
  • .claude/commands/<slug>.md exists for the package command.
  • .claude/agents/agentlas-core-engine-meta-agent.md exists.
  • .claude/skills/agentlas-core-engine-meta-agent/SKILL.md exists.
  • .gemini/commands/<slug>.toml exists for Gemini CLI custom commands.
  • .agentlas/global-commands.json exists and final handoff includes global_commands.
  • scripts/install.sh supports one-line installation.
  • scripts/verify-package.sh passes.
  • scripts/public_safety_check.sh passes.

Public Boundary

Publish schemas, templates, prompts, and adapters. Do not publish hosted service secrets, private research notes, raw logs, or local machine paths.

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 · 29 lines · 34 tokens per session scan A 3aa1d1cdf710

Subscribe to this mod's changes

public-plugin-packaging is a skill published in the GitHub repository agentlas-ai/Agentlas-OS (1,103 stars, last pushed today), licensed Apache-2.0. It adds 34 tokens to every session and 275 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 skills, from other repositories

release-cut

Cut a new pi-agent-dashboard release: promote ## [Unreleased] in CHANGELOG.md, bump every workspace package.json per SemVer, commit, tag v , and push — triggering the Release workflow that publishes every non-private workspace, builds the Electron artifacts, and creates a GitHub Release. Use on "cut a release"…

BlackBeltTechnology/pi-agent-dashboard · 93 tokens

release-revoke

Revoke or rollback a pi-agent-dashboard release: delete the GitHub Release, remove the git tag locally and on origin, deprecate the npm version (npm unpublish is blocked after 72h), and optionally revert the release commit. Use when the user says "revoke release", "rollback release", "delete release", "unpublish…

BlackBeltTechnology/pi-agent-dashboard · 85 tokens

ship-feature

Ship a feature end-to-end — update tests, docs, docs-site, then release to PyPI. Use when user says "ship", "ship feature", "release", or asks to publish a new version.

openonion/connectonion · 46 tokens

ship-change

Ship an OpenSpec change after openspec-apply completes. When only QA/manual tasks remain, marks them done (tested later), archives + syncs specs, commits, pushes, opens a PR against develop, watches CI, waits for CodeRabbit, auto-applies safe fixes and re-pushes, loops until CI green + no actionable review threads…

BlackBeltTechnology/pi-agent-dashboard · 129 tokens

release-prep

Prepare release documentation including CHANGELOG entry, announcement text, and validation. Run before tagging a new release.

massgen/MassGen · 25 tokens

massgen-release-documenter

Guide for following MassGen's release documentation workflow. This skill should be used when preparing release documentation, updating changelogs, writing case studies, or maintaining project documentation across releases.

massgen/MassGen · 42 tokens