Polish public storefront: remove machine-specific paths, finish OpenClaw rebrand - #21
Merged
Conversation
Storefront polish so skills work for anyone who copies them: - gsc: replace hardcoded /Users/admin/clawd/... paths with relative paths + python3 (matches the sibling ga4 skill); add run-location note - skill-sync: point script at jdrhyne/agent-skills (was the wrong/old PSPDFKit/clawdbot-skills repo) across REPO_URL, gh pr create, and help - clawddocs: docs.clawd.bot -> docs.openclaw.ai (SKILL.md + scripts) - context-recovery: genericize ~/.clawdbot-* and ~/clawd-* paths to ~/.openclaw* and drop the named-profile example - sysadmin-toolbox: refresh.sh self-locates its skill dir instead of hardcoding a personal ~/clawd-duke-leto path - CONTRIBUTING: clarify the fork clone (was a YOUR-USERNAME placeholder) - elegant-reports: add Nordic sample output (html + pdf) and design notes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cleanup pass so every skill works for anyone who copies it — no leaked machine paths, no dead domains, correct repo references.
What changed
/Users/admin/clawd/...paths → now relative paths +python3, matching the siblingga4skill. Added a run-location note.PSPDFKit/clawdbot-skills(wrong/old repo) → nowjdrhyne/agent-skills(REPO_URL,gh pr create, compare URL, help text).docs.clawd.bot→docs.openclaw.ai(SKILL.md + both scripts).~/.clawdbot-*/~/clawd-*→~/.openclaw*; replaced the named-profile (duke-leto) example with<profile>.refresh.shnow self-locates its skill dir instead of hardcoding~/clawd-duke-leto/....YOUR-USERNAMEplaceholder).sample-output.html+.pdf) andNORDIC_DESIGN_RESEARCH.mdas showcase material.Notes
main/workflow_dispatch, so it won't run on this PR branch — it'll run on merge.sysadmin-toolbox/references/security-tools.mdships pentesting/exploit-DB links that may be what trips the scanner — worth a separate decision on whether to keep them in a public brand repo.