Real Skill packageSource verifiedClawHub registry

paper-check

本科/研究生毕业论文格式规范检测、自动修复与对比报告生成工具。 当用户需要检查论文格式是否符合学校规范、修复论文格式问题、生成修改对比报告时使用此 Skill。 支持任意学校的撰写规范文档(.doc/.docx/.txt/.pdf)输入,自动解析规范要求并与论文文档进行逐项对比检测。 典型触发场景:用户提到"论文...

Identity and source

Publisher attributionsashavegalregistry owner unverified by skillvetai
Functional categoryDocuments, PDF & Presentationsautomatically inferred · 57% rule confidence
Package forminstruction with code10 recorded files
Canonical sourceClawHub registryclawhub:sashavegal:paper-check
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/29/2026.claude/skills/paper-check

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/29/2026.agents/skills/paper-check

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/29/2026skills/paper-check

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 @sashavegal/paper-check
clawhub inspect @sashavegal/paper-check --version 1.0.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 / 10 inspected as text
Checked
8/29/2026, 4:46:57 PM
Scanner
0.1.3
Policy
1.0.3
3 inferred permission indicators
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
5 dependency and API indicators
  • api: clawhub.ai
  • api: img.shields.io
  • api: keepachangelog.com
  • api: semver.org
  • api: www.python.org
External clawhub result: clean

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
5/29/2026, 8:18:25 PM
Release binding
Matches this record
  • vt: clean
  • skillspector: suspicious
  • llm: clean

Recorded files

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

Package content hashsha256:cffba52eb080d4f26fa477e40198e022280f87851a200cbb160b9871631eec18
Show up to 10 recorded paths
  • _validate.py
  • CHANGELOG.md
  • README.md
  • references/common_issues.md
  • references/format_rules_template.md
  • scripts/check_format.py
  • scripts/fix_format.py
  • scripts/generate_report.py
  • skill-card.md
  • SKILL.md

Source changelog

更新日志 所有重要的更改都将记录在此文件中。 格式基于 Keep a Changelog, 并且本项目遵循 语义化版本。 [1.0.0] - 2026-03-11 首次发布 本 Skill 提供一套完整的毕业论文格式检测工作流,支持任意学校的撰写规范文档输入,自动化完成:规范解析 → 格式检测 → 问题诊断 → 自动修复 → 对比报告生成。 新增功能 核心功能 ✅ 论文格式全面检测(scripts/check_format.py v2.0) 页面设置信息(页边距、页眉页脚距、纸张方向) 文档样式定义(Normal、Heading 1-4、TOC 等) 段落详细格式(样式、对齐、间距、缩进、字体) 表格格式信息(边框样式、粗细、对齐) 图片信息(尺寸、位置、上下文) 编号/列表定义 文档默认字体设置 DocumentStructure 章节定位能力 ✅ 格式自动修复(scripts/fix_format.py v2.0) 页面边距(上/下/左/右/页眉距/页脚距/装订线) 段落首行缩进(固定厘米值 → 字符单位) 段落悬挂缩进 段前段后间距 对齐方式(左/中/右/两端对齐) 字体设置(中文字体 + 西文字体 + 字号) 页眉内容和格式 表格三线表边框 标题字间距(如"参 考 文 献") ✅ 对比报告生成(scripts/generate_report.py v5.0) 6列对比表格(序号 | 位置/定位 | 检查项 | 规范要求 | 修改前 | 修改后) 智能位置定位(段落号 + 章节名称 + 内容预览) 颜色区分(修改前红色、修改后绿色) 分类展示(按检查类别分组) 修改统计 人工确认事项 A4 横向布局 规范支持 ✅ 支持任意学校撰写规范文档解析 .txt 文件:直接读取 .docx 文件:使用 python-docx 提取 .doc 文件(Windows):使用 pywin32 COM 接口转换 .pdf 文件:使用 PDF 提取工具 ✅ 内置通用默认规范(基于 GB/T 7713.1-2006) 页面设置、封面格式、摘要格式 目录格式、正文格式、图表格式 参考文…