Skip to content

agentos-to/skills

Repository files navigation

AgentOS Skills

Skills — Python adapters that connect AgentOS to third-party services (GitHub, Google, iMessage, Brave, etc.) and expose agent-only tools (LLM, web search, file system). Written against the Python Skills SDK in the sdk-skills/ sibling repo.

agentos.to · agentos.to/skills

What is AgentOS?

A local operating system for human-AI collaboration, built for agents first. The engine speaks MCP so any MCP-capable agent (Claude Code, Cursor, etc.) can use AgentOS as its tool surface. Your data stays on your machine.

Skills are how capabilities arrive. A skill declares what it provides@provides(llm), @provides(web_search), @provides(file_system) — and the engine matchmakes requests to the best available provider. Callers ask for a capability, not a specific skill.

What's here

agents/         Agent-only tools (code-review, problem-solving, …)
ai/             LLM providers (anthropic, openai, …)
comms/          Messaging (imessage, whatsapp, slack, …)
finance/        Banking, budgeting, payments
hosting/        DNS, deployment (porkbun, vercel, …)
logistics/      Ride-share, delivery, travel
media/          Books, music, video (goodreads, spotify, …)
productivity/   Calendar, tasks, notes
web/            Browsers, search, scraping

Each top-level category is flat so the repo doubles as a browse-able catalog — clone and you immediately see every skill.

Getting started

git clone https://github.com/agentos-to/skills
git clone https://github.com/agentos-to/sdk-skills    # sibling repo
cd skills
pip install -e ../sdk-skills                  # ships the validator
git config core.hooksPath ../bin/git-hooks    # pre-commit + code review

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

Full authoring guide at agentos.to/skills.

Sibling repos

Repo Lang What
core Rust The engine, CLI, MCP server
docs Astro + YAML Docs + shapes (ontology) — deploys to agentos.to
skills (this repo) Python Skills — adapters for third-party services
sdk-skills Python Skills SDK — the agentos package
apps TypeScript Apps + React components
sdk-apps TypeScript Apps SDK — components + generated TS shapes

Contributing

Anyone can contribute. Found a bug? Want a new skill? Open an issue or a PR.

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.

About

Skills for AgentOS — Python adapters for third-party services + the Skills SDK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors