Organize study notes into a structured knowledge-point outline and export to a .docx summary when you need a shareable, hierarchical document from Word/PPT/Text/Markdown inputs.
53
60%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./scientific-skills/Other/note-summarizer/SKILL.mdscripts/note_summarizer.py is the most direct path to complete the request.note-summarizer package behavior rather than a generic answer.scripts/note_summarizer.py.Python: 3.10+. Repository baseline for current packaged skills.Third-party packages: not explicitly version-pinned in this skill package. Add pinned versions if this skill needs stricter environment control.cd "20260316/scientific-skills/Others/note-summarizer"
python -m py_compile scripts/note_summarizer.py
python scripts/note_summarizer.py --helpExample run plan:
CONFIG block or documented parameters if the script uses fixed settings.python scripts/note_summarizer.py with the validated inputs.scripts/note_summarizer.py.Install:
python -m pip install python-docx python-pptx pillowpython scripts/note_summarizer.pyinput.json:{
"inputs": ["notes.docx", "slides.pptx", "notes.md"],
"output": "summary.docx",
"keep_headings": true,
"max_bullets_per_section": 6,
"image_mode": "copy",
"max_image_long_edge": 1600
}python scripts/note_summarizer.py --json input.jsonRequired
inputs: array of input file paths (Word/PPT/Text/Markdown)output: output .docx file pathOptional
keep_headings (boolean, default: true): attempts to preserve heading hierarchy from source documents.max_bullets_per_section (int, default: 6): maximum number of summary bullets generated per section.image_mode ("copy" | "skip", default: "copy"): whether to copy images into the output document.max_image_long_edge (int, default: 1600): maximum pixel size for the long edge when copying images.image_mode: "copy"python scripts/note_summarizer.py --json examples/example.jsonSuccess criteria:
.docx exists and opens successfully.63c61d3
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.