A lifecycle-based investment assistant that automates asset allocation, fund selection, and portfolio rebalancing based on proven financial theories.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install asset-allocator
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 asset-allocator using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Asset Allocator is a core investment management skill designed for Openclaw Skills, inspired by Burton Malkiel's 'A Random Walk Down Wall Street'. It moves beyond simple advice by calculating precise investment ratios tailored to a user's specific lifecycle stage and risk tolerance. By integrating historical wisdom with modern automation, it helps users maintain a disciplined approach to wealth accumulation.
This skill bridges the gap between complex financial theory and actionable daily execution. It focuses on the principle that asset allocation determines the vast majority of long-term returns, providing users with a structured framework for domestic and international stocks, bonds, and alternative assets.
To integrate this capability into your environment, ensure you have the core Openclaw Skills framework installed. Clone the skill repository and install dependencies:
# Clone the asset-allocator skill into your local directory
git clone https://github.com/openclaw/asset-allocator.git
# Navigate to the directory and initialize configuration
cd asset-allocator
pip install -r requirements.txt
The Asset Allocator organizes its logic and data through a structured hierarchy of templates and scripts:
| Data Type | Location | Description |
|---|---|---|
| Core Logic | scripts/ |
Contains the allocation-calculator.py for precise ratio math. |
| Theories | references/ |
Documentation on Malkiel's theory and rebalancing logic. |
| Templates | templates/ |
Standardized Markdown formats for allocation and rebalance reports. |
| Examples | examples/ |
Pre-configured profiles for Conservative, Balanced, and Aggressive users. |
Loading
A cost-free web search utility that enables OpenClaw agents to access real-time web data without requiring Brave or Perplexity API keys.

A specialized automation skill for tracking Candy Crush Saga game events, version updates, and official community guidelines.

Deep Research Pro is a rigorous AI research skill that enforces mandatory full-text parsing, structured data extraction, and source verification to ensure maximum analytical depth.

A protective git-first workflow skill for AI agents that ensures repository integrity through rigorous pre-work inspection, multi-stage validation, and structured commits.

A powerful search aggregation tool that unifies 17 global search engines for comprehensive information retrieval without requiring API keys.

Omni Tool is a versatile terminal utility toolkit for tracking, analyzing, and managing command-line tasks through local log-based storage.








































