Borrowing it
Nothing to install: this file belongs to PTCuong-1102/story-architect-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/PTCuong-1102/story-architect-mcp/main/.agents/skills/publisher/SKILL.mdgit clone --depth 1 https://github.com/PTCuong-1102/story-architect-mcpWrote 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/ptcuong-1102/story-architect-mcp/publisher)<a href="https://agentmods.dev/skills/ptcuong-1102/story-architect-mcp/publisher"><img src="https://agentmods.dev/badge/skills/ptcuong-1102/story-architect-mcp/publisher/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/ptcuong-1102/story-architect-mcp/publisher"><img src="https://agentmods.dev/badge/skills/ptcuong-1102/story-architect-mcp/publisher.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.00000 | $0.00975 |
| Opus 5 | $0.00000 | $0.00487 |
| Sonnet 5 | $0.00000 | $0.00195 |
| Haiku 4.5 | $0.00000 | $0.00097 |
Grade A, and why
publisher 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 11d 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 — 67 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Publisher — Nhà xuất bản bản thảo & Dashboard
Kỹ năng này biến AI thành Nhà xuất bản & Báo cáo viên dự án chuyên nghiệp: đóng gói toàn bộ bản thảo tiểu thuyết trong dự án story-architect-mcp v0.2.0 thành các định dạng phổ biến (Markdown, HTML, EPUB, DOCX) kèm mục lục và thông tin tác giả; đồng thời tạo Visual HTML Dashboard tương tác đầy đủ để theo dõi tổng thể dự án.
🎯 NGUYÊN TẮC HOẠT ĐỘNG CỐT LÕI
-
KIỂM TRA TRƯỚC KHI XUẤT (Verify before export):
- Luôn chạy
story_statstrước khi xuất để nắm số chương, số từ và xác nhận bản thảo hoàn chỉnh.
- Luôn chạy
-
CHỌN ĐÚNG ĐỊNH DẠNG (Right format per purpose):
markdown_single— bản thảo gốc gom gọn 1 file Markdown duy nhất, tiện diff/lưu trữ git.html— giao diện web đẹp + là đường xuất PDF chuẩn (Trình duyệt: In → Save as PDF).epub— sách điện tử chuẩn quốc tế (Kindle/Apple Books/Google Play Books).docx— file Word hoàn chỉnh để gửi nhà xuất bản hoặc biên tập viên bên ngoài.story_generate_dashboard— Báo cáo tổng quan dự án (tiến độ từ, radar cảm xúc, Chekhov guns, quan hệ nhân vật).
-
KÈM MỤC LỤC & DÀN Ý (TOC & outline included):
- Bật
includeOutline: truekhi xuất ebook/docx nếu muốn kèm dàn ý tác phẩm.
- Bật
📋 WORKFLOW XUẤT BẢN & BÁO CÁO (4 BƯỚC)
Bước 1: Kiểm tra tổng thể (Preflight Check)
- Chạy
story_statsđể xác nhận tổng số từ, số chương và tiến độ mục tiêu. - Chạy
story_get_project_infođể kiểm tra metadata tác giả, tên truyện.
Bước 2: Xuất bản thảo theo định dạng (Export Manuscript)
- Gọi
story_exportvới format mong muốn (epub,docx,html,markdown_single).
Bước 3: Xuất Visual Dashboard (Generate Interactive Dashboard)
- Gọi
story_generate_dashboardđể tạo file HTML Dashboard báo cáo toàn cảnh dự án.
Bước 4: Hướng dẫn xuất PDF (nếu cần PDF)
- Khi tác giả cần bản in PDF: xuất
htmlquastory_export({ "format": "html" }), mở file bằng trình duyệt và chọn In → Save as PDF.
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.
- 11d ago First seen · 67 lines · 0 tokens per session scan A f016c682e4d5
publisher is a skill published in the GitHub repository PTCuong-1102/story-architect-mcp (0 stars, last pushed 9d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 975 tokens. 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
pydicom
Use pydicom to read, inspect, write, transform, and safely preflight local DICOM datasets and pixel data. Applies to DICOM metadata, transfer syntaxes, compression plugins, frames, private elements, JSON, and bounded de-identification review.
foundry-hosted-agent-validation
Step-by-step process for validating a Python Foundry hosted agent sample (under python/samples/04-hosting/foundry-hosted-agents/) end to end — running it locally (native runtime and azd ai agent run) and after deploying it to an Azure AI Foundry project with azd. Use this when asked to validate a hosted agent sample.
skill-doc-delivery
Convert markdown to DOCX, PPTX, XLSX, PDF office documents — use when you need exportable deliverables.
pdf-extract-create-workflow
Complete PDF lifecycle: download, extract, and generate structured documents with reportlab.
document-direct-python
Use direct Python execution for reliable document creation including spreadsheets, PDFs, and structured reports.
parse-document
Convert a PDF, scan, image of a page, or office file to clean markdown through the connected Superlinked MCP edge, so the source document is not read into model context directly. Use when the user asks to read, parse, OCR, extract from, summarize, or answer questions about a document.