A zero-interaction automation skill designed to retrieve, extract, and visualize financial data from daily fund report email attachments.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install fund-report-processor
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install fund-report-processor using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Fund Report Processor is a specialized tool within the Openclaw Skills ecosystem that automates the tedious task of managing financial daily reports. It provides a streamlined v3.1 architecture that handles everything from secure credential management via Bitwarden to the generation of high-fidelity trend charts. By integrating this into your workflow, you can transform unstructured email attachments into actionable structured data.
This skill is particularly powerful for those utilizing Openclaw Skills to maintain financial oversight. It automatically connects to your mailbox via IMAP, downloads XLSX attachments, and utilizes a deep extraction engine to capture over 50 specific financial fields. The result is a comprehensive set of CSV, JSON, and visual assets that provide a clear picture of liquidity, investments, and transaction history.
To deploy this skill within your Openclaw Skills environment, first ensure all Python dependencies are installed:
# Run the automated installer
./install.sh
For the recommended zero-interaction mode, ensure your Bitwarden vault is accessible, then run:
python3 zero_interaction_runner.py
Alternatively, you can manually set environment variables:
export FUND_EMAIL="[email protected]"
export FUND_PASSWORD="your_password"
python3 automated_fund_report_processor_enhanced.py
The skill manages financial data across several specialized files to ensure compatibility with different analysis tools in the Openclaw Skills ecosystem:
| File Name | Format | Contents |
|---|---|---|
fund_key_data_latest.csv |
CSV | The most recently processed daily financial metrics. |
fund_key_data_clean_history.csv |
CSV | Deduplicated historical data suitable for long-term analysis. |
fund_enhanced_data.json |
JSON | Rich metadata containing 50+ fields, transaction details, and account breakdowns. |
daily_balance_chart.png |
PNG | A generated visualization of balance fluctuations. |
fund_attachments/ |
Folder | Storage for the raw XLSX source files. |
Loading
A trustless coordination infrastructure for AI agents and communities to launch tokens on Solana using a structured 40-seat model.

A privacy-respecting metasearch skill that enables AI agents to aggregate and retrieve real-time data from hundreds of search engines through SearXNG.

A comprehensive framework for parsing, interpreting, and analyzing Cisco ASA firewall syslog messages for security and network troubleshooting.

A high-performance media processing skill that leverages the FFHub.io API to execute FFmpeg commands in the cloud.

A specialized skill for extracting, parsing, and modifying EPUB files by treating them as structured ZIP archives.

A mobile automation skill that enables AI agents to control Android devices via natural language for testing, data collection, and UI interaction.








































