agent

agent is a command for coding agents from Smart-AI-Memory/attune-ai. It costs 8 tokens per session (792 once invoked), scanned A, original, Apache-2.0.

Create and manage custom AI agents.

Command

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 commands/smart-ai-memory/attune-ai/agent
Clone the repo
git clone --depth 1 https://github.com/Smart-AI-Memory/attune-ai

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

README.md
[![agentmods](https://agentmods.dev/badge/commands/smart-ai-memory/attune-ai/agent.svg)](https://agentmods.dev/commands/smart-ai-memory/attune-ai/agent)
Your own site
<a href="https://agentmods.dev/commands/smart-ai-memory/attune-ai/agent"><img src="https://agentmods.dev/badge/commands/smart-ai-memory/attune-ai/agent.svg" alt="Measured on agentmods" height="20"></a>
Per session 8 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 792 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00008 $0.00792
Opus 5 $0.00004 $0.00396
Sonnet 5 $0.00002 $0.00158
Haiku 4.5 $0.00001 $0.00079

Measured today against content hash 542595c97b9f, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

agent 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.

src/attune/commands/agent.md · 107 lines

How it starts

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

agent

Create and manage custom AI agents and multi-agent teams.

Quick Shortcuts

Shortcut Action
/agent create <name> Create a new agent definition
/agent list List all available agents
/agent run <name> Execute an agent or agent team
/agent release-prep Run the release readiness agent team

Natural Language

Describe what you need:

  • "create a code review agent"
  • "what agents are available?"
  • "run the release prep team"
  • "I need a specialized agent for testing"

CRITICAL: Workflow Execution Instructions

When this command is invoked with arguments, you MUST execute the workflow, not answer ad-hoc.

Context Gathering (ALWAYS DO FIRST)

Before executing any action below, gather current project context:

  1. Run: git status --short
  2. Run: git log --oneline -5
  3. Run: git branch --show-current

Use this context to inform agent operations (e.g., current branch, recent changes).

Shortcut Routing (EXECUTE THESE)

Input Action
/agent create <name> Guide through agent definition: role, tools, model tier, coordination pattern
/agent list Scan src/attune/agents/ directory, list agents with descriptions and capabilities
/agent run <name> Execute the named agent or agent team
/agent release-prep Run release readiness agent team

Natural Language Routing (EXECUTE THESE)

Pattern Action
"create", "new agent", "define" Guide agent creation
"list", "available", "what agents" List available agents
"run", "execute", "start" Run specified agent
"release", "release-prep", "readiness" Run release-prep agent team

IMPORTANT: When arguments are provided, DO NOT just display documentation. EXECUTE the action.

Agent Definition Format

When creating agents, use this structure in src/attune/agents/<name>/:

<name>/
  __init__.py     # Agent exports
  agent.py        # Agent class definition
  prompts.py      # Agent-specific prompts
  tools.py        # Custom tools (optional)

Read the full file on GitHub · 107 lines

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. today First seen · 107 lines · 8 tokens per session scan A 542595c97b9f

Subscribe to this mod's changes

agent is a command published in the GitHub repository Smart-AI-Memory/attune-ai (10 stars, last pushed today), licensed Apache-2.0. It adds 8 tokens to every session and 792 once invoked, about $0.0000 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.