🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@wklm/skill

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wklm/skill

Agent skill for WebBLE SDK integration — works with Claude Code, Cursor, Copilot

latest
Source
npmnpm
Version
0.1.1
Version published
Weekly downloads
5
150%
Maintainers
1
Weekly downloads
 
Created
Source

@wklm/skill

Agent skill file for iOSWebBLE integration. Contains a SKILL.md that AI coding agents (Claude Code, Cursor, Copilot) can discover and use to add iOS Safari Bluetooth support to any web project.

What is SKILL.md?

SKILL.md is a structured markdown file with frontmatter that agents match on keywords like bluetooth, ios, safari, ble, web-bluetooth, and requestDevice. When an agent detects a relevant task, it reads the skill file for step-by-step integration instructions -- install @wklm/detect, add the snippet, verify with npx ioswebble check.

Install

npm install @wklm/skill

The package ships only SKILL.md -- no runtime code. Agents resolve the file via node_modules/@wklm/skill/SKILL.md.

How agents use it

  • User asks "add Bluetooth support to my iOS web app"
  • Agent matches keywords in SKILL.md frontmatter (bluetooth, ios, safari)
  • Agent reads the skill and follows the integration steps
  • Result: @wklm/detect installed, snippet added, npx ioswebble check passes

AI agent integration

MCP server for coding agents (Claude Code, Cursor, Copilot):

npx -y @wklm/mcp

Full SDK reference for LLM context: https://ioswebble.com/llms-full.txt

Two scopes

The @wklm/* packages (core, profiles, react) are the cross-browser BLE SDK -- they work on any platform with Web Bluetooth support (Chrome, Edge, iOS Safari via the extension). The @wklm/* packages (detect, cli, mcp, skill) handle iOS-specific extension detection, install prompts, and agent tooling. Use both together for full iOS Safari coverage.

Keywords

skill

FAQs

Package last updated on 08 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts