FinClaw Skills CLI — install and manage financial AI skills
Project description
finclaw — FinClaw Skills CLI
金融 AI Skills 安装器,配套 FinSkillsHub 使用。
安装
pip install finclaw
快速开始
# 安装一个 Skill
finclaw install akshare-stock
# 安装多个
finclaw install akshare-stock akshare-fund backtrader-skill factor-analysis
# 搜索 Skills
finclaw search 股票
finclaw search backtest
# 查看所有可用 Skills
finclaw list
# 查看已安装
finclaw list --installed
# 某个 Skill 的详细信息
finclaw info akshare-stock
# 更新所有已安装 Skills
finclaw update
# 卸载
finclaw uninstall akshare-stock
# 查看本地存储路径
finclaw path
install 做了什么
以 finclaw install akshare-stock 为例:
- 从 GitHub 下载
akshare-stock/SKILL.md - 解析 YAML frontmatter,提取 pip 依赖:
["akshare", "pandas", "requests"] - 自动运行
pip install akshare pandas requests - 将 SKILL.md 存储到
~/.finclaw/skills/akshare-stock/SKILL.md - 更新
~/.finclaw/installed.json注册表
与 AI Agent 集成
finclaw path
# 输出:/Users/你的用户名/.finclaw/skills
将该路径加入 AI Agent 配置(如 Claude Code 的 CLAUDE.md),Agent 即可读取已安装 Skills 的 SKILL.md。
Skills 来源
| 来源 | 说明 |
|---|---|
| finclaw-skills | Skills 源码(SKILL.md + 脚本) |
| FinSkillsHub | Web 目录,可视化浏览所有 Skills |
许可证
Apache License 2.0 · © 上海财经大学张立文课题组
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
finskillshub-0.1.0.tar.gz
(8.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file finskillshub-0.1.0.tar.gz.
File metadata
- Download URL: finskillshub-0.1.0.tar.gz
- Upload date:
- Size: 8.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
32161cb0e242b9fb873ef2170b8599d94bf970c63a82fc28feb9ad823e5a3d91
|
|
| MD5 |
c04fb867ddddf197710f31df68fe1bb5
|
|
| BLAKE2b-256 |
08b59aadd2ece2673e42c957badca2e48d590b3f7e90bf3113687cf72384cbb4
|
File details
Details for the file finskillshub-0.1.0-py3-none-any.whl.
File metadata
- Download URL: finskillshub-0.1.0-py3-none-any.whl
- Upload date:
- Size: 10.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
40886f12ef9e39fa36855e9ecbcbf93bdd607d3438bc22547e4a13e38fd9aec9
|
|
| MD5 |
131c66927d0ab82adc3fdc530e9225bd
|
|
| BLAKE2b-256 |
89ded7f4c1e307e246ab8cf4d546962ff48f469930ed69fb08a695ce38f19811
|