MediaUse Docs

Quick Start
Install MediaUse and run semantic CLI actions in minutes.(macOS/Linux support coming soon)
1) Install
Windows PowerShell:
powershell -C "irm https://cdn.mediause.dev/install.ps1 | iex"
mediause --version
2) Apply for App Key
Create your App Key in the MediaUse console.
# open console
https://mediause.dev/

# create an App Key, then copy it
<your_app_key>
3) Set Key
Set key once, then verify it.
mediause manage key <your_app_key> --json
mediause manage key --json
4) Add plugin and check commands
Pick your target site, then inspect supported actions.
mediause plugin list --json
mediause plugin add <site> --json
mediause <site> -h
mediause <site> <capability> -h
5) Run semantic actions
Use business actions directly.
# publish
mediause <site> post feed --text "Hello from MediaUse" --json

# fetch detail
mediause <site> get detail --url <page_url> --json

# search hot
mediause <site> search hot --limit 10 --json
6) Trace and debug
Always keep trace output for agent workflows.
mediause trace last --json
mediause task status --task-id <task_id> --json
mediause task trace --task-id <task_id> --json
References
Docs: mediause.dev/docs PRD overview: /docs/introduction