google-ai-edge
Official@google-ai-edge
A collection of edge-based web components and utility functions for interactive media, cryptographic hashing, and localized content retrieval.
Agent Skills by google-ai-edge
Showing 21 vetted skills indexed across 1 GitHub repositories.
read-calendar-events
Read OS calendar events for a specific date via intent calls.
schedule-notification
Schedules one-time or daily repeating notifications with calculated dates and times.
create-calendar-event
Creates calendar events by calculating dates and invoking the run_intent tool.
text-spinner
Overlays spinning text on the user's head using webcam face tracking.
mood-tracker
Log, query, and visualize daily mood scores stored in browser localStorage.
interactive-map
Display a location on an embedded Google Maps iframe via a JavaScript webview.
calculate-hash
Calculates the SHA-1 hash of a given text string.
kitchen-adventure
Runs a text-based dungeon master adventure set in a sentient kitchen appliance world.
query-wikipedia
Fetches Wikipedia article summaries and infobox data for a given topic.
send-email
Send an email with recipient, subject, and body via the run_intent tool.
text-spinner
Spin arbitrary text as a rotating 3D label using CSS transforms.
mood-tracker
Log daily mood scores with optional comments stored locally on the device.
interactive-map
Encode a location string for a Google Maps embed and return a webview configuration.
calculate-hash
Computes SHA-1 hash of input text via Web Crypto API, returning hex digest.
qr-code
Generate a 512x512 PNG QR code from a URL via run_js.
kitchen-adventure
Coordinate kitchen-themed text-based adventures as the Head Chef DM.
query-wikipedia
Find Wikipedia articles and return concise summaries with infobox details.
send-email
Send emails with recipient, subject, and body via run_intent JSON parameters.
restaurant-roulette
Generate randomized restaurant options by location and cuisine via Gemini API.
mood-music
Generate mood-based music tracks via the Loudly API.
virtual-piano
Play an 88-key virtual piano with bundled MP3 notes via web audio.
Frequently Asked Questions About google-ai-edge
FAQPage SchemaWhat specific tasks can be performed using these components?▼
These components enable rendering 3D text labels, generating SHA-1 cryptographic hashes, creating 512x512 PNG QR codes, playing virtual piano notes via web audio, and retrieving Wikipedia summaries or restaurant recommendations based on location data.
Who is the target persona for these web-based utilities?▼
Front-end developers and interface designers looking for lightweight, modular browser-based functions to enhance user interactivity, handle local data logging, or integrate external media services like Loudly and Wikipedia into web-based projects.
What are the prerequisites for running these components?▼
These components require a modern web browser environment capable of executing JavaScript and supporting the Web Crypto and Web Audio standards. No external server-side infrastructure is required for the client-side utilities, though specific features like restaurant recommendations require connectivity to external endpoints.