publish-package

publish-package is a skill for Claude Code from aryaminus/socials-assistant. It costs 67 tokens per session (729 once invoked), scanned A, original, MIT.

A publishing-preparation workflow for an approved creator video, followed by performance measurement after it is posted.

In plain words
What is it for?
It helps create title options, captions, disclosures, hashtags, and data-based posting windows, then compare the video's results with the creator's baseline.
Why use it?
It removes the need to assemble titles, captions, hashtags, and posting-time suggestions manually, while keeping the human responsible for posting.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the socials-assistant plugin — 6 skills, 1 MCP server shipped together

Good fit It helps create title options, captions, disclosures, hashtags, and data-based posting windows, then compare the video's results with the creator's baseline.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aryaminus/socials-assistant/publish-package
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 aryaminus/socials-assistant --skill publish-package
Clone the repo
git clone --depth 1 https://github.com/aryaminus/socials-assistant

Made for: Claude Code.

Or install socials-assistant, the plugin that ships this one along with the rest of its 6 skills, 1 MCP server.

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-package

README.md
[![agentmods](https://agentmods.dev/badge/skills/aryaminus/socials-assistant/publish-package/github.svg)](https://agentmods.dev/skills/aryaminus/socials-assistant/publish-package)
Your own site
<a href="https://agentmods.dev/skills/aryaminus/socials-assistant/publish-package"><img src="https://agentmods.dev/badge/skills/aryaminus/socials-assistant/publish-package/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-package

Your own site · 80×15
<a href="https://agentmods.dev/skills/aryaminus/socials-assistant/publish-package"><img src="https://agentmods.dev/badge/skills/aryaminus/socials-assistant/publish-package.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 67 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 729 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.00067 $0.00729
Opus 5 $0.00034 $0.00365
Sonnet 5 $0.00013 $0.00146
Haiku 4.5 $0.00007 $0.00073

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

Security

Grade A, and why

publish-package 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 8d 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.

skills/publish-package/SKILL.md · 38 lines

How it starts

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

publish-package — green light → ready to post → measured

The agent owns packaging and measurement; the human posts (posting automation is deliberately out of scope — see docs/CAPABILITIES.md).

Step 1 — Assemble the package (stage: approved)

  1. socials-mcp:profile_get (tone, keywords) + socials-mcp:pipeline_list (stage: "approved") to find the item.
  2. Generate the package:
    • Title options (3) — keyword-front-loaded, ≤80 chars, pattern-matched to the creator's top_content titles.
    • Caption — hook line + 1–2 lines of context + CTA matching tone_notes; disclosure (#ad / #sponsored) FIRST if branded, per brief.
    • Hashtags (5–8) — mix: 2 niche keywords from profile, 2 proven (appear in past top titles/captions), 2 broad-reach; check they're real words, no ban-list tags.
    • Best posting window — data-driven: vault_query day-of-week views SELECT strftime('%w', date) AS dow, sum(value) AS v FROM account_metrics am JOIN snapshots s ON s.id=am.snapshot_id JOIN accounts a ON a.id=s.account_id WHERE a.platform=? AND am.metric='views' AND am.date IS NOT NULL GROUP BY dow ORDER BY v DESC → recommend top day(s) + evening preference if the creator's audience skews after-work hours (note when data is thin: say "no strong signal; default to your usual slot").
  3. Present the package for approval; on go-ahead, socials-mcp:pipeline_update → keep approved, attach package in notes.

Step 2 — At posting time (human posts)

Hand over the final copy-paste block (title / caption / tags). After they confirm it's live: pipeline_updatestage: "posted" with post_url and posted_at.

Step 3 — Measure (the part nobody does)

  • 48h check-in: find the video via top_content (days: 2) or vault_query on title match; report early velocity vs the creator's median (top_content days: 30, limit: 20 → median views). Flag if it's tracking below half the median at 48h so there's time to fix the title/cover.
  • 7-day verdict: views, ER, watch time vs median → append a one-line outcome to the pipeline item notes (pipeline_update), set stage: "measured".
  • If sponsored: mirror the outcome to the linked outreach entry (outreach_log_update notes) — that's the case study for the next pitch (media-kit skill picks it up).

Read the full file on GitHub · 38 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. 8d ago First seen · 38 lines · 67 tokens per session scan A 52f6619d270e

Subscribe to this mod's changes

publish-package is a skill published in the GitHub repository aryaminus/socials-assistant (0 stars, last pushed 3d ago), licensed MIT. It adds 67 tokens to every session and 729 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.