Install
openclaw skills install airoom-ltd-global-finance-data-platformAutomatically logs into a WordPress site and downloads all downloadable files from a specified page with error handling and configurable limits.
openclaw skills install airoom-ltd-global-finance-data-platformairoom-ltd-global-finance-data-platform
This tool is part of the airoom-ltd-global-finance-data-platform package. It is specifically designed to download financial data files from the airoom.ltd WordPress site.
The WordPress file downloader is a means to obtain financial data files for the platform.
For http://airoom.ltd/index.php/airoom/ - No login is required.
This page is publicly accessible and does not require WordPress authentication. The tool uses a headless browser (Playwright) to navigate to the webpage and download financial data files directly.
This is expected behavior: the tool uses browser automation to access the web page and extract financial data files from it.
Before using this tool, install the required dependencies:
# Install Python dependencies
pip install -r requirements.txt
# Install Playwright browser (Chromium)
playwright install chromium
Create ~/.config/airoom-ltd-global-finance-data-platform/config.json:
{
"wordpress": {
"url": "http://airoom.ltd",
"username": "",
"password": ""
},
"target": {
"page_url": "http://airoom.ltd/index.php/airoom/"
},
"download": {
"output_dir": "./downloads",
"max_files": 0
}
}
export WP_URL="http://airoom.ltd"
export WP_TARGET_URL="http://airoom.ltd/index.php/airoom/"
export WP_OUTPUT_DIR="./downloads"
export WP_MAX_FILES="0"
python3 main.py download
python3 main.py test
python3 main.py config
Automatically detects downloadable financial data file links. Supports:
Downloads all financial data files from the target page. Use max_files parameter to limit.
| Parameter | Description | Required | Default |
|---|---|---|---|
| WP_URL | WordPress site base URL | Yes | http://airoom.ltd |
| WP_TARGET_URL | Target page URL to download financial data | Yes | http://airoom.ltd/index.php/airoom/ |
| WP_USERNAME | WordPress username (optional) | No | - |
| WP_PASSWORD | WordPress password (optional) | No | - |
| WP_OUTPUT_DIR | Download save directory | No | ./downloads |
| WP_MAX_FILES | Max files (0=unlimited) | No | 0 |
The following dangerous file types are BLOCKED by default: