CryptoFeed WS Feeds

CryptoFeed WS Feeds: CryptoFeed WS Feeds: specialized toolkit for 3+ finance workflows covered in the triggers section.

✓ 0 reported success·v0.1.0·

Overview

CryptoFeed WS Feeds skill for finance analytics + crypto. Covers 3+ use cases. (batch-v1 draft, needs English review) This skill is built on open-source project tangweigang-jpg/doramagic-skills and embeds 13 anti-pattern constraints. Visit doramagic.ai/r/cryptofeed-ws-feeds for bilingual documentation and use cases. Compatible with the Doramagic ecosystem (Claude Code, Cursor, openclaw, ChatGPT, Gemini, etc.).

Blueprint Source

finance-bp-110

tangweigang-jpg/doramagic-skills6360a632 source files

Constraints

46total
33fatal
33 must-not-violate

Evidence Quality

Confidence89%

Medium confidence — review before critical use

33 non-negotiable constraints

FATALresource_boundaryfinance-C-004

WHENWhen running FeedHandler on Windows platforms

ACTIONinstall signal handlers via loop.add_signal_handler()

CONSEQUENCEasyncio loop.add_signal_handler() is not supported on Windows, causing runtime errors and preventing feed orchestration

FATALdomain_rulefinance-C-016

WHENWhen initializing a WebSocket connection address

ACTIONuse the wss:// protocol prefix for secure connections

CONSEQUENCEWebSocket connections with non-wss addresses will raise ValueError and fail to establish, preventing any data feed from functioning

FATALdomain_rulefinance-C-017

WHENWhen performing HTTP read/write operations

ACTIONcheck HTTP response status codes and raise for non-200 status

CONSEQUENCESilent failure on HTTP error responses leads to data corruption and missing market data, as failed requests are not retried

FAQ

Discussion (0)

No comments yet. Be the first to share!

Changelog

v0.1.02026-04-23·Contributors: tangweigang-jpg

v0.1.0: Initial release on Doramagic.ai. Auto-generated batch-v1 metadata and FAQs based on tangweigang-jpg/doramagic-skills.