Install
$ agentstack add skill-axutse-aos-agent-skill-document-aos-publish-document ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
AOS Document Publishing
Produce polished documents through a deterministic plan -> author -> render -> inspect -> revise -> verify loop.
Match the user's requested language. When the user requests Chinese and English editions, read [references/bilingual-delivery.md](references/bilingual-delivery.md) and verify each language artifact independently.
Position the work
Act as a document publishing orchestrator, not as a replacement for Word, Acrobat, factual review, legal review, or rights clearance. Combine Codex reasoning with local document tools, preserve editability where required, and treat rendered-page verification as part of the deliverable rather than an optional preview.
Read [references/positioning-and-routing.md](references/positioning-and-routing.md) when selecting among the three AOS skills, explaining scope to the user, or defining the input and output contract.
Route the work
- Use
$aos-author-wordwhen editability, semantic styles, tracked document structure, or DOCX delivery matters. - Use
$aos-process-pdffor fixed-layout creation, PDF inspection, metadata checks, rendering, page operations, or print-ready verification. - Use both when the user requests DOCX and PDF: author the DOCX first, verify it, export the PDF, and verify the PDF again.
- Do not invoke all three skills mechanically. Use this skill as the orchestration entry point and load the format-specific workflow only when the task requires it.
Required workflow
- Inspect all supplied sources before drafting.
- Confirm format, page size, language, editability, style, and delivery requirements from context.
- Build a section and page plan for long documents.
- Preserve verified names, figures, terminology, and source meaning. Mark simulated values clearly.
- Apply a coherent editorial system. Read [references/editorial-design.md](references/editorial-design.md) for premium reports and white papers.
- Render the complete final document.
- Inspect every page at readable zoom; a contact sheet is only an overview.
- Fix clipping, overlaps, broken tables, missing glyphs, blurry images, weak hierarchy, and incorrect headers or footers.
- Re-render after each layout-sensitive change.
- Run metadata and secret checks before public release.
- Deliver only requested final artifacts unless QA outputs are requested.
Editorial defaults
- Use conclusion-first titles and one dominant idea per page.
- Keep type, spacing, grid, table geometry, and accent colors consistent.
- Prefer native text and tables over screenshots when content must remain crisp or editable.
- Label simulated data as
PLANNING ASSUMPTION / 企划模拟值. - Never redistribute font files, credentials, private records, or unapproved third-party source documents.
- Use [assets/apple-editorial.json](assets/apple-editorial.json) as the default style pack when the user asks for an Apple-inspired editorial treatment.
Final gate
Read [references/qa-checklist.md](references/qa-checklist.md) and approve the artifact only after all applicable content, layout, image, table, navigation, metadata, and PDF checks pass.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: axutse
- Source: axutse/aos-agent-skill-document
- License: MIT
- Homepage: https://github.com/axutse/aos-agent-skill-document
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.