Standardized Google skill for MediaUse. Includes Windows install, key onboarding, strict context/auth flow, full Google dynamic command map, and safety/rate controls.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Standardized Google skill for MediaUse. Includes Windows install, key onboarding, strict context/auth flow, full Google dynamic command map, and safety/rate controls.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when handling MediaUse Netflix Tudum tasks, including list/get/search actions with guest-first dynamic commands, multi-platform direct switching, and safe execution guardrails.
Use when handling MediaUse LinkedIn automation tasks, including jobs and people search, timeline and inbox retrieval, profile reads, safe connect/message flows, and Sales Navigator workflows, with Windows install, key onboarding, strict context/auth flow, full dynamic command map, and safety/rate controls.
Use when handling MediaUse Product Hunt automation tasks, including launch feed retrieval, hot ranking, single product detail extraction, and category browse search, with Windows install, key onboarding, strict context/auth flow, and safety/rate controls.
Standardized Twitter/X skill for MediaUse. Includes Windows install, key onboarding, strict context/auth flow, full Twitter/X dynamic command map, and safety/rate controls.
Standardized Weixin Official Account skill for MediaUse. Includes Windows install, key onboarding, strict context/auth flow, full weixin dynamic command map, and safety/rate controls.
Standardized arXiv skill for MediaUse. Includes Windows install, key onboarding, strict context/auth flow, full arXiv dynamic command map, and safety/rate controls.
| name | |
| description | Standardized Google skill for MediaUse. Includes Windows install, key onboarding, strict context/auth flow, full Google dynamic command map, and safety/rate controls. |
Run Google discovery flows for keyword exploration, result retrieval, and repeatable read-first research workflows.
Use this skill when the task targets Google operations such as:
Google skill is guest-only.
mediause use account google:guest --json.use account defaults to a hidden browser session.mediause use account google:guest --show --json.--show usually lowers repeated anti-bot interception risk in challenged sessions.mediause auth login google --json for this skill.unusual traffic prompt or captcha, rerun use account with --show and complete the verification manually.Use the official install script for Windows:
https://release.mediause.dev/install.ps1 Mandatory update rule:
Before every run, execute the install script once to auto-install or auto-upgrade to the latest MediaUse CLI.
Run:
powershell -C "iwr https://release.mediause.dev/install.ps1 -UseBasicParsing | iex"
Then verify :
mediause --version
Current support status:
Recommended skill install path:
mediause manage key <your_key> --json
Always follow this order:
First step on every run: execute install script once to auto-install/auto-upgrade the latest MediaUse CLI.
use account.mediause plugin list --json
mediause plugin add google --json
mediause google -h
mediause google search -h
use account must be executed successfully before any fetch/read action.
use account argument format:
<platform:account_id>account_id should be selected from mediause auth list --json.Google manifest default account id is guest.
By default, use account keeps the browser hidden. Use --show only when you need to inspect the page or manually resolve a challenge.
mediause auth list --json
mediause use account google:guest --policy balanced --json
auth health is not required for the normal Google guest flow.
Use it only as an optional diagnostic command if the runtime needs an explicit session check.
mediause auth health --json
Google plugin exposes guest as the default account context.
mediause use account google:guest --json
Guest mode rules:
mediause use account google:guest --show --json when you need to complete captcha or unusual traffic verification manually.Source schema:
plugin.googlecrates/platforms/plugins/google/manifest.yamlmediause google account health --jsonmediause google search web --keyword <keyword> [--limit <n>] [--lang <lang>] --jsonmediause google search suggest --keyword <keyword> [--lang <lang>] --jsonmediause google get news [--keyword <keyword>] [--limit <n>] [--lang <lang>] [--region <region>] --jsonmediause google get trends [--region <region>] [--limit <n>] --jsonApply these constraints for all actions to reduce risk and keep behavior stable.
Suggested limits:
Minimum spacing:
Same-target guardrails:
If a limit is hit:
--json output for machine workflows.unusual traffic or a captcha wall, reopen the session with mediause use account google:guest --show --json, complete the verification manually, then rerun the read action.mediause use account google:guest --json
mediause google search web --keyword "agent browser" --limit 10 --lang en --json
mediause google get news --keyword "agent browser" --limit 10 --lang en --region US --json
mediause trace last --json
mediause use account google:guest --json
mediause google get trends --region US --limit 20 --json
mediause google search suggest --keyword "ai coding" --lang en --json
mediause trace last --json
mediause use account google:guest --json
mediause google account health --json
mediause trace last --json
mediause use account google:guest --show --json
# complete the captcha or unusual traffic verification in the visible browser
mediause google search web --keyword "agent browser" --limit 10 --lang en --json
mediause trace last --json
Before run:
Before every run, execute the install script once.
https://release.mediause.dev/install.ps1 on Windows.mediause --version works.mediause use account google:guest --json.use account with --show.During run:
unusual traffic appears, rerun mediause use account google:guest --show --json and complete the verification manually.After run:
# always run once before each workflow (auto-upgrade latest)
powershell -C "iwr https://release.mediause.dev/install.ps1 -UseBasicParsing | iex"
mediause --version
# discover
mediause plugin list --json
mediause plugin add google --json
mediause google -h
mediause google search -h
# context + status
mediause auth list --json
mediause use account google:guest --json
mediause use account google:guest --show --json
# read actions
mediause google search web --keyword "open source" --limit 10 --json
mediause google search suggest --keyword "open source" --json
mediause google get news --keyword "open source" --limit 10 --json
mediause google get trends --region US --limit 20 --json
# account health + trace
mediause google account health --json
mediause trace last --json
Skill Metadata Maintainer: @mediause-team Last-Updated: 2026-05-21 Version: v1