webmaxruwebmaxruCommunityยท7 Agent Skills Included

agent-skills

Browser Web AI API integration, debugging, and deployment

Implements and debugs browser Web AI APIs including Prompt, Translator, Language Detector, Proofreader, Writing Assistance, WebMCP, and WebNN. Eliminates guesswork around preview flags, browser compatibility, model downloads, and permissions-policy constraints with current specification references. Provides guarded session templates, deterministic target-scanning scripts, and troubleshooting guides so web apps ship working on-device AI features faster.
npx skills add webmaxru/agent-skills --all -g -y
Available:

Tells the agent how this repository is organized and sets rules for creating, validating, and maintaining the skills inside it.

All Skills in This Repository (7)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’