social-publish

social-publish is a skill for Claude Code, Codex from Orkas-AI/Orkas-Awesome-AgentSkills. It costs 3 tokens per session (1,061 once invoked), scanned A, original, MIT.

A guide for placing prepared text and media into a social-platform editor and saving it as a draft when possible.

In plain words
What is it for?
Use it to enter titles, text, tags, categories, images, or videos in a platform editor. It can stop at a final review page when drafts are unavailable.
Why use it?
It helps fill in publishing forms while leaving the final public action for the user to review and perform.

Skill for Claude CodeCodex

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

Good fit Use it to enter titles, text, tags, categories, images, or videos in a platform editor. It can stop at a final review page when drafts are unavailable.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/orkas-ai/orkas-awesome-agentskills/social-publish
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 Orkas-AI/Orkas-Awesome-AgentSkills --skill social-publish
Clone the repo
git clone --depth 1 https://github.com/Orkas-AI/Orkas-Awesome-AgentSkills

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 social-publish

README.md
[![agentmods](https://agentmods.dev/badge/skills/orkas-ai/orkas-awesome-agentskills/social-publish/github.svg)](https://agentmods.dev/skills/orkas-ai/orkas-awesome-agentskills/social-publish)
Your own site
<a href="https://agentmods.dev/skills/orkas-ai/orkas-awesome-agentskills/social-publish"><img src="https://agentmods.dev/badge/skills/orkas-ai/orkas-awesome-agentskills/social-publish/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 social-publish

Your own site · 80×15
<a href="https://agentmods.dev/skills/orkas-ai/orkas-awesome-agentskills/social-publish"><img src="https://agentmods.dev/badge/skills/orkas-ai/orkas-awesome-agentskills/social-publish.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 3 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,061 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.00003 $0.01061
Opus 5 $0.00002 $0.00531
Sonnet 5 $0.00001 $0.00212
Haiku 4.5 $0.00000 $0.00106

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

Security

Grade A, and why

social-publish 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 12d 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.

creation/skills/social-publish/SKILL.md · 125 lines

How it starts

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

Social Publish

When to Use

Use this skill when the user already has prepared content and wants help placing it into a platform editor.

Use for:

  • filling title, body, tags, topics, summary, category, cover, images, or videos.
  • saving a draft when the platform supports drafts.
  • stopping on the editor or final confirmation page when drafts are unavailable.
  • helping the user finish manual review before they publish themselves.

Do not use this skill to write or optimize the content. Use social-writer for that.

Hard Safety Boundary

This skill must not click final irreversible actions, including:

  • publish, post, send, submit, create topic, submit for review, pay, boost, advertise, or equivalent controls.
  • accepting original/advertising/legal declarations without user confirmation.
  • bypassing login, CAPTCHA, SMS, 2FA, platform risk control, paid features, or account limits.

The final publish action must be performed manually by the user.

Tools And Capabilities

This skill depends on visible browser automation and local file access:

  • visible browser control: open pages, click, type, paste, inspect page state.
  • Chrome or Edge remote debugging if required by the available browser automation tool.
  • local file reading: load content from markdown/text files and verify media paths.
  • clipboard or editor input: paste long articles, captions, tags, and structured fields.
  • upload controls: upload images, videos, covers, or attachments when the user provided local paths.
  • page state checks: re-read the page after navigation, login, upload, dialogs, or save actions.

Workflow

  1. Confirm the publishing task:
    • platform, content type, title, body source, tags/topics, media paths, cover, summary, category, author, and login state.
    • whether "save draft" is required or stopping in the editor is acceptable.
  2. Prepare content:
    • read local files if requested.
    • verify image/video paths exist.
    • preserve original content; do not silently rewrite.
  3. Open the platform editor:
    • use a visible browser.
    • if login, CAPTCHA, 2FA, account risk, or payment appears, stop and let the user handle it.
  4. Fill fields carefully:
    • inspect the page before interacting.
    • fill one field at a time.
    • upload media and wait for completion before continuing.
    • after page changes, inspect again and avoid stale element references.
  5. Handle platform-specific choices:
    • ask the user for ambiguous declarations, category choices, copyright/original settings, ad labels, cover cropping, or paid promotion.
    • do not guess high-impact settings.
  6. Stop safely:
    • save draft if available and verify the save state when possible.
    • otherwise stop in the editor or pre-publish confirmation page.
    • explicitly report which final action was not clicked.

Read the full file on GitHub · 125 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. 12d ago First seen · 125 lines · 3 tokens per session scan A 88be459c9b71

Subscribe to this mod's changes

social-publish is a skill published in the GitHub repository Orkas-AI/Orkas-Awesome-AgentSkills (13 stars, last pushed 2mo ago), licensed MIT. It adds 3 tokens to every session and 1,061 once invoked, about $0.0000 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-30.