agent-skills
Browser Web AI API integration, debugging, and deployment
All Skills in This Repository (7)
Pure Emerald Level Indicatorsprompt-api
Wrap browser Prompt API availability, session creation, and prompt flows for web apps.
webmcp
Integrate and debug WebMCP tools in browser JavaScript or TypeScript apps.
writing-assistance-apis
Integrate browser Summarizer, Writer, and Rewriter APIs with session and quota handling.
proofreader-api
Integrate the browser-based Proofreader API for live proofreading in web applications.
language-detector-api
Detect languages in browser apps using the LanguageDetector API.
translator-api
Implement and debug browser Translator API integrations in JavaScript or TypeScript web apps.
webnn
Detect WebNN support and initialize an MLContext for in-browser ML acceleration.
Frequently Asked Questions
FAQPage SchemaHow to install Web AI Agent Skills?โผ
Run `npx skills add webmaxru/agent-skills --all -g -y` in your terminal to install all skills globally. You can also install a single skill with `npx skills add webmaxru/agent-skills --skill prompt-api`.
What browser AI APIs does this cover?โผ
It covers the Prompt API, Translator API, Language Detector API, Proofreader API, Writing Assistance APIs (Summarizer, Writer, Rewriter), WebMCP, and WebNN for on-device browser inference.
How do I add on-device translation to my web app?โผ
The translator-api skill guides your agent through availability checks, monitored session creation, streaming translation, and fallback UX using the browser Translator API.
Does it handle browser compatibility and preview flags?โผ
Yes. Each skill includes compatibility references covering Chrome and Edge preview versions, required flags, hardware requirements, and iframe permissions-policy rules.
Do these skills work with Claude Code and Copilot?โผ
Yes. All skills follow the standard SKILL.md format and work in Claude Code, VS Code Copilot, Copilot CLI, and other compatible coding agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core