Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/hiyeshu/codeck/codeck-exportnpx skills add hiyeshu/codeck --skill codeck-exportgit clone --depth 1 https://github.com/hiyeshu/codeckWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00044 | $0.02305 |
| Opus 5 | $0.00022 | $0.01153 |
| Sonnet 5 | $0.00009 | $0.00461 |
| Haiku 4.5 | $0.00004 | $0.00231 |
Grade A, and why
codeck-export scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 237 lines — stays where its author put it; the contents beside it link to each section on GitHub.
codeck export — @export lane
Minimum conversation, maximum output. Export the deck to the user's format.
@export owns PDF/PPTX output and export QA.
Write boundaries:
- May write final PDF/PPTX files in the user's project directory
- May write export QA notes to
$DECK_DIR/review.mdor$DECK_DIR/MEMORY.md - May update
$DECK_DIR/roles/export.md,$DECK_DIR/tasks/tasks.md, and$DECK_DIR/channel/YYYY-MM-DD.md - Must not edit
deck.md,DESIGN.md,custom.css,slides.html, orspeech.md - Export defects that require source changes become proposals in
$DECK_DIR/threads/threads.md
Step 1: Status
DECK_DIR="$HOME/.codeck/projects/$(basename "$(pwd)")"
CODECK_SKILL_DIR="${CODECK_SKILL_DIR:-}"
if [ -z "$CODECK_SKILL_DIR" ]; then
for d in \
"${CLAUDE_PLUGIN_ROOT}/skills/codeck" \
"$HOME"/.claude/plugins/cache/*/codeck/*/skills/codeck \
"$HOME"/.codex/plugins/cache/*/codeck/*/skills/codeck \
"$HOME/.agents/skills/codeck" \
"$HOME/.codex/skills/codeck" \
"$HOME/.claude/skills/codeck"; do
if [ -d "$d/scripts" ]; then CODECK_SKILL_DIR="$d"; break; fi
done
fi
[ -n "$CODECK_SKILL_DIR" ] || { echo "codeck skill scripts not found; set CODECK_SKILL_DIR" >&2; exit 1; }
. "$CODECK_SKILL_DIR/scripts/resolve-dirs.sh"
mkdir -p "$DECK_DIR"
mkdir -p "$DECK_DIR/channel" "$DECK_DIR/tasks" "$DECK_DIR/threads" "$DECK_DIR/roles"
bash "$CODECK_SKILL_DIR/scripts/init-room.sh" "$DECK_DIR"
bash "$CODECK_SKILL_DIR/scripts/status.sh" "$DECK_DIR"
Read $DECK_DIR/MEMORY.md, active rows in $DECK_DIR/tasks/tasks.md, and open rows in $DECK_DIR/threads/threads.md. Do not read channel/YYYY-MM-DD.md unless debugging history.
Gate check: if no assembled HTML exists (./*-r*.html), run /codeck to generate/rebuild the deck first.
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- pdf/forms.md 12 KB
- pdf/LICENSE.txt 1.4 KB
- pdf/reference.md 16 KB
- pdf/scripts/check_bounding_boxes.py 2.7 KB runs code
- pdf/scripts/check_fillable_fields.py 268 B runs code
- pdf/scripts/convert_pdf_to_images.py 1008 B runs code
- pdf/scripts/create_validation_image.py 1.2 KB runs code
- pdf/scripts/extract_form_field_info.py 4.2 KB runs code
- pdf/scripts/extract_form_structure.py 3.9 KB runs code
- pdf/scripts/fill_fillable_fields.py 3.7 KB runs code
- pdf/scripts/fill_pdf_form_with_annotations.py 3.2 KB runs code
- pptx/editing.md 6.7 KB
- pptx/LICENSE.txt 1.4 KB
- pptx/pptxgenjs.md 13 KB
- pptx/scripts/__init__.py 0 B runs code
- pptx/scripts/add_slide.py 6.7 KB runs code
- pptx/scripts/clean.py 9.4 KB runs code
- pptx/scripts/office/helpers/__init__.py 0 B runs code
- pptx/scripts/office/helpers/merge_runs.py 5.4 KB runs code
- pptx/scripts/office/helpers/simplify_redlines.py 5.6 KB runs code
- pptx/scripts/office/pack.py 4.9 KB runs code
- pptx/scripts/office/schemas/ecma/fouth-edition/opc-contentTypes.xsd 1.9 KB
- pptx/scripts/office/schemas/ecma/fouth-edition/opc-coreProperties.xsd 2.5 KB
- pptx/scripts/office/schemas/ecma/fouth-edition/opc-digSig.xsd 2.8 KB
- pptx/scripts/office/schemas/ecma/fouth-edition/opc-relationships.xsd 1.3 KB
- pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd 73 KB
- pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd 6.8 KB
- pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd 50 KB
- pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd 624 B
- pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd 148 KB
- pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd 1.2 KB
- pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd 8.7 KB
- pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd 14 KB
- pptx/scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd 82 KB
- pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd 1.2 KB
- pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd 7.2 KB
- pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd 6.2 KB
- pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd 1.2 KB
- pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd 880 B
- pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd 2.5 KB
- pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd 3.4 KB
- pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd 7.3 KB
- pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd 23 KB
- pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd 1.3 KB
- pptx/scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd 237 KB
- pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd 26 KB
- pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd 25 KB
- pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd 535 B
- pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd 5.6 KB
- pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd 3.9 KB
- pptx/scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd 167 KB
- pptx/scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd 4.5 KB
- pptx/scripts/office/schemas/mce/mc.xsd 3.1 KB
- pptx/scripts/office/schemas/microsoft/wml-2010.xsd 26 KB
- pptx/scripts/office/schemas/microsoft/wml-2012.xsd 3.7 KB
- pptx/scripts/office/schemas/microsoft/wml-2018.xsd 901 B
- pptx/scripts/office/schemas/microsoft/wml-cex-2018.xsd 1.7 KB
- pptx/scripts/office/schemas/microsoft/wml-cid-2016.xsd 1002 B
- pptx/scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd 600 B
- pptx/scripts/office/schemas/microsoft/wml-symex-2015.xsd 745 B
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 237 lines · 44 tokens per session scan A 7f3f11badd5b
codeck-export is a skill published in the GitHub repository hiyeshu/codeck (199 stars, last pushed 24d ago), licensed MIT. It adds 44 tokens to every session and 2,305 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
impress-presentations
Use when creating, opening, or editing LibreOffice Impress ODP presentations, or PPTX decks only when PowerPoint compatibility is explicitly required.
deliverable-builder
Produce a professional, send-ready deliverable on the user's behalf — in the correct file format (never raw markdown), in the user's voice, structured to lead with the strongest material, and free of document-level AI tells. Runs a gated pipeline with a fresh-context verification policeman and a Stop-hook that won't…
pptx-review
Review existing pptx decks with V1 slide extraction, and only use direct pptx generation paths when Slidev is not appropriate or .pptx is explicitly required.
slide-deck
Generate beautiful HTML slide presentations from markdown or plain text. Dark theme, smooth animations, speaker notes. Output is a single HTML file that opens in any browser. Use when the user asks to create slides, a presentation, a deck, or a pitch. Triggers on: "make slides", "create a presentation", "slide deck"…
ppt-master
AI-driven presentation workflow for generating editable PPTX decks and slides, reconstructing page visuals, creating reusable Brand/Style/Layout/Deck workspaces, filling native PPTX templates, and enhancing finished PPTX files. Use when the user asks to create, generate, reconstruct, regenerate, beautify, redesign…
deck-ljg-present
把 outline 1:1 铸成色块大字宣言 deck, 原文不动只做美化。三档主题 black / red / yellow.