publish-content

publish-content is a skill for Claude Code, Codex from qingxuantang/tar-engine. It costs 53 tokens per session (433 once invoked), scanned A, original, Apache-2.0.

A publishing tool that sends an existing draft to one or more configured social-media accounts. It reports separately whether publishing succeeded on each platform.

In plain words
What is it for?
Use it to publish a draft to selected or all configured platforms, then review the resulting post links and any platform-specific errors.
Why use it?
It removes the repeated work of copying a finished draft to several platforms and makes partial failures visible.

Skill for Claude CodeCodex

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

Good fit Use it to publish a draft to selected or all configured platforms, then review the resulting post links and any platform-specific errors.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/qingxuantang/tar-engine/publish-content
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.

Any agent
npx skills add qingxuantang/tar-engine --skill publish-content
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 publish-content

README.md
[![agentmods](https://agentmods.dev/badge/skills/qingxuantang/tar-engine/publish-content/github.svg)](https://agentmods.dev/skills/qingxuantang/tar-engine/publish-content)
Your own site
<a href="https://agentmods.dev/skills/qingxuantang/tar-engine/publish-content"><img src="https://agentmods.dev/badge/skills/qingxuantang/tar-engine/publish-content/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for publish-content

Your own site · 80×15
<a href="https://agentmods.dev/skills/qingxuantang/tar-engine/publish-content"><img src="https://agentmods.dev/badge/skills/qingxuantang/tar-engine/publish-content.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 433 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00053 $0.00433
Opus 5 $0.00026 $0.00217
Sonnet 5 $0.00011 $0.00087
Haiku 4.5 $0.00005 $0.00043

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

Security

Grade A, and why

publish-content 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 9d 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/publish-content/SKILL.md · 57 lines

What it actually says

Publish Content Skill

Push a draft to its configured platforms via PostAll's publishers.

Inputs

  • draft_id (required) — the draft to publish.
  • platforms (optional) — subset of platforms to publish to. Default: all platforms the draft was generated for.

If draft_id is missing, return an error final message immediately.

Execution

postall-agent publish --draft "<DRAFT_ID>" [--platforms "<PLATFORMS>"]

Output handling

Parse the JSON. The response includes per-platform success/failure status. Return:

  • draft_id
  • published_to — list of {platform, url, success} entries.

Final message — list each platform on its own line:

Published draft <ID>.

  twitter: https://x.com/...   ✅
  linkedin: https://www.linkedin.com/posts/...  ✅
  wechat: <error message>  ❌

If ANY platform failed, the overall skill should still return success (others may have published). Report mixed results plainly.

If success: false at the top level (catastrophic failure), surface the error.

Composability notes

This is usually the final skill in a publish pipeline. After this step, the wish is complete.

Common failure modes

  • Rate limit (Twitter): user must wait and retry tomorrow. Surface the rate-limit message verbatim.
  • Auth expired (LinkedIn): user needs to refresh token. Surface and link to the auth refresh script if known.
  • Platform refusal (content too long, banned terms): surface the platform's exact reason.

Prerequisite

Same as generate-contentpostall-agent must be installed and platform credentials must be configured in the postall environment.

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. 9d ago First seen · 57 lines · 53 tokens per session scan A 646c28e7347d

Subscribe to this mod's changes

publish-content is a skill published in the GitHub repository qingxuantang/tar-engine (2 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 53 tokens to every session and 433 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-08-31.

Related

Other skills, from other repositories

edgeone skill scanner

A local static scanner that checks agent-skill files for security risks before they are installed or used. Static analysis examines files without running them.

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

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

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

skill-scorer

A review tool for Agent Skills, which are instruction files that guide coding agents. It supports skills made for Cursor, Claude, and OpenClaw.

AndrewNgGirl/SkillLens · 95 tokens