twelvedata skillA
twelvedata is agent-read markdown (skill) from starchild-ai-agent/official-skills: Stocks, forex, and commodities prices: real-time quotes and historical bars. Use when looking up traditional-market prices (e.g. AAPL quote, EUR/USD chart, gold price, SPY history). Not for crypto..
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
# Twelve Data
Stocks, forex, and commodities price data. **Traditional markets only — not for crypto.**
## Script Usage
This skill ships a single `exports.py` with all functions. Call it from a
`bash` block:
```bash
python3 - <<'EOF'
import sys, json
sys.path.insert(0, "/data/workspace/skills/twelvedata")
from exports import twelvedata_price, twelvedata_quote, twelvedata_time_series
# Single quote
print(twelvedata_quote(symbol="AAPL"))
# Time series (last 30 daily candles)
series = twelvedata_time_series(symbol="AAPL", interval="1day", outputsize=30)
print(json.dumps(series.get("values", [])[:3], indent=2))
EOF
```
Available functions in `exports.py`: `twelvedata_price`, `twelvedata_quote`,
`twelvedata_time_series`, `twelvedata_eod`, `twelvedata_quote_batch`,
`twelvedata_price_batch`, `twelvedata_search`, `twelvedata_stocks`,
`twelvedata_forex_pairs`, `twelvedata_exchanges`. Read `exports.py`
directly when you need exact signatures.
## Function Reference (signatures)
All functions are in `exports.py`. Symbols use TwelveData format (e.g. `AAPL`,
`EUR/USD`, `XAU/USD`). Use `prepost=True` for pre/post-market data on
US stocks.
| Function | Description |
|---|---|
…Read the whole file at its exact version.
How to install
mdr add starchild-ai-agent/official-skills/twelvedata@v2.0.4mdr add starchild-ai-agent/official-skills/twelvedata@sha256:1c9d670d1c773f27Pin 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_2yg4llmkzbm5iq6o)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| v2.0.4 latest | 2026-06-04 | 7aabe82 | 7,161 B | A | view · diff |
| v2.0.3 | 2026-05-21 | 868b4d4 | 7,161 B | A | view · diff |
| v2.0.2 | 2026-05-04 | cdac6e5 | 7,064 B | A | view · diff |
| v2.0.1 | 2026-05-04 | e7bab88 | 7,081 B | A | view · diff |
| v2.0.0 | 2026-05-04 | 3069c28 | 5,853 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 (7161 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_2yg4llmkzbm5iq6o GET https://markdownregistry.com/api/v1/resolve?ref=starchild-ai-agent/official-skills/twelvedata GET https://markdownregistry.com/api/v1/blob/1c9d670d1c773f27b433af1bae74b8d6314782535f559f735ccfbe339cf82a3c
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.