Claude-skill-registry capacitor-plugins
Complete catalog of 80+ Capgo Capacitor plugins. Use this skill when users need to add native functionality to their Capacitor apps, want to know which plugin solves a specific problem, or need help choosing between plugin options.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/capacitor-plugins" ~/.claude/skills/majiayu000-claude-skill-registry-capacitor-plugins && rm -rf "$T"
manifest:
skills/data/capacitor-plugins/SKILL.mdsource content
Capacitor Plugins Directory
This skill provides a comprehensive catalog of Capgo's Capacitor plugins. Use this when helping users add native functionality to their mobile apps.
When to Use This Skill
- User asks "which plugin should I use for X?"
- User needs native functionality (camera, biometrics, payments, etc.)
- User is building a new Capacitor feature
- User wants to compare plugin options
Plugin Categories
Authentication & Security
| Plugin | Package | Description |
|---|---|---|
| Native Biometric | | Face ID, Touch ID, fingerprint authentication |
| Social Login | | Google, Apple, Facebook sign-in |
| Autofill Save Password | | Native password autofill integration |
| Is Root | | Detect rooted/jailbroken devices |
| WebView Guardian | | Security hardening for WebView |
Live Updates & Development
| Plugin | Package | Description |
|---|---|---|
| Capacitor Updater | | OTA live updates without app store |
| Live Reload | | Hot reload during development |
| Env | | Environment variables in native code |
Media & Camera
| Plugin | Package | Description |
|---|---|---|
| Camera Preview | | Camera preview with overlay support |
| Photo Library | | Access device photo library |
| Video Player | | Native video playback |
| Video Thumbnails | | Generate video thumbnails |
| Screen Recorder | | Record device screen |
| Document Scanner | | Scan documents with edge detection |
| FFmpeg | | Video/audio processing with FFmpeg |
Audio
| Plugin | Package | Description |
|---|---|---|
| Native Audio | | Low-latency audio playback |
| Audio Recorder | | Record audio from microphone |
| Audio Session | | iOS audio session management |
| Media Session | | Lock screen media controls |
| Mute | | Detect device mute switch |
Streaming Players
| Plugin | Package | Description |
|---|---|---|
| IVS Player | | Amazon IVS video streaming |
| JW Player | | JW Player integration |
| Mux Player | | Mux video streaming |
| YouTube Player | | YouTube video player |
Payments & Monetization
| Plugin | Package | Description |
|---|---|---|
| Native Purchases | | In-app purchases (IAP) |
| Pay | | Apple Pay / Google Pay |
| AdMob | | Google AdMob ads |
Location & Navigation
| Plugin | Package | Description |
|---|---|---|
| Background Geolocation | | Location tracking in background |
| Native Geocoder | | Geocoding and reverse geocoding |
| Launch Navigator | | Open native maps apps |
Sensors
| Plugin | Package | Description |
|---|---|---|
| Accelerometer | | Device motion sensor |
| Barometer | | Atmospheric pressure sensor |
| Compass | | Device compass/heading |
| Light Sensor | | Ambient light sensor |
| Pedometer | | Step counter |
| Shake | | Detect device shake |
Communication
| Plugin | Package | Description |
|---|---|---|
| Contacts | | Access device contacts |
| Crisp | | Crisp chat integration |
| Twilio Voice | | Twilio voice calls |
| Stream Call | | Stream video calls |
| RealtimeKit | | Real-time communication |
Storage & Files
| Plugin | Package | Description |
|---|---|---|
| Data Storage SQLite | | SQLite database storage |
| Fast SQL | | High-performance SQL |
| File | | File system operations |
| File Picker | | Native file picker |
| File Compressor | | Compress files |
| Downloader | | Background file downloads |
| Uploader | | Background file uploads |
| Zip | | Zip/unzip files |
UI & Display
| Plugin | Package | Description |
|---|---|---|
| Brightness | | Control screen brightness |
| Navigation Bar | | Android navigation bar control |
| Home Indicator | | iOS home indicator control |
| Screen Orientation | | Lock/detect screen orientation |
| Keep Awake | | Prevent screen sleep |
| Flash | | Device flashlight control |
| Text Interaction | | Text selection callbacks |
Connectivity & Hardware
| Plugin | Package | Description |
|---|---|---|
| Bluetooth Low Energy | | BLE communication |
| NFC | | NFC tag reading/writing |
| iBeacon | | iBeacon detection |
| WiFi | | WiFi network management |
| SIM | | SIM card information |
Analytics & Tracking
| Plugin | Package | Description |
|---|---|---|
| App Tracking Transparency | | iOS ATT prompt |
| Firebase | | Firebase services |
| GTM | | Google Tag Manager |
| App Insights | | Azure App Insights |
Browser & WebView
| Plugin | Package | Description |
|---|---|---|
| InAppBrowser | | In-app browser with custom tabs |
Health & Fitness
| Plugin | Package | Description |
|---|---|---|
| Health | | HealthKit/Google Fit integration |
Printing & Documents
| Plugin | Package | Description |
|---|---|---|
| Printer | | Native printing |
| PDF Generator | | Generate PDF documents |
Voice & Speech
| Plugin | Package | Description |
|---|---|---|
| Speech Recognition | | Speech to text |
| Speech Synthesis | | Text to speech |
| LLM | | On-device LLM inference |
App Store & Distribution
| Plugin | Package | Description |
|---|---|---|
| In App Review | | Native app review prompt |
| Native Market | | Open app store pages |
| Android Inline Install | | Android in-app updates |
Platform Specific
| Plugin | Package | Description |
|---|---|---|
| Android Kiosk | | Kiosk/lock task mode |
| Android Age Signals | | Google Age Signals API |
| Android Usage Stats | | App usage statistics |
| Intent Launcher | | Launch Android intents |
| Watch | | Apple Watch / WearOS |
Social & Sharing
| Plugin | Package | Description |
|---|---|---|
| Share Target | | Receive shared content |
| WeChat integration |
Other
| Plugin | Package | Description |
|---|---|---|
| Alarm | | Schedule alarms |
| Supabase | | Supabase native auth |
| Persistent Account | | Account persistence |
| Volume Buttons | | Listen to volume button presses |
| Transitions | | Page transition animations |
| Ricoh 360 Camera | | Ricoh 360 camera |
| Capacitor Plus | | Collection of utilities |
Installation
All plugins follow the same installation pattern:
bun add @capgo/capacitor-<name> bunx cap sync
Choosing the Right Plugin
For Authentication
- Biometric login: Use
native-biometric - Social sign-in: Use
social-login - Password autofill: Use
autofill-save-password
For Media
- Camera with overlay: Use
camera-preview - Simple photo access: Use
photo-library - Video playback: Use
video-player - Document scanning: Use
document-scanner
For Payments
- Subscriptions/IAP: Use
native-purchases - Apple Pay/Google Pay: Use
pay
For Live Updates
- Production OTA: Use
capacitor-updater - Development hot reload: Use
live-reload
Resources
- Documentation: https://capgo.app/docs
- GitHub: https://github.com/Cap-go
- Discord: https://discord.gg/capgo