Contribute a Skill
How it works
Skills are open source. If you've built something useful, contribute it back — other teams will use it, and your name goes on it.
The process
1. Fork the repo
Start at github.com/digitalcentral/aiopenos-turbo. Skills live in the /skills/ directory. Fork it and create a branch named after your Skill.
2. Write your SKILL.md
This is the most important part. The agent reads this file to understand what your Skill does. Be specific about what it can do, when to use it, and what inputs it needs. Clear instructions = a useful Skill.
3. Add your config schema
Define the fields a user needs to fill in to connect or configure the Skill. Keep it minimal — only ask for what's actually needed.
4. Test it
Install your Skill in a live agent and put it through real use. If it behaves well and the agent uses it correctly, you're ready.
5. Open a PR
Submit your pull request with a short description of what the Skill does and which agent(s) it's built for.
Quality bar
We review every PR before merging. We're looking for:
- Clear, accurate SKILL.md instructions
- Minimal required config
- No hardcoded credentials or private endpoints
- Sensible defaults
Badges
Verified — reviewed and tested by the AI Team OS core team. Safe to install.
Community — contributed and maintained by the community. Use at your own discretion.
Your Skill starts as Community. It can earn Verified status after review.