crosspost

crosspost is a skill for Claude Code, Codex from majiang213/OpenClaw-MAS. It costs 49 tokens per session (1,235 once invoked), scanned B, a copy of crosspost, MIT.

A content distribution workflow for adapting one idea across X, LinkedIn, Threads, and Bluesky. It adjusts each version to the platform's length, links, formatting, hashtags, and media conventions.

In plain words
What is it for?
Use it to distribute announcements, launches, updates, or repurposed posts across several social networks with platform-specific wording.
Why use it?
It avoids the poor fit and duplication that come from publishing identical text everywhere.

Skill for Claude CodeCodex

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

Good fit Use it to distribute announcements, launches, updates, or repurposed posts across several social networks with platform-specific wording.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/majiang213/openclaw-mas/crosspost
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 majiang213/OpenClaw-MAS --skill crosspost
Clone the repo
git clone --depth 1 https://github.com/majiang213/OpenClaw-MAS

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 crosspost

README.md
[![agentmods](https://agentmods.dev/badge/skills/majiang213/openclaw-mas/crosspost.svg)](https://agentmods.dev/skills/majiang213/openclaw-mas/crosspost)
Your own site
<a href="https://agentmods.dev/skills/majiang213/openclaw-mas/crosspost"><img src="https://agentmods.dev/badge/skills/majiang213/openclaw-mas/crosspost.svg" alt="Measured on agentmods" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,235 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 2 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 95% copy Near-identical to another mod 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.00049 $0.01235
Opus 5 $0.00024 $0.00617
Sonnet 5 $0.00010 $0.00247
Haiku 4.5 $0.00005 $0.00123

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

Security

Grade B, and why

crosspost scanned grade B with 2 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.

Sends data to an external URLmediumData exfiltration

A POST to an outside endpoint may be telemetry or may be exfiltration; either way the mod talks to somewhere, and you should know where.

resp = requests.post( "https://your-crosspost-service.example/api/posts",

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

resp = requests.post(
Origin

This is a copy

95% identical to crosspost — 9 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

ecc-skills/crosspost/SKILL.md · 191 lines

How it starts

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

Crosspost

Distribute content across multiple social platforms with platform-native adaptation.

When to Activate

  • User wants to post content to multiple platforms
  • Publishing announcements, launches, or updates across social media
  • Repurposing a post from one platform to others
  • User says "crosspost", "post everywhere", "share on all platforms", or "distribute this"

Core Rules

  1. Never post identical content cross-platform. Each platform gets a native adaptation.
  2. Primary platform first. Post to the main platform, then adapt for others.
  3. Respect platform conventions. Length limits, formatting, link handling all differ.
  4. One idea per post. If the source content has multiple ideas, split across posts.
  5. Attribution matters. If crossposting someone else's content, credit the source.

Platform Specifications

Platform Max Length Link Handling Hashtags Media
X 280 chars (4000 for Premium) Counted in length Minimal (1-2 max) Images, video, GIFs
LinkedIn 3000 chars Not counted in length 3-5 relevant Images, video, docs, carousels
Threads 500 chars Separate link attachment None typical Images, video
Bluesky 300 chars Via facets (rich text) None (use feeds) Images

Workflow

Step 1: Create Source Content

Start with the core idea. Use content-engine skill for high-quality drafts:

  • Identify the single core message
  • Determine the primary platform (where the audience is biggest)
  • Draft the primary platform version first

Step 2: Identify Target Platforms

Ask the user or determine from context:

  • Which platforms to target
  • Priority order (primary gets the best version)
  • Any platform-specific requirements (e.g., LinkedIn needs professional tone)

Step 3: Adapt Per Platform

For each target platform, transform the content:

X adaptation:

  • Open with a hook, not a summary
  • Cut to the core insight fast
  • Keep links out of main body when possible
  • Use thread format for longer content

Read the full file on GitHub · 191 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 · 191 lines · 49 tokens per session scan B c6dc30b5634b

Subscribe to this mod's changes

crosspost is a skill published in the GitHub repository majiang213/OpenClaw-MAS (5 stars, last pushed 5mo ago), licensed MIT. It adds 49 tokens to every session and 1,235 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 2 findings (sends data to an external url, makes network calls). It is 95% identical to crosspost, differing in 9 lines, and is treated as a copy.