magicmeme
v0.1.0
Published
Search MagicMeme templates and print /create studio deep links.
Readme
magicmeme
CLI for MagicMeme. Search the public catalog and print /create studio deep links. It does not render stills or run face swap (no Chrome, no paid APIs).
Install
This package lives in the MagicMeme repo at packages/cli. Once it is published to npm, the intended install is:
npx magicmemeFrom a clone of this repo:
node packages/cli/magicmeme.js --helpCommands
magicmeme --help
magicmeme search drake
magicmeme url --prompt "9am standup on two hours of sleep"
magicmeme url --prompt "this PR is 47 nitpicks" --template this-is-finesearch calls GET $MAGICMEME_URL/api/memes and prints matching slug and title. url prints a /create?prompt= link (optional &template=). Prompt must be 3–2000 characters.
Environment
MAGICMEME_URL — origin for catalog fetches and create links. Default https://magicmeme.com.
Docs: magicmeme.com/cli · Agents · OpenAPI · llms.txt
