taapi skillA
taapi is agent-read markdown (skill) from starchild-ai-agent/official-skills: Technical analysis indicators: RSI, MACD, Bollinger Bands, ADX, and 200+ more. Use when computing TA signals or scanning support and resistance on a price series (e.g. BTC RSI, ETH MACD cross, 4h Bollinger bands)..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
## Script Usage Script-mode skill — read this file, then invoke from a `bash` block: ```bash python3 - <<'EOF' import sys, json sys.path.insert(0, "/data/workspace/skills/taapi") from exports import indicator, support_resistance # RSI on BTC/USDT 1h rsi = indicator(name="rsi", symbol="BTC/USDT", interval="1h", exchange="binance") print(json.dumps(rsi, indent=2)) # Support/resistance on BTC/USDT daily sr = support_resistance(symbol="BTC/USDT", interval="1d", exchange="binance") print(json.dumps(sr, indent=2)) EOF ``` Available functions in `exports.py`: `indicator`, `support_resistance`. Read `exports.py` directly for exact signatures. # TaAPI TaAPI provides technical analysis indicators including RSI, MACD, Bollinger Bands, support/resistance, and 200+ pre-calculated indicators. No local computation needed. ## Function Reference (signatures) All functions are in `exports.py`. `exchange` defaults to `binance`. `symbol` uses slash format like `BTC/USDT`. `interval` accepts `1m` / `5m` / `15m` / `30m` / `1h` / `2h` / `4h` / `1d` / `1w`. | Function | Description | |---|---| …
Read the whole file at its exact version.
How to install
mdr add starchild-ai-agent/official-skills/taapi@v2.0.3mdr add starchild-ai-agent/official-skills/taapi@sha256:a7f31b8b0e7ad753Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_g64rp6qm4a6iaey3)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| v2.0.3 latest | 2026-05-21 | 868b4d4 | 5,536 B | A | view · diff |
| v2.0.2 | 2026-05-04 | cdac6e5 | 5,394 B | A | view · diff |
| v2.0.1 | 2026-05-04 | e7bab88 | 5,411 B | A | view · diff |
| v2.0.0 | 2026-05-04 | 8a753d7 | 4,471 B | A | view · diff |
| v1.2.0 | 2026-04-10 | 648c97d | 8,597 B | A | view |
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (5536 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
starchild-ai-agent/official-skills · 28 stars · license none · pushed 2026-09-18 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_g64rp6qm4a6iaey3 GET https://markdownregistry.com/api/v1/resolve?ref=starchild-ai-agent/official-skills/taapi GET https://markdownregistry.com/api/v1/blob/a7f31b8b0e7ad7534c6ab9666491530f5c66381a84bd18a4b650bc4778b59154
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.