Ikiro Docs

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:

  1. Triggers — when should this activate?
  2. Operations — what should it do? (API calls, LLM, memory, calculations)
  3. Response — what should the persona say back?

Two ways to build

What's available for free

Every superpower can use these APIs with no setup required:

APIWhat you can build
OpenWeatherMapWeather briefings, umbrella checks
NewsAPINews digests, topic trackers
NASASpace fact of the day
CoinGeckoCrypto price trackers
JokeAPIJoke tellers, ice breakers
ESPNSports score checkers
TMDBMovie recommendation apps
+ 14 moreCountry trivia, dictionaries, horoscopes...

No API keys needed. Just reference them in your operations.

On this page