@open-finance/skills
v1.0.1
Published
Open-source Claude Code agent skills for financial analysis
Maintainers
Readme
@open-finance/skills
Open-source Claude Code agent skills for financial analysis
A curated collection of Claude Code agent skills focused on financial analysis. Install skills to give Claude domain-specific knowledge and tools for working with financial data.
Skill Catalog
| Name | Description | Category | Tags |
|------|-------------|----------|------|
| bank-account-analysis | Israeli bank account analysis with Hebrew PDF reports | Finance | banking, israel, hebrew, pdf |
Quick Start
Option 1: Run directly with npx
npx @open-finance/skills install bank-account-analysisOption 2: Install globally
npm install -g @open-finance/skills
openfinance-skills install bank-account-analysisOption 3: Clone and install manually
git clone https://github.com/open-finance-ai/agent-skills.git
cd agent-skills
npm installThen copy the skill's SKILL.md into your project's .claude/skills/ directory.
CLI Usage
# List all available skills
openfinance-skills list
# Show detailed info about a skill
openfinance-skills info bank-account-analysis
# Install a skill into your Claude Code project
openfinance-skills install bank-account-analysis
# Update a previously installed skill
openfinance-skills update bank-account-analysis
# Remove a skill from your project
openfinance-skills uninstall bank-account-analysisHow It Works
Each skill is a self-contained package that includes:
- SKILL.md - Instructions and knowledge that get loaded into Claude's context
- README.md - Human-readable documentation
- scripts/ - Optional automation scripts (Python, shell, etc.)
- references/ - Supporting reference materials
When you install a skill, the CLI copies the skill's SKILL.md file into your project's .claude/skills/ directory, where Claude Code automatically picks it up.
Contributing
We welcome contributions! See CONTRIBUTING.md for guidelines on creating new skills and submitting pull requests.
