miriad-core

Installation
SKILL.md

miriad-core

Platform capabilities reference. Every feature available to agents, with patterns and gotchas.

How Tools Work

Agents have three ways to use tools:

  1. Execute scripts — JavaScript that chains multiple tool calls with zero inference round-trips. This is the primary surface for multi-step work.
  2. Execute scripts — JavaScript that chains multiple tool calls with zero inference round-trips. This is the primary surface for multi-step work. Use list_tools("keyword") inside execute to discover available tools.
  3. Workers — background sub-agents with scoped tool access. Cheap, fast, parallel. The default for any well-defined task.
Installs
1
First Seen
Mar 12, 2026