Use this skill when the user wants to share, publish, or upload a static result through PinMe, especially by generating a static HTML share page for a PinMe project link, deployed full-stack app, Codex conversation summary, report, file, demo, or any 分享/发布/上传分享页 request that should end with `pinme upload`.
72
88%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Create a polished static share artifact, upload it with pinme upload, and return the final URL.
Use this skill when the user asks to:
If the user needs a backend, database, auth, email, or LLM functionality, use the main pinme skill and any relevant PinMe integration skill first. Use pinme-share at the end to package and publish the result.
index.html.share/<slug>/index.html in the current workspace unless the repo has an existing output/share convention..env values, internal-only URLs, private user data, and unrelated logs.pinme upload share/<slug>For a project share page, include:
For a conversation share page, include:
For a file/report share page, include:
<pre><code> and keep it short.Before upload:
pinme --versionIf PinMe is missing or stale, install or update it according to the main pinme skill. Authentication is required for upload:
pinme login
# or: pinme set-appkey <AppKey>Upload examples:
pinme upload share/my-project
pinme upload share/conversation-summary
pinme upload ./report.html
pinme upload ./distDo not upload:
.env, .git, node_modules, source trees, private datasets, raw logs with credentials, or unrelated build cache.Tell the user:
Keep the response short. The URL is the main deliverable.
7822b05
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.