FireAnt Stock Price Checker for Openclaw

A specialized AI skill for retrieving real-time stock prices, market indices, and financial metrics from FireAnt.vn.

aholake
v1.1.0
Feb 20, 2026
0
1.2k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install fireant-stock

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install fireant-stock using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is FireAnt Stock Price Checker?

The FireAnt Stock Price Checker is a robust integration designed for Openclaw Skills that automates the extraction of real-time financial data from the Vietnamese stock market. By utilizing headless browser automation, the skill searches and parses FireAnt.vn to provide users with comprehensive snapshots of equities and major indices. It is specifically built to handle the nuances of the HOSE, HNX, and UPCOM exchanges, making it an essential tool for developers and investors tracking the Vietnamese economy.

This skill eliminates the need for manual web navigation by programmatically accessing detailed asset pages. Whether you are monitoring a single ticker or an entire portfolio, this addition to your Openclaw Skills library ensures that high-fidelity financial data, including technical indicators and foreign trading activity, is always accessible through a simple CLI or agent interaction.

FireAnt Stock Price Checker Use Cases

  • Tracking real-time price fluctuations for Vietnamese symbols like FPT, VCB, or DPM.
  • Monitoring the performance of major market benchmarks such as VNINDEX, VN30, and HNX30.
  • Analyzing market liquidity through volume, value, and opening/high/low price metrics.
  • Evaluating foreign investor sentiment by checking NĐTNN buy and sell activity.
  • Performing rapid technical health checks using moving averages like MA10 and MA50.

How FireAnt Stock Price Checker Works

  1. The user provides a stock symbol or index name (e.g., VNINDEX or VCB) to the Openclaw Skills interface.
  2. The system performs a targeted search to identify the correct asset dashboard on FireAnt.vn.
  3. The Agent Browser, a high-performance Rust-based headless engine, navigates to the identified URL.
  4. Real-time data points, including pricing, market capitalization, and technical metrics, are extracted from the page snapshot.
  5. The skill parses this raw data into a structured, readable format and returns it to the user.

FireAnt Stock Price Checker Setup

To integrate this functionality into your environment, ensure you have Python 3.x and the Agent Browser CLI installed. This skill relies on the Rust-based browser for reliable data extraction.

# Example: Checking a single stock symbol
python3 scripts/check_stock.py DPM

# Example: Checking multiple symbols at once
python3 scripts/check_stock.py VCB FPT BID

# Example: Checking a market index
python3 scripts/check_stock.py VNINDEX

FireAnt Stock Price Checker Data Schema & Taxonomy

The skill returns structured financial data organized by asset type. Below is the metadata taxonomy used by this integration within the Openclaw Skills ecosystem:

Category Metrics Collected
Equities Current Price, Change Percentage, Volume, Market Cap, P/E Ratio, MA10, MA50
Market Indices Current Index Value, Total/Matched Volume, Foreign Buy/Sell (NĐTNN), Reference Price
Listing Info Company Name, Exchange (HOSE, HNX, or UPCOM), Opening and High/Low range

FireAnt Stock Price Checker Advanced Features

  • Bulk processing capabilities allow users to query multiple stocks and indices in a single workflow execution.
  • Headless browser automation via Agent Browser ensures compatibility with dynamic web content on FireAnt.vn.
  • Unified URL formatting logic that seamlessly handles both individual tickers and complex market indices.
  • Automated extraction of foreign trading positions (NĐTNN) to provide deeper market insight.
  • Integrated technical analysis support with pre-calculated moving averages for trend identification.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*