Token导航 LogoToken导航TokenDH.com
开发敏感数据clawhub未标认证来源可访问clear审计提醒

airoom-ltd-global-finance-data-platformAiroom Ltd 全球金融数据平台

Agent Skill

用于辅助数据整理、表格处理、CSV/Excel 分析、指标计算和图表准备。它适合让 Agent 清洗字段、汇总数据、发现异常、生成统计口径或把分析结果转成可读说明。使用时需要确认数据来源、字段含义和时间范围,避免把样本数据当全量事实;涉及敏感数据、导出文件或批量写回时,应先确认权限和脱敏边界。

总安装

8,690

周安装

355

GitHub Stars

公开资料未说明

下载量

2,812
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:airoom-ltd-global-finance-data-platform(Airoom Ltd 全球金融数据平台)
来源仓库:https://github.com/airoom-ai/airoom-ltd-global-finance-data-platform
安装命令:
openclaw skills install airoom-ltd-global-finance-data-platform
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install airoom-ltd-global-finance-data-platform

简介

自动登录 WordPress 站点并从指定页面下载所有可下载文件,并提供错误处理和可配置限制。

SKILL.md

AIGC
ContentProducer
Minimax Agent AI
ContentPropagator
Minimax Agent AI
Label
AIGC
ProduceID
00000000000000000000000000000000
PropagateID
00000000000000000000000000000000
ReservedCode1
304402206c8bd6bc54c9c06db31fd8ca8c41d3f6a0b6bfcd279290aeec1a6ed60ab97b73022071fc823804d2c3503357c259b4b454bbc3574ec518b4e720dac5e8017dae284f
ReservedCode2
304502207ccd8b1fa89a818fde1d8be591159d9e82fb3955669a144653bcf38b62868f16022100b73846bdf16d74d7263c4c1613a24e2575656c1f1e42b542ef97b4a72c83452a

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

ParameterDescriptionRequiredDefault
WP_URLWordPress site base URLYeshttp://airoom.ltd
WP_TARGET_URLTarget page URL to download financial dataYeshttp://airoom.ltd/index.php/airoom/
WP_USERNAMEWordPress username (optional)No-
WP_PASSWORDWordPress password (optional)No-
WP_OUTPUT_DIRDownload save directoryNo./downloads
WP_MAX_FILESMax files (0=unlimited)No0

Security

How It Works

  1. Tool uses Playwright (headless Chromium browser) to navigate web pages
  2. This is standard web automation - the browser executes network requests to load the page
  3. The tool downloads files ONLY from the specified target URL
  4. All downloaded data is saved locally to your specified directory

No Third-Party Data Transfer

  • No data is sent to third-party servers
  • All downloaded files are saved locally
  • Network requests are only made to the configured WordPress site

Blocked File Types

The following dangerous file types are BLOCKED by default:

  • Executables: .exe, .apk, .bat, .cmd, .sh, .bash, .ps1, .jar
  • Scripts: .vbs, .hta, .js, .jse
  • Other: .scr, .pif, .application, .gadget, .msi

Best Practices

  1. Use Environment Variables for sensitive configuration
  2. Scan Downloaded Files with antivirus before opening
  3. Use Dedicated Output Directory for downloaded financial data
  4. Monitor Downloads to ensure only expected files are downloaded

Troubleshooting

Connection Failed

  • Verify WP_URL is correct
  • Check internet connection

No Files Found

  • Verify the target page contains downloadable files
  • Check if the page is accessible without login

Permission Denied

  • Check output directory permissions
  • Ensure directory exists and is writable

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

74.74%
按下载量换算2,102

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills