jianmu-ppt-master

jianmu-ppt-master is a skill for Claude Code, Codex from superalp1985/fame-knowledge-agent-gateway. It costs 85 tokens per session (674 once invoked), scanned A, original, Apache-2.0.

A fallback guide for creating, repairing, reviewing, and improving PowerPoint presentations inside Jianmu Agent Studio, an environment for building AI workflows.

In plain words
What is it for?
Use it for PPT or courseware generation involving slide outlines, speaker notes, templates, PPTX files, Marp, pptxgenjs, or presentation quality checks.
Why use it?
It helps keep presentation work compatible with Jianmu’s existing request and output formats when preferred presentation services are unavailable.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it for PPT or courseware generation involving slide outlines, speaker notes, templates, PPTX files, Marp, pptxgenjs, or presentation quality checks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/superalp1985/fame-knowledge-agent-gateway/jianmu-ppt-master
Install

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.

Any agent
npx skills add superalp1985/fame-knowledge-agent-gateway --skill jianmu-ppt-master
Clone the repo
git clone --depth 1 https://github.com/superalp1985/fame-knowledge-agent-gateway

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for jianmu-ppt-master

README.md
[![agentmods](https://agentmods.dev/badge/skills/superalp1985/fame-knowledge-agent-gateway/jianmu-ppt-master/github.svg)](https://agentmods.dev/skills/superalp1985/fame-knowledge-agent-gateway/jianmu-ppt-master)
Your own site
<a href="https://agentmods.dev/skills/superalp1985/fame-knowledge-agent-gateway/jianmu-ppt-master"><img src="https://agentmods.dev/badge/skills/superalp1985/fame-knowledge-agent-gateway/jianmu-ppt-master/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.

agentmods 80×15 button for jianmu-ppt-master

Your own site · 80×15
<a href="https://agentmods.dev/skills/superalp1985/fame-knowledge-agent-gateway/jianmu-ppt-master"><img src="https://agentmods.dev/badge/skills/superalp1985/fame-knowledge-agent-gateway/jianmu-ppt-master.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 85 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 674 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00085 $0.00674
Opus 5 $0.00043 $0.00337
Sonnet 5 $0.00017 $0.00135
Haiku 4.5 $0.00009 $0.00067

Measured 11d ago against content hash c55d8cf1e6f3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

jianmu-ppt-master 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 11d 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.

knowledge/建木知识网/agent/skills/jianmu-ppt-master/SKILL.md · 67 lines

How it starts

The opening of the file, as written. The whole thing — 67 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Jianmu PPT Master

Authority Order

  1. Jianmu Knowledge Network and project docs are authoritative.
  2. Frozen contracts in src/contracts.py, module routing, task manifests, and quality gates are authoritative.
  3. This skill is a fallback guide for PPT production technique only.
  4. If this skill conflicts with Jianmu knowledge, follow Jianmu and note the conflict in the handoff/audit artifact.

Core Workflow

For PPT generation inside Jianmu Agent Studio:

  1. Preserve the current API contract: upstream sends PptDraftRequest; worker returns TaskResult artifacts.
  2. Read the topic, audience, outline, speaker notes, and style from the request. Do not invent a new user-facing brief if the request already contains one.
  3. Use Jianmu constraints from build_prompt_constraints() as hidden production constraints, not visible slide text.
  4. Produce a useful local fallback even when external PPTAgent/DeepPresenter/cloud providers are unavailable.
  5. Save both editable source and presentation artifact when possible:
    • 00_ppt_request.md
    • 00_handoff_audit.json
    • 04_ppt_draft.md
    • 04_ppt_draft.pptx
    • optional cloud request/response artifacts

Slide Quality Rules

  • One slide should carry one teaching job.
  • Prefer title + 3 to 5 compact bullets, or title + one structured comparison/process/table.
  • Avoid exposing worker names, routing internals, prompts, hidden constraints, or governance language in visible slides.
  • Keep titles concrete and content-bearing.
  • Use speaker notes as the main source for detailed teaching points.
  • When source material is thin, create a conservative deck skeleton instead of fabricating facts.
  • For official/course delivery, prioritize clarity, traceability, and editability over decorative visual complexity.

Fallback Generation Pattern

When advanced workers are unavailable:

  1. Convert outline headings into section slides.
  2. Split speaker notes into up to 8 detail slides.
  3. Export Marp markdown first.
  4. Convert markdown to PPTX via the local Node/pptxgenjs script if available.
  5. Record export errors as artifacts instead of failing silently.

Read the full file on GitHub · 67 lines

Changes

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.

  1. 11d ago First seen · 67 lines · 85 tokens per session scan A c55d8cf1e6f3

Subscribe to this mod's changes

jianmu-ppt-master is a skill published in the GitHub repository superalp1985/fame-knowledge-agent-gateway (10 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 85 tokens to every session and 674 once invoked, about $0.0004 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-31.

Related

Other skills, from other repositories