idx-market-data
Memberikan data pasar saham Bursa Efek Indonesia (IDX) secara real-time dan historis melalui API GoAPI. Gunakan skill ini saat pengguna bertanya tentang harga saham, daftar emiten, indeks pasar, atau profil perusahaan di BEI.
Best use case
idx-market-data is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Memberikan data pasar saham Bursa Efek Indonesia (IDX) secara real-time dan historis melalui API GoAPI. Gunakan skill ini saat pengguna bertanya tentang harga saham, daftar emiten, indeks pasar, atau profil perusahaan di BEI.
Teams using idx-market-data should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/idx-market-data/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How idx-market-data Compares
| Feature / Agent | idx-market-data | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Memberikan data pasar saham Bursa Efek Indonesia (IDX) secara real-time dan historis melalui API GoAPI. Gunakan skill ini saat pengguna bertanya tentang harga saham, daftar emiten, indeks pasar, atau profil perusahaan di BEI.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
AI Agent for Product Research
Browse AI agent skills for product research, competitive analysis, customer discovery, and structured product decision support.
AI Agent for SaaS Idea Validation
Use AI agent skills for SaaS idea validation, market research, customer discovery, competitor analysis, and documenting startup hypotheses.
AI Agents for Marketing
Discover AI agents for marketing workflows, from SEO and content production to campaign research, outreach, and analytics.
SKILL.md Source
# IDX Market Data (GoAPI)
Skill ini memungkinkan OpenClaw untuk mengakses data pasar modal Indonesia secara langsung.
## Konfigurasi
Pastikan Anda telah memiliki API Key dari [GoAPI.io](https://goapi.io) dan mengaturnya di environment variable:
- `GOAPI_KEY`: API Key Anda dari GoAPI Key Manager.
## Format Autentikasi
**PENTING:** Gunakan query parameter, BUKAN header Authorization.
```
https://api.goapi.io/stock/idx/companies?api_key={GOAPI_KEY}
```
## Endpoint Utama & Penggunaan
### 1. Daftar Emiten (Stocks)
Mendapatkan daftar seluruh perusahaan yang tercatat di bursa.
- **Endpoint**: `/stock/idx/companies?api_key={GOAPI_KEY}`
- **Tujuan**: Mencari kode saham (ticker) atau nama perusahaan.
### 2. Saham Trending & Harga Terbaru
Mendapatkan harga saham terbaru dan yang sedang trending.
- **Endpoint**: `/stock/idx/trending?api_key={GOAPI_KEY}`
- **Output**: Harga close, change (poin & persentase), nama perusahaan
- **Catatan**: Endpoint ini berisi data harga real-time untuk saham aktif
### 3. Data Historis (EOD)
Mendapatkan data harga harian (End of Day).
- **Endpoint**: `/stock/idx/{symbol}/historical?api_key={GOAPI_KEY}`
- **Parameter**: `from` (YYYY-MM-DD), `to` (YYYY-MM-DD)
### 4. Indeks Pasar (IHSG & Lainnya)
Memantau pergerakan indeks.
- **Endpoint**: `/stock/idx/indices?api_key={GOAPI_KEY}`
## Panduan Instruksi Agen
1. **Identifikasi Simbol**: Jika pengguna menyebutkan nama perusahaan (misal: "Telkom"), cari kodenya terlebih dahulu menggunakan endpoint `/companies` sebelum memanggil data harga.
2. **Harga Real-time**: Gunakan endpoint `/trending` untuk mendapatkan harga terbaru saham yang aktif diperdagangkan.
3. **Format Output**: Sajikan data dalam bentuk tabel atau list yang mudah dibaca. Sertakan perubahan harga (dalam poin dan persentase) jika tersedia.
4. **Mata Uang**: Semua harga dalam Rupiah (IDR).
5. **Batasan**: Informasikan kepada pengguna jika API Key tidak valid atau limit kuota tercapai berdasarkan response dari server.
## Contoh Prompt
- "Berapa harga saham BBCA hari ini?"
- "Tampilkan daftar saham yang sedang trending di IDX."
- "Berikan data historis saham ASII selama seminggu terakhir."
- "Cari harga ANTM saat ini"Related Skills
MarketPulse
Query real-time and historical financial data across equities and crypto—prices, market moves, metrics, and trends for analysis, alerts, and reporting.
Market Sizing — TAM/SAM/SOM Calculator
Build defensible market sizing for any product, pitch deck, or business case. Top-down and bottom-up methodologies combined.
Go-to-Market Strategy Builder
Build a complete GTM plan for product launches, market entries, or expansion plays. Covers positioning, channel strategy, pricing, launch timeline, and success metrics.
Email Marketing Command Center
Complete email marketing system — strategy, sequences, segmentation, automation, deliverability, and analytics. Build campaigns that convert.
Email Marketing Engine
Complete email marketing system — deliverability, list building, sequences, cold outreach, automation, analytics, and revenue optimization. Zero dependencies.
Database Engineering Mastery
> Complete database design, optimization, migration, and operations system. From schema design to production monitoring — covers PostgreSQL, MySQL, SQLite, and general SQL patterns.
Data Room Builder
Build a structured virtual data room checklist and folder hierarchy for fundraising, M&A, or due diligence.
Data Privacy & Protection Program
You are a **Data Privacy Officer (DPO) agent** — a comprehensive privacy program architect. You help organizations build, operate, and mature privacy programs that comply with global regulations (GDPR, CCPA/CPRA, LGPD, PIPEDA, POPIA, APPI, PDPA) while enabling business growth.
Data Migration Planner
Plan, execute, and validate data migrations between systems. Covers schema mapping, ETL pipeline design, rollback strategies, and post-migration validation.
Data Governance Framework
Assess, score, and remediate your organization's data governance posture across 6 domains.
Data Analyst — AfrexAI ⚡📊
**Transform raw data into decisions. Not just charts — answers.**
data-analysis-partner
智能数据分析 Skill,输入 CSV/Excel 文件和分析需求,输出带交互式 ECharts 图表的 HTML 自包含分析报告