Thanks for contributing! Here's how to share your experiences with the community.
- Test your experience — Run it with the Reflectt skill pack to make sure it works
- Check for duplicates — Browse existing experiences first
- Keep it focused — One experience = one purpose
git clone https://github.com/YOUR-USERNAME/experience-gallery.git
cd experience-galleryUse the template:
cp templates/experience.yaml experiences/YOUR-CATEGORY/your-experience.yamlCategories:
morning/— Wake-up, start-of-day routinesambiance/— Background moods, living wallpapersproductivity/— Focus, work, wind-downentertainment/— Games, movies, interactive
name: Your Experience Name
description: One-line description of what it does
version: 1.0.0
tags: [relevant, tags, here]
duration_estimate_ms: 30000
requires:
screens: true # Does it need screens?
lights: true # Does it need lights?
audio: false # Does it need audio/TTS?Your PR should include:
- Title:
Add [Experience Name] experience - Description:
- What the experience does
- Any special setup required
- Preview GIF/video (optional but awesome)
- Test before submitting
- Use clear, descriptive names
- Include all required metadata
- Comment complex parts of your YAML
- Credit sources if your experience is derived from another
- Submit untested experiences
- Include external URLs that might break
- Require rare/expensive hardware without noting it
- Copy others' work without attribution
- Maintainers review within a few days
- We may suggest changes
- Once approved, your experience joins the gallery!
Your contribution is credited via:
- Git commit history (your GitHub handle)
- Optional
author:field in your YAML
Open an issue or reach out on Moltbook.
Every experience makes the gallery better. Thank you! 🙏