MultiPost-Extension is a browser extension that publishes text, images, videos, and other content to multiple social media platforms from one operation. Content creators use it to distribute a single piece of content across supported platforms, and web applications or scripts can call its extension or REST APIs.
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.
npx agentmods add instructions/leaperone/multipost-extension/claude-mdgit clone --depth 1 https://github.com/leaperone/MultiPost-ExtensionWrote 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.
[](https://agentmods.dev/instructions/leaperone/multipost-extension/claude-md)<a href="https://agentmods.dev/instructions/leaperone/multipost-extension/claude-md"><img src="https://agentmods.dev/badge/instructions/leaperone/multipost-extension/claude-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00901 | $0.00901 |
| Opus 5 | $0.00451 | $0.00451 |
| Sonnet 5 | $0.00180 | $0.00180 |
| Haiku 4.5 | $0.00090 | $0.00090 |
Grade A, and why
MultiPost-Extension CLAUDE.md 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 today.
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.
How it starts
The opening of the file, as written. The whole thing — 96 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Project Overview
MultiPost is a browser extension that enables one-click content publishing to multiple social media platforms. Built with Plasmo framework, it supports 30+ platforms including Zhihu, Weibo, Xiaohongshu, Bilibili, X, Instagram, and more.
Development Commands
pnpm dev # Start development server with hot reload
pnpm build # Build and package extension for production
pnpm lint # Run ESLint
pnpm lint:fix # Auto-fix ESLint issues
Note: Do not run pnpm build for testing during development. Use pnpm dev instead.
Architecture
Content Types
The extension handles four content types, each with platform-specific implementations:
- Dynamic (
src/sync/dynamic/): Short-form posts (text, images) - Article (
src/sync/article/): Long-form articles with HTML/Markdown - Video (
src/sync/video/): Video uploads with metadata - Podcast (
src/sync/podcast/): Audio content
Core Data Structures (src/sync/common.ts)
SyncData: Main payload containing platforms list, content data, and auto-publish flagPlatformInfo: Platform configuration including inject URL and functionDynamicData,ArticleData,VideoData,PodcastData: Content-specific interfaces
Platform Integration Pattern
Each platform has an injectFunction that:
- Opens the platform's publishing page (
injectUrl) - Uses DOM manipulation to fill in content
- Handles file uploads and form submissions
Platform maps: DynamicInfoMap, ArticleInfoMap, VideoInfoMap, PodcastInfoMap
Extension Components
- Background (
src/background/): Service worker handling message routing, tab management, API services - Popup (
src/popup/): Extension popup UI - Sidepanel (
src/sidepanel/): Side panel interface - Content Scripts (
src/contents/): Page helpers and scrapers - Tabs (
src/tabs/): Standalone pages (publish, refresh-accounts, trust-domain)
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.
- today First seen · 96 lines · 901 tokens per session scan A 8435cb319f51
MultiPost-Extension CLAUDE.md is an instructions file published in the GitHub repository leaperone/MultiPost-Extension (3,278 stars, last pushed 4d ago), licensed Apache-2.0. It adds 901 tokens to every session, about $0.0045 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-09-04.
Other instructions, from other repositories
evc AGENTS.md
Instructions for SaigonXIII/evc, covering evc — cross-platform agent config, for claude code, for cursor, for codex cli and for gemini cli.
marketing-repo-template CLAUDE.md
Instructions for stepolan/marketing-repo-template, covering marketing content repository, content calendar, key directories, campaigns and voice rules.
marketingskills AGENTS.md
AGENTS.md instructions for coreyhaines31/marketingskills, covering agents.md, repository overview, repository structure, build / lint / test commands and versioning.
sniff AGENTS.md
AGENTS.md instructions for Aboudjem/sniff, covering agents.md: sniff, what this repo is, how an agent should use sniff, handling the playwright setup gate and finding output schema.
redbeacon AGENTS.md
AGENTS.md instructions for jidouqie/redbeacon, covering redbeacon · agent 工作台说明(host 无关), 架构(一句话), 整条运作链路, 能力 → skill 路由(两端 skill 名已统一,全英文) and 给 agent 的硬规则.
browser_oxide AGENTS.md
AGENTS.md instructions for yfedoseev/browser_oxide, covering browseroxide — conventions for ai coding assistants, build & test, architecture, key conventions and where to read more.