miriad-core

Execute JavaScript tools and orchestrate workers on the Miriad platform.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/sanity-labs/skill-miriad-core --skill miriad-core
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: miriad-core
Source: https://github.com/sanity-labs/skill-miriad-core/tree/main
Command: npx skills add https://github.com/sanity-labs/skill-miriad-core --skill miriad-core

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive reference to all Miriad platform capabilities, enabling agents to effectively utilize tools for complex, multi-step tasks.

Core Features & Use Cases

  • Tool Execution: Execute JavaScript for multi-step tool chaining, significantly improving efficiency.
  • Worker Orchestration: Spawn cheap, fast sub-agents (workers) for parallel task execution.
  • Data Management: Interact with sandboxes, datasets, and the board filesystem for robust data handling.
  • Use Case: An agent needs to analyze data from multiple sources, process it, and store the results. It uses execute to chain dataset queries and sandbox operations, spawning workers for parallel data processing, and finally writes the cleaned data back to a dataset.

Quick Start

Use the miriad-core skill to list all available sandbox tools.

Frequently Asked Questions about miriad-core

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I execute JavaScript for multi-step tool chaining in an agent environment?

You can execute JavaScript for multi-step tool chaining by referencing the platform's tool execution capabilities. This enables an agent to chain multiple operations together, significantly improving automation efficiency for complex workflows.

What is worker orchestration and how does it handle parallel task execution?

Worker orchestration is the process of spawning cheap, fast sub-agents to handle parallel task execution. It allows an agent to distribute workloads across multiple workers for efficient resource utilization during complex multi-step automation.

How do I manage datasets and interact with sandboxes for data processing?

You manage datasets and interact with sandboxes using the platform's data management capabilities. This involves querying datasets, performing sandbox operations, and writing processed data back to the board filesystem for robust data handling.

Does the Miriad platform support background sub-agents for automation tasks?

Yes, the Miriad platform supports background sub-agents through worker orchestration. You can spawn these sub-agents to execute parallel tasks in the background while the main agent continues multi-step task automation.

What is the best way to automate multi-step tasks using JavaScript scripting?

The best way to automate multi-step tasks is by using JavaScript scripting to chain tool executions. You can combine this with worker orchestration to spawn sub-agents for parallel processing and manage results through the board filesystem.