fireant-stock

Automated Vietnamese stock price checking on FireAnt.vn. Use when checking current stock prices, market data, trading volumes, or financial information for Vietnamese stocks (HOSE, HNX, UPCOM). Accepts stock symbols like DPM, VCB, FPT, etc. and returns formatted price data, market statistics, and key financial metrics.

7 stars

Best use case

fireant-stock is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Automated Vietnamese stock price checking on FireAnt.vn. Use when checking current stock prices, market data, trading volumes, or financial information for Vietnamese stocks (HOSE, HNX, UPCOM). Accepts stock symbols like DPM, VCB, FPT, etc. and returns formatted price data, market statistics, and key financial metrics.

Teams using fireant-stock 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

$curl -o ~/.claude/skills/vietstock/SKILL.md --create-dirs "https://raw.githubusercontent.com/Demerzels-lab/elsamultiskillagent/main/public/skills/aholake/vietstock/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/vietstock/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How fireant-stock Compares

Feature / Agentfireant-stockStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Automated Vietnamese stock price checking on FireAnt.vn. Use when checking current stock prices, market data, trading volumes, or financial information for Vietnamese stocks (HOSE, HNX, UPCOM). Accepts stock symbols like DPM, VCB, FPT, etc. and returns formatted price data, market statistics, and key financial metrics.

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.

SKILL.md Source

# FireAnt Stock Price Checker

## Overview

Automatically retrieves real-time stock information from FireAnt.vn for Vietnamese equities. Handles the full workflow from searching to data extraction and formatting.

## Quick Start

Check a single stock:
```bash
scripts/check_stock.py DPM
```

Check multiple stocks:
```bash
scripts/check_stock.py VCB FPT BID
```

## Core Workflow

1. **Search** - Uses Google search to find the FireAnt stock page for the symbol
2. **Navigate** - Opens the FireAnt stock page via browser automation  
3. **Extract** - Parses current price, volume, market cap, and key statistics
4. **Format** - Returns structured data in readable format

## Supported Data

- **Current Price** - Real-time price with change percentage
- **Trading Data** - Volume, value, opening/high/low prices  
- **Market Metrics** - Market cap, beta, P/E ratio, reference price
- **Technical Analysis** - Moving averages (MA10, MA50)
- **Company Info** - Full company name, stock exchange listing

## Usage Patterns

**Single stock inquiry:**
"Check giá cổ phiếu DPM"
"What's the current price of VCB?"

**Multiple stocks:**
"Compare VCB, BID, and CTG prices"
"Show me bank stocks: VCB BID CTG"

**Market research:**
"Find information about DPM stock on FireAnt"
"Get latest trading data for FPT"

## Scripts

### scripts/check_stock.py

Main script that automates the full stock checking workflow for one or more symbols.

**Usage:** `python3 scripts/check_stock.py <SYMBOL1> [SYMBOL2] ...`

**Returns:** Formatted stock data including price, volume, market cap, and key metrics.

Related Skills

intellectia-stock-screener

7
from Demerzels-lab/elsamultiskillagent

Get stock screener list data from Intellectia API (no auth) and summarize results.

allstock-data

7
from Demerzels-lab/elsamultiskillagent

Query A-share and US stock data via Tencent Finance API.

stock-evaluator-v3

7
from Demerzels-lab/elsamultiskillagent

Comprehensive evaluation of potential stock investments combining valuation analysis, fundamental research, technical assessment, and clear buy/hold/sell recommendations. Use when the user asks about buying a stock, evaluating investment opportunities, analyzing watchlist candidates, or requests stock recommendations. Provides specific entry prices, position sizing, and conviction ratings.

a-stock-analysis

7
from Demerzels-lab/elsamultiskillagent

A股实时行情与分时量能分析。获取沪深股票实时价格、涨跌、成交量,分析分时量能分布(早盘/尾盘放量)、主力动向(抢筹/出货信号)、涨停封单。支持持仓管理和盈亏分析。Use when: (1) 查询A股实时行情, (2) 分析主力资金动向, (3) 查看分时成交量分布, (4) 管理股票持仓, (5) 分析持仓盈亏。

stock-copilot-pro

7
from Demerzels-lab/elsamultiskillagent

OpenClaw stock analysis skill for US/HK/CN markets.

stock-prices

7
from Demerzels-lab/elsamultiskillagent

Query real-time stock prices and market data using the Stock Prices API.

paylock

7
from Demerzels-lab/elsamultiskillagent

Non-custodial SOL escrow for AI agent deals.

agent-reputation

7
from Demerzels-lab/elsamultiskillagent

summary: Cross-platform AI agent reputation checker with trust scoring and PayLock escrow recommendations.

Telecom Agent Skill

7
from Demerzels-lab/elsamultiskillagent

Turn your AI Agent into a Telecom Operator. Bulk calling, ChatOps, and Field Monitoring.

OpenClaw-Finnhub

7
from Demerzels-lab/elsamultiskillagent

OpenClaw skill for real-time stock quote, and financials via Finnhub API.

```markdown

7
from Demerzels-lab/elsamultiskillagent

# OpenClaw-Last.fm

security-operator

7
from Demerzels-lab/elsamultiskillagent

Runtime security guardrails for OpenClaw agents.