miximodel

Installation
SKILL.md

Miximodel Skill

Umbrella skill that drives Miximodel admin operations from Claude Code. The first domain it covers is blog publishing — authoring Markdown locally and pushing articles to the production API with inline images uploaded automatically.

Mirrors the configcat skill pattern: a sibling .env file holds the admin access token, a bash dispatcher loads it, and a Python implementation does the HTTP work.

Setup

  1. Generate an admin access token (server-side, Dockerized or prod):

    node ace admin:token:issue <username> --name "miximodel-skill"
    # also accepts an email or a numeric user id
    
Installs
1
First Seen
Jun 21, 2026
miximodel — mkrlabs/specflow