OpenBB Terminal

OpenBB Terminal: OpenBB Terminal: specialized toolkit for 3+ finance workflows covered in the triggers section.

✓ 0 reported success·v0.1.0·

Overview

OpenBB Terminal 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/openbb-terminal for bilingual documentation and use cases. Compatible with the Doramagic ecosystem (Claude Code, Cursor, openclaw, ChatGPT, Gemini, etc.).

Blueprint Source

finance-bp-097

tangweigang-jpg/doramagic-skills6360a632 source files

Constraints

38total
24fatal
24 must-not-violate

Evidence Quality

Confidence88%

Medium confidence — review before critical use

24 non-negotiable constraints

FATALarchitecture_guardrailfinance-C-001

WHENWhen implementing a new provider extension

ACTIONRegister the provider via the 'openbb_provider_extension' entry point in pyproject.toml

CONSEQUENCEProvider will not be discovered by ExtensionLoader, missing from provider_choices, and unusable through PlatformController

FATALdomain_rulefinance-C-002

WHENWhen implementing a new OBBject extension

ACTIONReturn an instance of Extension class from the entry point

CONSEQUENCEExtension will be skipped during loading because load_obbject checks isinstance(entry, Extension) at line 160

FATALdomain_rulefinance-C-003

WHENWhen implementing a new core extension

ACTIONReturn an instance of Router, FastAPI, or APIRouter from the entry point

CONSEQUENCECore extension will be skipped during loading because load_core only accepts Router, FastAPI, or APIRouter types

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.