skills/share-pretty-gist/SKILL.md
Share text, code, reports, or other content externally via a beautifully rendered GitHub Gist. ALWAYS use this skill whenever creating a gist — whether the user says "create a gist", "make a gist", "share as a gist", "share this", "share this code", or any variation involving the word "gist". This is the default way to create gists. Also use proactively when sharing content and a gist would be the best format.
npx skillsauth add linuz90/gists.sh share-pretty-gistInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Package and share content as a beautifully rendered GitHub Gist on gists.sh.
Use this skill when the user wants to share content with others, not just store it. Triggers include:
This is different from plain gist creation (storage) because it focuses on structuring the content so it renders beautifully on gists.sh.
Infer from context what the user wants to share. Use good judgment on structure:
server.ts, config.yml, query.sql) so Shiki highlights it correctly. Add a brief comment header if context would help the reader..md file. Structure with clear headings, bullet points, and GFM alerts where appropriate..md file. Use numbered steps, language-tagged code blocks, and > [!TIP] / > [!NOTE] alerts for callouts.For multi-file gists, put the most important file first (it displays by default as the first tab on gists.sh).
If it's obvious from the context that there's some specific text or markdown content to share, put it in the gist with no changed or only minor formatting ones as needed.
NEVER put meta-commentary in the gist content, like "This is what {user name} asked me to share...".
gh gist create <files> -d "Clear description of what this contains"
The -d description becomes the title on gists.sh, so make it descriptive and useful.
If gh is not available or authenticated, guide the user through the installation and setup.
After creating the gist, fetch the gists.sh page once to warm up the cache, so it loads instantly for the reader:
curl -s https://gists.sh/{user}/{id} > /dev/null
Show gists.sh as the primary shareable link:
-> https://gists.sh/{user}/{id}
(original on GitHub: https://gist.github.com/{user}/{id})
--public if the user EXPLICITLY asks for a public gist.-d with a clear, concise, but descriptive title. This is the first thing readers see on gists.sh.server.ts, config.yml, Dockerfile) so syntax highlighting works correctly.README.md not gist-readme.md, use setup-guide.md not gist-setup-guide.md).```typescript, ```yaml, etc.) for proper syntax highlighting.> [!NOTE], > [!TIP], > [!IMPORTANT], > [!WARNING], > [!CAUTION].?file={filename}.When updating a gist that was previously shared:
gh gist edit {id}curl -s -X POST https://gists.sh/{user}/{id}/refresh
curl -s https://gists.sh/{user}/{id} > /dev/null
Only suggest these when the user explicitly requests a specific display style. Default URLs with no params are preferred.
?theme=dark / ?theme=light -- force dark or light mode?noheader -- hide title, tabs, and copy buttons?nofooter -- hide author info and footer?mono -- monospace font for all text?file={filename} -- show a specific file from multi-file gistsParameters are composable: gists.sh/{user}/{id}?theme=dark&noheader&nofooter
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.
development
Run, watch, debug, and extend OpenClaw QA testing with qa-lab and qa-channel. Use when Codex needs to execute the repo-backed QA suite, inspect live QA artifacts, debug failing scenarios, add new QA scenarios, or explain the OpenClaw QA workflow. Prefer the live OpenAI lane with regular openai/gpt-5.4 in fast mode; do not use gpt-5.4-pro or gpt-5.4-mini unless the user explicitly overrides that policy.
development
End-to-end Parallels smoke, upgrade, and rerun workflow for OpenClaw across macOS, Windows, and Linux guests. Use when Codex needs to run, rerun, debug, or interpret VM-based install, onboarding, gateway smoke tests, latest-release-to-main upgrade checks, fresh snapshot retests, or optional Discord roundtrip verification under Parallels.