<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/create-agent-skills-for-on-device-generative-ai-i-o-connect-26--puwexoohi" -->

---
title: Create agent skills for on-device generative AI (I/O...
description: Google AI Edge team presents a workshop on building agent skills for on-device generative AI using the LiteRT LLM APIs. The session covers the Google AI Edge...
canonical: https://daily.dev/posts/create-agent-skills-for-on-device-generative-ai-i-o-connect-26--puwexoohi
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Create agent skills for on-device generative AI (I/O Connect ‘26) | daily.dev
og:description: Google AI Edge team presents a workshop on building agent skills for on-device generative AI using the LiteRT LLM APIs. The session covers the Google AI Edge...
og:url: https://daily.dev/posts/create-agent-skills-for-on-device-generative-ai-i-o-connect-26--puwexoohi
og:image: https://api.daily.dev/og/posts/pUwEXOOHi.png
og:image:alt: Create agent skills for on-device generative AI (I/O Connect ‘26)
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Create agent skills for on-device generative AI (I/O Connect ‘26)

**[Google for Developers](https://daily.dev/sources/googledevelopers)** · 15 min read · 0 upvotes · 0 comments

## Summary

Google AI Edge team presents a workshop on building agent skills for on-device generative AI using the LiteRT LLM APIs. The session covers the Google AI Edge stack, including LiteRT (the core execution engine), AI Edge Quantizer for model compression, and the AI Edge Gallery app. Agent skills are introduced as a structured format (directory with metadata, instructions, executable code, and assets) that extend on-device model capabilities — reducing repetitive prompts, enabling dynamic capability discovery, and providing domain-specific knowledge. A hands-on demo builds a Task Planner and Timer skill using the Gemma 2B model running locally on Android, showing how function calls and HTML-rendered UI can be packaged into a skill file and sideloaded onto a device.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.youtube.com/watch?v=KIp8PAU3oAI>

## Similar posts on daily.dev

- [Bring state-of-the-art agentic skills to the edge with Gemma 4](https://daily.dev/posts/bring-state-of-the-art-agentic-skills-to-the-edge-with-gemma-4-hucjhitib) · Google Developers · 1 upvotes · 0 comments

---

Tags: [#llm](https://daily.dev/tags/llm), [#local-ai](https://daily.dev/tags/local-ai), [#gemma](https://daily.dev/tags/gemma)

[View this post on daily.dev](https://daily.dev/posts/create-agent-skills-for-on-device-generative-ai-i-o-connect-26--puwexoohi)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Create agent skills for on-device generative AI (I/O Connect ‘26)","url":"https://daily.dev/posts/create-agent-skills-for-on-device-generative-ai-i-o-connect-26--puwexoohi","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/create-agent-skills-for-on-device-generative-ai-i-o-connect-26--puwexoohi"},"datePublished":"2026-07-06T22:13:26.052Z","dateModified":"2026-07-06T22:13:46.675Z","description":"Google AI Edge team presents a workshop on building agent skills for on-device generative AI using the LiteRT LLM APIs. The session covers the Google AI Edge...","image":"https://i.ytimg.com/vi/KIp8PAU3oAI/sddefault.jpg","thumbnailUrl":"https://i.ytimg.com/vi/KIp8PAU3oAI/sddefault.jpg","isAccessibleForFree":true,"articleSection":"Google for Developers","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Google for Developers","logo":"https://media.daily.dev/image/upload/s--jj3nxRoG--/f_auto/v1725035497/logos/googledevelopers","url":"https://daily.dev/sources/googledevelopers"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/create-agent-skills-for-on-device-generative-ai-i-o-connect-26--puwexoohi","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"llm,local-ai,gemma","timeRequired":"PT15M","video":{"@type":"VideoObject","name":"Create agent skills for on-device generative AI (I/O Connect ‘26)","description":"Google AI Edge team presents a workshop on building agent skills for on-device generative AI using the LiteRT LLM APIs. The session covers the Google AI Edge...","thumbnailUrl":"https://i.ytimg.com/vi/KIp8PAU3oAI/sddefault.jpg","uploadDate":"2026-07-06T22:13:26.052Z","duration":"PT15M","url":"https://api.daily.dev/r/pUwEXOOHi","embedUrl":"https://www.youtube.com/embed/KIp8PAU3oAI"}}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Google for Developers","item":"https://daily.dev/sources/googledevelopers"},{"@type":"ListItem","position":3,"name":"Create agent skills for on-device generative AI (I/O Connect ‘26)"}]}
```

