myreels-api

Installation
SKILL.md

MyReels API

This skill is the executable interface to the MyReels public API. Use the bundled scripts first. Fall back to the raw HTTP references only when the scripts do not cover the case.

Operator Rules

  • Always read the live model schema before building a request body.
  • Do not invent parameter names. Use userInputSchema from the live models endpoint.
  • Prefer the bundled scripts over hand-written curl or fetch.
  • Save result URLs on your side. Do not assume MyReels stores them forever.

Prerequisites

  • An active MyReels subscription is required for generation and task query endpoints.
  • Create an AccessToken in myreels.ai/developer.
  • GET https://api.myreels.ai/api/v1/models/api was verified on March 18, 2026 and currently does not require Authorization.

Config file ~/.myreels/config:

Installs
10
GitHub Stars
1
First Seen
Mar 16, 2026