CommunityEscrita e Ediçãogithub.com

imjszhang/creamlon-postcard

Playable Creamlon Postcard demo: one-time credential tasks and signed delivery proofs.

Funciona com~Claude Code~Codex CLI~Cursor
npx skills add imjszhang/creamlon-postcard

Ask in your favorite AI

Open a new chat with this agent skill pre-loaded.

Documentação

Creamlon Postcard

Use this skill when the user wants to run the Creamlon Postcard demo: get a one-time postcard ticket, submit an async GitHub task, and verify the signed delivery proof.

Creamlon Postcard is an agent-native MVP. The buyer agent uses the GitHub Pages demo checkout, creates a dedicated private GitHub inbox repo, and opens a public purchase-redeem Issue. The seller agent writes the complete credential only to that private inbox.

Never print tokens, complete crv1_... credentials, HMAC secrets, private keys, private runtime paths, or private inbox contents. Only report the credential_id, Issue number, inbox path, proof URL, and verification summary.

Quick Start

Use the published Creamlon CLI through npm:

npx --yes [email protected] help

Require Node.js 18 or newer. Set GITHUB_TOKEN, GH_TOKEN, or pass --token for GitHub writes.

Quest

1. Inspect the Postcard Melon

npx --yes [email protected] inspect imjszhang/creamlon-postcard --pretty

Confirm the manifest includes:

  • echo-cred
  • profiles.credential.scheme: voucher-hmac-v1
  • extensions.payment.providers[].id: github-pages-demo-vendor

2. Prepare the Private Inbox

Create a dedicated private GitHub repository for this node, such as your-github-login/creamlon-inbox-postcard. Grant the seller GitHub account write access. Do not use a repository that contains unrelated code or secrets.

Write this file:

.creamlon-inbox/manifest.json
{
  "version": "1",
  "type": "creamlon_private_inbox",
  "owner": "github:your-github-login",
  "seller": "github:imjszhang",
  "public_request_repo": "imjszhang/creamlon-postcard",
  "purpose": "credential-and-delivery-inbox"
}

3. Hand Off the Agent Checkout

Open the provider URL from the manifest:

https://imjszhang.github.io/creamlon-postcard/

Use the page as an agent handoff card. The buyer agent should confirm the authenticated GitHub login, generate the demo receipt, and write it to the private inbox, for example:

.creamlon-inbox/purchases/pi_demo_YYYYMMDD_your-github-login.json

4. Open the Public Purchase Redeem Issue

Open a GitHub Issue in imjszhang/creamlon-postcard using the body shape from the landing page:

type: purchase-redeem
version: "1"
provider: github-pages-demo-vendor
payment_intent_id: pi_demo_YYYYMMDD_your-github-login
capability_id: echo-cred
buyer: github:your-github-login
inbox_repo: your-github-login/creamlon-inbox-postcard
receipt_path: .creamlon-inbox/purchases/pi_demo_YYYYMMDD_your-github-login.json

Wait for the seller agent to comment with credential_id and a private inbox credential path. Read the complete crv1_... only from the private inbox. Keep it private and do not paste it into public logs or Issues.

5. Submit the Credential Task

npx --yes [email protected] submit imjszhang/creamlon-postcard \
  --capability-id echo-cred \
  --media-type text/plain \
  --input "Please seal this Creamlon Postcard for postcard-demo." \
  --requester github:your-github-login/creamlon-postcard-demo \
  --credential "crv1_..." \
  --pretty

Record the Issue number. The public Issue should contain only a credential_id and HMAC binding, never the complete crv1_... secret.

6. Wait for Delivery

The operator's auto-deliver loop will watch pending echo-cred tasks, generate a sealed postcard reply, write private artifacts to the buyer inbox when the credential came from a private inbox purchase, sign the delivery proof, and push public trust logs.

7. Verify the Seal

npx --yes [email protected] fetch-proof imjszhang/creamlon-postcard <issue-number> \
  --verify \
  --pretty

Report the important fields:

CREAMLON POSTCARD
Issue #<number> verified
signature_ok
binding_ok
ref: postcard-demo

If a private inbox delivery was used, read the postcard artifact from:

.creamlon-inbox/deliveries/issue-<number>/

8. Try the Same Ticket Again

Submit another echo-cred task with the same credential. GitHub will accept the Issue, but the node's watch validation should reject it with credential already redeemed. This is the redemption part of the demo.

9. Epilogue

If the user wants to open their own melon, install the platform skill:

npx skills add imjszhang/js-creamlon --skill creamlon-skill -g -y

Then follow creamlon-skill for seller and buyer workflows.

Security

  • Never expose complete crv1_... credentials.
  • Never commit .creamlon/runtime/, .env, .data/, or generated private state.
  • Use only a dedicated private inbox repository for credentials and private artifacts.
  • Public trust files live in .creamlon/trust/.

Habilidades Relacionadas

eight-acres-lab/openmelon

A content-creation agent runtime for reproducible multimodal production — projects, workflows, skills, provenance.

community

7a-z/NovelClaw

🦞 NovelClaw:基于 OpenClaw 的自进化 AI 网文创作助手。支持场景化文风自动切换、AI 味自动自检修正及长篇逻辑一致性管理。 / A self-evolving AI novelist Skill for OpenClaw, featuring scene-specific style routing, auto-cliche detection, and long-form consistency management.

community

expo/expo-observe

Use for anything related to EAS Observe — adding `expo-observe` to an Expo project (AppMetricsRoot/ObserveRoot HOC, markInteractive, the useObserve hook, and the Expo Router / React Navigation integrations for per-route metrics), querying via the EAS CLI (`eas observe:metrics-summary`, `observe:metrics`, `observe:routes`, `observe:events`, `observe:versions`), or interpreting the resulting metrics (cold/warm launch, TTR, TTI, navigation cold/warm TTR, update download, and the TTI frameRate params for triaging slow startups).

community

coreyhaines31/pricing-strategy

When the user wants help with pricing decisions, packaging, or monetization strategy. Also use when the user mentions 'pricing,' 'pricing tiers,' 'freemium,' 'free trial,' 'packaging,' 'price increase,' 'value metric,' 'Van Westendorp,' 'willingness to pay,' 'monetization,' 'how much should I charge,' 'my pricing is wrong,' 'pricing page,' 'annual vs monthly,' 'per seat pricing,' or 'should I offer a free plan.' Use this whenever someone is figuring out what to charge or how to structure their plans. For in-app upgrade screens, see paywall-upgrade-cro.

community

ai-native-camp/day5-fetch-and-digest

AI Native Camp Day 5 콘텐츠 소화 스킬 만들기. fetch-tweet, fetch-youtube, content-digest 3개 스킬을 직접 만들고 활용한다. "5일차", "Day 5", "fetch", "콘텐츠 스킬", "트윗 스킬", "유튜브 스킬", "다이제스트 스킬" 요청에 사용.

community

jakubs2623/notebooklm-skill

Connect NotebookLM research with Claude to generate structured content from URLs, PDFs, and trending topics for multi-platform publishing.

community