add-ws-event

add-ws-event is a skill for Claude Code from bmarshall511/forexflow. It costs 23 tokens per session (358 once invoked), scanned A, original, AGPL-3.0.

A guide for connecting a new WebSocket event across the application, from the background daemon through shared types and UI code.

In plain words
What is it for?
Use it when adding live messages or updates that travel through a WebSocket connection to a component.
Why use it?
It helps prevent one part of the event path from being added while another part is missing.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

Install

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.

agentmods
npx agentmods add skills/bmarshall511/forexflow/add-ws-event
Any agent
npx skills add bmarshall511/forexflow --skill add-ws-event
Clone the repo
git clone --depth 1 https://github.com/bmarshall511/forexflow

Made for: Claude Code.

Wrote 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.

agentmods badge for add-ws-event

README.md
[![agentmods](https://agentmods.dev/badge/skills/bmarshall511/forexflow/add-ws-event.svg)](https://agentmods.dev/skills/bmarshall511/forexflow/add-ws-event)
Your own site
<a href="https://agentmods.dev/skills/bmarshall511/forexflow/add-ws-event"><img src="https://agentmods.dev/badge/skills/bmarshall511/forexflow/add-ws-event.svg" alt="Measured on agentmods" height="20"></a>
Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 358 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00023 $0.00358
Opus 5 $0.00012 $0.00179
Sonnet 5 $0.00005 $0.00072
Haiku 4.5 $0.00002 $0.00036

Measured 6d ago against content hash db03e7850bad, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

add-ws-event 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 6d 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.

.claude/skills/add-ws-event/SKILL.md · 45 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Changes

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.

  1. 6d ago First seen · 45 lines · 23 tokens per session scan A db03e7850bad

Subscribe to this mod's changes

add-ws-event is a skill published in the GitHub repository bmarshall511/forexflow (10 stars, last pushed 3mo ago), licensed AGPL-3.0. It adds 23 tokens to every session and 358 once invoked, about $0.0001 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.

Related

Other skills, from other repositories

prepare-cloudflare-production-deployment

Source-of-truth runbook for preparing this Vinext Cloudflare Workers SaaS template for production deployment. Use when setting up or auditing Cloudflare MCP resources, wrangler.jsonc bindings, Worker secrets, Turnstile, Email Sending, GitHub Actions secrets/variables, or GitHub CLI deployment wiring for this…

LubomirGeorgiev/cloudflare-workers-nextjs-saas-template · 72 tokens

architecture

Software architecture workflow that diagnoses architecture problems, selects the right analysis method, compares options, synthesizes stakeholder input, and produces a recommendation, review, or ADR.

first-fluke/fullstack-starter · 33 tokens

deepsec

Drive the oma-deepsec skill end-to-end. Installs .deepsec/, calibrates cost, runs the right scan/process/triage/revalidate/export pass, gates PRs with process --diff, writes custom matchers, and routes findings to follow-up specialists.

first-fluke/fullstack-starter · 62 tokens

plan

PM planning workflow that gathers requirements, decomposes them into prioritized tasks, defines API contracts, and produces both a machine-readable plan and a human-readable tracker in docs/plans/.

first-fluke/fullstack-starter · 37 tokens

recap

Daily or period recap via oma-recap. Resolves a date or window from natural language, invokes oma recap --json, delegates theme analysis and Markdown formatting to the skill, and reports a TL;DR plus saved path.

first-fluke/fullstack-starter · 50 tokens

brainstorm

Design-first ideation workflow that explores user intent, clarifies constraints, proposes approaches, and produces an approved design document before planning.

first-fluke/fullstack-starter · 28 tokens