Community skills and themes for AgentOS.
AgentOS is the semantic layer between AI assistants and your digital life.
Your tasks are in Todoist. Your calendar is in Google. Your messages are split across iMessage, WhatsApp, Slack. Each service is a walled garden. AgentOS gives AI assistants a unified way to access all your services through a universal entity model.
skills/ Skills — YAML configs + Python helpers
themes/ UI themes
Browse skills/ for all available skills.
All developer documentation lives in the agentOS SDK repo:
| What | Where |
|---|---|
| Skill development guide | agentos-sdk/docs/skills.md |
| Shapes, connections, auth | agentos-sdk/docs/ |
| Reverse engineering | agentos-sdk/docs/reverse-engineering/ |
| Quick reference | agentos.to/skills.md |
Anyone can contribute. Found a bug? Want a new skill? Have an idea? Open an issue.
git clone https://github.com/jcontini/agentos-community
cd agentos-community
# Install the SDK once — it ships the validator used by pre-commit
pip install -e ../agentos-sdk/skills-sdk
# Arm the pre-commit hook (runs validator + code review on every commit)
git config core.hooksPath bin/git-hooksUseful commands:
agent-sdk validate # lint every skill in this repo
agent-sdk validate exa # single skill
agent-sdk validate --sandbox # only the banned-import sandbox check
agent-sdk new-skill my-skill # scaffold a new skill
agent-sdk shapes # list available shapesMIT — see LICENSE.
By contributing, you grant AgentOS the right to use your contributions in official releases, including commercial offerings. Your code stays open forever.