swarmauri-add-swarmauri-standard-concrete

swarmauri-add-swarmauri-standard-concrete is a skill for Codex from swarmauri/swarmauri-sdk. It costs 70 tokens per session (343 once invoked), scanned A, original, Apache-2.0.

A repository-specific workflow for adding a concrete component to Swarmauri Standard, a Python package of standard implementations. It covers inheritance, type registration, exports, optional facade registration, and tests.

In plain words
What is it for?
Implementing or updating a first-party Swarmauri component, exposing it through the package, and validating related tests.
Why use it?
It provides the project’s required structure and checks so a new component is integrated consistently.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Codex.

Good fit Implementing or updating a first-party Swarmauri component, exposing it through the package, and validating related tests.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/swarmauri/swarmauri-sdk/swarmauri-add-swarmauri-standard-concrete
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.

Any agent
npx skills add swarmauri/swarmauri-sdk --skill swarmauri-add-swarmauri-standard-concrete
Clone the repo
git clone --depth 1 https://github.com/swarmauri/swarmauri-sdk

Made for: 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 swarmauri-add-swarmauri-standard-concrete

README.md
[![agentmods](https://agentmods.dev/badge/skills/swarmauri/swarmauri-sdk/swarmauri-add-swarmauri-standard-concrete/github.svg)](https://agentmods.dev/skills/swarmauri/swarmauri-sdk/swarmauri-add-swarmauri-standard-concrete)
Your own site
<a href="https://agentmods.dev/skills/swarmauri/swarmauri-sdk/swarmauri-add-swarmauri-standard-concrete"><img src="https://agentmods.dev/badge/skills/swarmauri/swarmauri-sdk/swarmauri-add-swarmauri-standard-concrete/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for swarmauri-add-swarmauri-standard-concrete

Your own site · 80×15
<a href="https://agentmods.dev/skills/swarmauri/swarmauri-sdk/swarmauri-add-swarmauri-standard-concrete"><img src="https://agentmods.dev/badge/skills/swarmauri/swarmauri-sdk/swarmauri-add-swarmauri-standard-concrete.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 70 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 343 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00070 $0.00343
Opus 5 $0.00035 $0.00171
Sonnet 5 $0.00014 $0.00069
Haiku 4.5 $0.00007 $0.00034

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

Security

Grade A, and why

swarmauri-add-swarmauri-standard-concrete 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 12d 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.

plugins/swarmauri-sdk-authoring/skills/swarmauri-add-swarmauri-standard-concrete/SKILL.md · 30 lines

What it actually says

Swarmauri Add Swarmauri Standard Concrete

Workflow

  1. Locate the target resource family under pkgs/swarmauri_standard/swarmauri_standard/<family>/ and inspect sibling concretes.
  2. Implement the concrete by inheriting the matching swarmauri_base base class.
  3. Decorate with @ComponentBase.register_type(<BaseClass>, "<ConcreteName>").
  4. Set type: Literal["<ConcreteName>"] = "<ConcreteName>", version, and required fields using local conventions.
  5. Update family exports and tests.
  6. If the component should be visible through swarmauri.<namespace>.<Name>, update PluginCitizenshipRegistry.FIRST_CLASS_REGISTRY.

Required References

Read these before changing files:

  • ../../references/repo-patterns.md
  • ../../references/inheritance-entrypoints.md
  • ../../references/registry-rules.md

Completion Checks

  • Do not add a standalone pyproject.toml; this skill is for the existing swarmauri_standard package.
  • Add or update registry tests when first-class citizenship changes.
  • Run validation for pkgs/swarmauri_standard; also run pkgs/swarmauri tests if citizenship changed.
Files

What ships with it

1 file 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. 12d ago First seen · 30 lines · 70 tokens per session scan A e1c780a058bc

Subscribe to this mod's changes

swarmauri-add-swarmauri-standard-concrete is a skill published in the GitHub repository swarmauri/swarmauri-sdk (103 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 70 tokens to every session and 343 once invoked, about $0.0003 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.