DeepSeek++ is a browser extension that turns the DeepSeek website into an AI workspace with tools, memory, skills, media analysis, and automation. DeepSeek users employ it to manage projects, control browser pages, search the web, reuse context, and export conversations, while the catalogue entries add skills and instructions for that workspace.
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 zhu1090093659/deepseek-pp --skill morph-pptgit clone --depth 1 https://github.com/zhu1090093659/deepseek-ppWrote 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/zhu1090093659/deepseek-pp/morph-ppt)<a href="https://agentmods.dev/skills/zhu1090093659/deepseek-pp/morph-ppt"><img src="https://agentmods.dev/badge/skills/zhu1090093659/deepseek-pp/morph-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/zhu1090093659/deepseek-pp/morph-ppt"><img src="https://agentmods.dev/badge/skills/zhu1090093659/deepseek-pp/morph-ppt.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 4 findings, up to high
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- high Supply Chain · line 16 Remote code is downloaded and executed. This bypasses code review and could introduce malicious code.Fix: Avoid downloading and executing remote scripts. Use trusted packages from PyPI/npm. If remote fetch is required, verify checksums and use HTTPS.
- medium Agent Snooping · line 10 Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
- medium Agent Snooping · line 36 Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
- medium Agent Snooping · line 536 Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
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.00169 | $0.12843 |
| Opus 5 | $0.00084 | $0.06421 |
| Sonnet 5 | $0.00034 | $0.02569 |
| Haiku 4.5 | $0.00017 | $0.01284 |
Grade C, and why
morph-ppt scanned grade C with 3 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.
Downloads and executes remote codehighSupply chain
curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.
- **macOS / Linux**: `curl -fsSL https://d.officecli.ai/install.sh | bash` Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
- **macOS / Linux**: `curl -fsSL https://d.officecli.ai/install.sh | bash` Runs shell commandslowCapability
Expected in a hook, worth knowing in a rule or an instructions file.
- **`!!` in shell values — single-quote.** Bash / zsh history expansion eats unquoted `!!foo`. Always use `--prop 'name=!!scene-ring'` (single quotes). In Python `subprocess.run([...])` lists, no quoting needed — pass `" Copies of this mod
1 near-identical copy found in the catalogue:
- morph-ppt — 95% identical, 4 lines differ
How it starts
The opening of the file, as written. The whole thing — 537 lines — stays where its author put it; the contents beside it link to each section on GitHub.
OfficeCLI Morph-PPT Skill
This skill is a scene layer on top of officecli-pptx. Every pptx hard rule — visual delivery floor (title ≥ 36pt / body ≥ 18pt / title ≥ 2× body), 12-column grid on 33.87×19.05cm, canonical palettes, chart-choice decision table, connector canon, shell escape, resident + batch, Delivery Gate 1–5a — is inherited, not re-taught. This file adds only what Morph needs on top: cross-slide shape-name binding, Scene Actors vs content prefixing, ghost discipline, transition=morph CLI quirks, 52-style visual library lookup, and a morph-specific fresh-eyes Gate 5b extension.
When the pptx base rules cover it, the text here says → see pptx v2 §X. Read skills/officecli-pptx/SKILL.md first if you have not.
Setup
If officecli is missing:
- macOS / Linux:
curl -fsSL https://d.officecli.ai/install.sh | bash - Windows (PowerShell):
irm https://d.officecli.ai/install.ps1 | iex
Verify with officecli --version (open a new terminal if PATH hasn't picked up). If install fails, download a binary from https://github.com/iOfficeAI/OfficeCLI/releases.
⚠️ Help-First Rule
This skill teaches the Morph workflow — when shape names must match, when to ghost, when the CLI auto-prefixes — not every command flag. When a prop name, enum, or preset is uncertain, consult help BEFORE guessing.
officecli help pptx slide # authoritative for: transition, advanceTime, advanceClick, background
officecli help pptx shape # name, preset, x/y/width/height, fill, rotation, opacity, animation
officecli help pptx animation # preset + trigger + duration values
officecli help pptx <element> --json # machine-readable schema
Help reflects the installed CLI version. When skill and help disagree, help wins. Every --prop X= in this file is grep-verified against officecli help pptx <element>. Specific confirmations: transition=morph is a listed value on slide; advanceTime / advanceClick are valid. There is NO standalone transition element — officecli help pptx transition returns error. Sub-props such as duration / delay / easing for the transition itself are not exposed on slide — see §Known Issues for the raw-set path if you need them.
What ships with it
54 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.
- reference/decision-rules.md 6.0 KB
- reference/pptx-design.md 14 KB
- reference/styles/bw--brutalist-raw/style.md 2.1 KB
- reference/styles/bw--mono-line/style.md 3.9 KB
- reference/styles/bw--swiss-bauhaus/style.md 2.2 KB
- reference/styles/bw--swiss-system/style.md 1.3 KB
- reference/styles/dark--architectural-plan/style.md 1.8 KB
- reference/styles/dark--aurora-softedge/style.md 625 B
- reference/styles/dark--blueprint-grid/style.md 1.4 KB
- reference/styles/dark--circle-digital/style.md 1.8 KB
- reference/styles/dark--cosmic-neon/style.md 2.6 KB
- reference/styles/dark--cyber-future/style.md 2.4 KB
- reference/styles/dark--diagonal-cut/style.md 4.3 KB
- reference/styles/dark--editorial-story/style.md 2.4 KB
- reference/styles/dark--investor-pitch/style.md 2.3 KB
- reference/styles/dark--liquid-flow/style.md 1.8 KB
- reference/styles/dark--luxury-minimal/style.md 2.3 KB
- reference/styles/dark--midnight-blueprint/style.md 2.6 KB
- reference/styles/dark--neon-productivity/style.md 2.6 KB
- reference/styles/dark--obsidian-amber/style.md 615 B
- reference/styles/dark--premium-navy/style.md 4.8 KB
- reference/styles/dark--sage-grain/style.md 1.8 KB
- reference/styles/dark--space-odyssey/style.md 2.8 KB
- reference/styles/dark--spotlight-stage/style.md 1.5 KB
- reference/styles/dark--velvet-rose/style.md 612 B
- reference/styles/INDEX.md 17 KB
- reference/styles/light--bold-type/style.md 5.2 KB
- reference/styles/light--firmwise-saas/style.md 956 B
- reference/styles/light--fluid-gradient/style.md 562 B
- reference/styles/light--glassmorphism-vc/style.md 588 B
- reference/styles/light--isometric-clean/style.md 1.5 KB
- reference/styles/light--minimal-corporate/style.md 2.7 KB
- reference/styles/light--minimal-product/style.md 2.6 KB
- reference/styles/light--project-proposal/style.md 2.8 KB
- reference/styles/light--spring-launch/style.md 2.7 KB
- reference/styles/light--training-interactive/style.md 2.6 KB
- reference/styles/light--watercolor-wash/style.md 1.5 KB
- reference/styles/mixed--bauhaus-blocks/style.md 5.2 KB
- reference/styles/mixed--chromatic-aberration/style.md 5.0 KB
- reference/styles/mixed--duotone-split/style.md 3.7 KB
- reference/styles/mixed--spectral-grid/style.md 589 B
- reference/styles/vivid--bauhaus-electric/style.md 570 B
- reference/styles/vivid--candy-stripe/style.md 3.8 KB
- reference/styles/vivid--energy-neon/style.md 2.7 KB
- reference/styles/vivid--pink-editorial/style.md 4.1 KB
- reference/styles/vivid--playful-marketing/style.md 2.6 KB
- reference/styles/warm--bloom-academy/style.md 691 B
- reference/styles/warm--brand-refresh/style.md 2.0 KB
- reference/styles/warm--coral-culture/style.md 609 B
- reference/styles/warm--earth-organic/style.md 5.1 KB
- reference/styles/warm--monument-editorial/style.md 643 B
- reference/styles/warm--playful-organic/style.md 2.6 KB
- reference/styles/warm--sunset-mosaic/style.md 648 B
- reference/styles/warm--vital-bloom/style.md 571 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.
- 11d ago First seen · 537 lines · 169 tokens per session scan C 857a4c944464
morph-ppt is a skill published in the GitHub repository zhu1090093659/deepseek-pp (1,830 stars, last pushed 28d ago), licensed Apache-2.0. It adds 169 tokens to every session and 12,843 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it C with 3 findings (downloads and executes remote code, makes network calls, runs shell commands). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
wowerpoint
Turn one document into a kawaii NotebookLM slide-deck PDF. Use for "wowerpoint this", "make a deck about ", "turn this report into slides", or any request to render a single document as shareable narrative slides.
image-generation
Generate or edit images from text prompts. Use when the user asks to create, draw, design, or edit an image, illustration, photo, icon, poster, or any visual content.
imagegen
Generate or edit images via BlockRun's image API. Trigger when the user asks to generate, create, draw, make an image — or to edit, modify, change, or retouch an existing image.
codex-router-media
Generate video, music, speech, or images with the operator's MiniMax Token Plan subscription through the codex-router media CLI. Use when the session runs a MiniMax custom (non-OpenAI) model (for example minimax-m3) with the MiniMax Token Plan provider connected, and the user explicitly asks to create a video, a song…
image-generator
Generate or edit images from text and local files, image URLs, or data URLs through image API. Use when the user asks to create an image, generate from one or more reference images, combine styles or elements across references, or edit a marked region while blending the result into the original scene.
shortfilm-prompt
A five-part method for writing prompts for AI-generated videos, such as Sora or Seedance. It organizes each prompt into the subject, setting, visual style, camera movement, and timed shots with sound.