← Back to ClawFlows

🧩 Capabilities

Abstract building blocks for portable automations

🔮 The Vision

Capabilities are abstract interfaces — they define WHAT can be done, not HOW. Skills provide implementations. Automations declare what capabilities they need. At runtime, capabilities map to your installed skills. This makes automations portable across any agent with the right skills.

Available Capabilities

prediction-markets

Query prediction market prices, history, and search

getPrice · getHistory · search

chart-generation

Generate chart images from data

lineChart · barChart

database

Store and query structured data

query · upsert · execute

social-search

Search social platforms for posts

search

youtube-data

Fetch YouTube video and channel stats

getRecentVideos · getChannelStats

weather

Get weather forecasts

current · forecast

calendar

Read and write calendar events

list · create

email

Send and receive email

send · list

tts

Text to speech audio generation

speak

🚀 Propose a New Capability

Need something that doesn't exist? Propose it! The community reviews and adopts new capabilities.

How to Propose →