Google's 124 free AI powers

Google Published 124 Free AI Powers — I Ran the Best Ones in the Claude App (No Code)

🎬 Hyperautomation Labs 📅 Aug 27, 2026 ⏱ 5:42
google/skills agent skills nano banana security review no-code

📦 Inside the Repo

github.com/google/skills124 official Agent Skills, "small instruction files with Google's current best practice that your AI reads before doing a job." 18,700+ stars, Apache-2.0, updated daily. 0:19

The shelves: a getting-started shelf, a whole AI section (the Gemini API skill behind two of the demos), infrastructure (Cloud Run), security (Google's own review checklist), and at the bottom — "a shelf most people scroll right past" — official Google Ads and Google Analytics skills. 0:48
Install is one command: npx skills add google/skills — or just download the single file you want. "Each skill costs about 5,000 tokens and loads only when the topic comes up." 1:14

🔓 The One-Sentence Technique

"Here's the part that makes this for everyone, not just coders. You don't need a terminal." 1:25

In the Claude app, using a skill is one sentence: attach the skill file → say what you want → send. "That's the entire technique." 1:30

📸 Run 1: Photos → Tables

"The one you'll use tomorrow." A photo of a genuinely messy handwritten note + Google's Gemini skill → a clean table. 1:44

What it did: planned the job, read the handwriting, output task/category/timing columns — "it even worked out that 'Saturday' means August 29th, and flagged the cake order as urgent because of the exclamation mark." Then it handed back a reusable script so it works on any photo. "Whiteboards, sticky notes, shopping lists — photos in, spreadsheets out, forever." 1:56

🎨 Run 2: Images from a Sentence

Same pattern: attach the skill, ask for an image tool. 2:21

What it did: "it picks Google's designated image model, Nano Banana Pro, tells me the faster/cheaper one, and writes the whole tool as a file I can download." One line — "a tiny cozy coffee shop at night" — produced a real 722 KB image. "Thumbnails, birthday invites, product shots, from a sentence." 2:26

🔐 Run 3: Google Security Review

"The sleeper. If you've ever vibe-coded an app, this one's for you." Attach Google's security skill + your app, ask one question: "is this safe?" 3:07

What it tore through (ranked, each with the exact fix): a hard-coded payment key · an eval on a webhook (remote code execution, rated critical) · an admin page with no login · an SQL injection inside it. "Straight from Google's own security checklist. No cloud account, no sign-up, nothing but your files." 3:19

📚 The Rest of the Shelf

SkillWhat it does
Live APIScaffolds a realtime voice assistant (listens and talks back)
AnalyticsAnswers your website's numbers in plain English as reusable reports (GA4)
Cloud RunPuts what you build on a real public link — "including the roles/run.builder grant almost everyone misses"
Google Ads APIOfficial skills — "that one's for the marketers"
The other ~100"Deep enterprise plumbing. Skip those."

🎯 Your Move Tonight

  1. Open github.com/google/skills, download the Gemini skill and the security skill.
  2. In the Claude app, attach the security skill with your own project and ask "Is this safe?" — it needs nothing else.
  3. Grab a free AI Studio key and run the note-to-table trick on the messiest photo in your camera roll.
Independent test, verified Aug 27, 2026: repo stats via the GitHub API, every model call live against Google's API. Not affiliated with Google or Anthropic. 5:22

💡 Key Takeaways

  1. 124 free official Agent Skills from Google — Apache-2.0, 18.7k stars, one command to install.
  2. No terminal needed: attach the skill file + one sentence in the Claude app. That's it.
  3. The three that matter: Gemini (handwriting → tables with dates resolved), image tool (Nano Banana Pro → real pixels), and Google's security checklist (ranked findings + exact fixes, free).
  4. The security skill is the sleeper — it found hardcoded keys, eval RCE, no-auth admin, and SQL injection in a real app.
  5. Also on the shelf: voice assistants, GA4 plain-English reports, Cloud Run deploys, Google Ads API — the rest is enterprise plumbing to skip.
  6. Skills are cheap — ~5,000 tokens each, loaded on demand.

📍 Timestamp Index

0:00 Everything my AI made today
0:19 Inside the repo
1:25 The one-sentence technique
1:44 Run 1: photos → tables
2:21 Run 2: images from a sentence
3:07 Run 3: security review
3:46 The shelf + what to skip
4:21 Your move tonight
☰ View all