Search Skills
Search across 54932 indexed skills
serpapi-core-workflow-b
SerpApi supports 15+ search engines beyond Google. Each engine has its own parameters and result structure. Key engines: YouTube (searchquery), Bing (...
windsurf-keyboard-shortcuts
This skill enables customization of Windsurf keyboard shortcuts for optimal productivity. It covers Cascade AI shortcuts, multi-file editing commands,...
recommendation-engine
This skill enables Claude to design and implement recommendation systems tailored to specific datasets and use cases. It automates the process of sele...
windsurf-custom-prompts
This skill enables creation and management of custom prompt libraries for Cascade. Teams can build reusable prompt templates for common tasks like cod...
vercel-edge-functions
Edge Functions run on Vercel's Edge Network (V8 isolates) close to the user with no cold starts. They use Web Standard APIs (Request, Response, fetch)...
vastai-upgrade-migration
!vastai --version 2>/dev/null || echo 'vastai CLI not installed' !pip show vastai 2>/dev/null | grep -E "^(Name|Version)" || echo 'N/A' Upgrade the Va...
techsmith-sdk-patterns
Production patterns for TechSmith COM API: capture factories, output configuration, and batch processing. function New-SnagitCapture { param( [Validat...
vastai-enterprise-rbac
Control access to Vast.ai GPU instances and spending through API key management, team-level budgets, and GPU allocation policies. Vast.ai uses a marke...
techsmith-deploy-integration
Guidance for deploy integration with TechSmith Snagit COM API and Camtasia automation. Snagit COM API is Windows-only (requires COM registration) Camt...
ramp-reference-architecture
Implementation patterns for Ramp reference architecture using the Developer API with OAuth2 authentication. Completed ramp-install-auth setup import o...
ramp-install-auth
Set up Ramp API authentication using OAuth2 client credentials flow with sandbox and production environments. Ramp account with API access Client ID a...
techsmith-local-dev-loop
Set up a development workflow for TechSmith automation scripts with PowerShell testing. techsmith-automation/ ├── scripts/ │ ├── capture-screenshot....