Moltbot Skills Library enables AI agents to perform tasks like crypto trading, DeFi operations, and automation. Operations teams benefit from pre-built skills and can contribute new ones via PRs. Integrates with Claude agents and supports Python.
git clone https://github.com/BankrBot/moltbot-skills.gitMoltbot Skills Library enables AI agents to perform tasks like crypto trading, DeFi operations, and automation. Operations teams benefit from pre-built skills and can contribute new ones via PRs. Integrates with Claude agents and supports Python.
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/BankrBot/moltbot-skillsCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Create a new Moltbot skill for [COMPANY] that automates [SPECIFIC TASK] in [INDUSTRY]. The skill should integrate with [SPECIFIC TOOL OR PLATFORM] and use [PROGRAMMING LANGUAGE]. Include error handling and logging. Provide the Python code and a brief description of how the skill works.
# Moltbot Skill: Automated Crypto Portfolio Tracker
## Description
This skill automates the tracking of a cryptocurrency portfolio across multiple exchanges. It fetches real-time data, calculates portfolio value, and generates performance reports.
## Features
- Supports Binance, Coinbase, and Kraken exchanges
- Real-time portfolio valuation
- Performance metrics and historical data
- Email reporting
## Python Code
```python
import requests
import json
class CryptoPortfolioTracker:
def __init__(self, api_keys):
self.api_keys = api_keys
self.portfolio_value = 0
self.holdings = {}
def fetch_data(self):
# Fetch data from exchanges using API keys
pass
def calculate_value(self):
# Calculate total portfolio value
pass
def generate_report(self):
# Generate performance report
pass
```
## How to Use
1. Initialize the skill with your exchange API keys.
2. Call the `fetch_data` method to retrieve your portfolio data.
3. Use the `calculate_value` method to get the current portfolio value.
4. Generate a report with the `generate_report` method.Your one-stop shop for church and ministry supplies.
Automate your browser workflows effortlessly
IronCalc is a spreadsheet engine and ecosystem
Customer feedback management made simple
Enterprise workflow automation and service management platform
Automate your spreadsheet tasks with AI power
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan