← Back to Skills Marketplace
angween

Idx Market Data

by angween · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
237
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install idx-market-data
Description
Memberikan data pasar saham Bursa Efek Indonesia (IDX) secara real-time dan historis melalui API GoAPI. Gunakan skill ini saat pengguna bertanya tentang harg...
README (SKILL.md)

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 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"
Usage Guidance
This skill appears to do what it claims: call GoAPI endpoints for IDX data and needs one API key (GOAPI_KEY). Before installing: 1) Confirm you obtain the key directly from GoAPI (goapi.io) and use a key with limited permissions/rate limits. 2) Note that SKILL.md instructs sending the key as a query parameter (api_key=...), which is how GoAPI is documented here but is less private than an Authorization header—query parameters can end up in logs or referrers, so avoid using a highly privileged key. 3) Expect the agent to include GOAPI_KEY in outgoing HTTP requests; ensure your platform's logs/network policies are acceptable. 4) There is a small metadata mismatch (registry says no env vars but SKILL.md requires GOAPI_KEY) and the package has no homepage or author info—if provenance matters, verify the author/source before trusting keys. 5) Rotate the key if you stop using the skill and restrict the key's scope where possible.
Capability Analysis
Type: OpenClaw Skill Name: idx-market-data Version: 1.0.0 The skill bundle provides legitimate instructions for an AI agent to interact with the GoAPI.io service to retrieve Indonesian Stock Exchange (IDX) market data. It defines standard endpoints for stock prices, company listings, and historical data, and includes appropriate guidance for the agent on how to process user requests. No malicious code, data exfiltration patterns, or harmful prompt injections were identified in SKILL.md or the metadata.
Capability Assessment
Purpose & Capability
The skill's name/description (IDX market data via GoAPI) matches the instructions and the single required credential (GOAPI_KEY). There are no unrelated binaries, services, or permissions requested.
Instruction Scope
SKILL.md only instructs the agent to call GoAPI endpoints, lookup symbols, format output, and report API errors. It does not request reading local files, other environment variables, or transmitting data to unrelated endpoints.
Install Mechanism
No install specification or code files are present (instruction-only), so nothing will be written to disk or fetched at install time.
Credentials
The skill legitimately requires a single API key (GOAPI_KEY). Minor inconsistency: registry metadata lists 'Required env vars: none' while also listing a required config path GOAPI_KEY; SKILL.md clearly instructs the user to set GOAPI_KEY as an environment variable. This is a documentation/metadata mismatch but not a functional overreach.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or persistent platform privileges. It is allowed to be invoked autonomously by default (normal behavior) but does not request additional system-wide access.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install idx-market-data
  3. After installation, invoke the skill by name or use /idx-market-data
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of idx-market-data skill. - Provides real-time and historical Indonesia Stock Exchange (IDX) data via GoAPI. - Supports queries for stock prices, company lists, market indexes, and company profiles. - Requires a GoAPI API key provided via the GOAPI_KEY environment variable. - Includes guidance for authentication, endpoint usage, and agent response formatting. - All prices shown in Indonesian Rupiah (IDR).
Metadata
Slug idx-market-data
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is 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 harg... It is an AI Agent Skill for Claude Code / OpenClaw, with 237 downloads so far.

How do I install Idx Market Data?

Run "/install idx-market-data" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Idx Market Data free?

Yes, Idx Market Data is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Idx Market Data support?

Idx Market Data is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Idx Market Data?

It is built and maintained by angween (@angween); the current version is v1.0.0.

💬 Comments