trigger

trigger is a command for coding agents from TestAny-io/testany-agent-skills. It costs 24 tokens per session (314 once invoked), scanned A, original, MIT.

A command for starting Testany pipeline runs and configuring how they start. It supports one-time runs, schedules, manual starts, and event-based starts from systems such as Jenkins or GitHub Actions.

In plain words
What is it for?
Use it to run a pipeline now, schedule recurring tests, add a manual start option, connect an external event, or update and remove a trigger.
Why use it?
It keeps starting a pipeline separate from tracking a run after it has begun. This makes it clear which command to use for launching work and which to use for monitoring it.

Command

Part of the testany-bot plugin — 10 skills, 8 commands shipped together

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/testany-io/testany-agent-skills/trigger
Clone the repo
git clone --depth 1 https://github.com/TestAny-io/testany-agent-skills

Or install testany-bot, the plugin that ships this one along with the rest of its 10 skills, 8 commands.

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 trigger

README.md
[![agentmods](https://agentmods.dev/badge/commands/testany-io/testany-agent-skills/trigger.svg)](https://agentmods.dev/commands/testany-io/testany-agent-skills/trigger)
Your own site
<a href="https://agentmods.dev/commands/testany-io/testany-agent-skills/trigger"><img src="https://agentmods.dev/badge/commands/testany-io/testany-agent-skills/trigger.svg" alt="Measured on agentmods" height="20"></a>
Per session 24 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 314 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00024 $0.00314
Opus 5 $0.00012 $0.00157
Sonnet 5 $0.00005 $0.00063
Haiku 4.5 $0.00002 $0.00031

Measured 4d ago against content hash db3a46005aa2, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

trigger 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 4d 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.

plugins/testany-bot/commands/trigger.md · 36 lines

What it actually says

Testany Trigger

为已有 pipeline 配置执行入口,或立即发起一次执行。Trigger 是执行入口,不是编排层。

使用方式

$ARGUMENTS

支持的操作

  • 立即执行一次:Run Now,直接发起一次 pipeline execution
  • 定时计划:创建 Plan,配置 cron 表达式
  • 手动触发:配置 Manual Trigger(当前若 MCP 未提供 tools,则走 UI fallback)
  • 事件触发:创建 Gatekeeper,接入 Jenkins/GitHub Actions 等外部系统
  • 管理配置:更新或删除已有 trigger

示例

/trigger 立即执行 Y2K-0601
/trigger 给 Y2K-0601 创建 Gatekeeper
/trigger 每天凌晨 2 点执行回归测试
/trigger 给验收流水线创建一个 Manual Trigger
/trigger 接入 GitHub Actions

重要边界

  • 如果你要“现在立刻跑一次”,用 /trigger
  • 如果执行已经发起,后续看进度、查历史、取消、失败交接,请用 /execution
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. 4d ago First seen · 36 lines · 24 tokens per session scan A db3a46005aa2

Subscribe to this mod's changes

trigger is a command published in the GitHub repository TestAny-io/testany-agent-skills (80 stars, last pushed 7d ago), licensed MIT. It adds 24 tokens to every session and 314 once invoked, about $0.0001 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.