publish-memo-to-proof
Publish a markdown memo to a Proof Editor server (memokami.exe.xyz / proofeditor.ai / self-hosted) and return a shareable URL
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Publish a markdown memo to a Proof Editor server (memokami.exe.xyz / proofeditor.ai / self-hosted) and return a shareable URL
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
On-demand time-series forecasting. CAPTURE params from project context, call run_forecast, present deterministic engine results.
Use when helping initialize, configure, or prepare a Seeknal project like a coding agent
Translate business questions into metrics, SQL evidence, and actionable recommendations
Run multi-step SQL plus Python/statistics/ML analysis while keeping tools thin and evidence grounded
Answer business questions from read-only connected databases using deterministic schema discovery and SQL evidence
Run Python code in an isolated subprocess for statistical/ML/visualization work beyond what SQL can express
| name | publish-memo-to-proof |
| description | Publish a markdown memo to a Proof Editor server (memokami.exe.xyz / proofeditor.ai / self-hosted) and return a shareable URL |
| tags | ["publishing","sharing","proof","memos"] |
| version | 1.0.0 |
Use this workflow when the user wants to share a markdown summary, memo, or write-up with other people via a public link. Recipients open the returned URL in any browser — no account required on their end.
publish_to_proof (approval-gated)Trigger when the user says things like:
generate_report call when the post-report menu is shown
and the user picks Publish memo to Proof.Before calling publish_to_proof, draft the memo body as Markdown:
## headings for sectionsYou MUST present an approval menu via ask_user with these EXACT options. The
discriminator is Publish memo to Proof — the gate will not grant approval
unless that exact string is one of the options AND the user picks it.
Options (must be these exact strings):
Continue analysisPublish memo to ProofDone for nowType your ownDo NOT print these as plain text, bullets, or numbered lists. They MUST come
through ask_user. Only call publish_to_proof after the user explicitly
chooses Publish memo to Proof.
Required args:
title: memo title shown at the top of the Proof documentcontent: the Markdown body from Phase 1role (optional, default commenter): access role granted to anyone with the
link — viewer, commenter, or editorbase_url (optional): per-call override for the Proof server URLPROOF_BASE_URL: Proof server. Default https://memokami.exe.xyz. Override
for https://proofeditor.ai or a self-hosted instance like http://localhost:4000.PROOF_API_KEY: Bearer token. Only required when the target server is
configured with PROOF_SHARE_MARKDOWN_AUTH_MODE=api_key.After successful publish, your final answer MUST include:
commenter (or whatever was passed)401/403: auth failed → tell user to set PROOF_API_KEY404: endpoint not found → server may not expose the publish alias429: rate-limited → tell user to retry in a moment