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 skills/azeemkafridi/bulkpublish-api/platform-referencenpx skills add azeemkafridi/bulkpublish-api --skill platform-referencegit clone --depth 1 https://github.com/azeemkafridi/bulkpublish-apiWrote 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/skills/azeemkafridi/bulkpublish-api/platform-reference)<a href="https://agentmods.dev/skills/azeemkafridi/bulkpublish-api/platform-reference"><img src="https://agentmods.dev/badge/skills/azeemkafridi/bulkpublish-api/platform-reference.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 | $0.00036 | $0.04013 |
| Opus 5 | $0.00018 | $0.02006 |
| Sonnet 5 | $0.00007 | $0.00803 |
| Haiku 4.5 | $0.00004 | $0.00401 |
Grade A, and why
platform-reference 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 3d 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.
How it starts
The opening of the file, as written. The whole thing — 411 lines — stays where its author put it; the contents beside it link to each section on GitHub.
BulkPublish — Platform Reference
Quick Rules
- YouTube & TikTok require video — NEVER include them for image-only posts
- Pinterest requires a title — set
platformSpecific.pinterest.title - YouTube requires a title — set
platformSpecific.youtube.title - Instagram defaults to
feed_photo— setpostTypeOverrides.instagramfor video content - Use
platformContentfor shorter text on platforms with low char limits (Bluesky 300, Pinterest/Threads/Mastodon 500)
| Field | Value |
|---|---|
| Platform key | facebook |
| Char limit | 63,206 |
| Title required | No |
Post types:
| Type | Media | Notes |
|---|---|---|
post (default) |
0-10 images OR 0-1 video | Text-only OK. No mixing images+video |
reel |
1 video required | Vertical short-form video |
story |
1 image OR 1 video required | Disappears after 24h |
Media specs: Image max 10MB (jpg/png/gif/webp). Video max 2GB (mp4/mov).
platformSpecific options: linkPreview.url
| Field | Value |
|---|---|
| Platform key | instagram |
| Char limit | 2,200 |
| Title required | No |
| Account type | Business or Creator (personal rejected) |
Post types:
| Type | Media | Notes |
|---|---|---|
feed_photo (default) |
1 image required | Single photo post |
feed_video |
1 video required | Single video post |
reel |
1 video required | Short-form video, 9:16 recommended |
story |
1 image OR 1 video required | Disappears after 24h |
carousel |
2-10 images/videos required | Mixed media OK |
Media specs: Image max 8MB (jpg/jpeg only). Video max 1GB (mp4/mov).
platformSpecific options:
collaborators— string or array of collaborator usernamestrialReel— boolean, trial reel (graduates based on performance)thumbnailTimestamp— number (seconds), video thumbnail offset
IMPORTANT: If you have video and don't set postTypeOverrides.instagram, it defaults to feed_photo and FAILS. Always set to reel or feed_video for video.
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.
- 3d ago First seen · 411 lines · 36 tokens per session scan A 2122d1b95d9b
platform-reference is a skill published in the GitHub repository azeemkafridi/bulkpublish-api (1 stars, last pushed 3d ago), licensed MIT. It adds 36 tokens to every session and 4,013 once invoked, about $0.0002 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.
Other skills, from other repositories
prepare-release
Prepare a release (phases 1-6). Usage: /prepare-release [version]. If version omitted, infers from conventional commits. Coordinates agents for review, runs prepare-release.sh, then enhances release notes with rich formatting.
prereview
Review unpushed commits before pushing for code quality, bugs, security issues, and error handling. Use when preparing to push commits, want pre-push code review, or need to validate changes before pushing. Runs comprehensive analysis using specialized review agents.
explore-api
Explore an OpenAPI spec's structure using parse and walk tools.
gen-test
Generate test scaffolding for a Go file following oastools conventions. Usage: /gen-test [function names...].
publish-release
Publish a prepared release (phase 7). Usage: /publish-release . Requires version argument. Wraps publish-release.sh for deterministic execution.
diff-specs
Compare two OpenAPI spec versions, highlight breaking changes, and suggest migration steps.