ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Airoom Ltd Global Finance Data Platform

Skill by airoom-ai

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/airoom-ai/airoom-ltd-global-finance-data-platform
Or

SKILL.md

airoom-ltd-global-finance-data-platform

Purpose

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.

IMPORTANT: No Login Required for Target Page

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.

Installation

Before using this tool, install the required dependencies:

# Install Python dependencies
pip install -r requirements.txt

# Install Playwright browser (Chromium)
playwright install chromium

Setup

Option 1: Configuration File (Recommended)

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
  }
}

Option 2: Environment Variables

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"

Quick Reference

Download Financial Data

python3 main.py download

Test Connection

python3 main.py test

Show Configuration

python3 main.py config

Features

Automated Financial Data Collection

  • Uses headless browser (Playwright) to access web pages
  • Navigates to target WordPress page
  • Automatically detects and downloads financial data files

No Login Required

  • http://airoom.ltd/index.php/airoom/ is publicly accessible
  • No WordPress authentication needed for this target
  • Tool checks if login is required and only attempts login when necessary

Smart File Detection

Automatically detects downloadable financial data file links. Supports:

  • Documents: CSV, TXT, XLSX, XLS, DOC, DOCX, PDF
  • Archives: ZIP, RAR, 7Z
  • Data: JSON, XML
  • Media: PNG, JPG, GIF, MP3, MP4
  • Web: HTML, CSS

Batch Download

Downloads all financial data files from the target page. Use max_files parameter to limit.

Security Protections

  • Blocked File Types: Dangerous executables (.exe, .apk, .bat, .js, etc.) are BLOCKED
  • Domain Validation: Target URL must match the WordPress domain
  • Safe File Types Only: Only downloads safe financial data file types

Supported Parameters

Metadata

Author@airoom-ai
Stars4473
Views2
Updated2026-05-01
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-airoom-ai-airoom-ltd-global-finance-data-platform": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.