web▌
117 indexed skills · max 10 per page
ai-model-web
tencentcloudbase/skills · AI/ML
AI text generation and streaming for browser applications via CloudBase SDK. \n \n Supports two providers: Hunyuan (recommended: hunyuan-2.0-instruct-20251111 ) and DeepSeek (recommended: deepseek-v3.2 ) \n Two core methods: generateText() for non-streaming responses and streamText() for incremental text chunks with async iteration \n Requires @cloudbase/js-sdk initialization with anonymous authentication and publishable API key from CloudBase console \n Not suitable for Node.js backends, WeChat
auth-web-cloudbase
tencentcloudbase/skills · Cloud
Web frontend authentication with multiple login methods and complete user management for CloudBase. \n \n Supports 8 login methods: phone/email OTP, password, anonymous, OAuth (Google/WeChat), custom ticket, and anonymous account upgrade \n Includes full user management: sign out, profile updates, password changes, identity linking/unlinking, and account deletion \n Built-in auth state listeners and session management with access token retrieval for API calls \n Compatible with @cloudbase/js-sdk
nansen-web-searcher
nansen-ai/nansen-cli · Productivity
Search the web for one or more queries in parallel via the Serper API.
nansen-web-fetcher
nansen-ai/nansen-cli · Productivity
Fetch and analyze content from one or more URLs using Gemini 2.5 Flash with URL context.
web-fetch
0xbigboss/claude-code · Productivity
Fetch web content as clean markdown using markdown-native endpoints, selector-based HTML extraction, or bundled fallback parsing. \n \n Prioritizes markdown-native responses (content-type: text/markdown) before falling back to HTML extraction \n Includes pre-configured selectors for common documentation sites (Anthropic, MDN, GitHub) and a generic fallback for article/main content regions \n Provides html2markdown with CSS selector support for fine-grained content isolation, excluding navigation
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.