deckforge-publish

A guide for saving, versioning, publishing, sharing, embedding, and measuring web presentations in DeckForge. It defines how drafts and different levels of public access should work.

In plain words
What is it for?
Use it to build or specify public pages, share links, iframe embeds, access rules, version restoration, slug changes, revocation, analytics, and related error handling.
Why use it?
It helps prevent private presentation data, credentials, and unrestricted access links from leaking when content is published or embedded elsewhere.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/tph-kds/deckforge/deckforge-publish
Any agent
npx skills add tph-kds/deckforge --skill deckforge-publish
Clone the repo
git clone --depth 1 https://github.com/tph-kds/deckforge

Made for: Claude Code, Codex.

Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 281 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00036 $0.00281
Opus 5 $0.00018 $0.00140
Sonnet 5 $0.00007 $0.00056
Haiku 4.5 $0.00004 $0.00028

Measured 2d ago against content hash c9e18a4cc260, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

deckforge-publish 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.

skills/deckforge-publish/SKILL.md · 16 lines

What it actually says

DeckForge Publish

Read ../deckforge/built-in-skills/publish-and-embed.md, ../deckforge/built-in-skills/security.md, ../deckforge/assets/deck-project.schema.json, and ../../docs/RUNTIME_CONTRACT.md.

Inspect the target application's authentication, authorization, persistence, asset delivery, routing, CSP, telemetry, and deployment model before designing the publishing flow. Preserve the existing stack when it is coherent.

Define or implement explicit states for draft, private, unlisted, and public decks; immutable or restorable versions; safe slug changes; share links; revocation; and embed policies. Validate ownership, workspace membership, visibility, version, origin allow-list, iframe sandbox, token expiry, asset URLs, analytics privacy, and cache behavior at runtime boundaries. Never trust security fields supplied only by the client-side deck document.

Return the API and data contracts, UI states, error paths, tests, and rollout considerations needed for production. Keep editor-only controls out of the published audience route. Do not expose credentials, unrestricted embed tokens, private notes, comments, or hidden source material in public responses.

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. 2d ago First seen · 16 lines · 36 tokens per session scan A c9e18a4cc260

Subscribe to this mod's changes

deckforge-publish is a skill published in the GitHub repository tph-kds/deckforge (4 stars, last pushed 17d ago), licensed MIT. It adds 36 tokens to every session and 281 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-31.

Related

Other skills, from other repositories

ppt-generation

Use this skill when the user requests to generate, create, or make presentations (PPT/PPTX). Creates visually rich slides by generating images for each slide and composing them into a PowerPoint file.

bytedance/deer-flow · 44 tokens

newsletter-generation

Use this skill when the user requests to generate, create, write, or draft a newsletter, email digest, weekly roundup, industry briefing, or curated content summary. Supports topic-based research, content curation from multiple sources, and professional formatting for email or web distribution. Trigger on requests…

bytedance/deer-flow · 88 tokens

smoke-test

End-to-end smoke test skill for DeerFlow. Guides through: 1) Pulling latest code, 2) Docker OR Local installation and deployment (user preference, default to Local if Docker network issues), 3) Service availability verification, 4) Health check, 5) Final test report. Use when the user says "run smoke test", "smoke…

bytedance/deer-flow · 0 tokens

data-analysis

Use this skill when the user uploads Excel (.xlsx/.xls) or CSV files and wants to perform data analysis, generate statistics, create summaries, pivot tables, SQL queries, or any form of structured data exploration. Supports multi-sheet Excel workbooks, aggregation, filtering, joins, and exporting results to…

bytedance/deer-flow · 69 tokens

image-generation

Use this skill when the user requests to generate, create, imagine, or visualize images including characters, scenes, products, or any visual content. Supports structured prompts and reference images for guided generation.

bytedance/deer-flow · 42 tokens

podcast-generation

Use this skill when the user requests to generate, create, or produce podcasts from text content. Converts written content into a two-host conversational podcast audio format with natural dialogue.

bytedance/deer-flow · 38 tokens