Install
$ agentstack add skill-xaiht-tlamatini-tlamatini-new-acp-agent ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ● Environment & secrets Used
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
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
- Validate
agent_nameis snake_case ASCII; reject collisions with
existing agents in Tlamatini/agent/agents/.
- Copy
shoter.pyboilerplate 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 /Templates (TLAMATINI_TEMPLATES). See prompt.pmt Rules 15/16 + agent/path_guard.py.
- Add a Django view + URL pair for the connection-update endpoint.
- Create the migration that seeds an
Agentrow with the display name. - Add the CSS gradient block in
agentic_control_panel.cssand the
hover variant.
- Update the four JS files: connector, classMap (6 locations), undo/redo,
.flw load.
- Update
agentic_skill.mdandREADME.md(agent count, table,
classification, glossary, changelog, API table).
- Run
python -m ruff checkandnpm run lint. Stop on any error and
report.
Output
Return:
{
"files_changed": ["..."],
"migration_id": "00NN_add_",
"lint_summary": "ruff: 0 errors; eslint: 0 errors"
}
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: XAIHT
- Source: XAIHT/Tlamatini
- License: MIT
- Homepage: https://xaiht.org
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.