Introduction
Build AI superpowers that live inside your conversations.
Ikiro superpowers are AI-powered capabilities you define with simple configurations. They listen for trigger phrases, run operations (API calls, LLM processing, calculations), and respond through a persona like Luna.
What can you build?
- Weather briefings that check the forecast when you ask "do I need an umbrella?"
- Crypto trackers that report prices when you say "how's bitcoin?"
- Daily digests that run on a schedule and send you morning summaries
- Smart tools that search APIs, remember context, and respond conversationally
How it works
You say: "do I need an umbrella?"
→ Trigger matches: keywords ["umbrella", "rain"]
→ Operations run: fetch weather API → LLM analyzes forecast
→ Luna responds: "nope ur good! sunny in brooklyn today~"Every superpower is a YAML/JSON definition with three parts:
- Triggers — when should this activate?
- Operations — what should it do? (API calls, LLM, memory, calculations)
- Response — what should the persona say back?
Two ways to build
Describe what you want
Type a description in plain English. AI generates the superpower for you. Edit visually in the node builder.
Use the MCP Dev Kit
Build locally with Claude Code. Full YAML control, hot reload, and CLI testing.
What's available for free
Every superpower can use these APIs with no setup required:
| API | What you can build |
|---|---|
| OpenWeatherMap | Weather briefings, umbrella checks |
| NewsAPI | News digests, topic trackers |
| NASA | Space fact of the day |
| CoinGecko | Crypto price trackers |
| JokeAPI | Joke tellers, ice breakers |
| ESPN | Sports score checkers |
| TMDB | Movie recommendation apps |
| + 14 more | Country trivia, dictionaries, horoscopes... |
No API keys needed. Just reference them in your operations.