mediause/agent-skills/google/SKILL.md
Standardized Google skill for MediaUse. Includes Windows install, key onboarding, strict context/auth flow, full Google dynamic command map, and safety/rate controls.
- Source repository stars
- 9
- Declared platforms
- 0
- Static risk flags
- 2
- Last source update
- 2026-07-28
- Source checked
- 2026-07-28
Decision brief
What it does—and where it fits
Run Google discovery flows for keyword exploration, result retrieval, and repeatable read-first research workflows.
Not for
- Tasks that require unconfirmed production actions or broad system permissions.
- Environments where the pinned source and install steps cannot be inspected.
Compatibility matrix
Platform support, with evidence labels
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
Inspect first. Install second.
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/mediause/agent-skills --skill "google"Inspect the Agent Skill "google" from https://github.com/mediause/agent-skills/blob/766e5075b28b3acd541436a7e3b3e21cdc38da01/google/SKILL.md at commit 766e5075b28b3acd541436a7e3b3e21cdc38da01. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
What the source asks the agent to do
- 01
3.1 Discover and plugin setup
Review the “3.1 Discover and plugin setup” section in the pinned source before continuing.
Review and apply the “3.1 Discover and plugin setup” source section. - 02
6. Workflow Examples
powershell mediause use account google:guest --show --json
powershell mediause use account google:guest --show --json - 03
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 powershell
mediause google search web --keyword "agent browser" --limit 10 --lang en --json mediause trace last --json powershell - 04
always run once before each workflow (auto-upgrade latest)
powershell -C "iwr https://release.mediause.dev/install.ps1 -UseBasicParsing | iex" mediause --version
powershell -C "iwr https://release.mediause.dev/install.ps1 -UseBasicParsing | iex" mediause --version - 05
Scope
Use this skill when the task targets Google operations such as:
Account: health checkSearch: web results, query suggestionsGet: news headlines, daily trends
Permission review
Static risk signals and limitations
Network access
The documentation includes network, browsing, or remote request actions.
Search: web results, query suggestionsRuns scripts
The documentation asks the agent to run terminal commands or scripts.
Before every run, execute the install script once to auto-install or auto-upgrade to the latest MediaUse CLI.Network access
The documentation includes network, browsing, or remote request actions.
powershell -C "iwr https://release.mediause.dev/install.ps1 -UseBasicParsing | iex"Runs scripts
The documentation asks the agent to run terminal commands or scripts.
First step on every run: execute install script once to auto-install/auto-upgrade the latest MediaUse CLI.Evidence record
Why each signal appears
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 75/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 9 | Source | Repository attention, not individual Skill quality |
| Compatibility | 0 platforms | Source | Declared in the catalog source record |
| Usage guide | automated source guide | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
Provenance and original SKILL.md
- Repository
- mediause/agent-skills
- Skill path
- google/SKILL.md
- Commit
- 766e5075b28b3acd541436a7e3b3e21cdc38da01
- License
- Not declared
- Collected
- 2026-07-28
- Default branch
- master
View the original SKILL.md
MediaUse Google Skill
Run Google discovery flows for keyword exploration, result retrieval, and repeatable read-first research workflows.
Scope
Use this skill when the task targets Google operations such as:
- Account: health check
- Search: web results, query suggestions
- Get: news headlines, daily trends
Google skill is guest-only.
- Use
mediause use account google:guest --json. use accountdefaults to a hidden browser session.- If you need to see the browser, use
mediause use account google:guest --show --json. --showusually lowers repeated anti-bot interception risk in challenged sessions.- Do not call
mediause auth login google --jsonfor this skill. - If Google shows an
unusual trafficprompt or captcha, rerunuse accountwith--showand complete the verification manually.
1. Install MediaUse CLI (Windows Only)
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:
- Windows: supported
- Linux: not supported yet
- macOS: not supported yet
Recommended skill install path:
- .mediause/skills/google/SKILL.md
2. Get and Configure MediaUse Key
2.1 Apply for key
- Open https://mediause.dev/
- Sign in to your account.
- Open Project.
- Create or copy your API key.
2.2 Configure key in CLI
mediause manage key <your_key> --json
3. Core Flow (Mandatory Order)
Always follow this order:
First step on every run: execute install script once to auto-install/auto-upgrade the latest MediaUse CLI.
- Discover site and commands.
- Bind account context with
use account. - Execute dynamic site actions.
- Verify with trace/task.
3.1 Discover and plugin setup
mediause plugin list --json
mediause plugin add google --json
mediause google -h
mediause google search -h
3.2 Bind context before any read/write
use account must be executed successfully before any fetch/read action.
use account argument format:
<platform:account_id>account_idshould be selected frommediause 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
3.3 Auth health
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
3.4 Guest mode
Google plugin exposes guest as the default account context.
mediause use account google:guest --json
Guest mode rules:
- Read-only operations only.
- This plugin command set does not include write operations.
- No login flow is required.
- Default mode keeps the browser hidden.
- Use
mediause use account google:guest --show --jsonwhen you need to complete captcha orunusual trafficverification manually.
4. Google Dynamic Command Map (v1)
Source schema:
- plugin:
plugin.google - manifest:
crates/platforms/plugins/google/manifest.yaml
4.1 account.*
mediause google account health --json
4.2 search.*
mediause google search web --keyword <keyword> [--limit <n>] [--lang <lang>] --jsonmediause google search suggest --keyword <keyword> [--lang <lang>] --json
4.3 get.*
mediause google get news [--keyword <keyword>] [--limit <n>] [--lang <lang>] [--region <region>] --jsonmediause google get trends [--region <region>] [--limit <n>] --json
5. Operational Constraints (Mandatory)
Apply these constraints for all actions to reduce risk and keep behavior stable.
5.1 Human-like pacing
- Avoid tight polling loops.
- Add randomized delay between repeated reads/searches.
- Mix different read actions instead of repeatedly hitting one endpoint.
5.2 Frequency limits and minimum spacing
- Hard stop if operation rate is abnormally high.
- Stop immediately on repeated anti-bot challenge or risk prompt.
Suggested limits:
- Search/get/account read actions: <= 60 per minute
Minimum spacing:
- Search/get/account read actions: >= 1 second between actions
Same-target guardrails:
- Repeated query on the same keyword/region pair: >= 3 seconds
If a limit is hit:
- Pause at least 5 minutes.
- Resume with lower request frequency.
- Re-check session health if account context changed.
5.3 Safety policy
- Do not bypass platform protections.
- Do not attempt credential scraping or session hijacking.
- Respect platform terms and local regulations.
5.4 Output and error handling
- Prefer
--jsonoutput for machine workflows. - Require structured error handling with stable fields/code when available.
- On blocked/rate-limit/risk prompt, stop and return actionable next steps.
- If Google returns
unusual trafficor a captcha wall, reopen the session withmediause use account google:guest --show --json, complete the verification manually, then rerun the read action.
6. Workflow Examples
6.1 Web search to news follow-up
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
6.2 Trends and suggestions loop
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
6.3 Account health check branch
mediause use account google:guest --json
mediause google account health --json
mediause trace last --json
6.4 Unusual traffic recovery
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
7. Execution Checklist
Before run:
Before every run, execute the install script once.
- CLI installed via
https://release.mediause.dev/install.ps1on Windows. - PATH updated and
mediause --versionworks. - API key configured and verified.
- Account context bound via
mediause use account google:guest --json. - Login is not required for this skill.
- If manual verification may be needed, be ready to rerun
use accountwith--show. - Pacing policy is enabled.
During run:
- Respect delays and minimum spacing.
- Stop on anti-bot/risk prompts.
- If
unusual trafficappears, rerunmediause use account google:guest --show --jsonand complete the verification manually. - Avoid repetitive burst loops.
After run:
- Save logs and outcomes.
- Record any risk warning and cooldown events.
- Keep activity under conservative limits.
8. Quick Command Reference
# 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
Alternatives
Compare before choosing
event4u-app/agent-config
design-review
Use when the user says "review the design", "check the UI", or wants a comprehensive UI/UX review. Uses a 7-phase methodology covering interaction, responsiveness, accessibility, and more.
K-Dense-AI/scientific-agent-skills
dask
Distributed computing for larger-than-RAM pandas/NumPy workflows. Use when you need to scale existing pandas/NumPy code beyond memory or across clusters. Best for parallel file processing, distributed ML, integration with existing pandas code. For out-of-core analytics on single machine use vaex; for in-memory speed use polars.
K-Dense-AI/scientific-agent-skills
medchem
Medicinal chemistry filters for compound triage. Apply drug-likeness rules (Lipinski, Veber, CNS), structural alert catalogs (PAINS, NIBR, ChEMBL), complexity metrics, and the medchem query language for library filtering.
K-Dense-AI/scientific-agent-skills
neurokit2
Use NeuroKit2 to build or audit reproducible research workflows for physiological time-series preprocessing, event/interval analysis, multimodal alignment, variability, and complexity. Trigger when code imports neurokit2 or needs its current APIs, schemas, and method-aware validation—not for diagnosis or device validation.