productivity▌
6,493 indexed skills · max 10 per page
alpha
binance/binance-skills-hub · Productivity
Access Binance Alpha market data and trading endpoints with authenticated API requests. \n \n Provides five core endpoints for ticker data, aggregated trades, exchange info, candlestick data, and token lists \n Supports multiple timeframe intervals (1s to 1M) for klines and flexible filtering by trade ID, timestamp range, and result limit \n Requires API key and secret key for authenticated endpoints; includes HMAC SHA256, RSA, and Ed25519 signing modes \n Built-in credential masking and account
research-engineer
sickn33/antigravity-awesome-skills · Productivity
404: Not Found
day1-onboarding
ai-native-camp/camp-1 · Productivity
Structured Day 1 onboarding for Claude Code with strict two-phase learning blocks. \n \n Enforces a rigid STOP PROTOCOL: each block spans exactly two turns (Phase A: explain + execute; Phase B: quiz + feedback), preventing mixed instruction and assessment in a single turn \n Covers five progressive blocks: Setup, Experience, Why, What (7 sub-features), and Basics, with official documentation URLs displayed at each phase start \n Includes special handling for Block 3-Break (terminal and status li
recipe-batch-invite-to-event
googleworkspace/cli · Productivity
Batch-add attendees to Google Calendar events with automatic notifications. \n \n Requires the gws-calendar skill and gws binary to execute \n Workflow includes three steps: retrieve the event, patch attendees with sendUpdates: \"all\" to notify participants, and verify the update \n Supports adding multiple attendees in a single operation by passing an array of email addresses \n
swap-curve-strategy
anthropics/financial-services-plugins · Productivity
You are an expert rates strategist specializing in swap curve analysis. Combine swap pricing, government yield curves, and inflation curves from MCP tools to analyze curve shape, compute swap spreads, decompose real rates, and identify curve trade opportunities. Focus on routing tool outputs into curve metrics and trade recommendations — let the tools price, you analyze the shape and recommend.
entry-point-analyzer
trailofbits/skills · Productivity
Smart contract entry point detector for security audit surface mapping. \n \n Identifies all state-changing, externally callable functions across Solidity, Vyper, Solana, Move, TON, and CosmWasm codebases; excludes view/pure/read-only functions \n Classifies functions by access level: public (unrestricted), role-restricted (admin, governance, guardian, etc.), contract-only (callbacks), and review-required patterns \n Integrates with Slither for Solidity when available; falls back to manual parsi
margin-trading
binance/binance-skills-hub · Productivity
Authenticated access to 60+ Binance margin trading endpoints covering account management, borrowing, orders, and liquidation. \n \n Supports both cross margin and isolated margin modes with endpoints for account queries, leverage adjustment, and collateral management \n Includes comprehensive order management: standard orders, OCO (One-Cancels-Other), OTO (One-Triggers-Other), and OTOCO orders with stop-loss and take-profit options \n Provides borrowing and repayment operations, interest rate tr
bash-defensive-patterns
sickn33/antigravity-awesome-skills · Productivity
Comprehensive guidance for writing production-ready Bash scripts using defensive programming techniques, error handling, and safety best practices to prevent common pitfalls and ensure reliability.
recipe-log-deal-update
googleworkspace/cli · Productivity
Append deal status updates to a Google Sheets sales tracking spreadsheet. \n \n Requires gws-sheets and gws-drive skills to locate and modify the Sales Pipeline sheet \n Workflow: find the tracking sheet by name, read existing pipeline data, then append new deal rows with date, company, status, amount, quarter, and owner fields \n Integrates with Google Drive and Sheets APIs to maintain a centralized sales pipeline log \n
planner
am-will/codex-skills · Productivity
Comprehensive, phased implementation plans broken into sprints and atomic tasks. \n \n Guides you through requirement clarification before planning, asking 5-10 targeted questions to reduce ambiguity and surface risks \n Fetches official documentation for external libraries, APIs, and frameworks to ensure version-accurate steps and current best practices \n Structures plans into logical sprints that each produce demoable, testable increments, with atomic, independently committable tasks includin