binance-auth
Binance Auth Skill
Authentication skill for Binance cryptocurrency exchange API. Built on top of auth-provider for secure API key storage and management. Supports both Binance production and testnet environments.
Features
- Secure API Key Storage: Encrypted storage of API keys and secrets
- Environment Toggle: Switch between production and testnet seamlessly
- Permission Validation: Verify API key permissions (spot, margin, futures)
- Health Checks: Validate API connectivity and key status
- Multi-Profile: Support multiple Binance accounts
- Balance Queries: Check account balances as part of health validation
Installation
npm install
npm run build
More from ticruz38/skills
reminders
Local reminder system with natural language scheduling
30meetings
Coordinate meetings using calendar and email integration. Find mutual availability, send invites, create calendar events, and manage meeting agendas with prep documents.
6auth-provider
Centralized authentication provider for OAuth 2.0 and API key management. Supports Google, Binance, QuickBooks, and Slack. Provides encrypted SQLite storage, auto-refresh, PKCE flow, and health checks.
6slack
Send messages and notifications to Slack channels. Built on top of slack-auth for authentication, supports messaging, file uploads, channel management, DM sending, and notification templates with variable substitution.
3email
Gmail integration for reading, sending, and managing emails. Built on top of google-oauth for authentication, with SQLite caching, thread support, and full Gmail API capabilities.
3calendar
Google Calendar integration for events and availability. Built on top of google-oauth for authentication, with SQLite caching, free/busy queries, and full Calendar API capabilities.
3