world2agent
Open protocol giving AI agents real-time structured data from any source
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install World2Agent?โผ
Run `npx skills add machinepulse-ai/world2agent --all -g -y` in your terminal to install the sensor-building skill globally.
What is a W2A sensor?โผ
A sensor is a small npm package that watches a data source like Hacker News or Slack and emits structured signals your AI agent can act on.
How do I build a custom sensor for my data source?โผ
The build-w2a-sensor skill walks your AI agent through discovery, signal design, scaffolding, and testing, producing a working sensor in about 50 lines of code.
Does World2Agent work with Claude Code and OpenClaw?โผ
Yes. W2A ships native plugins for Claude Code, Hermes, and OpenClaw, so sensor signals flow directly into your existing agent runtime.
Where can I find ready-made sensors?โผ
Browse SensorHub at world2agent.ai/hub or run `npm search w2a-sensor` to find official and community-built sensors for news, markets, alerts, and more.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core