Install
openclaw skills install @h-mascot/superada-skill-skill-sharerShare a skill publicly to the Enterprise-Crew-skills GitHub repo. Strips personal/security info, generates a README, and updates the repo index.
openclaw skills install @h-mascot/superada-skill-skill-sharerPublishes a local skill to /Enterprise-Crew-skills on GitHub.
# Share a skill (interactive — reviews sanitization before pushing)
~/agent-workspace/skills/skill-sharer/scripts/share-skill.sh <skill-folder-path> [--description "Short description"]
# Share session-cleaner
~/agent-workspace/skills/skill-sharer/scripts/share-skill.sh ~/agent-workspace/scripts/session-cleaner/ --description "Converts session JSONL to clean markdown"
# Share a skill from the skills directory
~/agent-workspace/skills/skill-sharer/scripts/share-skill.sh ~/agent-workspace/skills/weather/ --description "Get weather forecasts with no API key"
The script strips:
<REDACTED_IP>)/home/user/, /home/user/ → generic pathsuser@example.comssh user@host → ssh user@<your-host>~/agent-workspace/secrets/* → <YOUR_SECRET_FILE>When Henry asks to share a skill:
share-skill.sh <path> --description "..."Enterprise-Crew-skills/
├── README.md ← Root index (auto-updated)
├── session-cleaner/
│ ├── README.md
│ └── ...
├── new-skill/
│ ├── README.md
│ └── ...