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 skills add LKQ667/metamath-harness --skill image-to-editable-pptgit clone --depth 1 https://github.com/LKQ667/metamath-harnessWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/lkq667/metamath-harness/image-to-editable-ppt)<a href="https://agentmods.dev/skills/lkq667/metamath-harness/image-to-editable-ppt"><img src="https://agentmods.dev/badge/skills/lkq667/metamath-harness/image-to-editable-ppt/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/lkq667/metamath-harness/image-to-editable-ppt"><img src="https://agentmods.dev/badge/skills/lkq667/metamath-harness/image-to-editable-ppt.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What 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.1 | $0.00113 | $0.03911 |
| Opus 5 | $0.00056 | $0.01956 |
| Sonnet 5 | $0.00023 | $0.00782 |
| Haiku 4.5 | $0.00011 | $0.00391 |
Grade C, and why
image-to-editable-ppt scanned grade C with 1 finding 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 8d 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.
Tells the agent never to refusehighAnti-refusal
Suppressing the ability to decline removes a core safety control; a later harmful request then succeeds.
- A user request to convert visual slides into editable PPT authorizes the required OCR and image-backend calls for that conversion, unless the user explicitly requests local-only processing or marks the input as confide The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
38 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.
- agents/openai.yaml 261 B
- cli/editppt/__init__.py 23 B runs code
- cli/editppt/cli.py 706 B runs code
- cli/editppt/runtime/__init__.py 67 B runs code
- cli/editppt/runtime/_input_normalization.py 15 KB runs code
- cli/editppt/runtime/_page_artifacts.py 3.5 KB runs code
- cli/editppt/runtime/build_pptx_from_manifest.py 49 KB runs code
- cli/editppt/runtime/configure_image_backend.py 5.8 KB runs code
- cli/editppt/runtime/deck_run_state.py 5.7 KB runs code
- cli/editppt/runtime/deck_text_hints.py 7.5 KB runs code
- cli/editppt/runtime/finalize_deck_run.py 2.9 KB runs code
- cli/editppt/runtime/formula_renderer.py 8.5 KB runs code
- cli/editppt/runtime/image_gen.py 31 KB runs code
- cli/editppt/runtime/main.py 39 KB runs code
- cli/editppt/runtime/make_page_contact_sheet.py 881 B runs code
- cli/editppt/runtime/paddle_text_hints.py 9.5 KB runs code
- cli/editppt/runtime/page_job_status.py 2.1 KB runs code
- cli/editppt/runtime/page_text_metrics.py 12 KB runs code
- cli/editppt/runtime/prepare_deck_run.py 8.2 KB runs code
- cli/editppt/runtime/process_asset_sheet.py 4.4 KB runs code
- cli/editppt/runtime/record_imagegen_result.py 8.7 KB runs code
- cli/editppt/runtime/record_page_dispatch.py 2.8 KB runs code
- cli/editppt/runtime/record_page_result.py 4.5 KB runs code
- cli/editppt/runtime/remove_chroma_key.py 14 KB runs code
- cli/editppt/runtime/reset_page_job.py 2.6 KB runs code
- cli/editppt/runtime/runtime_env.py 13 KB runs code
- cli/editppt/runtime/split_alpha_components.py 8.8 KB runs code
- cli/editppt/runtime/text_hints.py 14 KB runs code
- cli/editppt/runtime/validate_pptx.py 29 KB runs code
- cli/pyproject.toml 561 B
- cli/tests/test_dsh_backend_contract.py 11 KB runs code
- cli/tests/test_dsh_backend_guard.py 4.1 KB runs code
- cli/tests/test_dsh_metadata_import.py 9.2 KB runs code
- prompts/page-worker.md 6.3 KB
- references/cli-helper.md 17 KB
- references/manifest-schema.md 13 KB
- references/page-decision-tree.md 21 KB
- scripts/build-page-worker-prompt.py 7.5 KB runs code
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.
- 8d ago First seen · 173 lines · 113 tokens per session scan C 160bd97b49c5
image-to-editable-ppt is a skill published in the GitHub repository LKQ667/metamath-harness (15 stars, last pushed yesterday), with no licence file. It adds 113 tokens to every session and 3,911 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it C with 1 finding (tells the agent never to refuse). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-04.
Other skills, from other repositories
pydicom
Use pydicom to read, inspect, write, transform, and safely preflight local DICOM datasets and pixel data. Applies to DICOM metadata, transfer syntaxes, compression plugins, frames, private elements, JSON, and bounded de-identification review.
foundry-hosted-agent-validation
Step-by-step process for validating a Python Foundry hosted agent sample (under python/samples/04-hosting/foundry-hosted-agents/) end to end — running it locally (native runtime and azd ai agent run) and after deploying it to an Azure AI Foundry project with azd. Use this when asked to validate a hosted agent sample.
skill-doc-delivery
Convert markdown to DOCX, PPTX, XLSX, PDF office documents — use when you need exportable deliverables.
pdf-extract-create-workflow
Complete PDF lifecycle: download, extract, and generate structured documents with reportlab.
document-direct-python
Use direct Python execution for reliable document creation including spreadsheets, PDFs, and structured reports.
parse-document
Convert a PDF, scan, image of a page, or office file to clean markdown through the connected Superlinked MCP edge, so the source document is not read into model context directly. Use when the user asks to read, parse, OCR, extract from, summarize, or answer questions about a document.