agentsclimarketplace

Aim google ai.skill

Skill BrianV1981/aim-browser/aim-google-ai.skill

Headed Chromium CDP engine + thin agent skill suite for A.I.M. Own your stack.

Install
npx -y skills add BrianV1981/aim-browser --skill aim-google-ai.skill

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Google Search AI Mode (udm=50) via headed Chromium. Returns answer text and sources as markdown + JSON. Use for AI Mode answers, not classic blue links.

SKILL.md

1.3 KB, as published. Nobody here has run it

aim-google-ai

  1. Ensures headed daemon is up (minimized by default)
  2. Opens https://www.google.com/search?q=…&udm=50
  3. Waits for the AI answer
  4. Prints markdown + ---JSON---

Classic SERP / blue links → aim-google-web. Workspace APIs → aim-google (separate package).

Run (from aim-browser repo root)

npm run google-ai -- "your query here"

node aim-google-ai.skill/scripts/run.js "what is example.com used for"
node aim-google-ai.skill/scripts/run.js --query "weather Seattle WA" --timeout-ms 90000
node aim-google-ai.skill/scripts/run.js --visible "..."           # watch mode
node aim-google-ai.skill/scripts/run.js --no-start --keep-open "..."  # reuse daemon

Output

  • Markdown: answer + sources
  • After ---JSON---: structured payload for agents
  • Optional: --screenshot /tmp/google-ai.png

Agent rules

  • Run live — never invent search results.
  • DOM shifts often; empty extract → --screenshot or fall back to aim-browser.
  • Minimized + stop after session by default; --keep-open / --visible only when needed.
  • Respect Operator policy and rate limits.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.