agentsclimarketplace

Drag list

Skill treramey/drag/skills/drag-list

List and inspect Tempo Cloud worklogs with Drag. Use when the user asks to review time entries, retrieve worklogs for a date, paginate results, or select structured output fields.From its SKILL.md

Install
npx -y skills add treramey/drag --skill drag-list

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • 27 days oldThe repository was created 27 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

2.3 KB, 512 tokens by cl100k_base, as published. Nobody here has run it

drag list

Shared Drag rules

  • Run drag doctor when configuration state is uncertain. Never print credential values.
  • Prefer explicit structured output for automation. Use drag --output json, or NDJSON only with list.
  • Inspect unfamiliar arguments with drag <command> --help and inspect the machine contract with drag schema.
  • Use drag setup --from-env --dry-run to validate unattended configuration without writing it.
  • Preview mutations with --dry-run; execute them only when the user's request explicitly authorizes the change.
  • Successful JSON uses {"ok":true,"data":...}. Errors use {"ok":false,"error":{...}} on stderr.

List worklogs for a date without changing Jira or Tempo.

Usage

Usage: drag list [OPTIONS] [DATE]

Arguments

ArgumentRequiredDefaultDescription
<when>notodayInConfiguredLocalTimeZoneOptional date (defaults to today): YYYY-MM-DD, y, yesterday, t±N, or today±N
--verbosenofalseInclude descriptions and Jira URLs
--fieldsnoComma-delimited result fields to include in structured output
--limitno100Maximum worklogs to retrieve and return (1-1000; default: 100)
--page-limitno1Maximum Tempo pages to retrieve (1-100; default: 1)
--continue-fromnoResume from the opaque continuation token returned by a prior list result
--all-pagesnofalseRetrieve every page, subject to the 100-page safety ceiling

Automation policy

Use drag --output json list explicitly so an interactive terminal never opens. Each worklog includes its Tempo work attributes in attributes; use --fields worklogs.attributes to select only them. Do not make a second Tempo request to discover attributes already returned by list. Use --fields to reduce structured output, and preserve pagination.next when another segment may be needed. list is read-only; its interactive human view can open a Jira URL only after an explicit keypress.

Inspect the contract

drag list --help
drag schema

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,782. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.