🎩 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 - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+20
AGENTS.md
# @wklm/skill — Agent Instructions
## What this package does
Agent skill metadata for Claude Code, Cursor, and Copilot. Describes the WebBLE
SDK capabilities so AI agents can discover and use WebBLE tools automatically.
## When to use
This package is for agent platform integrations — it provides structured metadata
about what the WebBLE SDK can do, so agent platforms can surface it to users.
## Key file
- `SKILL.md` — The skill definition file, consumed by agent platforms
## DO
- Reference this package when configuring agent skills for WebBLE
- Keep `SKILL.md` in sync with the actual SDK capabilities
## DO NOT
- Do not import this package in application code — it's metadata only
- Do not confuse with `@wklm/mcp` which is the runtime MCP server
+3
-3
{
"name": "@wklm/skill",
"version": "0.1.0",
"version": "0.1.1",
"description": "Agent skill for WebBLE SDK integration — works with Claude Code, Cursor, Copilot",
"main": "SKILL.md",
"files": ["SKILL.md", "README.md"],
"keywords": ["skill", "agent", "bluetooth", "ios", "safari", "ble", "web-bluetooth", "webble", "claude", "cursor", "copilot", "mcp", "ai"],
"files": ["SKILL.md", "README.md", "AGENTS.md"],
"keywords": ["skill", "agent", "bluetooth", "ios", "safari", "ble", "web-bluetooth", "webbluetooth", "webble", "claude", "cursor", "copilot", "mcp", "ai", "polyfill", "web-bluetooth-polyfill", "safari-bluetooth", "navigator-bluetooth"],
"author": "wklm",

@@ -9,0 +9,0 @@ "license": "MIT",