Real Skill packageSource verifiedClawHub registry

ipo-doc-formatting

在写 Word 或改 Word 文件时,按招股书 / 审核问询反馈回复的样式要求应用格式(报告/备忘录/尽调等正式文档同归招股书版 000-009)。触发词:「按招股书样式」「招股书格式」「招股书排版」「招股书章节样式」「把这篇改成招股书格式」「这篇按招股书排一下」「按反馈回复样式」「问询回复格式」「反馈回复排版」「反馈回复排版规范」「落实函格式」「套用 000-009 样式」「套 000-009」「报告模板样式」「套模板样式」「把这个 Word 改成XXX格式」「Word 排版规范」「按投行规范排版」「排版规范一点」「文档格式统一」。核心流程:识别文档类型→加载样式模板(assets/templates/ 下报告模板.docx / 反馈回复样式.docx,模板即样式源可自定义)→路由底层工具(tencent-docx 新建 / minimax-docx apply-template 套样式 / tencent-local-office-edit 局部微调,不可用则脚本兜底并标注局限)→应用样式映射(000-009 体系、反馈回复 0011/001 监管问题黑体、标题序号九级链、表格三线表)→校验门禁(样式完整性 + 空段…

Identity and source

Publisher attribution默光registry owner unverified by skillvetai
Functional categoryDocuments, PDF & Presentationsautomatically inferred · 66% rule confidence
Package forminstruction with code18 recorded files
Canonical sourceClawHub registryclawhub:kianchales:ipo-doc-formatting
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/26/2026.claude/skills/ipo-doc-formatting

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/26/2026.agents/skills/ipo-doc-formatting

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/26/2026skills/ipo-doc-formatting

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @kianchales/ipo-doc-formatting
clawhub inspect @kianchales/ipo-doc-formatting --version 0.1.0

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
10 / 18 inspected as text
Checked
8/26/2026, 2:00:47 AM
Scanner
0.1.3
Policy
1.0.3
2 inferred permission indicators
  • shell execution — automatically inferred
  • network access — automatically inferred
4 dependency and API indicators
  • api: clawhub.ai
  • api: github.com
  • api: repo.huaweicloud.com
  • api: schemas.openxmlformats.org
External clawhub result: suspicious

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
8/25/2026, 1:48:03 PM
Release binding
Matches this record
  • skillspector: suspicious
  • llm: suspicious

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:cf37ee117d2a9b918d8c5a38efef91e96cc393c7ad3776a04fb606803a619146
Show up to 18 recorded paths
  • .gitignore
  • assets
  • assets/templates
  • assets/templates/反馈回复样式.docx
  • assets/templates/报告模板.docx
  • assets/templates/表格模板.docx
  • CHANGELOG.md
  • README.md
  • references
  • references/examples.md
  • references/rules.md
  • references/style-map.md
  • scripts
  • scripts/check_styles.py
  • scripts/tests
  • scripts/tests/test_check_styles.py
  • skill-card.md
  • SKILL.md

Source changelog

ipo-doc-formatting v0.1.0 - Initial release. - Automates applying IPO prospectus and feedback-reply formatting to Word documents per expert committee templates (000-009/0011/001). - Supports detecting document type and routing to appropriate toolchains (tencent-docx, minimax-docx, tencent-local-office-edit); provides script fallback and style completeness check. - Strictly formats layout (titles, numbering, table styles, paragraph spacing) and ensures zero text/content changes. - Modular template structure allows easy customization by replacing assets/templates/*.docx.