list-drafts

list-drafts is a skill for Claude Code, Codex from qingxuantang/tar-engine. It costs 45 tokens per session (352 once invoked), scanned A, original, Apache-2.0.

A read-only skill for listing content drafts from a draft store. It can show drafts, published items, or partially completed items and returns details such as topic, platforms, status, and creation time.

In plain words
What is it for?
Use it to answer questions such as which drafts exist, what remains unpublished, or which items are pending. It requires the postall-agent program to be installed.
Why use it?
It lets you inspect pending content without changing or publishing anything. Grouping by status makes it easier to see what still needs work.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

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 skills/qingxuantang/tar-engine/list-drafts
Any agent
npx skills add qingxuantang/tar-engine --skill list-drafts
Clone the repo
git clone --depth 1 https://github.com/qingxuantang/tar-engine

Made for: Claude Code, Codex.

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 list-drafts

README.md
[![agentmods](https://agentmods.dev/badge/skills/qingxuantang/tar-engine/list-drafts.svg)](https://agentmods.dev/skills/qingxuantang/tar-engine/list-drafts)
Your own site
<a href="https://agentmods.dev/skills/qingxuantang/tar-engine/list-drafts"><img src="https://agentmods.dev/badge/skills/qingxuantang/tar-engine/list-drafts.svg" alt="Measured on agentmods" height="20"></a>
Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 352 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.00045 $0.00352
Opus 5 $0.00023 $0.00176
Sonnet 5 $0.00009 $0.00070
Haiku 4.5 $0.00005 $0.00035

Measured 6d ago against content hash ac5a559d01d6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

list-drafts 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 6d 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.

packs/postall-content/skills/list-drafts/SKILL.md · 49 lines

What it actually says

List Drafts Skill

Read-only inspection of the draft store.

Inputs

  • status (optional) — filter by draft / published / partial. Default: all.

Execution

postall-agent list [--status <STATUS>]

Output handling

Parse the JSON. The response contains an array of drafts, each with id, topic, platforms, status, created_at.

Format a human-readable summary. Group by status if no filter was applied:

Found <N> drafts.

📝 Unpublished (3):
  - abc123  | "Apple WWDC AI demo"  | twitter, linkedin  | created 2h ago
  - def456  | "LangChain alternatives"  | twitter  | created 1d ago

✅ Published (12):
  - ghi789  | "MacBook M5 review"  | twitter, linkedin, wechat  | published 3d ago
  ...

If the list is empty, say so plainly: "No drafts found."

If the JSON has success: false, surface the error verbatim.

Composability notes

Read-only. Doesn't produce a draft_id for downstream chaining (the user can issue a follow-up wish like "publish abc123" to chain manually).

Prerequisite

Same as other postall skills — postall-agent must be installed.

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. 6d ago First seen · 49 lines · 45 tokens per session scan A ac5a559d01d6

Subscribe to this mod's changes

list-drafts is a skill published in the GitHub repository qingxuantang/tar-engine (2 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 45 tokens to every session and 352 once invoked, about $0.0002 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-31.

Related

Other skills, from other repositories

edgeone skill scanner

Scan any agent skill for security risks before you install or use it. Powered by Tencent Zhuque Lab A.I.G (AI-Infra-Guard). 100% local static analysis — no file contents or credentials leave your device. Compatible with CodeBuddy, Cursor, Windsurf, Claude Code, OpenClaw and more. Triggers on: 这个 skill 安全吗, skill 安全扫描…

Tencent/AI-Infra-Guard · 148 tokens

skill-review

Critically review a workspace skill and suggest improvements. Use when asked to review, audit, critique, evaluate, or improve a SKILL.md file or skill directory. Covers frontmatter validation, instruction clarity, completeness, and adherence to the Agent Skills Specification.

stencila/stencila · 54 tokens

air-blackbox-sales-agent

AIR Blackbox's autonomous sales prospecting agent. Finds Python AI projects on GitHub that need EU AI Act compliance, identifies the right person to contact (CEO, CTO, lead maintainer), runs a free compliance scan, and drafts personalized outreach emails that convert to engagement. The sales flow: free scan as the…

airblackbox/airblackbox · 248 tokens

compliance-scan

Scans a Python AI project for EU AI Act compliance gaps using AIR Blackbox. Use when the user asks to check compliance, scan their code, audit their AI project, or mentions EU AI Act, Articles 9-15, or compliance checking.

airblackbox/airblackbox · 51 tokens

interpret-results

Interprets AIR Blackbox scan results and maps findings to specific EU AI Act articles, recitals, and remediation steps. Use when the user has scan output and wants to understand what to fix, why it matters, or how to prioritize.

airblackbox/airblackbox · 49 tokens

No-Slop

Writing engine that audits and rewrites prose for AI-resistance, fidelity, and mechanical tell removal.

Tariux/AI-Skills-Not-Awesome · 24 tokens