███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 16051 | netbox-integration-best-practices | netboxlabs/netbox-best-practices |
NetBox Integration Best Practices Skill This skill provides best practices guidance for building integrations and automations with NetBox REST and GraphQL APIs. Target Audience Engineers building integrations atop NetBox APIs Teams planning new automations with Claude Developers learning NetBox API best practices Scope: This skill covers API integration patterns. It does NOT cover plugin development, custom scripts, or NetBox administration. NetBox Version Requirements Feature Version Requir...
|
59 |
| 16052 | raydium | sendaifun/skills |
Raydium Protocol - Complete Integration Guide The definitive guide for integrating Raydium - Solana's leading AMM and liquidity infrastructure powering DeFi since 2021. What is Raydium? Raydium is a decentralized exchange on Solana providing: Token Swapping - Fast, cheap swaps via smart routing across all pool types Liquidity Provision - Earn trading fees and rewards by providing liquidity Token Launches - LaunchLab for permissionless token launches with bonding curves Perpetual Trading - Levera...
|
59 |
| 16053 | youtube-downloader | aviz85/claude-skills-library |
YouTube Video Downloader Download YouTube videos with full control over quality and format settings. Quick Start The simplest way to download a video: python scripts/download_video.py "https://www.youtube.com/watch?v=VIDEO_ID" This downloads the video in best available quality as MP4 to /mnt/user-data/outputs/. Options Quality Settings Use -q or --quality to specify video quality: best (default): Highest quality available 1080p: Full HD 720p: HD 480p: Standard definition 360p: Lower qua...
|
59 |
| 16054 | github-multi-repo | ruvnet/claude-flow |
GitHub Multi-Repository Coordination Skill Overview Advanced multi-repository coordination system that combines swarm intelligence, package synchronization, and repository architecture optimization. This skill enables organization-wide automation, cross-project collaboration, and scalable repository management. Core Capabilities 🔄 Multi-Repository Swarm Coordination Cross-repository AI swarm orchestration for distributed development workflows. 📦 Package Synchronization Intelligent dependency res...
|
59 |
| 16055 | terraform-best-practices | nickcrew/claude-ctx-plugin |
Terraform Best Practices Comprehensive optimization guide for Terraform and Infrastructure as Code, maintained by Terramate. Contains 37 rules across 10 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new Terraform modules or configurations Implementing infrastructure patterns (AWS, GCP, Azure, etc.) Reviewing code for security and reliability issues Refactoring existing Terraform/OpenTofu code Optimizin...
|
59 |
| 16056 | shopify-admin-graphql | tamiror6/shopify-app-skills |
Shopify Admin GraphQL Use this skill when adding or changing code that talks to the Shopify Admin API via GraphQL. When to Use Querying Shopify data (shop, customers, orders, products, inventory) Mutating Shopify data (creating/updating customers, orders, products) Implementing pagination for large datasets Handling API throttling and rate limits Working with metafields or other Shopify resources Getting the GraphQL Client In Remix Loaders/Actions (Recommended) Use authenticate.admin() from @sho...
|
59 |
| 16057 | exploratory-testing-advanced | proffesor-for-testing/agentic-qe |
Advanced Exploratory Testing <default_to_action> When exploring software or investigating quality risks: CREATE charter with mission, scope, and time-box (45-90 min) APPLY heuristics: SFDIPOT (quality criteria), FEW HICCUPPS (consistency oracles) EXPLORE systematically using test tours (Business District, Bad Neighborhood, Historical) DOCUMENT findings in real-time with notes, screenshots, evidence DEBRIEF: What learned? What's next? Share via agent memory Quick Heuristic Selection: What to test...
|
59 |
| 16058 | internationalization-i18n | secondsky/claude-skills |
Internationalization (i18n) & Localization Overview Comprehensive guide to implementing internationalization and localization in applications. Covers message translation, pluralization, date/time/number formatting, RTL languages, and integration with popular i18n libraries. When to Use Building multi-language applications Supporting international users Implementing language switching Formatting dates, times, and numbers for different locales Supporting RTL (right-to-left) languages Extracting ...
|
59 |
| 16059 | dev-server | civitai/civitai |
Dev Server Skill Centralized management of Next.js dev servers across multiple git worktrees. The daemon handles port allocation, environment variable injection, and log aggregation so that any agent can access dev server logs regardless of who started the server. Quick Start Check what's running node .claude/skills/dev-server/cli.mjs status Start a dev server for current worktree node .claude/skills/dev-server/cli.mjs start Start for a specific worktree node .claude/skills/dev-server/cli.mjs...
|
59 |
| 16060 | ant-design-mini | teachingai/full-stack-skills |
When to use this skill Use this skill whenever the user wants to: Install and set up Ant Design Mini in a mini-program project Use Ant Design Mini components in Alipay Mini Program Use Ant Design Mini components in WeChat Mini Program Configure Ant Design Mini (theme, i18n, etc.) Use form components (Button, Input, Form, etc.) Use data display components (List, Card, etc.) Use feedback components (Toast, Modal, etc.) Use navigation components (Tabs, NavBar, etc.) Customize component styles Han...
|
59 |
| 16061 | umbraco-property-action | umbraco/umbraco-cms-backoffice-skills |
Umbraco Property Action What is it? Property Actions are buttons that appear next to property labels in the backoffice, providing secondary functionality for property editors. They expand to show available actions when clicked. Property Actions let you add auxiliary features to existing property editors without modifying the editors themselves - useful for shortcuts, transformations, or context-specific operations. Documentation Always fetch the latest docs before implementing: Main docs : https...
|
59 |
| 16062 | godot-composition-apps | thedivergentai/gd-agentic-skills |
Godot Composition & Architecture (Apps & UI) This skill enforces the Single Responsibility Principle within Godot's Node system. Whether building an RPG or a SaaS Dashboard, the rule remains: One Script = One Job. The Core Philosophy The Litmus Test Before writing a script, ask: "If I attached this script to a literal rock, would it still function?" Pass: An AuthComponent on a rock allows the rock to log in. (Context Agnostic) Fail: A LoginForm script on a rock tries to grab text fields the rock...
|
59 |
| 16063 | ui-design-system | borghei/claude-skills |
UI/UX Design & Development Expert Comprehensive UI/UX design, review, and improvement for modern web applications. Production-ready implementations with TailwindCSS + Radix UI + shadcn/ui and modern React patterns. Stack Architecture The Three Pillars Layer 1: TailwindCSS (Styling Foundation) Utility-first CSS framework with build-time generation Zero runtime overhead, minimal production bundles Design tokens: colors, spacing, typography, breakpoints Responsive utilities and dark mode support La...
|
59 |
| 16064 | umbraco-add-extension-reference | umbraco/umbraco-cms-backoffice-skills |
Add Extension Reference to Umbraco Instance What is it? After creating a new Umbraco backoffice extension project, it must be added as a project reference in the main Umbraco instance's .csproj file. Without this reference, the extension will not be loaded when running the Umbraco site. If a solution file ( .sln ) exists, the extension should also be added to it for proper IDE support (Visual Studio, Rider). This is optional - the extension will work without being in the solution. When to Use Us...
|
59 |
| 16065 | hig-inputs | raintree-technology/apple-hig-skills |
Apple HIG: Inputs Check for .claude/apple-design-context.md before asking questions. Use existing context and only ask for information not already covered. Key Principles Support multiple input methods. Touch, pointer, keyboard, pencil, voice, eyes, hands, controllers. Design for the inputs available on each platform. On iPadOS, support both touch and pointer; on macOS, both pointer and keyboard. Consistent feedback for every input action. Visible, audible, or haptic response. Standard gestures ...
|
59 |
| 16066 | app-store-deployment | secondsky/claude-skills |
App Store Deployment Overview Publish mobile applications to official app stores with proper code signing, versioning, testing, and submission procedures. When to Use Publishing apps to App Store and Google Play Managing app versions and releases Configuring signing certificates and provisioning profiles Automating build and deployment processes Managing app updates and rollouts Instructions 1. iOS Deployment Setup Create development and distribution signing certificates Step 1: Generate Cer...
|
59 |
| 16067 | sheets-cli | gmickel/sheets-cli |
sheets-cli CLI for Google Sheets primitives. Read tables, append rows, update cells by key or index, batch operations. Installation: sheets-cli is already installed and available in the user's PATH. Run commands directly—no installation needed. Quick Reference Find spreadsheet by name sheets-cli sheets find --name "Projects" List sheets/tabs sheets-cli sheets list --spreadsheet <id-or-url> Read table data sheets-cli read table --spreadsheet <id> --sheet "Sheet1" --limit 100 Update by k...
|
59 |
| 16068 | api-data-fetcher | meleantonio/awesome-econ-ai-stuff |
API Data Fetcher Purpose This skill helps economists fetch data from major economic data APIs including FRED (Federal Reserve Economic Data), World Bank, IMF, BLS, and OECD. It generates clean, documented Python code with proper error handling. When to Use Downloading macroeconomic indicators Building custom datasets from multiple sources Automating data updates for ongoing projects Fetching cross-country panel data Instructions Step 1: Identify Data Requirements Ask the user: What data do you n...
|
59 |
| 16069 | uniappx-project | teachingai/full-stack-skills |
Use this skill whenever the user wants to: - Use any uni-app-x built-in component - Use any uni-app-x API (network, storage, device, UI, navigation, media, etc.) - Access per-component or per-API examples with official doc links - Check platform compatibility for components and APIs in uni-app-x - Build uni-app-x applications with Vue 3 + TypeScript + Vite How to use this skill This skill is organized to match the official uni-app-x components and API documentation: - Choose component ...
|
59 |
| 16070 | erk-planning | dagster-io/erk |
Erk Planning Skill When to Load Load this skill when user mentions: "update plan", "update the plan" "modify the plan", "change the plan" "edit the plan" When these triggers fire and a plan was saved in this session: Check for plan-saved-issue.marker in session scratch: erk exec marker read --session-id < session-id > plan-saved-issue If found (exit code 0), invoke /local:plan-update <issue-number> with the marker content If not found (exit code 1), ask user for issue number Overview Erk-plans a...
|
59 |
| 16071 | vuex-vue2 | teachingai/full-stack-skills |
Use this skill whenever the user wants to: - Install and set up Vuex in a Vue 2 project - Manage application state with Vuex - Use Vuex store in Vue components - Understand Vuex core concepts (state, getters, mutations, actions) - Use Vuex modules for large applications - Handle Vuex plugins and devtools - Understand Vuex API and methods - Troubleshoot Vuex issues How to use this skill This skill is organized to match the Vuex official documentation structure ([https://vuex.vuejs.org/...
|
59 |
| 16072 | session-info | terrylica/cc-skills |
Returns the current Claude Code session UUID and registry information. When to Use - Need to know the current session UUID for debugging - Want to check the session chain history - Verify the session registry is working - Find correlation between sessions and transcripts Implementation Run the session info script: ``` bun $HOME/.claude/plugins/marketplaces/cc-skills/plugins/statusline-tools/scripts/get-session-info.ts ``` Output Format The script outputs structured session informat...
|
59 |
| 16073 | dbus | martinholovsky/claude-skills-generator |
1. Overview Risk Level: HIGH - System service access, privileged operations, IPC You are an expert in D-Bus communication with deep expertise in: D-Bus Protocol: Message bus system, object paths, interfaces Bus Types: Session bus (user), System bus (privileged) Service Interaction: Method calls, signals, properties Security: Policy enforcement, peer credentials Core Expertise Areas Bus Communication: Session/system bus, message routing Object Model: Paths, interfaces, methods, signals Policy ...
|
59 |
| 16074 | umbraco-repository-pattern | umbraco/umbraco-cms-backoffice-skills |
Umbraco Repository Pattern What is it? Repositories are the Backoffice's entry point for data requests and update notifications, abstracting data access from various sources (server, offline database, store, Signal-R). They provide a structured way to manage data operations, separating business logic from direct data access for easier maintenance and scalability. Repositories use data sources behind the scenes, allowing consumers to work with data without knowing where or how it's stored. CRITIC...
|
59 |
| 16075 | adr-code-traceability | terrylica/cc-skills |
ADR Code Traceability Add Architecture Decision Record references to code for decision traceability. Provides language-specific patterns and placement guidelines. When to Use This Skill Creating new files as part of an ADR implementation Documenting non-obvious implementation choices User mentions "ADR traceability", "code reference", "document decision" Adding decision context to code during /itp:go Phase 1 Quick Reference Reference Format ADR: {adr-id} Path Derivation: ADR: 2025-12-01-my-f...
|
59 |
| 16076 | 12-factor-apps | existential-birds/beagle |
12-Factor App Compliance Analysis Reference: The Twelve-Factor App Overview The 12-Factor App methodology is a set of best practices for building Software-as-a-Service applications that are: Portable across execution environments Scalable without architectural changes Suitable for continuous deployment Maintainable with minimal friction Input Parameters Parameter Description Required codebase_path Root path of the codebase to analyze Required Analysis Framework Factor I: Codebase Principle:...
|
59 |
| 16077 | influencer-marketing | dengineproblem/agents-monorepo |
Channels: Influencer Guides influencer marketing strategy for AI/SaaS products. Focus on trust and brand exposure; 2–3x higher conversion and 40%–50% lower CAC than traditional ads. 92% of consumers trust influencers over celebrities. 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. Initial Assessment Check for project cont...
|
59 |
| 16078 | appstore-intel | dylanfeltus/skills |
App Store Intelligence Look up app details, ratings, reviews, and search the iOS App Store and Mac App Store using Apple's free iTunes Search & Lookup APIs. No API key required. For Google Play, use web scraping via web_search and web_fetch . When to Use User asks about an app's ratings or reviews User wants to compare apps in a category User wants to find apps by keyword User asks about a competitor's app store presence User wants app metadata (price, size, version, release notes) API Overview ...
|
59 |
| 16079 | forge | delexw/claude-code-misc |
Forge Skill Typically runs automatically via SessionEnd hook. Extract knowledge from session transcripts. How It Works The SessionEnd hook runs: ao forge transcript --last-session --queue --quiet This queues the session for knowledge extraction. Flags Flag Default Description --promote off Process pending extractions from .agents/knowledge/pending/ and promote to .agents/learnings/ . Absorbs the former extract skill. Promote Mode Given /forge --promote : Promote Step 1: Find Pending Files ls -lt...
|
59 |
| 16080 | eda-schematics | l3wi/claude-eda |
EDA Schematics Skill Create and wire schematics for electronics projects. Auto-Activation Triggers This skill activates when: User asks to "create schematic", "add component", "wire" User is working with .kicad_sch files User asks about net names, connections, or ERC Project has component selections but no schematic User mentions schematic organization or sheets Context Requirements Requires: docs/component-selections.md - Selected components with LCSC numbers docs/design-constraints.json - Proj...
|
59 |
| 16081 | moai-library-nextra | modu-ai/moai-adk |
Quick Reference Purpose: Build professional documentation sites with Nextra and Next.js. Nextra Advantages: Zero config MDX with seamless Markdown and JSX integration File-system routing with automatic route generation Performance optimized with code splitting and prefetching Theme system with pluggable and customizable themes Built-in internationalization support Core Files: The pages directory contains documentation pages in MDX format The theme.config.tsx file contains site configuration...
|
59 |
| 16082 | synthesizer | liangdabiao/claude-code-stock-deep-research-agent |
Synthesizer Role You are a Research Synthesizer responsible for combining findings from multiple research agents into a coherent, well-structured, and insightful research report. Core Responsibilities Integrate Findings: Combine multiple research sources into unified content Resolve Contradictions: Identify and explain conflicting information Extract Consensus: Identify themes and conclusions supported by multiple sources Create Narrative: Build a logical flow from introduction to conclusions ...
|
59 |
| 16083 | pedagogical-code-grader | jorgealves/agent_skills |
Mentoring & Education: Evaluators & Reviewers This directory contains skills for the "Feedback" phase of the teaching lifecycle. Pedagogical Code Grader : Grades based on "Did they learn the concept?" rather than just "Did it pass tests?". Industry Standard Reviewer : Gives feedback in the persona of a Senior Engineer. Concept Mastery Validator : Ensures the teaching plan and the projects are perfectly aligned. Use Cases Automated Grading : Scale your teaching by automating the initial conceptua...
|
59 |
| 16084 | changelog management | sharex/xerahs |
Automation Script (Recommended) Use the helper script to generate a draft section from commits since the last tag, grouped into changelog categories. Script path: . ai/skills/ update-changelog / scripts/ update-changelog . ps1 Preview only (prints generated markdown): powershell - NoProfile - ExecutionPolicy Bypass - File . ai/skills/ update-changelog / scripts/ update-changelog . ps1 Generate draft from an explicit tag/version and save to a file: powershell - NoProfile - ExecutionPolicy Bypass ...
|
59 |
| 16085 | reviewing-ai-papers | oaustegard/claude-skills |
Reviewing AI Papers When users request analysis of AI/ML technical content (papers, articles, blog posts), extract actionable insights filtered through an enterprise AI engineering lens and store valuable discoveries to memory for cross-session recall. Contextual Priorities Technical Architecture: RAG systems (semantic/lexical search, hybrid retrieval) Vector database optimization and embedding strategies Model fine-tuning for specialized scientific domains Knowledge distillation for secure on-p...
|
59 |
| 16086 | umbraco-picker-data-source | umbraco/umbraco-cms-backoffice-skills |
Umbraco Picker Data Source What is it? A Picker Data Source provides data for picker-based property editors. It allows you to create custom data sources that supply items for content pickers, defining how items are fetched, searched, and displayed in a tree or collection format. This is useful for creating pickers that select from custom entities, external APIs, or filtered subsets of existing content. Documentation Always fetch the latest docs before implementing: Foundation : https://docs.umbr...
|
59 |
| 16087 | thealgorithm | danielmiessler/personal_ai_infrastructure |
Before executing, check for user customizations at: `~/.claude/skills/CORE/USER/SKILLCUSTOMIZATIONS/THEALGORITHM/` If this directory exists, load and apply any PREFERENCES.md, configurations, or resources found there. These override default behavior. If the directory does not exist, proceed with skill defaults. THE ALGORITHM - Universal Execution Engine PURPOSE: Produce euphoric, highly surprising, exceptional results that solve the problem better than expected. PHILOSOPHY: Move from curren...
|
59 |
| 16088 | video-producer | notedit/happy-skills |
Video Producer Skill I help you build video players, handle video streaming, and create engaging video experiences. What I Do Video Playback: Custom video players with controls Adaptive bitrate streaming (HLS, DASH) Picture-in-picture mode Fullscreen support Video Features: Subtitles and captions Quality selection Playback speed control Thumbnail previews Streaming: Live video streaming Video on demand (VOD) Progressive download Adaptive streaming Custom Video Player // components/VideoP...
|
59 |
| 16089 | docs-writer | adeonir/agent-skills |
docs-writer skill instructions As an expert technical writer for the Gemini CLI project, your goal is to produce documentation that is accurate, clear, and consistent with the project's standards. You must adhere to the documentation contribution process outlined in CONTRIBUTING.md and the style guidelines from the Google Developer Documentation Style Guide. Step 1: Understand the goal and create a plan Clarify the request: Fully understand the user's documentation request. Identify the core f...
|
59 |
| 16090 | cloudflare | connorads/dotfiles |
Cloudflare Platform Skill Consolidated skill for building on the Cloudflare platform. Use decision trees below to find the right product, then load detailed references. Your knowledge of Cloudflare APIs, types, limits, and pricing may be outdated. Prefer retrieval over pre-training — the references in this skill are starting points, not source of truth. Retrieval Sources Fetch the latest information before citing specific numbers, API signatures, or configuration options. Do not rely on baked-in...
|
59 |
| 16091 | email-marketing | dengineproblem/agents-monorepo |
Email Marketing Comprehensive email marketing skill covering campaign creation, automated sequences, A/B testing, segmentation, and deliverability optimization. Overview This skill covers: Email campaign creation and templates Automated drip sequences A/B testing frameworks List segmentation strategies Deliverability best practices Email Types & Templates 1. Welcome Sequence sequence : "Welcome Series" trigger : subscriber_signup duration : 14_days emails : - day_0 : subject : "Welcome to {Brand...
|
59 |
| 16092 | cost-latency-optimizer | patricio0312rev/skills |
Cost & Latency Optimizer Optimize LLM applications for cost and performance. Cost Breakdown Analysis class CostAnalyzer: def __init__(self): self.costs = { "llm_calls": 0, "embeddings": 0, "tool_calls": 0, } self.counts = { "llm_calls": 0, "embeddings": 0, } def track_llm_call(self, tokens_in: int, tokens_out: int): GPT-4 pricing cost = (tokens_in / 1000) * 0.03 + (tokens_out /...
|
59 |
| 16093 | tikhub-api-helper | liangdabiao/tikhub_api_skill |
TikHub API Helper A skill to help users search, find, and call TikHub API endpoints for social media data. Quick Start When a user asks about TikHub API or wants to fetch social media data: Search for relevant APIs using the searcher script Show the user available options with parameters Call the API with appropriate parameters Return formatted results to the user Available Scripts API Searcher - api_searcher.py Search and find relevant TikHub API endpoints. Search by keyword python api_searche...
|
59 |
| 16094 | ln-711-npm-upgrader | levnikolaevich/claude-code-skills |
Type: L3 Worker Category: 7XX Project Bootstrap Parent: ln-710-dependency-upgrader Upgrades Node.js dependencies using npm, yarn, or pnpm with automatic breaking change detection and migration. Overview | Input | Project path, package manager type | Output | Updated package.json, lock file, migration report | Supports | npm, yarn (classic & berry), pnpm Workflow See [diagram.html](https://github.com/levnikolaevich/claude-code-skills/blob/main/ln-711-npm-upgrader/diagram.html) for ...
|
59 |
| 16095 | knowledge base builder | eddiebe147/claude-settings |
Knowledge Base Builder The Knowledge Base Builder skill helps you create, structure, and maintain knowledge bases that AI agents can effectively query and utilize. It transforms scattered information—from project documentation to tribal knowledge—into organized, accessible knowledge that improves AI performance and team productivity. This skill guides you through knowledge extraction, organization, structuring, and maintenance. It understands different knowledge formats (documentation, code comm...
|
59 |
| 16096 | llm-fine-tuning-guide | qodex-ai/ai-agent-skills |
LLM Fine-Tuning Guide Master the art of fine-tuning large language models to create specialized models optimized for your specific use cases, domains, and performance requirements. Overview Fine-tuning adapts pre-trained LLMs to specific tasks, domains, or styles by training them on curated datasets. This improves accuracy, reduces hallucinations, and optimizes costs. When to Fine-Tune Domain Specialization: Legal documents, medical records, financial reports Task-Specific Performance: Bette...
|
59 |
| 16097 | vrm-springbone-physics | project-n-e-k-o/n.e.k.o |
VRM SpringBone Physics Debugging This skill covers common issues with VRM hair/clothing physics using @pixiv/three-vrm and how to fix them. Common Symptoms Hair flies upward or explodes outward on load Hair sticks out horizontally like there's an invisible wall Hair is stiff and doesn't move naturally Physics works but starts from wrong position Root Cause 1: Incorrect Delta Time (Most Common - 90%) Problem The vrm.update(delta) function expects delta in seconds, not milliseconds. If delta is...
|
59 |
| 16098 | image-utils | bria-ai/bria-skill |
Image Utilities Pillow-based utilities for deterministic pixel-level image operations. Use for resize, crop, composite, format conversion, watermarks, and other standard image processing tasks. When to Use This Skill Post-processing AI-generated images : Resize, crop, optimize for web after generation Format conversion : PNG ↔ JPEG ↔ WEBP with quality control Compositing : Overlay images, paste subjects onto backgrounds Batch processing : Resize to multiple sizes, add watermarks Web optimization...
|
59 |
| 16099 | plausible | vm0-ai/vm0-skills |
Plausible Analytics API Query website analytics and manage sites with Plausible's privacy-friendly analytics platform. When to Use Query visitor statistics and pageviews Analyze traffic sources and referrers Get geographic and device breakdowns Track conversions and goals Manage analytics sites programmatically Prerequisites export PLAUSIBLE_API_KEY=your-api-key export PLAUSIBLE_SITE_ID=example.com Get API Key Log in to Plausible: https://plausible.io/login Go to Account Settings (top-right m...
|
59 |
| 16100 | art-master | huangserva/skill-prompt-generator |
No SKILL.md available for this skill. View on GitHub
|
59 |