tlamatini-new-acp-agent

tlamatini-new-acp-agent is a skill for Claude Code, Codex from XAIHT/Tlamatini. It costs 59 tokens per session (1,047 once invoked), scanned A, original, MIT.

A scaffolding workflow for adding a new visual agent to Tlamatini, including its code, configuration, web interface, styling, tests, and documentation.

In plain words
What is it for?
Creating a Tlamatini agent with its script, settings, page route, database migration, CSS, JavaScript updates, skill documentation, and README entry.
Why use it?
It coordinates the many files and registration steps required for one new agent, reducing missed connections or inconsistent setup.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Creating a Tlamatini agent with its script, settings, page route, database migration, CSS, JavaScript updates, skill documentation, and README entry.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/xaiht/tlamatini/tlamatini_new_acp_agent
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 XAIHT/Tlamatini --skill tlamatini_new_acp_agent
Clone the repo
git clone --depth 1 https://github.com/XAIHT/Tlamatini

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 tlamatini-new-acp-agent

README.md
[![agentmods](https://agentmods.dev/badge/skills/xaiht/tlamatini/tlamatini_new_acp_agent/github.svg)](https://agentmods.dev/skills/xaiht/tlamatini/tlamatini_new_acp_agent)
Your own site
<a href="https://agentmods.dev/skills/xaiht/tlamatini/tlamatini_new_acp_agent"><img src="https://agentmods.dev/badge/skills/xaiht/tlamatini/tlamatini_new_acp_agent/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 tlamatini-new-acp-agent

Your own site · 80×15
<a href="https://agentmods.dev/skills/xaiht/tlamatini/tlamatini_new_acp_agent"><img src="https://agentmods.dev/badge/skills/xaiht/tlamatini/tlamatini_new_acp_agent.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 59 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,047 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.00059 $0.01047
Opus 5 $0.00030 $0.00524
Sonnet 5 $0.00012 $0.00209
Haiku 4.5 $0.00006 $0.00105

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

Security

Grade A, and why

tlamatini-new-acp-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 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.

Tlamatini/agent/skills_pkg/tlamatini_new_acp_agent/SKILL.md · 95 lines

What it actually says

New ACP agent

Read Tlamatini/.agents/workflows/create_new_agent.md first. It is the ground truth for the 8-step contract. This skill drives that procedure end-to-end.

Steps

  1. Validate agent_name is snake_case ASCII; reject collisions with existing agents in Tlamatini/agent/agents/.
  2. Copy shoter.py boilerplate into the new directory; rename references. Temp/Templates policy (2026-06-02): if the agent creates temp files, add the module-top if (os.environ.get('TLAMATINI_TEMP') or '').strip(): … tempfile.tempdir = … guard (verbatim from executer.py — an if-block, not a def, so ruff E402 stays clean); if it scaffolds a project/template dir (firmware/engine style), default the parent to <app>/Templates (TLAMATINI_TEMPLATES). See prompt.pmt Rules 15/16 + agent/path_guard.py.
  3. Add a Django view + URL pair for the connection-update endpoint.
  4. Create the migration that seeds an Agent row with the display name.
  5. Add the CSS gradient block in agentic_control_panel.css and the hover variant.
  6. Update the four JS files: connector, classMap (6 locations), undo/redo, .flw load.
  7. Update agentic_skill.md and README.md (agent count, table, classification, glossary, changelog, API table).
  8. Run python -m ruff check and npm run lint. Stop on any error and report.

Output

Return:

{
  "files_changed": ["..."],
  "migration_id": "00NN_add_<agent_name>",
  "lint_summary": "ruff: 0 errors; eslint: 0 errors"
}
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 · 95 lines · 59 tokens per session scan A dc11d73ea8a1

Subscribe to this mod's changes

tlamatini-new-acp-agent is a skill published in the GitHub repository XAIHT/Tlamatini (16 stars, last pushed today), licensed MIT. It adds 59 tokens to every session and 1,047 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.