fosun-skills-setup-guide
复星财富 OpenAPI 技能集(fosun-skills)的安装引导与安全提示说明。当用户首次安装 fosun-skills、或对 ClawHub 安装过程中的安全风险提示有疑问时使用。
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/2023andrewyang/test-pre-skillWhat This Skill Does
The fosun-skills suite serves as the official OpenAPI integration for Fosun Wealth services within the OpenClaw ecosystem. It bridges the gap between the AI agent and institutional-grade financial infrastructure. This skill set enables programmatic access to market data, real-time portfolio management, and secure order execution. By abstracting complex financial APIs into high-level agent tools, it allows users to automate sophisticated trading strategies, perform technical analysis on equity trends, and manage asset allocation through natural language queries without needing to manually interact with trading terminals or web portals.
Installation
There are two primary ways to integrate fosun-skills into your environment:
Method 1: ClawHub (Recommended)
The fastest and most reliable way to get started is via the ClawHub package manager. Run the following command in your terminal:
clawhub install fosun-skills
If you prefer using npx to avoid global installation, use:
npx clawhub@latest install fosun-skills
After installation, verify the setup by running openclaw skills list --eligible.
Method 2: Manual Installation
For offline environments or custom deployments, clone the repository and place the fosun_skills/ directory into your ~/.openclaw/skills/ folder. Restart the OpenClaw engine to initialize the new modules.
Use Cases
- Automated Rebalancing: Automatically shift asset weightings when market conditions trigger pre-defined thresholds.
- Market Research: Fetch real-time price feeds and institutional reports for specific stock tickers.
- Execution Management: Submit buy or sell orders with built-in multi-factor verification, ensuring compliance with risk management protocols.
- Historical Portfolio Analysis: Query past performance logs to generate tax-ready summaries or periodic growth reports.
Example Prompts
- "OpenClaw, what is the current performance of my tech portfolio and are there any pending order notifications?"
- "Execute a limit buy order for 100 shares of the Fosun-indexed fund at the current market price."
- "Please provide a summary of my trading activity for the last month and highlight the top 3 performing assets."
Tips & Limitations
Security is baked into the core of this skill. Communication is secured via end-to-end HTTPS with RSA signature encryption. Credentials are stored locally and are never surfaced in plaintext by the agent. Please note that for security, all fund-related transactions require explicit user confirmation. Do not bypass the confirmation flow if your system configuration suggests it. If you have concerns regarding security, rest assured that the OpenClaw platform handles all local data encryption, and the agent acts as an interface rather than an autonomous actor with unrestricted access to your bank account.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-2023andrewyang-test-pre-skill": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api, code-execution