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.1.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.1.tar.gz.
File metadata
- Download URL: finskillshub-0.1.1.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 |
99e9d492b9ef9ec676f05faf1a0ec6a3ed155620ef2a4ba272f893ebae153209
|
|
| MD5 |
1cfe5f2fc5ea9ae5349eaec8b2f1c53e
|
|
| BLAKE2b-256 |
fba1eeaa5a52975ef973064ee9eb55d768177e9d7459f2340b71f4ccc6f57e3d
|
File details
Details for the file finskillshub-0.1.1-py3-none-any.whl.
File metadata
- Download URL: finskillshub-0.1.1-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 |
07ef4f7bbbfed39e909a417b14d6c0887faedb5690fddb0ea3742073160dae92
|
|
| MD5 |
f045b069a205da8fc25b1e1773c2d05f
|
|
| BLAKE2b-256 |
f35b77ab99bfb3c79701f09d7e704903103284ca93cea940bf06044502ec3236
|