MediaUse Site Skills MediaUse launched a general Web CLI infrastructure for AI agents, combining a browser kernel, CDP execution, and site plugins to enable business-level actions like post.feed and search.hot. The tool aims to provide production-grade web automation with repeatability, auditability, and account safety, supporting agent runtimes such as Claude Code and Codex. ███╗ ███╗███████╗██████╗ ██╗ █████╗ ██╗ ██╗███████╗███████╗ ████╗ ████║██╔════╝██╔══██╗██║██╔══██╗██║ ██║██╔════╝██╔════╝ ██╔████╔██║█████╗ ██║ ██║██║███████║██║ ██║███████╗█████╗ ██║╚██╔╝██║██╔══╝ ██║ ██║██║██╔══██║██║ ██║╚════██║██╔══╝ ██║ ╚═╝ ██║███████╗██████╔╝██║██║ ██║╚██████╔╝███████║███████╗ ╚═╝ ╚═╝╚══════╝╚═════╝ ╚═╝╚═╝ ╚═╝ ╚═════╝ ╚══════╝╚══════╝ MediaUse is a general Web CLI infrastructure for AI agents. It combines a browser kernel, CDP execution, and site plugins so agents can call business-level actions such as post.feed , search.hot , and get.detail instead of repeatedly planning low-level page actions. MediaUse is designed for production web automation where repeatability, auditability, and account safety matter. Core ideas: - Semantic actions first: expose business outcomes, not click-by-click primitives - Pluginized site knowledge: selectors, constraints, and workflows are assets in plugins - CDP-native execution: deterministic browser execution without step-by-step vision loops - Unified interfaces: CLI, Skill, and MCP map to the same JSON-RPC action model In short: the agent decides what to do, MediaUse decides how to do it reliably on each site. default.mp4 The recommended integration flow is: - Install the skill pack: npx skills add mediause/agent-skills - Pick a site capability for example, weibov2 post feed . - Ensure account context is set mediause use account ... when login is required. - Run one semantic action command with structured output --json . - Use returned result fields success , data , error metadata, trace info for next-step decisions. Typical command pattern: mediause