MediaUse Docs

Introduction
MediaUse packages fixed web operations into semantic CLI actions, so agents can run with near-zero token cost and higher stability.
Examples first
Run semantic commands directly. No click-by-click scripting.
# Publish content
mediause <site> post feed --text "Launch update" --json

# Fetch structured detail
mediause <site> get detail --url <page_url> --json

# Get hot topics
mediause <site> search hot --limit 10 --json
Features
Core product features:
  • Semantic CLI for fixed, reusable web operations
  • Near-zero token cost during execution
  • Fast agent response with no step-by-step model loop
  • More stable execution than low-level browser scripting
  • Build reliable AI web agents
  • Local-first execution
  • Cross-platform
What MediaUse is
MediaUse is a Semantic Web Automation infra layer. It turns browser workflows into reusable business actions.
  • Ask for outcomes instead of low-level page actions
  • Keep one command contract across CLI, Skill, and MCP tools
  • Return structured results for agent workflows
In one sentence
MediaUse turns fixed operations into semantic CLI commands, so agents can respond quickly with near-zero token overhead and more stable results.
This documentation intentionally stays at the product and capability level. It avoids exposing sensitive implementation details that are not required for end users.