HTML Remote MCP Draft Guide

検証済みHTMLを、creator-owned draftへ。

Claude Code / Codex のremote MCPで規約・セキュリティ検査を通し、作成者に紐づくdraftを保存します。 新規のpublic gallery公開は現在停止中で、dashboardから確定できるのはunlisted共有です。

Existing
47

既存公開アイテム

Downloads
0

月間

Creators
1

参加中

既存公開テンプレートと還元制度

HTMLを用意

Claude Code / Codex などのエージェントがHTMLを生成または読み込み、draft用の題名・説明・タグを用意します。

MCPで検証

remote MCPのvalidatorで、script、iframe、外部URL、AI向け命令文などを検査します。

creator-owned draftを作成

検証エラーをすべて直してから、remote MCPでHTMLをアップロードし、WorkOS IDに紐づくdraftとして保存します。

dashboardで確認・共有

draftの内容を確認し、必要な場合はunlisted共有にします。この操作はpublic gallery公開ではなく、報酬計測の対象にもなりません。

remote MCPのdraft作成フロー
html2pptx_validate_template_html({
  htmlBase64: "<base64>"
})

html2pptx_publish_template({
  htmlBase64: "<base64>",
  title: "Interactive Product Story",
  description: "ブラウザで静的に見られるHTMLページ。",
  category: "デザイン",
  tags: ["html", "interactive"],
  visibility: "draft",
  prompt: "/* DESIGN.md */"
})
// creator-owned draft only; public gallery publishing is disabled
remote MCPの html2pptx_publish_template は、ユーザーのWorkOS identity-bound tokenでcreator-owned draftを作成します。ツール名にpublishを含みますが、現在のruntime契約ではpublic gallery公開を行いません。下書きURLで内容・題名・タグを確認した後、dashboardで行える確定操作はunlisted共有です。公開サポート手順では、環境変数の共通APIキー、CLI、通常REST APIをcreator-owned draft作成に使いません。legacyまたはhidden Web surfaceは公開契約の対象外です。html2pptx skill