← all publishers

XAIHT

@xaiht source repo

38 published skills

  1. Skill Creator · xaiht bundle
    Create, edit, validate, and package new Tlamatini skills (SKILL.md packages).
    0 installs
  2. Create New MCP · xaiht
    The authoritative reference for adding a NEW tool, MCP context provider, or BOTH to Tlamatini. READ THIS BEFORE registering a `@tool` in `tools.py`, before creating an `mcp_*_server.py` + `chain_*_lcel.py` pair, before seeding a `Tool` or `Mcp` row in a migration, before extending `factory.py`, or before touching the MCP/Tool checkboxes. Covers the three classes (tool-only / MCP-backed context provider / both), the tool-vs-MCP terminology distinction (`get_mcp_tools()` returns LangChain tools, NOT MCP services), and the known hardcoded assumptions in `factory.py` and the frontend.
    0 installs
  3. Security Audit · xaiht
    Run whichever SAST, secret-scanning, and dependency-audit tools are installed (bandit, semgrep, ruff, eslint, gitleaks, pip-audit) over a path, then return aggregated findings, severity counts, and a prioritised remediation summary.
    0 installs
  4. Create New Agent · xaiht
    The authoritative 8-step contract for scaffolding a NEW Tlamatini workflow agent end-to-end (backend script + config.yaml, connection-update view + URL, migration seeding the Agent row, CSS gradient, four JS files, agentic_skill.md, README.md, lint). READ THIS BEFORE adding or renaming any of the 89 visual agents, before touching `agent/agents/<name>/`, before writing a `00NN_add_<name>.py` migration, before adding a `.canvas-item.<x>-agent` rule, or before extending the `acp-*.js` classMap / connectors. Companion to the `tlamatini-new-acp-agent` skill (which drives the procedure) and to `tlamatini-agent-naming` (the naming-convention guard).
    0 installs
  5. Setup New Acpx Key · xaiht
    Configure the API key (or other credential) for a registered ACPX agent_id (claude/codex/cursor/gemini/qwen/copilot/pi/droid/iflow/kilocode/kimi/kiro/opencode/tlamatini) end-to-end across data.keys, config.json (top-level + acpx.agents.<id>.env), regen_secrets.py, and verification via acp_doctor.
    0 installs
  6. Tlamatini Self Modify Inclusion · xaiht bundle
    Sweep the whole codebase and keep the SELF-MODIFY source snapshot complete — so the TlamatiniSourceCode/ tree that a `--self-modify` build ships carries every source/build asset Tlamatini needs to read, modify, and REBUILD herself, with heavy media/secrets correctly omitted+redacted and omitted binaries listed in the restore manifest. Invoke whenever you add/rename a new agent, source file, top-level dir, dependency, build input, prompt/identity file, migration, static/template asset, or any rebuild input — and ALWAYS after a feature like Blenderer or the self-update capability lands. Owns copy_source_assets.py and audits it against five invariants with a runnable sweep that GENERATES a snapshot and proves a rebuild's inputs all survive. Sibling of tlamatini-self-update-inclusion (which guards the runnable release).
    0 installs
  7. Tlamatini Self Update Inclusion · xaiht bundle
    Sweep the whole codebase and keep the SELF-UPDATE pipeline complete — so every new asset/feature added to Tlamatini is actually carried into a release by build.py AND survives (or is correctly replaced by) the self-update swap. Invoke whenever you add/rename a new agent, top-level file or directory, dependency, bundled runtime, migration, static/template asset, or any "ship it next to the exe" artifact — and ALWAYS after a feature like Blenderer or the self-update capability lands. Audits the three files that own the pipeline (build.py, agent/self_update.py, apply_update.ps1) against four hard invariants, with a runnable sweep script that never forgets the minimal thing. Pairs with copy_source_assets.py (the self-modify snapshot) and VERSIONING.md.
    0 installs
  8. Adding External MCP · xaiht bundle
    The authoritative reference for adding a NEW external MCP server to Tlamatini universal MCP client layer. Covers the full lifecycle: catalog import, transport selection, activation, runtime provisioning, diagnosis, verification, and troubleshooting. READ THIS BEFORE calling external_mcp_import, before editing external_mcps.json, or before activating a new server.
    0 installs
  9. Tlamatini Flw Doctor · xaiht
    Validate a .flw workflow file: check connection topology, terminal agents, Parametrizer single-lane queue, missing connectors, dangling target_agents.
    0 installs
  10. Tlamatini New Acp Agent · 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).
    0 installs
  11. Tlamatini Csrf Exempt Audit · xaiht
    Enumerate every @csrf_exempt-decorated view in Tlamatini/agent/views.py and classify whether each one really needs the exemption.
    0 installs
  12. Tlamatini Flow From Objective · xaiht
    Turn a one-sentence objective into a downloadable .flw workflow that wires the right Tlamatini visual agents and connections.
    0 installs
  13. Tlamatini Planner Trace Replay · xaiht
    Replay the most recent global execution planner trace from tlamatini.log and explain why each capability got the score it did.
    0 installs
  14. Tlamatini Allowed Hosts Tighten · xaiht
    Tighten Django ALLOWED_HOSTS from the wide-open '*' default to a specific list, with a backup of settings.py.
    0 installs
  15. Tlamatini Exec Report Row Adder · xaiht
    Add a state-changing tool to _EXEC_REPORT_TOOLS in mcp_agent.py and the matching CSS rules so its operations appear in the chat-page Exec Report.
    0 installs
  16. Tlamatini Static Version Bumper · xaiht
    Bump STATIC_VERSION in tlamatini/settings.py so the chat / ACP frontend re-fetches CSS+JS bundles after a frontend change.
    0 installs
  17. Jira · xaiht
    Read and write Jira issues, comments, transitions via the Jira REST API v3.
    0 installs
  18. Gmail · xaiht
    Read and send Gmail messages and threads via Gmail API.
    0 installs
  19. Slack · xaiht
    Post messages, read channels, and manage threads via Slack Web API.
    0 installs
  20. Github · xaiht
    Use the gh CLI for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.
    0 installs
  21. Notion · xaiht
    Use the Notion API to create, read, update Notion pages, data sources (databases), and blocks.
    0 installs
  22. Trello · xaiht
    Manage Trello boards, lists, and cards via the Trello REST API.
    0 installs
  23. Todoist · xaiht
    Manage Todoist tasks and projects via the Todoist REST API v2.
    0 installs
  24. Weather · xaiht
    Look up current weather and short forecast for a location via Open-Meteo (no API key required).
    0 installs
  25. Summarize · xaiht
    Summarize a long text or file into a tight, faithful brief at a target word count.
    0 installs
  26. Tlamatini Agent Naming · xaiht
    The authoritative Tlamatini agent NAMING CONVENTION — invoke before adding, renaming, casing, displaying, or auditing any workflow agent (STM32er, Node Manager, ACPXer, Kalier, ...). Use whenever you touch agentDescription, a pool/agent directory, a CSS .canvas-item class, a JS connection handler, agents_descriptions.md, or any place an agent name is shown. Prevents mis-casing display names (e.g. STM32er must never become STM32Er/STM32ER/Stm32Er).
    0 installs
  27. Acp Router · xaiht
    Route plain-language requests for Claude Code, Cursor, Codex, Gemini, Qwen, Pi, Kiro, Kimi, iFlow, Factory Droid, Kilocode, OpenCode, Copilot into ACPX child sessions via acp_spawn. Pick the right agentId for the user's intent.
    0 installs
  28. Full Project PDF Dossier · xaiht
    Use when asked to create or update a complete project PDF dossier, app summary, architecture report, or repository documentation PDF that must describe the whole system, how it works, how to use it, the complete tracked file tree, effective line counts by language excluding comments/blanks/docstrings, latest changes, and validation evidence.
    0 installs
  29. Code Review · xaiht
    Review a git diff (or working-tree changes) like a senior engineer — correctness, security, performance, readability — and return a verdict plus structured, line-anchored findings.
    0 installs
  30. Flow Making · xaiht bundle
    Turn a natural-language objective into a downloadable .flw workflow by driving the FlowCreator engine (full 89-agent catalog), then emit a canvas-loadable .flw.
    0 installs
  31. Hello World · xaiht
    Smoke-test skill that echoes its inputs and confirms the SkillHarness wiring is alive end-to-end.
    0 installs
  32. Tlamatini Agent Creation · xaiht bundle
    The authoritative, exhaustive end-to-end runbook for creating a BRAND-NEW Tlamatini workflow agent — every surface, in order, with 530+ numbered steps across 26 phases. Invoke whenever Angela says "create a new agent", "add an agent", "make a <X>er agent", "I want a new canvas agent", or asks to wire any new pool agent across backend + frontend + Multi-Turn + Parametrizer + FlowCreator + FlowHypervisor + watchdog + config dialog + demo prompts + Python tests + Playwright harness tests + docs + packaging. Covers naming, coloring, the inputs/outputs connector contract in agentic_control_panel.html, the Multi-Turn (wrapped chat-agent) tool, Exec Report, the configuration dialog, automated unit tests AND Playwright tests in Claude's harness. Pairs with tlamatini-agent-naming (casing) and the @-imported create_new_agent.md / create_new_mcp.md.
    0 installs
  33. Overlap Safe PPTX Dossier · xaiht
    Use when asked to create or update a complete technical PPTX deck, especially a Tlamatini-style presentation, where slides must describe the whole system, architecture, usage, line inventory, complete file tree, and must never contain overlapping text, images, cards, tables, or diagrams.
    0 installs
  34. Tlamatini Agent Creation 2 · xaiht
    The authoritative, exhaustive end-to-end runbook for creating a BRAND-NEW Tlamatini workflow agent — every surface, in order, with 530+ numbered steps across 26 phases. Invoke whenever Angela says "create a new agent", "add an agent", "make a <X>er agent", "I want a new canvas agent", or asks to wire any new pool agent across backend + frontend + Multi-Turn + Parametrizer + FlowCreator + FlowHypervisor + watchdog + config dialog + demo prompts + Python tests + Playwright harness tests + docs + packaging. Covers naming, coloring, the inputs/outputs connector contract in agentic_control_panel.html, the Multi-Turn (wrapped chat-agent) tool, Exec Report, the configuration dialog, automated unit tests AND Playwright tests in Claude's harness. Pairs with tlamatini-agent-naming (casing) and the @-imported create_new_agent.md / create_new_mcp.md.
    0 installs
  35. Kali Pentest · xaiht
    Drive an authorized, scoped penetration-testing / recon / CTF workflow against a target through the Kalier agent and the MCP-Kali-Server — health-probe, port/service scan (nmap), service-specific enumeration (gobuster/dirb/nikto/sqlmap/wpscan/enum4linux), credential/hash attacks (hydra/john), optional Metasploit, then a written findings report. Authorized targets only.
    0 installs
  36. Tlamatini Daily Chat Test · xaiht bundle
    Run the daily automated Tlamatini chat regression — drive a visible Chrome via Playwright, log into agent_page.html, ask up to 1000 curated safe questions one-by-one (Multi-Turn ON, ACPX/Ask-Execs/Exec-Report/Internet OFF), wait for and qualify each answer (heuristic + LLM judge on failures), then write a dated report + summary. Invoke when the user says "run the daily chat test", "test Tlamatini with the 1000 questions", "daily Tlamatini regression", or schedules this test.
    0 installs
  37. Tlamatini Daily Chat Test 2 · xaiht bundle
    Run the daily automated Tlamatini chat regression — drive a visible Chrome via Playwright, log into agent_page.html, ask up to 1000 curated safe questions one-by-one (Multi-Turn ON, ACPX/Ask-Execs/Exec-Report/Internet OFF), wait for and qualify each answer (heuristic + LLM judge on failures), then write a dated report + summary. Invoke when the user says "run the daily chat test", "test Tlamatini with the 1000 questions", "daily Tlamatini regression", or schedules this test.
    0 installs
  38. Roblox Studio · xaiht
    Build and edit in Roblox Studio via the Roblox Studio MCP the RIGHT way - preflight the Studio connection, do the whole build in a few big execute_luau scripts (not dozens of tiny calls), make REALISTIC terrain with the Terrain VOXEL api driven by Perlin noise (NEVER stacked Parts or concentric layers - those give ugly blocky stepped pyramids), poll generative jobs, check the console, and fail honestly. Invoke for ANY "in Roblox / Roblox Studio" request - terrain, mountains, parts, scripts, models, materials, assets.
    0 installs