Skills from clawhub.ai/alphafactor
10 skills available
tushare
Fetch Chinese stock and futures market data via Tushare API. Supports stock quotes, futures data, company fundamentals, and macroeconomic indicators. Use when the user needs financial data from Chinese markets. Requires TUSHARE_TOKEN environment variable.
1 installs
x-publisher
This skill publishes tweets to X using Tweepy, supports media uploads, and returns publish results. It reads credentials (`X_API_KEY`, `X_API_SECRET`, `X_ACCESS_TOKEN`, `X_ACCESS_TOKEN_SECRET`, `X_BEARER_TOKEN`), runs commands like `pip3 install tweepy` and `python3 scripts/x_publisher.py`, and makes network calls to X/Twitter endpoints.
0 installs
todo
**macOS Only** - Manage macOS Reminders app via AppleScript.
Full-featured reminder management: add, list, complete, delete, search, create lists, and more.
**Note: This skill is macOS-only**, requiring the native Reminders app.
Use cases:
- Create reminders with due dates and priorities
- List reminders from specific lists or incomplete ones
- Mark reminders as complete/uncomplete
- Delete reminders
- Search reminders by title or content
- Create new reminder lists
- View today's due reminders
0 installs
homekit
Control Apple HomeKit smart home devices. Supports listing, discovering, pairing devices, and controlling lights, switches, outlets, thermostats. Use when the user needs to manage HomeKit accessories programmatically. Requires homekit library and paired devices.
0 installs
channel
This skill manages WeChat Official Account drafts (create/list/publish/delete) via the WeChat API. It uses `WECHAT_APPID`/`WECHAT_APPSECRET`, stores tokens under `~/.config/channel`, and makes network calls to `https://api.weixin.qq.com/cgi-bin`.
0 installs
alpha
Binance Alpha new coin launch detector. Uses WebSocket to monitor !miniTicker@arr stream and detects new trading pairs immediately when they appear. Maintains known symbols set in memory and triggers alert for new symbols with valid opening price.
0 installs
explorer
Provides a CLI tool to search and analyze GitHub repositories by topic, stars, language, and creation date. It optionally reads the `GITHUB_TOKEN` env var, issues requests to `https://api.github.com/search/repositories`, and includes shell examples such as `python3 scripts/github_projects.py` and `echo 'export GITHUB_TOKEN="your-token"' >> ~/.zshrc`.
0 installs
crypto
This skill is a CCXT-based CLI tool for fetching crypto market data and managing local price alerts stored in `~/.config/crypto/alerts.json`. It issues network calls via CCXT (`exchange.fetch_ticker`, `fetch_ohlcv`, `fetch_order_book`), includes API-key usage examples (`'apiKey'`, `'secret'`), and shows shell commands like `python3 scripts/crypto.py`.
0 installs
wechat
This skill reads local WeChat SQLite databases and exposes CLI commands like `python3 scripts/wechat.py contacts` to list contacts, sessions, search messages, and view favorites. It includes instructions to run shell commands such as `ls -la ~/Library/Containers/com.tencent.xinWeChat/` and to grant full-disk access (`完全磁盘访问权限`).
0 installs
mailgun
This skill sends emails via Mailgun using a shell script `mailgun/scripts/send_email.sh` and requires `MAILGUN_API_KEY` and `MAILGUN_DOMAIN`. It executes the provided shell script and makes network calls to `https://api.mailgun.net/v3/$MAILGUN_DOMAIN/messages` using environment-stored API keys.
0 installs