Best for
- Share or publish a result using PinMe.
- Create a static page that wraps a deployed project link, demo, report, or artifact.
- Summarize a Codex conversation/session and share it as a page.
glitternetwork/pinme/skills/pinme-share/SKILL.md
Use it for deployment and operations tasks; the detail page covers purpose, installation, and practical steps.
Decision brief
Create a polished static share artifact, upload it with pinme upload, and return the final URL.
Compatibility matrix
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Declared | Source record | Install path and trigger |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/glitternetwork/pinme --skill "skills/pinme-share"Inspect the Agent Skill "pinme-share" from https://github.com/glitternetwork/pinme/blob/7822b0501607786958ecb458f3bd02a061933efa/skills/pinme-share/SKILL.md at commit 7822b0501607786958ecb458f3bd02a061933efa. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
1. Identify what is being shared: - PinMe/full-stack project: deployed URL, short description, key features, tech stack, usage notes. - Codex conversation: goal, decisions, implementation summary, important outputs, next steps. - Static file/report/demo: title, purpose, file con…
Use this skill when the user asks to:
For a project share page, include:
Build a real share page, not a generic placeholder.
If PinMe is missing or stale, install or update it according to the main pinme skill. Authentication is required for upload:
Permission review
No configured static risk pattern was detected
This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.
Evidence record
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 91/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 3,731 | Source | Repository attention, not individual Skill quality |
| Compatibility | 1 platforms | Source | Declared in the catalog source record |
| Usage guide | automated source guide | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
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 --version
If 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 ./dist
Do 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.
Alternatives
PramodDutta/qaskills
Map changelog entries and release notes to affected test cases, ensuring every user-facing change has corresponding test coverage verification.
PramodDutta/qaskills
Configure and generate rich Allure test reports with test categorization, historical trends, environment details, and CI/CD integration for comprehensive test visibility
openai/skills
Deploy applications to Render by analyzing codebases, generating render.yaml Blueprints, and providing Dashboard deeplinks. Use when the user wants to deploy, host, publish, or set up their application on Render's cloud platform.
wanshuiyin/Auto-claude-code-research-in-sleep
Use it for deployment and design tasks; the detail page covers purpose, installation, and practical steps.