███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 10751 | screenshot-to-code | onewave-ai/claude-skills |
Screenshot to Code Convert UI screenshots into production-ready code with accurate styling and structure. How This Works When a user provides a screenshot of a UI design: Analyze the visual design thoroughly Generate clean, modern code that recreates it Provide complete, runnable implementation Instructions 1. Analyze the Screenshot Examine the image carefully and identify: Layout structure: Grid, flexbox, or custom positioning Components: Buttons, inputs, cards, navigation, modals, etc. V...
|
968 |
| 10752 | sf-industry-commoncore-flexcard | jaganpro/sf-skills |
sf-industry-commoncore-flexcard: OmniStudio FlexCard Creation and Validation Expert OmniStudio engineer specializing in FlexCard UI components for Salesforce Industries. Generate production-ready FlexCard definitions that display at-a-glance information with declarative data binding, Integration Procedure data sources, conditional rendering, and proper SLDS styling. All FlexCards are validated against a 130-point scoring rubric across 7 categories. Core Responsibilities FlexCard Authoring : Desi...
|
968 |
| 10753 | playwright-recording | digitalsamba/claude-code-video-toolkit |
Playwright can record browser interactions as video - perfect for demo footage in Remotion compositions. Quick Start Installation ``` In your video project npm init -y npm install -D playwright @playwright/test npx playwright install chromium ``` Basic Recording Script ``` // scripts/record-demo.ts import { chromium } from 'playwright'; async function recordDemo() { const browser = await chromium.launch(); const context = await browser.newContext({ viewport: { width: 1920, hei...
|
968 |
| 10754 | expo-horizon | software-mansion-labs/skills |
Expo Horizon: Migrating Expo SDK to Meta Quest Software Mansion's production guide for adding Meta Quest support to Expo apps using the expo-horizon packages. This skill does not bundle a copy of the docs. For any task below, always webfetch the linked official README or Meta documentation page to get up-to-date installation steps, plugin options, API surface, and feature matrices. This skill only captures the decision tree, critical rules, and non-obvious gotchas that agents routinely miss. Dec...
|
968 |
| 10755 | planetscale-schema-recommendations-agent-loop | planetscale/skills |
Schema recommendations agent loop Purpose Use PlanetScale schema recommendations as high-quality input to agents. Convert recommendations into safe implementation plans, issues, branches, migrations, or pull requests. Do not apply recommendations directly. Inputs Collect: Open schema recommendations. Recommendation type. Affected table, keyspace, schema, and query pattern. Suggested DDL. Supporting Insights evidence. Application repository and migration system. Engine: Vitess or Postgres. Target...
|
968 |
| 10756 | contemporary | bergside/awesome-design-skills |
contemporary Design System Skill (Universal) Mission You are an expert design-system guideline author for contemporary. Create practical, implementation-ready guidance that can be directly used by engineers and designers. Brand Contemporary UI/UX design focuses on, minimalist, accessible, and high-performance, featuring Bento grids, dark mode, and, AI-powered personalization Style Foundations Visual style: modern, minimal, bold, playful Typography scale: desktop-first expressive scale | Fonts: p...
|
968 |
| 10757 | vuln-scan | anthropics/defending-code-reference-harness |
/vuln-scan Static vulnerability review of a source tree. Produces VULN-FINDINGS.json (+ a human-readable .md ) that /triage ingests directly. This skill does not execute code. It reads source and reasons about it. For execution-verified findings (ASAN crashes, reproducing PoCs), point the user at vuln-pipeline run <target> — see README Step 2. Tool fallbacks. Prefer the dedicated Glob and Grep tools. Some sessions do not provision them — allowed-tools is a permission filter, not a loader, so lis...
|
967 |
| 10758 | product-showcase | jezweb/claude-skills |
Product Showcase Generator Generate a marketing website that actually teaches people what a web app does. Not just a hero and feature grid — a multi-page site with real screenshots, animated GIF walkthroughs of workflows, feature deep-dives, and progressive depth from "what is this" to "here's exactly how it works." Especially valuable for complex apps, agentic AI tools, and anything where a static screenshot doesn't convey the value. Depth Levels Depth Output Duration quick Single page — hero, ...
|
967 |
| 10759 | video-transcript-downloader | steipete/agent-scripts |
Video Transcript Downloader ./scripts/vtd.js can: Print a transcript as a clean paragraph (timestamps optional). Download video/audio/subtitles. Transcript behavior: YouTube: fetch via youtube-transcript-plus when possible. Otherwise: pull subtitles via yt-dlp, then clean into a paragraph. Setup cd ~/Projects/agent-scripts/skills/video-transcript-downloader && npm ci Transcript (default: clean paragraph) ./scripts/vtd.js transcript --url 'https://…' ./scripts/vtd.js transcript --url 'https:...
|
967 |
| 10760 | link-building | kostja94/marketing-skills |
SEO Off-Page: Link Building Guides link building strategy: acquiring quality backlinks to improve domain authority and rankings. When invoking : On first use , if helpful, open with 1-2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Scope (Off-Page SEO) Link building : Acquire backlinks from relevant, authoritative sites Broken link building : Find broken links on others' sites...
|
967 |
| 10761 | open-graph | kostja94/marketing-skills |
SEO On-Page: Open Graph Guides implementation of Open Graph meta tags for social media previews (Facebook, LinkedIn, Slack, Discord, etc.). Pages with proper OG tags get 2–3× more clicks than bare URL links. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Scope (Social Sharing) Open Graph : Facebook-originated protocol; co...
|
967 |
| 10762 | n8n-extending-mcp-official | n8n-io/skills |
n8n Extending MCP Any n8n workflow with MCP access enabled becomes a tool the coding agent can call by name. Two common cases: Wrap n8n capabilities the MCP doesn't expose. The MCP covers workflow CRUD, validation, execution, data tables, credential listing, execution search, folder create/rename/move and folder/project listing, tag listing and attach/detach. Still missing: folder deletion, project create/rename, tag rename/delete, instance metadata, credential creation. Build a workflow that hi...
|
967 |
| 10763 | material | bergside/awesome-design-skills |
Material Design System Skill (Antigravity) Mission You are an expert design-system guideline author for Material. Create practical, implementation-ready guidance that can be directly used by engineers and designers. Brand UX (user experience) designers use it to create visually consistent, intuitive, and responsive digital experiences. With built-in motion, layering, and dynamic theming, Material Design helps teams deliver accessible, high-quality UIs (user interfaces) across devices and platfor...
|
967 |
| 10764 | pptx-visual-assets | wshobson/agents |
PPTX Visual Assets Use visual assets to support a slide's message, never to flatten or replace editable content. Workflow Select the asset type only when it improves comprehension: icon, image, SVG, diagram, or infographic. Confirm the local asset path, source, usage rights, and concise alt text before placement. Add the asset with a final inch bbox, deliberate z-index, and content or layout_design classification. Preserve aspect ratio and check that no asset covers readable text or leaves essen...
|
967 |
| 10765 | motherless-downloader | serpdownloaders/skills |
Motherless Downloader (Browser Extension) Download supported Motherless videos as MP4 files directly from the browser. Motherless Downloader is a browser extension for users who want a cleaner way to save Motherless videos without hunting for direct file URLs in page source. It detects supported media from active video pages, surfaces available quality options when present, and exports the result as MP4 for offline playback. Save supported Motherless videos from watch pages Detect direct file an...
|
966 |
| 10766 | mcp-security-hub | aradotso/security-skills |
mcp-security-hub Skill by ara.so — Security Skills collection. Overview mcp-security-hub is a production-ready collection of 38 Dockerized MCP (Model Context Protocol) servers that expose 300+ offensive security tools to AI assistants like Claude. It enables natural language security assessments, vulnerability scanning, binary analysis, and penetration testing workflows. Key capabilities: 8 reconnaissance servers (Nmap, Shodan, ProjectDiscovery tools, WhatWeb, Masscan, ZoomEye) 6 web security se...
|
966 |
| 10767 | kubernetes-architect | sickn33/antigravity-awesome-skills |
You are a Kubernetes architect specializing in cloud-native infrastructure, modern GitOps workflows, and enterprise container orchestration at scale. Use this skill when Designing Kubernetes platform architecture or multi-cluster strategy Implementing GitOps workflows and progressive delivery Planning service mesh, security, or multi-tenancy patterns Improving reliability, cost, or developer experience in K8s Do not use this skill when You only need a local dev cluster or single-node setup You a...
|
966 |
| 10768 | ai-model-nodejs | tencentcloudbase/skills |
When to use this skill Use this skill for calling AI models in Node.js backend or CloudBase cloud functions using @cloudbase/node-sdk . Use it when you need to: Integrate AI text generation in backend services Generate images with Hunyuan Image model Call AI models from CloudBase cloud functions Server-side AI processing Do NOT use for: Browser/Web apps → use ai-model-web skill WeChat Mini Program → use ai-model-wechat skill HTTP API integration → use http-api skill Available Providers and Model...
|
966 |
| 10769 | sf-datacloud-retrieve | jaganpro/sf-skills |
sf-datacloud-retrieve: Data Cloud Retrieve Phase Use this skill when the user needs query, search, and metadata introspection for Data Cloud: sync SQL, paginated SQL, async query workflows, table describe, vector search, hybrid search, or search index operations. When This Skill Owns the Task Use sf-datacloud-retrieve when the work involves: sf data360 query * sf data360 search-index * sf data360 metadata * sf data360 profile * or sf data360 insight * inspection understanding Data Cloud SQL resu...
|
966 |
| 10770 | loading-sequence | patternsdev/skills |
Optimize your loading sequence Table of Contents When to Use Instructions Details Source In every successful web page load, some critical components and resources become available at just the right time to give you a smooth loading experience. This ensures users perceive the performance of the application to be excellent. This excellent user experience should generally also translate to passing the Core Web Vitals . When to Use Use this when optimizing page load performance for Core Web Vitals T...
|
966 |
| 10771 | planetscale-autonomous-execution-mode | planetscale/skills |
Autonomous execution mode Purpose Let an operator who has explicitly accepted the risk hand the whole job to the agent: plan, execute, verify, and report — with live status the entire way — instead of approving each change one by one. This mode removes the per-step approval friction. It does not remove any verification, ordering, rollback, or halt discipline. Autonomy changes who clicks "go", never how carefully the work is done. Activation contract Autonomous mode activates only when the operat...
|
966 |
| 10772 | upstash-qstash-js | upstash/skills |
QStash JavaScript SDK QStash is an HTTP-based messaging and scheduling solution for serverless and edge runtimes. This skill helps you use the QStash JS SDK effectively. When to use this skill Use this skill when: Publishing HTTP messages to endpoints or URL groups Creating scheduled or delayed message delivery Managing FIFO queues with configurable parallelism Verifying incoming webhook signatures from QStash Implementing callbacks, DLQ handling, or message deduplication Quick Start Installing ...
|
966 |
| 10773 | natural-japanese | coji/natural-japanese |
natural-japanese 仕事の日本語を、読みやすくわかりやすく書くためのスキル。議事録・調査レポート・社内ガイド・リサーチメモ・スライドといった仕事の文書から、note・ブログ・エッセイまで。AI臭さの除去は工程の一部として組み込まれている。 設計思想 軸は二つ。第一に「検出は機械、判断はAI」。AIは自分の癖を認識しにくいから、疑いの検出は機械が決定的に行い、直すかどうかはAI(あなた)が文脈で判断する。第二に「事後修正より生成時制約」。書いた後にAI臭を消すより、書く前の設計と書くときの制約で発生自体を防ぐほうが効く。工程は「設計 → 執筆 → 検査 → 収束」の順に進む。 実行モード — クイックとフル 同じ工程を、かける手間の異なる2つのモードで回す。所要時間の実測目安——クイックは短い文書(会議メモ程度)で30秒前後、長め(1万字級)でも3分程度。フルは短い文書で7分前後、1万字級で15〜20分。フルを始めるときは、この目安をユーザーに一言伝えてから着手する。 クイック(既定) : 日常の文書はこちら。サブエージェントを使わず、この場で完結させる。追加で読むのは該当...
|
966 |
| 10774 | circle-downloader | serpdownloaders/skills |
Circle Downloader (Browser Extension) Browser extension that adds a download button to Circle.so community pages — detects videos from Circle's native player, Tella, Loom, Vimeo, YouTube, and Wistia, and saves them as MP4 for offline viewing. A browser extension that downloads videos from Circle.so communities, Tella.tv recordings, Loom videos, and embedded content from YouTube, Vimeo, and Wistia — directly to your computer as MP4 files. No external software needed. 3 free downloads included. Sa...
|
965 |
| 10775 | depositphotos-downloader | serpdownloaders/skills |
Depositphotos Downloader — Coming Soon (Browser Extension) Download your licensed Depositphotos photos, vectors, videos, and music files directly through your browser. This extension is currently in development and has not been released yet. Depositphotos Downloader is an upcoming browser extension designed to streamline how users retrieve their purchased and licensed stock assets from the Depositphotos marketplace. Rather than navigating through multiple download pages and format menus on the s...
|
965 |
| 10776 | shutterstock-downloader | serpdownloaders/skills |
Shutterstock Downloader — Coming Soon (Browser Extension) Download licensed Shutterstock photos, vectors, illustrations, video clips, and music tracks directly from your browser. This extension is currently in development and has not been released yet. Shutterstock Downloader is an upcoming browser extension designed to streamline the process of saving licensed Shutterstock assets to your local machine. Instead of navigating download dialogs and managing multiple file types across separate workf...
|
965 |
| 10777 | yespornplease-downloader | serpdownloaders/skills |
YesPornPlease Downloader (Browser Extension) Download YesPornPlease videos as MP4 files from supported pages without leaving the browser. YesPornPlease Downloader is a browser extension built for a site that often aggregates videos from multiple playback sources. Instead of relying on one static download method, it detects supported streams from the active page, helps you choose the available quality, and saves the finished result as MP4 for offline playback. Save supported YesPornPlease videos ...
|
965 |
| 10778 | vue-patterns | affaan-m/everything-claude-code |
Vue.js Patterns and Best Practices Comprehensive guide for Vue.js 3 development using Composition API ( <script setup> ), covering component design, reactivity, state management, routing, testing, and SSR patterns. Nuxt-specific guidance is included where it differs from vanilla Vue. When to Activate Activate this skill when: The project uses Vue.js (any version), Nuxt, Vite + Vue, or Pinia. The user asks about Vue component architecture, composables, reactivity, or state management. Reviewing V...
|
965 |
| 10779 | mindmap-generator | jeremylongshore/tons-of-skills-marketplace |
Mindmap Generator Overview This skill provides automated assistance for mindmap generator tasks within the Visual Content domain. When to Use This skill activates automatically when you: Mention "mindmap generator" in your request Ask about mindmap generator patterns or best practices Need help with visual content skills covering diagrams, charts, presentations, and visual documentation tools. Instructions Provides step-by-step guidance for mindmap generator Follows industry best practices and p...
|
965 |
| 10780 | planning-with-files | sickn33/agentic-awesome-skills |
Planning with Files Work like Manus: Use persistent markdown files as your "working memory on disk." FIRST: Check for Previous Session (v2.2.0) Before starting work , check for unsynced context from a previous session: Linux/macOS $( command -v python3 || command -v python ) ${CLAUDE_PLUGIN_ROOT} /scripts/session-catchup.py " $( pwd ) " Windows PowerShell & ( Get-Command python - ErrorAction SilentlyContinue ) . Source " $env :USERPROFILE\.claude\skills\planning-with-files\scripts\session-catc...
|
965 |
| 10781 | warranty-tracker | datadrivenconstruction/ddc_skills_for_ai_agents_in_construction |
Warranty Tracker Business Case Problem Statement Warranty management is often neglected: Missing warranty documentation Expired warranties untracked Difficult to file claims Scattered across multiple files Solution Centralized warranty tracking system that monitors expiration dates, stores documentation, and manages claims. Business Value Cost savings - File claims before expiration Organization - Central warranty repository Compliance - Meet handover requirements Proactive - Automatic expiratio...
|
965 |
| 10782 | query | duckdb/duckdb-skills |
Query Knowledge Search the FPF knowledge base and display hypothesis details with assurance information. Action (Run-Time) Search .fpf/knowledge/ and .fpf/decisions/ by user query. For each found hypothesis , display: Basic info: title, layer (L0/L1/L2), kind, scope If layer >= L1: read audit section for R_eff If has dependencies: show dependency graph Evidence summary if exists Present results in table format. Search Locations Show more
|
965 |
| 10783 | financial-expert | modelstudioai/skills |
前置依赖:阿里云百炼 CLI 本技能依赖阿里云百炼 CLI( bl )。在使用本技能前,请先检查 bl 是否已安装: bl --version 如果未安装或命令不存在,请阅读以下安装文档并按照说明为用户完成安装: https://bailian.aliyun.com/cli/install.md 金融数据分析 Skill 基于 bl mcp 调用阿里云百炼 MCP 市场金融数据服务( market-cmapi00073529 ), 提供股票 / 基金 / 基金经理筛选、财务与宏观数据查询、研报与公告检索的端到端能力。 bl 内置 MCP 客户端,复用 DASHSCOPE_API_KEY ,无需额外注册服务。 Show more Installs 603 Repository modelstudioai/skills GitHub Stars 35 First Seen Jun 5, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Fail
|
965 |
| 10784 | langchain | davila7/claude-code-templates |
LangChain - Build LLM Applications with Agents & RAG The most popular framework for building LLM-powered applications. When to use LangChain Use LangChain when: Building agents with tool calling and reasoning (ReAct pattern) Implementing RAG (retrieval-augmented generation) pipelines Need to swap LLM providers easily (OpenAI, Anthropic, Google) Creating chatbots with conversation memory Rapid prototyping of LLM applications Production deployments with LangSmith observability Metrics: 119,0...
|
965 |
| 10785 | tech-debt-analyzer | ailabs-393/ai-labs-claude-skills |
Technical Debt Analyzer Overview Systematically identify, analyze, document, and track technical debt in JavaScript/TypeScript codebases. This skill provides automated analysis tools, comprehensive debt categorization frameworks, and documentation templates to maintain a technical debt register. Core Workflow 1. Automated Analysis Run automated scripts to detect technical debt indicators across the codebase. Code Smell Detection Identify code quality issues using the automated detector: py...
|
965 |
| 10786 | n8n-data-tables-official | n8n-io/skills |
n8n Data Tables Data Tables are n8n's built-in tabular storage : real tables inside the n8n instance with columns, types, rows, and CRUD via the dataTable node and data-table MCP tools. Use them for local persistent state: lookup tables, recent events, per-session inventories, counters, idempotency tracking, dedup state when there's row-level logic or external visibility (plain "have I seen this value?" dedup belongs in the Remove Duplicates node). Small-to-moderate volume (tens of thousands of ...
|
965 |
| 10787 | threat-modeling-with-aws-security-agent | aws/agent-toolkit-for-aws |
AWS Security Agent — Threat Model Review Analyze spec documents ( requirements.md , design.md ) against the source code to identify security-posture changes using STRIDE methodology. No prior scan needed. Local state Read .security-agent/config.json for agent_space_id and region . If missing, run the setup-security-agent workflow inline first. Resolving the values you need Placeholder How to resolve <id> (agent space) config.agent_space_id <region> config.region (default us-east-1 ) <account> aw...
|
965 |
| 10788 | planetscale-safe-orchestrator | planetscale/skills |
PlanetScale safe orchestrator (master skill) Purpose Run the complete PlanetScale safe best-practices skill pack end to end. Load and execute each sub-skill in order, accumulate evidence, and produce one unified recommendations report. The first pass is assessment-only. Non-negotiable safety contract Default to read-only. You may inspect configuration, branches, query telemetry, recommendations, webhooks, roles, backups, traffic budgets, and repository code. You must not mutate PlanetScale, the ...
|
965 |
| 10789 | weekly-performance-digest | tradermonty/claude-trading-skills |
Weekly Performance Digest Overview Weekly Performance Digest aggregates the trades you closed during a week into a single performance report. It reads CLOSED theses tracked by trader-memory-core ( state/theses/th_*.yaml ), computes headline metrics (win rate, expectancy, profit factor, R-multiple, MAE/MFE), breaks results down across several pattern dimensions (source skill, exit reason, thesis type, sector, mechanism tag, screening grade), and surfaces the week's biggest winners, losers, and le...
|
965 |
| 10790 | pptx-reference-deck-analysis | wshobson/agents |
PPTX Reference Deck Analysis Inspect a reference deck as design evidence. This skill never copies, clones, or mutates a source deck. Contract Implement required extraction on demand with a small task-local python-pptx script. Capture only the information required for the new deck: compact prompt context: slide count and size, text summaries, shape counts, styles, brand signals, template use, and layout rhythm; full extraction: summary , slides, and read-only layout_tree evidence; folder diagnost...
|
965 |
| 10791 | m3u8-downloader | serpdownloaders/skills |
M3U8 Downloader (Browser Extension) Detect and download HLS/M3U8 streams from supported websites and save them as MP4 files. M3U8 Downloader is a browser extension built for users who need a site-agnostic HLS workflow instead of a single-site downloader. It monitors supported media requests in your browser, detects M3U8/HLS streams and related video sources, and helps you export them into standard MP4 files without relying on command-line tools. Detect HLS/M3U8 streams from supported sites Save ...
|
964 |
| 10792 | xlovecam-downloader | serpdownloaders/skills |
XLoveCam Downloader (Browser Extension) Record XLoveCam streams and download saved videos as MP4 files for offline viewing. XLoveCam Downloader is a browser extension built for users who want a cleaner way to keep XLoveCam broadcasts and saved videos available outside the site. It detects supported video streams directly in the browser, lets you choose from available qualities, and saves finished captures as MP4 files that are easier to replay later. Record active XLoveCam streams while they are...
|
964 |
| 10793 | 123movies-downloader | serpdownloaders/skills |
123Movies Downloader (Browser Extension) Browser extension that detects and saves videos from 123Movies and all its mirror sites as standard MP4 files — directly in your browser, no extra software required. SERP 123Movies Downloader is the only browser extension built specifically for saving videos from 123Movies and every one of its mirror sites. Save movies and shows from any 123Movies mirror for offline viewing on flights, commutes, or anywhere without internet Never worry about disappearing...
|
964 |
| 10794 | soundgasm-downloader | serpdownloaders/skills |
Soundgasm Downloader — Coming Soon (Browser Extension) Save audio recordings from Soundgasm as local MP3 or M4A files directly from your browser. This extension is currently in development and has not been released yet. Soundgasm Downloader is an upcoming browser extension that will give users a simple, reliable way to save audio from the Soundgasm platform without relying on third-party websites, screen recorders, or command-line utilities. It is being built around the browser listening experie...
|
964 |
| 10795 | mindmap-generator | jeremylongshore/claude-code-plugins-plus-skills |
Mindmap Generator Overview This skill provides automated assistance for mindmap generator tasks within the Visual Content domain. When to Use This skill activates automatically when you: Mention "mindmap generator" in your request Ask about mindmap generator patterns or best practices Need help with visual content skills covering diagrams, charts, presentations, and visual documentation tools. Instructions Provides step-by-step guidance for mindmap generator Follows industry best practices and p...
|
964 |
| 10796 | amazon-niche-finder | nexscope-ai/amazon-skills |
Amazon Niche Finder 🎯 Discover profitable niches with high demand but manageable competition. Find your blue ocean opportunities. Installation npx skills add nexscope-ai/Amazon-Skills --skill amazon-niche-finder -g Capabilities Show more Installs 823 Repository nexscope-ai/ama…n-skills GitHub Stars 510 First Seen Mar 24, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
964 |
| 10797 | prefetch | patternsdev/skills |
Prefetch Prefetch ( <link rel="prefetch"> ) is a browser optimization which allows us to fetch resources that may be needed for subsequent routes or pages before they are needed. Prefetching can be achieved in a few ways. It can be done declaratively in HTML (such as in the example below), via a HTTP Header ( Link: </js/chat-widget.js>; rel=prefetch ), Service Workers or via more custom means such as through Webpack. When to Use Use this when you know users will likely navigate to certain routes...
|
964 |
| 10798 | moodle-downloader | serpdownloaders/skills |
Moodle Downloader — Coming Soon (Browser Extension) Download Moodle course videos, lecture recordings, and learning resources directly from your browser. This extension is currently in development and has not been released yet. Moodle Downloader is an upcoming browser extension that will provide a simple way to save video lectures, documents, and other course materials hosted on Moodle-based learning platforms. Rather than navigating nested course pages and dealing with embedded players that off...
|
963 |
| 10799 | tubi-downloader | serpdownloaders/skills |
Tubi Downloader — Coming Soon (Browser Extension) Download movies and TV shows from Tubi as MP4 files directly in your browser. This extension is currently in development and has not been released yet. Tubi Downloader is an upcoming browser extension that will let users capture video from Tubi's free, ad-supported streaming platform without relying on third-party desktop applications or command-line utilities. It is being built around the browser playback experience so you can save movies, TV ep...
|
963 |
| 10800 | xhamsterlive-downloader | serpdownloaders/skills |
XHamsterLive Downloader (Browser Extension) Record XHamsterLive streams and download saved videos as MP4 files for offline viewing. XHamsterLive Downloader is a browser extension built for users who want a cleaner way to keep XHamsterLive broadcasts and saved videos available outside the site. It detects supported video streams directly in the browser, lets you choose from available qualities, and saves finished captures as MP4 files that are easier to replay later. Record active XHamsterLive st...
|
963 |