AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Tlamatini New Acp Agent

skill-xaiht-tlamatini-tlamatini-new-acp-agent · by XAIHT

Scaffold a new Tlamatini visual agent end-to-end across the 8 places the agent contract requires (script + config.yaml, view + url, migration, CSS gradient, 4 JS files, agentic_skill.md, README.md, lint).

No reviews yet
0 installs
21 views
0.0% view→install

Install

$ agentstack add skill-xaiht-tlamatini-tlamatini-new-acp-agent

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

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

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-xaiht-tlamatini-tlamatini-new-acp-agent)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Tlamatini New Acp Agent? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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

  1. Validate agent_name is snake_case ASCII; reject collisions with

existing agents in Tlamatini/agent/agents/.

  1. 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 /Templates (TLAMATINI_TEMPLATES). See prompt.pmt Rules 15/16 + agent/path_guard.py.

  1. Add a Django view + URL pair for the connection-update endpoint.
  2. Create the migration that seeds an Agent row with the display name.
  3. Add the CSS gradient block in agentic_control_panel.css and the

hover variant.

  1. Update the four JS files: connector, classMap (6 locations), undo/redo,

.flw load.

  1. Update agentic_skill.md and README.md (agent count, table,

classification, glossary, changelog, API table).

  1. Run python -m ruff check and npm 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.