world2agent-protocol
Installation
SKILL.md
World2Agent Protocol Skill
Skill by ara.so — AI Agent Skills collection.
What is World2Agent?
World2Agent (W2A) is an open protocol that standardizes how AI agents perceive the real world. Sensors watch data sources (news feeds, production alerts, market data, etc.) and emit structured signals following the W2A schema. Your agent receives these signals and decides what to do.
Architecture: World → Sensor → Agent
- Sensors are npm packages that watch external data sources
- Signals are structured JSON events following the W2A protocol
- Agents consume signals via runtime plugins or direct SDK integration