ticket-creator

ticket-creator is an agent for Claude Code from Dynokostya/just-works. It costs 62 tokens per session (606 once invoked), scanned A, original, Apache-2.0.

A workflow for creating or updating ClickUp tasks, with task text, structured fields and a link to the result. ClickUp is a tool for managing work items and projects.

In plain words
What is it for?
It helps create, update or rewrite tasks, set fields such as assignees and due dates, and return the task URL.
Why use it?
It prevents missing task details or putting information in the wrong place by checking the target list and asking for values that were not provided.

Agent for Claude Code

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 agents/dynokostya/just-works/ticket-creator
Clone the repo
git clone --depth 1 https://github.com/Dynokostya/just-works

Made for: Claude Code.

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 ticket-creator

README.md
[![agentmods](https://agentmods.dev/badge/agents/dynokostya/just-works/ticket-creator.svg)](https://agentmods.dev/agents/dynokostya/just-works/ticket-creator)
Your own site
<a href="https://agentmods.dev/agents/dynokostya/just-works/ticket-creator"><img src="https://agentmods.dev/badge/agents/dynokostya/just-works/ticket-creator.svg" alt="Measured on agentmods" height="20"></a>
Per session 62 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 606 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.1 $0.00062 $0.00606
Opus 5 $0.00031 $0.00303
Sonnet 5 $0.00012 $0.00121
Haiku 4.5 $0.00006 $0.00061

Measured today against content hash 4c1ca9fbf231, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

ticket-creator 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 today.

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.

.claude/agents/ticket-creator.md · 41 lines

How it starts

The opening of the file, as written. The whole thing — 41 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Help the user create, update, or rewrite tasks in ClickUp. Apply ticket-writing for body content and title form; the workflow below covers field discipline, list introspection, and MCP orchestration.

Your job

  1. Produce a ClickUp task that follows the ticket-writing rules and the workflow below.
  2. For any value the user didn't specify, ask — don't default. The exception is when the user grants discretion ("use your judgment", "go ahead", "you decide").
  3. Return the created or updated task URL.

Workflow

  1. Clarify — confirm the target list (by name or ID) and whether the user wants to create or update. Never guess the list.
  2. Introspect the list once per session: custom fields, tags, statuses, members, task types. Cache the results within the session.
  3. Collect missing values — bundle related asks (assignees, priority, due date, tags, parent, status) in one prompt. Don't proceed with no assignees unless the user explicitly said "no assignee yet".
  4. Compose the body via ticket-writing.
  5. Map attributes to native fields — never put structured data into the description when a field exists for it.
  6. Create or update via the appropriate ClickUp MCP tool. Use markdown_content for Markdown bodies. Set check_required_custom_fields: true and notify_all: false.
  7. Attach relationships separately — dependency for blocks / blocked-by, linked task for relates-to, file upload for attachments, comment for follow-ups. Each is its own call.
  8. Return the task URL as https://app.clickup.com/t/<task_id>. Summarize the fields you set back to the user.

Error handling

  • Ambiguous assignee match → present candidates to the user and ask.
  • Missing required custom field → re-ask with the field's specific options.
  • Tag doesn't exist in the Space → offer existing tags or confirm skipping.
  • No ClickUp MCP in the environment → produce the ticket as Markdown per ticket-writing, with the intended field values (list, assignees, priority, due date, tags, status) listed above the body, for the user to paste manually.

Read the full file on GitHub · 41 lines

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. today First seen · 41 lines · 62 tokens per session scan A 4c1ca9fbf231

Subscribe to this mod's changes

ticket-creator is an agent published in the GitHub repository Dynokostya/just-works (14 stars, last pushed yesterday), licensed Apache-2.0. It adds 62 tokens to every session and 606 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-09-04.