Economic Dashboard

Economic Dashboard: Economic Dashboard: specialized toolkit for 3+ finance workflows covered in the triggers section.

✓ 0 reported success·v0.1.0·

Overview

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

Blueprint Source

finance-bp-083

tangweigang-jpg/doramagic-skills6360a632 source files

Constraints

51total
37fatal
37 must-not-violate

Evidence Quality

Confidence89%

Medium confidence — review before critical use

37 non-negotiable constraints

FATALdomain_rulefinance-C-001

WHENWhen storing API credentials on filesystem

ACTIONset file permissions to 0o600 to restrict access to owner only

CONSEQUENCEWorld-readable credentials files expose API keys to unauthorized users, enabling data theft or quota abuse on external services

FATALdomain_rulefinance-C-017

WHENWhen calculating technical indicators from OHLCV data

ACTIONVerify OHLCV DataFrame contains required columns (open, high, low, close, volume)

CONSEQUENCEMissing required OHLCV columns causes ValueError and prevents technical indicator calculation for affected tickers

FATALdomain_rulefinance-C-018

WHENWhen implementing SMA crossover detection (golden/death cross)

ACTIONUse shift(1) to compare current bar state with prior bar state for transition detection

CONSEQUENCEWithout shift(1), crossover detection uses current bar data causing look-ahead bias where signals appear to fire at the same bar as the cross occurs

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.