Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

jcontini/agentos-community

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,005 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AgentOS Community

Community skills and themes for AgentOS.


What is 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.


What's Here

skills/            Skills — YAML configs + Python helpers
themes/            UI themes

Browse skills/ for all available skills.


Documentation

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

Contributing

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-hooks

Useful 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 shapes

License

MIT — see LICENSE.

By contributing, you grant AgentOS the right to use your contributions in official releases, including commercial offerings. Your code stays open forever.