Rotki Crypto Tracker

Rotki Crypto Tracker: Rotki Crypto Tracker: specialized toolkit for 3+ finance workflows covered in the triggers section.

✓ 0 reported success·v0.1.0·

Overview

Rotki Crypto Tracker 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/rotki-crypto-tracker for bilingual documentation and use cases. Compatible with the Doramagic ecosystem (Claude Code, Cursor, openclaw, ChatGPT, Gemini, etc.).

Blueprint Source

finance-bp-095

tangweigang-jpg/doramagic-skills6360a632 source files

Constraints

72total
59fatal
59 must-not-violate

Evidence Quality

Confidence89%

Medium confidence — review before critical use

59 non-negotiable constraints

FATALarchitecture_guardrailfinance-C-001

WHENWhen implementing API endpoint responses

ACTIONWrap each responses in {'result': ..., 'message': ...} structure

CONSEQUENCEFrontend clients expect the standard wrapper format. Missing 'result' or 'message' keys causes client-side parsing errors and unhandled exceptions in consuming applications.

FATALarchitecture_guardrailfinance-C-002

WHENWhen implementing async API endpoints

ACTIONDecorate endpoints with @async_api_call() and return {'result': ..., 'message': ...} dict

CONSEQUENCEWithout the decorator, async tasks cannot be tracked via query_tasks_outcome(). Clients receive incomplete responses and have no way to poll for completion status.

FATALarchitecture_guardrailfinance-C-004

WHENWhen handling user login operations

ACTIONProtect login operations with @login_lock() decorator to prevent race conditions

CONSEQUENCEConcurrent login attempts without the lock cause race conditions in user unlock logic. Multiple greenlets may simultaneously modify user session state, leading to authentication bypass or data corruption.

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.