paper-delivery-summary
GitHub用于生成论文最终交付摘要的确定性格式化器,验证PDF编译字段和引用映射统计,确保输出机器可读且与合同一致。
Trigger Scenarios
Install
npx skills add opensquilla/opensquilla --skill paper-delivery-summary -g -y
SKILL.md
Frontmatter
{
"name": "paper-delivery-summary",
"metadata": {
"requires": {
"anyBins": [
"python",
"python3"
]
}
},
"entrypoint": {
"parse": "text",
"stdin": "{{ with.payload }}",
"command": "python {baseDir}\/scripts\/render.py",
"timeout": 30
},
"provenance": {
"origin": "opensquilla-original",
"license": "Apache-2.0"
},
"description": "Deterministic final delivery summary for meta-paper-write. Reports only verified PDF compilation fields and the exact citation-map SUMMARY statistics.",
"user-invocable": false,
"disable-model-invocation": true
}
Paper delivery summary
Internal deterministic delivery formatter for meta-paper-write. It accepts
the paper contract, the runtime language instruction, compile_pdf output,
and citation_map output as JSON. It fails closed unless the PDF markers and
the complete, internally consistent citation SUMMARY are machine-readable.
The formatter never calls an LLM and never infers page or citation counts from prose. Chinese and English delivery text is selected from the confirmed paper language contract, cross-checked against the runtime language instruction.
Version History
- 95673be Current 2026-08-07 00:58


