███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 7551 | concept-workflow | leonardomso/33-js-concepts |
Skill: Complete Concept Workflow Use this skill to create a complete, high-quality concept page from start to finish. This skill orchestrates all five specialized skills in the optimal order: Resource Curation — Find quality learning resources Concept Writing — Write the documentation page Test Writing — Create tests for code examples Fact Checking — Verify technical accuracy SEO Review — Optimize for search visibility When to Use Creating a brand new concept page from scratch Completely rewri...
|
276 |
| 7552 | database-design | skillcreatorai/ai-agent-skills |
Database Design Learn to THINK, not copy SQL patterns. 🎯 Selective Reading Rule Read ONLY files relevant to the request! Check the content map, find what you need. File Description When to Read database-selection.md PostgreSQL vs Neon vs Turso vs SQLite Choosing database orm-selection.md Drizzle vs Prisma vs Kysely Choosing ORM schema-design.md Normalization, PKs, relationships Designing schema indexing.md Index types, composite indexes Performance tuning optimization.md N+1, EXPLAIN ANALYZE Que...
|
276 |
| 7553 | developer-onboarding | aj-geddes/useful-ai-prompts |
Developer Onboarding Overview Create comprehensive onboarding documentation that helps new developers quickly set up their development environment, understand the codebase, and start contributing effectively. When to Use New developer onboarding README file creation Contributing guidelines Development environment setup Architecture overview docs Code style guides Git workflow documentation Testing guidelines Deployment procedures Comprehensive README Template Project Name Brief project descr...
|
276 |
| 7554 | batch-processing-jobs | aj-geddes/useful-ai-prompts |
Batch Processing Jobs Overview Implement scalable batch processing systems for handling large-scale data processing, scheduled tasks, and async operations efficiently. When to Use Processing large datasets Scheduled report generation Email/notification campaigns Data imports and exports Image/video processing ETL pipelines Cleanup and maintenance tasks Long-running computations Bulk data updates Architecture Patterns ┌─────────────┐ ┌─────────────┐ ┌──────────┐ │ Producer │─────▶│...
|
276 |
| 7555 | feature engineering | aj-geddes/useful-ai-prompts |
Feature Engineering Overview Feature engineering creates and transforms features to improve model performance, interpretability, and generalization through domain knowledge and mathematical transformations. When to Use When you need to improve model performance beyond using raw features When dealing with categorical variables that need encoding for ML algorithms When features have different scales and require normalization When creating domain-specific features based on business knowledge When h...
|
276 |
| 7556 | level-design | pluginagentmarketplace/custom-plugin-game-developer |
Level Design Level Design Philosophy ┌─────────────────────────────────────────────────────────────┐ │ LEVEL DESIGN PILLARS │ ├─────────────────────────────────────────────────────────────┤ │ 1. FLOW: Guide the player naturally through space │ │ 2. PACING: Control intensity and rest moments │ │ 3. DISCOVERY: Reward exploration and curiosity │ │ 4. CLARITY: Player always knows where to go │ │ 5. CHALLENGE: Sk...
|
276 |
| 7557 | shadcn-layouts | jwynia/agent-skills |
shadcn/Tailwind Layouts Help generate shadcn/Tailwind components that render correctly the first time. Most agent-generated UI fails due to missing mental models about how CSS layout works—not syntax errors, but assumption gaps. When to Use This Skill Use this skill when: Creating shadcn/Tailwind layouts Debugging height/scroll issues Fixing flex/grid problems Setting up full-page app shells Do NOT use this skill when: Writing backend code Working on non-Tailwind CSS projects Designing (us...
|
276 |
| 7558 | contrast-checker | accesslint/claude-marketplace |
You are an expert color contrast analyzer specializing in WCAG 2.1 compliance. Your Role You analyze color contrast ratios in codebases and provide actionable recommendations for achieving WCAG AA compliance while preserving the original design aesthetic. When to Activate Use this skill when: User mentions color contrast, WCAG compliance, or accessibility issues Discussion involves colors in UI components, text readability, or visual design User asks about making colors more accessible Analyzing...
|
276 |
| 7559 | spacing-system | owl-listener/designer-skills |
Spacing System You are an expert in creating systematic spacing for consistent, harmonious interfaces. What You Do You create spacing systems that bring consistency and rhythm to layouts. Base Unit Choose a base unit (typically 4px or 8px) and build a scale: 2xs: 2px xs: 4px sm: 8px md: 16px lg: 24px xl: 32px 2xl: 48px 3xl: 64px Spacing Types Inset : Padding inside containers (equal or squish/stretch variants) Stack : Vertical space between stacked elements Inline : Horizontal space between inli...
|
276 |
| 7560 | notion-spec-to-implementation | davila7/claude-code-templates |
Spec to Implementation Convert a Notion spec into linked implementation plans, tasks, and ongoing status updates. Quick start Locate the spec with Notion:notion-search , then fetch it with Notion:notion-fetch . Parse requirements and ambiguities using reference/spec-parsing.md . Create a plan page with Notion:notion-create-pages (pick a template: quick vs. full). Find the task database, confirm schema, then create tasks with Notion:notion-create-pages . Link spec ↔ plan ↔ tasks; keep status curr...
|
276 |
| 7561 | stripe-integration | davila7/claude-code-templates |
Stripe Integration Master Stripe payment processing integration for robust, PCI-compliant payment flows including checkout, subscriptions, webhooks, and refunds. When to Use This Skill Implementing payment processing in web/mobile applications Setting up subscription billing systems Handling one-time payments and recurring charges Processing refunds and disputes Managing customer payment methods Implementing SCA (Strong Customer Authentication) for European payments Building marketplace payment ...
|
276 |
| 7562 | pymatgen | davila7/claude-code-templates |
Pymatgen - Python Materials Genomics Overview Pymatgen is a comprehensive Python library for materials analysis that powers the Materials Project. Create, analyze, and manipulate crystal structures and molecules, compute phase diagrams and thermodynamic properties, analyze electronic structure (band structures, DOS), generate surfaces and interfaces, and access Materials Project's database of computed materials. Supports 100+ file formats from various computational codes. When to Use This Skil...
|
276 |
| 7563 | gguf-quantization | davila7/claude-code-templates |
GGUF - Quantization Format for llama.cpp The GGUF (GPT-Generated Unified Format) is the standard file format for llama.cpp, enabling efficient inference on CPUs, Apple Silicon, and GPUs with flexible quantization options. When to use GGUF Use GGUF when: Deploying on consumer hardware (laptops, desktops) Running on Apple Silicon (M1/M2/M3) with Metal acceleration Need CPU inference without GPU requirements Want flexible quantization (Q2_K to Q8_0) Using local AI tools (LM Studio, Ollama, text...
|
276 |
| 7564 | cicd-automation-workflow-automate | sickn33/antigravity-awesome-skills |
Workflow Automation You are a workflow automation expert specializing in creating efficient CI/CD pipelines, GitHub Actions workflows, and automated development processes. Design and implement automation that reduces manual work, improves consistency, and accelerates delivery while maintaining quality and security. Use this skill when Automating CI/CD workflows or release pipelines Designing GitHub Actions or multi-stage build/test/deploy flows Replacing manual build, test, or deployment steps I...
|
276 |
| 7565 | fine-tuning-with-trl | davila7/claude-code-templates |
TRL - Transformer Reinforcement Learning Quick start TRL provides post-training methods for aligning language models with human preferences. Installation: pip install trl transformers datasets peft accelerate Supervised Fine-Tuning (instruction tuning): from trl import SFTTrainer trainer = SFTTrainer( model="Qwen/Qwen2.5-0.5B", train_dataset=dataset, Prompt-completion pairs ) trainer.train() DPO (align with preferences): from trl import DPOTrainer, DPOConfig config = DPOConf...
|
276 |
| 7566 | weights-and-biases | davila7/claude-code-templates |
Weights & Biases: ML Experiment Tracking & MLOps When to Use This Skill Use Weights & Biases (W&B) when you need to: Track ML experiments with automatic metric logging Visualize training in real-time dashboards Compare runs across hyperparameters and configurations Optimize hyperparameters with automated sweeps Manage model registry with versioning and lineage Collaborate on ML projects with team workspaces Track artifacts (datasets, models, code) with lineage Users: 200,000+ ML practitioners...
|
276 |
| 7567 | ralplan | yeachan-heo/oh-my-claudecode |
This is an alias for `/plan --consensus` Ralplan orchestrates three specialized agents—Planner, Architect, and Critic—in an iterative loop until consensus is reached on a comprehensive work plan. Usage ``` /oh-my-claudecode:ralplan [task] ``` What It Does Invokes the plan skill with --consensus mode, which: - Creates initial plan with Planner agent - Consults Architect for architectural questions - Reviews with Critic agent - Iterates until Critic approves (max 5 iterations) Implem...
|
276 |
| 7568 | skill-creator | daymade/claude-code-skills |
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
|
276 |
| 7569 | sales-page-copywriting | yashaiguy-dev/sales-page-copywriting-skill |
SALES PAGE COPYWRITING - HOSTILE VALIDATION SYSTEM CRITICAL OUTPUT INSTRUCTION YOU MUST OUTPUT ONLY THE FINAL POLISHED WEBSITE COPY TO THE USER. Do NOT show the user your internal validation process Do NOT show hostile reviewer feedback to the user Do NOT show the before/after revision process Do ALL validation work internally ONLY output the final polished website copy document PHASE 1: INPUT CAPTURE & STRATEGIC FOUNDATION When user provides a product idea or business concept, silently extract ...
|
276 |
| 7570 | youtube-search | zeropointrepo/youtube-skills |
YouTube Search Search YouTube and fetch transcripts via TranscriptAPI.com . Setup If $TRANSCRIPT_API_KEY is not set, help the user create an account (100 free credits, no card): Step 1 — Register: Ask user for their email. node ./scripts/tapi-auth.js register --email USER_EMAIL → OTP sent to email. Ask user: "Check your email for a 6-digit verification code." Step 2 — Verify: Once user provides the OTP: node ./scripts/tapi-auth.js verify --token TOKEN_FROM_STEP_1 --otp CODE API key saved to your...
|
276 |
| 7571 | book-review | readwiseio/readwise-skills |
Draft a long-form book review from a user's Reader highlights — not just the target book, but pulling in related highlights from their entire library to build original arguments. The goal is a review that's more interesting than the book itself: summary + critique + original ideas, where the original ideas come from connecting the book to everything else the user has read. Readwise Access Check if Readwise MCP tools are available (e.g. mcp__readwise__reader_list_documents ). If they are, use the...
|
276 |
| 7572 | dreamcam-downloader | serpdownloaders/skills |
DreamCam Downloader (Browser Extension) Record DreamCam live streams, save performer recordings, and download supported VR videos as MP4. DreamCam Downloader is a browser extension made for users who want to keep DreamCam content available outside the site. It works with live rooms, recorded videos, and supported VR streams, giving you a simpler browser workflow for detection, quality selection, and local MP4 saving. Record DreamCam live broadcasts while they are active Download recorded videos ...
|
276 |
| 7573 | 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...
|
276 |
| 7574 | scribd-downloader | serpdownloaders/skills |
Scribd Downloader — Coming Soon (Browser Extension) Download Scribd documents, ebooks, and publications as PDF files directly from your browser. This extension is currently in development and has not been released yet. Scribd Downloader is an upcoming browser extension designed to let users save documents and publications from Scribd's digital library without relying on third-party desktop applications or complicated workarounds. It will integrate directly into the browser so you can export cont...
|
276 |
| 7575 | canva-downloader | serpdownloaders/skills |
Canva Downloader — Coming Soon (Browser Extension) Download Canva designs, presentations, and visual projects in various formats directly from your browser. This extension is currently in development and has not been released yet. Canva Downloader is an upcoming browser extension that will provide users with a simple way to export their Canva creations without relying on Canva's built-in export limitations or paid download tiers. It is being built around the browser-based design workflow so you ...
|
276 |
| 7576 | myfreecams-downloader | serpdownloaders/skills |
MyFreeCams Downloader (Browser Extension) Record MyFreeCams live streams and download supported recordings as MP4 files for offline viewing. MyFreeCams Downloader is a browser extension for users who want to save supported MyFreeCams streams without wiring together screen recorders or generic downloader tools. It detects active media in your browser session, lets you capture live rooms or supported recordings, and exports finished downloads as MP4 for easier playback later. Record supported MyFr...
|
276 |
| 7577 | hentaihaven-downloader | serpdownloaders/skills |
HentaiHaven Downloader (Browser Extension) Download supported HentaiHaven videos as MP4 files from the browser with direct quality selection. HentaiHaven Downloader is a browser extension for users who want a cleaner way to save supported HentaiHaven videos without relying on generic downloader sites, embedded-player workarounds, or separate desktop tools. It detects supported video pages in the browser, exposes the available qualities, and exports finished downloads as MP4 for easier playback l...
|
276 |
| 7578 | dreamstime-downloader | serpdownloaders/skills |
Dreamstime Downloader — Coming Soon (Browser Extension) Download your licensed Dreamstime stock photos, vectors, illustrations, and video clips directly from the browser. This extension is currently in development and has not been released yet. Dreamstime Downloader is an upcoming browser extension designed to streamline the process of saving purchased and licensed assets from Dreamstime's massive stock media library. Rather than navigating multiple download pages or managing files through separ...
|
276 |
| 7579 | nicovideo-downloader | serpdownloaders/skills |
NicoVideo Downloader — Coming Soon (Browser Extension) Download videos from nicovideo.jp and save them as MP4 files directly from your browser. This extension is currently in development and has not been released yet. NicoVideo Downloader is an upcoming browser extension purpose-built for the nicovideo.jp domain and its classic player interface. Rather than trying to cover every corner of the broader Niconico ecosystem, this extension zeroes in on the original NicoVideo site, letting you grab vi...
|
276 |
| 7580 | khan-academy-downloader | serpdownloaders/skills |
Khan Academy Downloader — Coming Soon (Browser Extension) Download Khan Academy video lessons as MP4 files for offline study, directly from your browser. This extension is currently in development and has not been released yet. Khan Academy Downloader is an upcoming browser extension designed to let learners save video lessons from Khan Academy's website without relying on third-party desktop applications or command-line utilities. It is being engineered around Khan Academy's in-browser video pl...
|
276 |
| 7581 | linkedin-downloader | serpdownloaders/skills |
LinkedIn Downloader (Browser Extension) Download LinkedIn videos, images, and post text from feed pages and post pages in one browser workflow. LinkedIn Downloader is a browser extension built for professionals, researchers, marketers, and content teams who want to save LinkedIn content for offline reference. It scans the posts visible on the current page, detects downloadable media, and lets you save videos, images, and post text in organized folders without relying on copy-paste or generic pag...
|
276 |
| 7582 | learndash-downloader | serpdownloaders/skills |
LearnDash Downloader — Coming Soon (Browser Extension) Download LearnDash course videos as MP4 files directly from your browser. This extension is currently in development and has not been released yet. LearnDash Downloader is an upcoming browser extension purpose-built for saving video lessons from LearnDash-powered WordPress sites. LearnDash is one of the most widely adopted LMS plugins for WordPress, used by universities, corporate training departments, and independent course creators to deli...
|
276 |
| 7583 | creative-market-downloader | serpdownloaders/skills |
Creative Market Downloader — Coming Soon (Browser Extension) Manage and download your purchased Creative Market design assets directly from the browser. This extension is currently in development and has not been released yet. Creative Market Downloader is an upcoming browser extension designed to streamline how users access and organize their purchased assets from Creative Market. Rather than navigating through multiple pages, clicking individual download links, and manually sorting files by ty...
|
276 |
| 7584 | wistia-video-downloader | serpdownloaders/skills |
Wistia Downloader (Browser Extension) Download supported Wistia-hosted videos as MP4 files from business pages, embeds, and training portals. Wistia Downloader is a browser extension built for users who need a cleaner way to save supported Wistia videos for offline viewing. It focuses on embedded and business-hosted playback, detects the active media source from the page, and exports the final result as MP4 without forcing you to parse Wistia embed code or API calls by hand. Save supported Wisti...
|
276 |
| 7585 | dreamcam-vr-downloader | serpdownloaders/skills |
DreamCamVR Downloader (Browser Extension) Record DreamCamVR live streams and download saved VR recordings as MP4 with playback-friendly metadata preserved where available. DreamCamVR Downloader is a browser extension built for immersive video workflows. It helps you keep DreamCamVR live sessions and saved recordings available offline, while preserving useful VR playback details when the source exposes them. The result is a simpler browser-based path from live room to local MP4 file. Record Dream...
|
276 |
| 7586 | hulu-downloader | serpdownloaders/skills |
Hulu Downloader — Coming Soon (Browser Extension) Save Hulu TV shows, movies, and originals as MP4 files directly from your browser. This extension is currently in development and has not been released yet. Hulu Downloader is an upcoming browser extension designed to let users capture video from Hulu's web player and save it locally as a standard MP4 file. Rather than relying on screen recorders or third-party desktop applications, this extension will work inside the browser alongside Hulu's exi...
|
276 |
| 7587 | serp-video-downloader | serpdownloaders/skills |
SERP Video Downloader App (Browser Extension for Chrome, Firefox, Edge, Opera, Brave) Save Every kind of video from any place on the internet, Straight to your computer for offline viewing. SERP Video Downloader is a fast, secure, and reliable Chrome video downloader designed for how people actually find videos today: through search results. Discover a video via Google, Bing, DuckDuckGo, Brave Search, or Yahoo, then save it in a few clicks with clean filenames, HD/4K quality when available, audi...
|
276 |
| 7588 | tokyomotion-downloader | serpdownloaders/skills |
TokyoMotion Downloader (Browser Extension) Download supported TokyoMotion videos as MP4 files from the browser with direct quality selection. TokyoMotion Downloader is a browser extension for users who want a cleaner way to save supported TokyoMotion videos without relying on generic downloader sites or manual stream extraction. It detects supported video pages in the browser, exposes the available qualities, and exports finished downloads as MP4 for easier playback later. Download supported Tok...
|
276 |
| 7589 | kick-clip-downloader | serpdownloaders/skills |
Kick Clip Downloader — Coming Soon (Browser Extension) Download Kick clips, VODs, and stream recordings as MP4 files directly from your browser. This extension is currently in development and has not been released yet. Kick Clip Downloader is an upcoming browser extension that will provide a simple, in-browser method for saving video content from the Kick streaming platform. Rather than relying on screen recorders or third-party desktop applications, this extension is designed to detect download...
|
276 |
| 7590 | facebook-video-downloader | serpdownloaders/skills |
Facebook Downloader (Browser Extension) Download Facebook videos, Reels, images, and visible post text in one browser workflow. Facebook Downloader is a browser extension for users who want a cleaner way to save visible Facebook content without using external downloader sites. It detects supported videos, Reels, images, and post text directly in your browser session and exports them in standard formats for offline reference, research, or personal archiving. Save supported Facebook videos and Ree...
|
276 |
| 7591 | 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...
|
276 |
| 7592 | youjizz-downloader | serpdownloaders/skills |
YouJizz Downloader (Browser Extension) Download supported YouJizz videos as MP4 files directly from watch pages in your browser. YouJizz Downloader is a browser extension built for users who want a cleaner way to save supported YouJizz videos for offline viewing. It detects the active media source on the page, surfaces available quality options when present, and exports the final file as MP4 without forcing you into manual URL extraction or command-line tooling. Save supported YouJizz videos fro...
|
276 |
| 7593 | 123rf-downloader | serpdownloaders/skills |
123RF Downloader — Coming Soon (Browser Extension) Save licensed 123RF stock photos, vectors, and video clips to your local machine directly from the browser. This extension is currently in development and has not been released yet. 123RF Downloader is an upcoming browser extension designed to streamline how you download purchased and licensed assets from 123RF's marketplace. Instead of navigating through account dashboards and download modals, the extension will detect assets on the page and gi...
|
276 |
| 7594 | xfantazy-downloader | serpdownloaders/skills |
XFantazy Downloader (Browser Extension) Download supported XFantazy videos as MP4 files from the browser with direct quality selection. XFantazy Downloader is a browser extension for users who want a cleaner way to save supported XFantazy videos without relying on generic downloader sites or manual stream extraction. It detects supported video pages in the browser, exposes the available qualities, and exports finished downloads as MP4 for easier playback later. Download supported XFantazy videos...
|
276 |
| 7595 | luxuretv-downloader | serpdownloaders/skills |
LuxureTV Downloader (Browser Extension) Download supported LuxureTV videos as MP4 files from the browser with direct quality selection. LuxureTV Downloader is a browser extension for users who want a more direct way to save supported LuxureTV videos without relying on generic downloader sites or HLS tools. It detects supported video pages in the browser, exposes the available qualities, and exports finished downloads as MP4 for easier playback later. Download supported LuxureTV videos directly f...
|
276 |
| 7596 | camscom-downloader | serpdownloaders/skills |
Cams.com Downloader (Browser Extension) Save Cams.com live streams and recorded videos as MP4 files without manual stream extraction. Cams.com Downloader is a browser extension built for viewers who want a direct way to keep live shows and recorded clips available offline. It detects stream sources on supported Cams.com pages, gives you a cleaner download workflow, and saves the final file as MP4 so it is easier to replay later on any device. Record active Cams.com live rooms while they are stre...
|
276 |
| 7597 | beeg-video-downloader | serpdownloaders/skills |
Beeg Downloader (Browser Extension) Download supported Beeg videos as MP4 files directly from the browser. Beeg Downloader is a browser extension for users who want a simpler way to save supported Beeg videos for offline viewing. It detects media from active watch pages, helps you choose from the qualities exposed by the player, and exports the finished result as MP4 without forcing you to inspect page source or network requests. Save supported Beeg videos from watch pages Detect available quali...
|
276 |
| 7598 | hdzog-downloader | serpdownloaders/skills |
HDZog Downloader (Browser Extension) Download supported HDZog videos as MP4 files from the browser with direct quality selection. HDZog Downloader is a browser extension for users who want a more direct way to save supported HDZog videos without relying on generic downloader sites or HLS tools. It detects supported video pages in the browser, exposes the available qualities, and exports finished downloads as MP4 for easier playback later. Download supported HDZog videos directly from the page Ch...
|
276 |
| 7599 | xnxx-video-downloader | serpdownloaders/skills |
XNXX Downloader (Browser Extension) Download supported XNXX videos as MP4 files directly from active video pages. XNXX Downloader is a browser extension built for users who want a cleaner way to save supported XNXX videos for offline viewing. It detects the current media source used by the page, surfaces available quality options when present, and exports the final file as MP4 without forcing you to inspect player code or use external tools. Save supported XNXX videos from watch pages Detect pla...
|
276 |
| 7600 | 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...
|
276 |