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 skills add sanic732/P2P-4PDA-edition --skill bb4pdagit clone --depth 1 https://github.com/sanic732/P2P-4PDA-editionWrote 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/sanic732/p2p-4pda-edition/bb4pda)<a href="https://agentmods.dev/skills/sanic732/p2p-4pda-edition/bb4pda"><img src="https://agentmods.dev/badge/skills/sanic732/p2p-4pda-edition/bb4pda/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.
<a href="https://agentmods.dev/skills/sanic732/p2p-4pda-edition/bb4pda"><img src="https://agentmods.dev/badge/skills/sanic732/p2p-4pda-edition/bb4pda.svg" alt="Reviewed on agentmods" width="80" 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.00207 | $0.01964 |
| Opus 5 | $0.00103 | $0.00982 |
| Sonnet 5 | $0.00041 | $0.00393 |
| Haiku 4.5 | $0.00021 | $0.00196 |
Grade A, and why
bb4pda 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 10d 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 — 109 lines — stays where its author put it; the contents beside it link to each section on GitHub.
BB4PDA — авторазметка постов 4PDA в BB-коде
Превращает текст в готовую BB-разметку форума 4PDA (IP.Board) — в фирменном стиле автора. Вывод всегда только BB-код, без markdown.
Два режима
- Режим A — текст → BB-код. На входе сырой текст (или черновик). На выходе — готовая разметка: шапка, спойлеры, списки, цвета, символы, разделители.
- Режим B — скриншот → BB-код. На входе изображение красиво оформленного поста. Задача — распознать визуальные элементы (заголовки, спойлеры, цвета, иконки, разделители) и собрать BB-код, который их воспроизводит.
Если на входе и текст, и скриншот-референс — применяй стиль со скриншота к тексту.
Когда применять / когда НЕ применять
Применять: посты и лонгриды для 4PDA (анонсы, гайды, FAQ, ответы, changelog), просьбы «оформи в bb-код», «сделай как пост», reverse из скриншота 4PDA.
НЕ применять: нужен Markdown/HTML; другой форум (не IP.Board/4PDA); короткое сообщение в чат без оформления; пользователь явно просит plain text.
Рабочий процесс
- Определи тип публикации (анонс / гайд-лонгрид / FAQ / ответ / changelog) — от него зависит каркас.
- Реши, какие элементы нужны, и подбери теги по смыслу. Полная база триггеров —
в
reference/bb_4pda_db.md(5 таблиц: базовые коды, символы fontello, картинки, теги редактора, ограничения парсера). Открывай её при подборе символов/картинок/нестандартных тегов. - Собери разметку в авторском стиле (ниже).
- Прогони self-check (ниже) и только потом выдай результат.
Авторский стиль (каркас)
- Шапка:
[center][size=5][color=dodgerblue][b]🔵 Эмодзи Заголовок[/b][/color][/size]→ подзаголовок[color=royalBlue]…[/color][/center]→ строка-таглайн[center][size=1][color=Teal]Тег · Тег · Тег[/color][/size][/center]. - Вступление-крючок по центру +
[offtop]…[/offtop](дисклеймер тона/охвата). - Тело — вложенные спойлеры. Крупные блоки
[spoiler=[b]🟢 БЛОК[/b]], внутри — главы[spoiler=Глава N. [color=Teal]Название[/color]]. Заголовок спойлера может содержать цвет/жирность/ссылку (с внешними кавычками и без) — варианты и нюансы вreference/edge_cases.md. - Списки:
[list][*]📌 пункт[/list]. Примеры/ASCII/код: в[code]…[/code]. - Контраст
❌ … / ✅ …в[code]. Главное предупреждение —[color=OrangeRed]…[/color]; золотое правило —[color=Green]…[/color]. - Итог:
[center][size=3][color=RoyalBlue][b]ИТОГ[/b][/color][/size][/center]→ слоган[center][color=OrangeRed][b]…[/b][/color][/center]→ блок-ссылки на серию → подпись[right][size=1][color=gray][i]…[/i][/color][/size][/right]. - Разделители между смысловыми блоками — системные
[img]…divider…[/img]или…razdelitel.png(только изreference/images_4pda.md).
What ships with it
5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 10d ago First seen · 109 lines · 207 tokens per session scan A d44aeb72e01d
bb4pda is a skill published in the GitHub repository sanic732/P2P-4PDA-edition (17 stars, last pushed 22d ago), licensed MIT. It adds 207 tokens to every session and 1,964 once invoked, about $0.0010 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.
Other skills, from other repositories
fin-ref-paper
A reference-management tool for economics and finance research documents. It extracts citation details from research files and creates a references.bib file in formats such as BibTeX, JF, JFE, RFS, or GB/T 7714.
medium-writing
Use when crafting or rewriting ONE Medium story so it earns reads, claps and Boost curation — the title, subtitle and kicker as a hook system, fixing a story with views but a low read ratio, making a draft scannable and curation-eligible, or reshaping a blog post or newsletter into Medium-native form. NOT scheduling…
web-section-splitter
Breaks a long-form article into web-optimized sections with subheadings, pull-quote suggestions, image placement markers, and reading-time estimates — ready for a web editor to drop into a CMS.
format-converter-brief
Produces a clear, step-by-step brief explaining exactly how to convert a finished article or document from one format (Word, plain text, InDesign export) into a specified target format (Markdown, HTML, or structured plain text), preserving all editorial elements correctly.
docx
Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Covers polished document output, tracked changes, comments, image updates, XML-level repairs, and safe conversion workflows.
manuscript-formatter
Reformats a manuscript, article, or long-form text to match a specific publication's structural and style requirements — adjusting headings, paragraph spacing, citation format, pull-quote placement, and front matter without altering the content itself.