fireant-stock
Automated Vietnamese stock price and index checking on FireAnt.vn. Use when checking current stock prices, market indices, trading volumes, or financial information for Vietnamese stocks (HOSE, HNX, UPCOM) and market indices (VNINDEX, HNX30, VN30). Accepts stock symbols like DPM, VCB, FPT, or indices like VNINDEX. Returns formatted price/index data, market statistics, and key financial metrics.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aholake/fireant-stockWhat This Skill Does
The fireant-stock skill is a specialized OpenClaw agent designed for real-time monitoring and retrieval of financial data from the Vietnamese stock market via FireAnt.vn. It bridges the gap between complex web-based financial data and the AI agent's interface. By leveraging the power of an automated Rust-based headless browser, the skill performs a complete extraction cycle: it initiates a Google search to locate the correct page, navigates to the specific FireAnt URL, and parses dynamic content into structured data. Whether you are tracking individual equities across the HOSE, HNX, or UPCOM exchanges, or monitoring broad market performance through indices like VNINDEX and VN30, this skill provides precise, up-to-date information including price action, volume metrics, and technical indicators such as P/E ratios and moving averages.
Installation
To integrate this skill into your OpenClaw environment, ensure you have the agent-browser CLI installed, as it is the backbone for the skill's navigation capabilities. Execute the following command in your terminal to fetch the package:
clawhub install openclaw/skills/skills/aholake/fireant-stock
Ensure that your Python environment is configured with the standard library modules (sys, re, subprocess, json) required for parsing and script execution. Once installed, the skill maps its internal Python script to the agent, allowing you to invoke it via natural language queries.
Use Cases
The skill is built for investors, traders, and market analysts who need quick access to Vietnamese financial data without manual browsing.
- Portfolio Tracking: Keep an eye on your specific holdings by checking ticker performance throughout the trading day.
- Market Sentiment Analysis: Monitor index performance (VNINDEX, VN30) to gauge general market health.
- Comparative Research: Analyze technical metrics of multiple stocks simultaneously to identify sector trends or investment opportunities.
- Automated Reporting: Integrate with other agent skills to generate daily market summaries or watchlists.
Example Prompts
- "Check giá cổ phiếu FPT và VNM, sau đó cho tôi biết chỉ số VNINDEX hiện tại."
- "Get the latest trading data and P/E ratio for BID and ACB stocks from FireAnt."
- "Is the market trending up? Show me the current status of VN30 and VNINDEX."
Tips & Limitations
- Efficiency: When checking multiple stocks, group them in a single prompt to minimize browser overhead.
- Consistency: Always use standard stock symbols (e.g., VCB, FPT). The skill relies on the FireAnt URL structure, so it is highly effective for stocks officially listed on Vietnamese exchanges.
- Limitations: As this skill uses a headless browser, performance is dependent on your internet connection speed and the load time of the FireAnt web interface. Ensure your system has sufficient resources to run the Rust-based browser engine smoothly.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-aholake-fireant-stock": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, code-execution
Related Skills
expense-tracker
Track daily expenses in structured markdown files organized by month. Use when the user wants to log spending, view expense summaries, analyze spending patterns, or manage personal finance tracking. Supports categories, tags, and monthly summaries.
expense-tracker
Track daily expenses in structured markdown files organized by month. Use when the user wants to log spending, view expense summaries, analyze spending patterns, or manage personal finance tracking. Supports categories, tags, and monthly summaries.
fireant-stock
Automated Vietnamese stock price and index checking on FireAnt.vn. Use when checking current stock prices, market indices, trading volumes, or financial information for Vietnamese stocks (HOSE, HNX, UPCOM) and market indices (VNINDEX, HNX30, VN30). Accepts stock symbols like DPM, VCB, FPT, or indices like VNINDEX. Returns formatted price/index data, market statistics, and key financial metrics.