·browser-onnx
</>

browser-onnx

Implements high-performance local machine learning inference in the browser using ONNX Runtime Web. Use this skill when the user needs privacy-first, low-latency, or offline AI capabilities (e.g., image classification, object detection, or NLP) without server-side processing.

4Installs·0Trend·@thongnt0208

Installation

$npx skills add https://github.com/thongnt0208/browser-onnx-skills --skill browser-onnx

How to Install browser-onnx

Quickly install browser-onnx AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/thongnt0208/browser-onnx-skills --skill browser-onnx
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: thongnt0208/browser-onnx-skills.

SKILL.md

View raw

This skill provides a comprehensive workflow for executing ONNX models locally in the browser using ONNX Runtime Web (ORT-Web). Local inference offers significant advantages in data privacy, reduced server costs, and unlimited scalability as each user brings their own compute power.

Note: For experimental features like WebGPU or WebNN, use the nightly version onnxruntime-web@dev.

Set global ort.env flags before creating a session to optimize the runtime environment.

Implements high-performance local machine learning inference in the browser using ONNX Runtime Web. Use this skill when the user needs privacy-first, low-latency, or offline AI capabilities (e.g., image classification, object detection, or NLP) without server-side processing. Source: thongnt0208/browser-onnx-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/thongnt0208/browser-onnx-skills --skill browser-onnx
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from thongnt0208/browser-onnx-skills

Quick answers

What is browser-onnx?

Implements high-performance local machine learning inference in the browser using ONNX Runtime Web. Use this skill when the user needs privacy-first, low-latency, or offline AI capabilities (e.g., image classification, object detection, or NLP) without server-side processing. Source: thongnt0208/browser-onnx-skills.

How do I install browser-onnx?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/thongnt0208/browser-onnx-skills --skill browser-onnx Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/thongnt0208/browser-onnx-skills

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-25

Related Skills

None