Install
openclaw skills install ec-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 ec-skill-sharerPublishes a local skill to henrino3/Enterprise-Crew-skills on GitHub.
# Share a skill (interactive — reviews sanitization before pushing)
~/clawd/skills/skill-sharer/scripts/share-skill.sh <skill-folder-path> [--description "Short description"]
# Share session-cleaner
~/clawd/skills/skill-sharer/scripts/share-skill.sh ~/clawd/scripts/session-cleaner/ --description "Converts session JSONL to clean markdown"
# Share a skill from the skills directory
~/clawd/skills/skill-sharer/scripts/share-skill.sh ~/clawd/skills/weather/ --description "Get weather forecasts with no API key"
The script strips:
<REDACTED_IP>)/home/henrymascot/, /home/jamify/ → generic pathsuser@example.comssh user@host → ssh user@<your-host>~/clawd/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
│ └── ...