web▌
119 indexed skills · max 10 per page
cloud-storage-web
tencentcloudbase/skills · Cloud
Web-based file upload, download, and management for CloudBase cloud storage via the JavaScript SDK. \n \n Supports four core operations: uploading files from browsers with progress tracking, generating temporary download URLs, deleting files, and downloading to local storage \n Requires CORS configuration in CloudBase console; add your frontend domain to security domains to prevent errors \n Uses file IDs in the format cloud://env-id/path/filename and supports folder hierarchies with / separator
parallel-web-extract
parallel-web/parallel-agent-skills · Productivity
Extract content from multiple URLs in parallel, token-efficiently. \n \n Handles webpages, articles, PDFs, and JavaScript-heavy sites with a single command \n Runs in a forked context to minimize token overhead compared to built-in WebFetch \n Supports batch extraction of multiple URLs with optional focus objectives \n Requires parallel-cli installation and authentication; outputs extracted content as markdown to a local file for follow-up queries \n
parallel-web-search
parallel-web/parallel-agent-skills · Productivity
Fast web search for current information, research, and fact-finding across the internet. \n \n Executes single objective-based queries or multiple keyword searches in parallel, returning up to 10 results with excerpts and metadata \n Supports time-sensitive filtering via --after-date and domain-specific searches with --include-domains \n Outputs structured JSON with titles, URLs, publish dates, and excerpts for easy parsing and follow-up queries \n Requires inline citations for every claim using
web-search-tavily
jwynia/agent-skills · Productivity
Web search with AI-optimized results, relevance scoring, and advanced filtering via Tavily API. \n \n Supports three topic types (general, news, finance) and two search depths (basic, advanced) with optional AI-generated answer summaries \n Includes domain filtering to include or exclude specific sites, time-range filtering (day, week, month, year), and configurable result counts \n Returns structured results with relevance scores, publication dates, and optional raw page content; supports both
burp-suite-web-application-testing
davila7/claude-code-templates · Frontend
Execute comprehensive web application security testing using Burp Suite's integrated toolset, including HTTP traffic interception and modification, request analysis and replay, automated vulnerability scanning, and manual testing workflows. This skill enables systematic discovery and exploitation of web application vulnerabilities through proxy-based testing methodology.
web-development
tencentcloudbase/skills · Productivity
Web frontend development with CloudBase integration, static hosting deployment, and SDK-based authentication. \n \n Covers project structure conventions (src/dist/cloudfunctions directories), modern build systems (Vite, Webpack), and hash routing for static hosting compatibility \n Provides CloudBase Web SDK integration patterns for database, cloud functions, and authentication, with strict rules against implementing login logic in cloud functions \n Includes deployment guidance for CloudBase st
web-security-testing
sickn33/antigravity-awesome-skills · Testing
Specialized workflow for testing web applications against OWASP Top 10 vulnerabilities including injection attacks, XSS, broken authentication, and access control issues.
web-search-plus
robbyczgw-cla/web-search-plus · Productivity
Unified search with automatic provider selection across seven search engines. \n \n Intelligently routes queries to the best provider: Serper for shopping, Tavily for research, Exa for semantic similarity, Perplexity for direct answers with citations, You.com for real-time info, Querit for multilingual searches, and SearXNG for privacy \n Requires only one API key to start; all provider keys are optional and can be added incrementally \n Includes automatic fallback to alternate providers on rate
web-search
brave/brave-search-skills · Productivity
Web search with ranked results, snippets, and support for freshness filters, SafeSearch, and custom ranking via Goggles. \n \n Returns structured results across multiple types: web pages, news, videos, discussions, FAQ, infobox, and locations in a single response \n Supports freshness filtering (past day/week/month/year or custom date ranges), SafeSearch levels, and location-aware results via headers \n Goggles enable custom result ranking: boost trusted sources, suppress spam, or build focused
web-performance-optimization
sickn33/antigravity-awesome-skills · Productivity
Systematic approach to measuring, analyzing, and improving website loading speed and Core Web Vitals. \n \n Covers five-step optimization workflow: establish baseline metrics with Lighthouse, identify bottlenecks (bundle size, images, render-blocking resources), prioritize high-impact fixes, implement improvements, and verify results \n Addresses Core Web Vitals (LCP, FID, CLS) with specific code examples for image optimization, code splitting, lazy loading, and layout shift prevention \n Includ