Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add sailingnaturali/claude-skills --skill signalk-plugingit clone --depth 1 https://github.com/sailingnaturali/claude-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/sailingnaturali/claude-skills/signalk-plugin)<a href="https://agentmods.dev/skills/sailingnaturali/claude-skills/signalk-plugin"><img src="https://agentmods.dev/badge/skills/sailingnaturali/claude-skills/signalk-plugin/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/sailingnaturali/claude-skills/signalk-plugin"><img src="https://agentmods.dev/badge/skills/sailingnaturali/claude-skills/signalk-plugin.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00106 | $0.02881 |
| Opus 5 | $0.00053 | $0.01440 |
| Sonnet 5 | $0.00021 | $0.00576 |
| Haiku 4.5 | $0.00011 | $0.00288 |
Grade A, and why
signalk-plugin scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 173 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Author & publish a SignalK plugin
Hard-won notes for building a SignalK Node-server plugin and shipping
it to npm. Mirror a clean reference: openwatersio/signalk-tides
(TypeScript) is the best one to read for the @signalk/server-api calls.
1. Scaffold
Public repo, npm package, MIT, zero runtime deps where possible. Files: index.js (or
TS src/ built with tsc), package.json, LICENSE, README.md, .gitignore
(node_modules, *.tgz), tests (index.test.js via node:test, or test/ via vitest),
.github/workflows/{test.yml,publish.yml}.
package.json essentials — a missing files ships nothing because .gitignore excludes the build:
{
"name": "signalk-<name>",
"type": "module",
"files": ["index.js"],
"keywords": ["signalk-node-server-plugin", "signalk-category-utility"],
"license": "MIT"
}
For a scoped package add "publishConfig": { "access": "public" }. For TypeScript use
"files": ["dist"], point "main": "dist/index.js" (and "types": "dist/index.d.ts") at the
build output — without main the server resolves a nonexistent root index.js — and add
"prepare": "npm run build" so npm publish builds first. The
signalk-node-server-plugin keyword is what surfaces it in the SignalK app store.
2. Write new plugins as ESM
Prefer "type": "module" over CJS for anything new. The server has loaded ESM plugins since
v2.14.0 (June 2025): it require()s the plugin directory first — Node ≥ 20.19 / ≥ 22.12
loads ESM through require by default — and falls back to dynamic import() resolved via
esm-resolve (plain import() can't take a directory path), so ESM plugins load even on Nodes
where require(esm) isn't available. (Server 2.30.0 itself requires Node ≥ 22; v2.14.0
required ≥ 20.) The require path unwraps mod.default ?? mod; the import() fallback
returns module.default directly — anything without one loads as undefined there. So the
entry point must export default function (app) { ... } returning the plugin object. The practical reason
to switch: new majors of common dependencies ship ESM-only, and a CJS plugin can only reach
those through awkward dynamic import() — an ESM plugin just imports them. For TypeScript,
"module": "nodenext" with a default export compiles to the same shape — remember nodenext
makes relative imports require explicit .js extensions (./helpers.js, even in .ts files).
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago Changed · +109 lines · +43 tokens per session a4bf9aa285be
- 12d ago First seen · 64 lines · 63 tokens per session scan A f9fc30a34e65
signalk-plugin is a skill published in the GitHub repository sailingnaturali/claude-skills (2 stars, last pushed 6d ago), licensed MIT. It adds 106 tokens to every session and 2,881 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
ruview-cli-api
Use the RuView wifi-densepose CLI binary (incl. MAT scan/status/zones/survivors/alerts/export subcommands), the REST API (wifi-densepose-api, Axum), and the browser/WASM build (wifi-densepose-wasm, wifi-densepose-wasm-edge). Use when integrating RuView into another program, scripting it from the shell, exposing it…
amazon-alexa
Integracao completa com Amazon Alexa para criar skills de voz inteligentes, transformar Alexa em assistente com Claude como cerebro (projeto Auri) e integrar com AWS ecosystem (Lambda, DynamoDB, Polly, Transcribe, Lex, Smart Home).
doca-socket-relay
Use this skill when the operator is driving the DOCA Socket Relay to bridge a socket-oriented host application onto a BlueField DPU peer without rewriting it — picking the deployment shape (in-process, sidecar, or BlueField service container), configuring the host-side socket and the DPU-side forwarding endpoint…
jetson-customize-pcie
Per-controller PCIe enable / disable / lanes / link-speed for a Jetson Thor or Orin custom carrier via ODMDATA + kernel-DT overlay. Do NOT use for UPHY lane allocation or endpoint-mode bring-up.
deepep-to-cam-converter
A code migration skill for replacing DeepEP communication operations with CAM operations when moving mixture-of-experts code from CUDA/NCCL to Ascend NPUs.
telnyx-iot-curl
Manage IoT SIM cards, eSIMs, data plans, and wireless connectivity. Use when building IoT/M2M solutions. This skill provides REST API (curl) examples.