███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 9351 | cloudflare-queues | jezweb/claude-skills |
Cloudflare Queues Status: Production Ready ✅ Last Updated: 2026-01-09 Dependencies: cloudflare-worker-base (for Worker setup) Latest Versions: wrangler@4.58.0, @cloudflare/workers-types@4.20260109.0 Recent Updates (2025): April 2025: Pull consumers increased limits (5,000 msg/s per queue, up from 1,200 requests/5min) March 2025: Pause & Purge APIs (wrangler queues pause-delivery, queues purge) 2025: Customizable retention (60s to 14 days, previously fixed at 4 days) 2025: Increased queue limi...
|
345 |
| 9352 | ctx-stats | mksglu/context-mode |
Context Mode Stats Show context savings for the current session. Instructions Call the mcp__context-mode__ctx_stats MCP tool (no parameters needed). CRITICAL : You MUST copy-paste the ENTIRE tool output as markdown text directly into your response message. Do NOT summarize, do NOT collapse, do NOT paraphrase. The user must see the full tables without pressing ctrl+o. Copy every line exactly as returned by the tool. After the full output, add ONE sentence highlighting the key savings metric, e.g....
|
345 |
| 9353 | frontend-design-review | dauquangthanh/hanoi-rainbow |
This skill provides expert guidance for conducting thorough frontend design reviews, covering UI/UX design quality, design system consistency, accessibility compliance, and responsive design patterns. The skill helps identify design issues early in the development lifecycle, ensuring designs meet quality standards, accessibility requirements, and business objectives before implementation. Core Capabilities 1. UI/UX Design Quality Review - Visual design assessment (typography, color, spacing...
|
345 |
| 9354 | document-pdf | vasilyu1983/ai-agents-public |
Document PDF Skill — Quick Reference This skill enables PDF creation, extraction, manipulation, and analysis. Claude should apply these patterns when users need to generate invoices, reports, extract data from PDFs, merge documents, or work with PDF forms. Modern Best Practices (Jan 2026): PDF is a release artifact, not the editable source of truth. Validate export fidelity (fonts, images, links) and accessibility where required. Accessibility: if compliance matters, target a tagged/structure...
|
345 |
| 9355 | use-template | opusgamelabs/game-creator |
Use Template Clone a game template from the gallery into a new project. This is a fast copy — working code in seconds, not an AI pipeline. Behavior Parse arguments : <template-id> [project-name] If no arguments provided, read site/manifest.json , display a numbered list of all templates with their engine/complexity/description, and ask the user to pick one. template-id is required. project-name defaults to template-id . Look up template in site/manifest.json by id . If not found, show available ...
|
345 |
| 9356 | silicon-paddle-ocr | aotenjou/silicon-paddleocr |
OCR - Image Text Recognition Use PaddleOCR to extract text content from images. Supports single image or batch processing. Overview This skill provides optical character recognition (OCR) capabilities using the PaddlePaddle/PaddleOCR-VL-1.5 model via the SiliconFlow API. Extract text from JPG, PNG, WebP, BMP, and GIF images. When to Use Invoke this skill when: User wants to extract text from an image User asks to OCR a screenshot or photo User needs to read text from an image file User mentions ...
|
345 |
| 9357 | interview-system-designer | alirezarezvani/claude-skills |
Interview System Designer Comprehensive interview system design, competency assessment, and hiring process optimization. Table of Contents Quick Start Tools Overview Interview Loop Designer Question Bank Generator Hiring Calibrator Interview System Workflows Role-Specific Loop Design Competency Matrix Development Question Bank Creation Bias Mitigation Framework Hiring Bar Calibration Competency Frameworks Scoring & Calibration Reference Documentation Industry Standards Quick Start Design a comp...
|
345 |
| 9358 | using-superpowers | jnmetacode/superpowers-zh |
IF A SKILL APPLIES TO YOUR TASK, YOU DO NOT HAVE A CHOICE. YOU MUST USE IT. This is not negotiable. This is not optional. You cannot rationalize your way out of this. Instruction Priority Superpowers skills override default system prompt behavior, but user instructions always take precedence : User's explicit instructions (CLAUDE.md, GEMINI.md, AGENTS.md, direct requests) — highest priority Superpowers skills — override default system behavior where they conflict Default system prompt — lowest p...
|
345 |
| 9359 | actualize | neolabhq/context-engineering-kit |
Actualize Knowledge Base This command is a core part of maintaining a living assurance case. It keeps your FPF knowledge base ( .fpf/ ) in sync with the evolving reality of your project's codebase. The command performs a three-part audit against recent git changes to surface potential context drift, stale evidence, and outdated decisions. This aligns with the Observe phase of the FPF Canonical Evolution Loop (B.4) and helps manage Epistemic Debt (B.3.4). Action (Run-Time) Step 1: Check Git Chang...
|
345 |
| 9360 | koa-typescript | mindrally/skills |
Koa TypeScript Development You are an expert in Koa.js and TypeScript development with deep knowledge of building elegant, middleware-based APIs using Koa's unique onion model. TypeScript General Guidelines Basic Principles Use English for all code and documentation Always declare types for variables and functions Avoid using any type - create necessary types instead Use JSDoc to document public classes and methods Write concise, maintainable, and technically accurate code Use functional and d...
|
345 |
| 9361 | auth0-authentication | mindrally/skills |
Auth0 Authentication You are an expert in Auth0 authentication implementation. Follow these guidelines when working with Auth0 in any project. Core Principles Always use HTTPS for all Auth0 communications and callbacks Store sensitive configuration (client secrets, API keys) in environment variables, never in code Implement proper error handling for all authentication flows Follow the principle of least privilege for scopes and permissions Environment Variables Required Auth0 Configuration AU...
|
345 |
| 9362 | api-pagination | aj-geddes/useful-ai-prompts |
API Pagination Overview Implement scalable pagination strategies for handling large datasets with efficient querying, navigation, and performance optimization. When to Use Returning large collections of resources Implementing search results pagination Building infinite scroll interfaces Optimizing large dataset queries Managing memory in client applications Improving API response times Instructions 1. Offset/Limit Pagination // Node.js offset/limit implementation app.get('/api/users', async (r...
|
345 |
| 9363 | minecraft-bukkit-pro | sickn33/antigravity-awesome-skills |
Use this skill when Working on minecraft bukkit pro tasks or workflows Needing guidance, best practices, or checklists for minecraft bukkit pro Do not use this skill when The task is unrelated to minecraft bukkit pro You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playb...
|
345 |
| 9364 | 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 ...
|
345 |
| 9365 | clinicaltrials-database | davila7/claude-code-templates |
ClinicalTrials.gov Database Overview ClinicalTrials.gov is a comprehensive registry of clinical studies conducted worldwide, maintained by the U.S. National Library of Medicine. Access API v2 to search for trials, retrieve detailed study information, filter by various criteria, and export data for analysis. The API is public (no authentication required) with rate limits of ~50 requests per minute, supporting JSON and CSV formats. When to Use This Skill This skill should be used when working w...
|
345 |
| 9366 | model-merging | davila7/claude-code-templates |
Model Merging: Combining Pre-trained Models When to Use This Skill Use Model Merging when you need to: Combine capabilities from multiple fine-tuned models without retraining Create specialized models by blending domain-specific expertise (math + coding + chat) Improve performance beyond single models (often +5-10% on benchmarks) Reduce training costs - no GPUs needed, merges run on CPU Experiment rapidly - create new model variants in minutes, not days Preserve multiple skills - merge without...
|
345 |
| 9367 | page-cro | davila7/claude-code-templates |
Page Conversion Rate Optimization (CRO) You are a conversion rate optimization expert. Your goal is to analyze marketing pages and provide actionable recommendations to improve conversion rates. Initial Assessment Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Before provi...
|
345 |
| 9368 | tailwind | pproenca/dot-skills |
No SKILL.md available for this skill. View on GitHub
|
345 |
| 9369 | python-development-python-scaffold | sickn33/antigravity-awesome-skills |
Python Project Scaffolding You are a Python project architecture expert specializing in scaffolding production-ready Python applications. Generate complete project structures with modern tooling (uv, FastAPI, Django), type hints, testing setup, and configuration following current best practices. Use this skill when Working on python project scaffolding tasks or workflows Needing guidance, best practices, or checklists for python project scaffolding Do not use this skill when The task is unrelate...
|
345 |
| 9370 | responsive-images | jezweb/claude-skills |
Responsive Images Status: Production Ready ✅ Last Updated: 2026-01-14 Standards: Web Performance Best Practices, Core Web Vitals Quick Start Basic Responsive Image <img src="/images/hero-800.jpg" srcset=" /images/hero-400.jpg 400w, /images/hero-800.jpg 800w, /images/hero-1200.jpg 1200w, /images/hero-1600.jpg 1600w " sizes="(max-width: 640px) 100vw, (max-width: 1024px) 90vw, 1200px" alt="Hero image description" width="1200" height="675" loading=...
|
344 |
| 9371 | openai-responses | jezweb/claude-skills |
OpenAI Responses API Status: Production Ready Last Updated: 2026-01-21 API Launch: March 2025 Dependencies: openai@6.16.0 (Node.js) or fetch API (Cloudflare Workers) What Is the Responses API? OpenAI's unified interface for agentic applications, launched March 2025. Provides stateful conversations with preserved reasoning state across turns. Key Innovation: Unlike Chat Completions (reasoning discarded between turns), Responses preserves the model's reasoning notebook, improving performance b...
|
344 |
| 9372 | cloudflare-workers-ai | jezweb/claude-skills |
Cloudflare Workers AI Status: Production Ready ✅ Last Updated: 2026-01-21 Dependencies: cloudflare-worker-base (for Worker setup) Latest Versions: wrangler@4.58.0, @cloudflare/workers-types@4.20260109.0, workers-ai-provider@3.0.2 Recent Updates (2025): April 2025 - Performance: Llama 3.3 70B 2-4x faster (speculative decoding, prefix caching), BGE embeddings 2x faster April 2025 - Breaking Changes: max_tokens now correctly defaults to 256 (was not respected), BGE pooling parameter (cls NOT bac...
|
344 |
| 9373 | react-grab | supercent-io/skills-template |
react-grab — Browser Element Context for AI Agents Keyword : react-grab · grab · element context · copy component to ai Point at any UI element in your browser, press Cmd/Ctrl+C, and instantly copy its React component name, source file path, and HTML markup to clipboard — ready for your AI coding agent. When to use this skill Set up react-grab in a React project (Next.js, Vite, Webpack) for AI-assisted development Point at UI elements and copy precise component context to Claude Code / Cursor / ...
|
344 |
| 9374 | test-driven-development | camacho/ai-skills |
Test-Driven Development (TDD) Overview Write the test first. Watch it fail. Write minimal code to pass. Core principle: If you didn't watch the test fail, you don't know if it tests the right thing. Violating the letter of the rules is violating the spirit of the rules. When to Use Always: New features Bug fixes Refactoring Behavior changes Exceptions (ask your human partner): Throwaway prototypes Generated code Configuration files Thinking "skip TDD just this once"? Stop. That's rationalization...
|
344 |
| 9375 | email-systems | davila7/claude-code-templates |
Email Systems You are an email systems engineer who has maintained 99.9% deliverability across millions of emails. You've debugged SPF/DKIM/DMARC, dealt with blacklists, and optimized for inbox placement. You know that email is the highest ROI channel when done right, and a spam folder nightmare when done wrong. You treat deliverability as infrastructure, not an afterthought. Patterns Transactional Email Queue Queue all transactional emails with retry logic and monitoring Email Event Trackin...
|
344 |
| 9376 | shap | k-dense-ai/scientific-agent-skills |
SHAP (SHapley Additive exPlanations) Overview SHAP is a unified approach to explain machine learning model outputs using Shapley values from cooperative game theory. This skill provides comprehensive guidance for: Computing SHAP values for any model type Creating visualizations to understand feature importance Debugging and validating model behavior Analyzing fairness and bias Implementing explainable AI in production SHAP works with all model types: tree-based models (XGBoost, LightGBM, CatBoos...
|
344 |
| 9377 | chakra-ui-migrate | chakra-ui/chakra-ui |
Chakra UI Migration: v2 → v3 You are guiding a developer through migrating their project from Chakra UI v2 to v3. Work through the steps below in order. Inspect the project first — never guess the package versions or framework. Node requirement: Chakra UI v3 requires Node >= 20.x. Confirm before proceeding if the environment is uncertain. Step 1 — Inspect the project Read these files to understand the current state: package.json Show more
|
344 |
| 9378 | android-emulator-skill | new-silvermoon/awesome-android-agent-skills |
Android Emulator Skill Build, test, and automate Android applications using accessibility-driven navigation and structured data instead of pixel coordinates. Quick Start 1. Check environment bash scripts/emu_health_check.sh 2. Launch app python scripts/app_launcher.py --launch com.example.app 3. Map screen to see elements python scripts/screen_mapper.py 4. Tap button python scripts/navigator.py --find-text "Login" --tap 5. Enter text python scripts/navigator.py --find-type EditText --enter-...
|
344 |
| 9379 | ansible-expert | personamanagmentlayer/pcl |
Expert guidance for Ansible - configuration management, application deployment, and IT automation using declarative YAML playbooks. Core Concepts Ansible Architecture - Control node (runs Ansible) - Managed nodes (target systems) - Inventory (hosts and groups) - Playbooks (YAML automation scripts) - Modules (units of work) - Roles (reusable automation units) - Plugins (extend functionality) Key Features - Agentless (SSH-based) - Idempotent operations - Declarative syntax - Human...
|
344 |
| 9380 | kanchi-dividend-sop | tradermonty/claude-trading-skills |
Kanchi Dividend Sop Overview Implement Kanchi's 5-step method as a deterministic workflow for US dividend investing. Prioritize safety and repeatability over aggressive yield chasing. When to Use Use this skill when the user needs: Kanchi-style dividend stock selection adapted for US equities. A repeatable screening and pullback-entry process instead of ad-hoc picks. One-page underwriting memos with explicit invalidation conditions. A handoff package for monitoring and tax/account-location workf...
|
344 |
| 9381 | shopify | mindrally/skills |
Shopify Development Comprehensive guide for building on Shopify platform: apps, extensions, themes, and API integrations. Platform Overview Core Components: Shopify CLI - Development workflow tool GraphQL Admin API - Primary API for data operations (recommended) REST Admin API - Legacy API (maintenance mode) Polaris UI - Design system for consistent interfaces Liquid - Template language for themes Extension Points: Checkout UI - Customize checkout experience Admin UI - Extend admin dashboa...
|
344 |
| 9382 | kotlin-development | mindrally/skills |
Kotlin Development Best Practices General Principles Use English for all code and documentation Always declare the type of each variable and function Avoid the any type; create necessary types instead No blank lines within function bodies Naming Conventions Case Standards PascalCase: Classes, interfaces, enums camelCase: Variables, functions, methods, parameters UPPERCASE: Environment variables, constants underscores_case: Files and directories Naming Guidelines Start each function with a verb (...
|
344 |
| 9383 | symfony:doctrine-migrations | makfly/superpowers-symfony |
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:doctrine-migrations<div
|
344 |
| 9384 | brainstorming | camacho/ai-skills |
Brainstorming Ideas Into Designs Help turn ideas into fully formed designs and specs through natural collaborative dialogue. Start by understanding the current project context, then ask questions one at a time to refine the idea. Once you understand what you're building, present the design and get user approval. Anti-Pattern: "This Is Too Simple To Need A Design" Every project goes through this process. A todo list, a single-function utility, a config change — all of them. "Simple" projects are ...
|
344 |
| 9385 | code-documentation | aj-geddes/useful-ai-prompts |
Code Documentation Skill Overview This skill generates professional, comprehensive documentation for software projects, codebases, libraries, and APIs. It follows industry best practices from projects like React, Django, Stripe, and Kubernetes to produce documentation that is accurate, well-structured, and useful for both new contributors and experienced developers. The output ranges from single-file READMEs to multi-document developer guides, always matched to the project's complexity and the u...
|
344 |
| 9386 | nosql-database-design | aj-geddes/useful-ai-prompts |
NoSQL Database Design Overview Design scalable NoSQL schemas for MongoDB (document) and DynamoDB (key-value). Covers data modeling patterns, denormalization strategies, and query optimization for NoSQL systems. When to Use MongoDB collection design DynamoDB table and index design Document structure modeling Embedding vs. referencing decisions Query pattern optimization NoSQL indexing strategies Data denormalization planning MongoDB Schema Design Document Structure Design MongoDB - Embedded Do...
|
344 |
| 9387 | 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...
|
344 |
| 9388 | segment-anything-model | davila7/claude-code-templates |
Segment Anything Model (SAM) Comprehensive guide to using Meta AI's Segment Anything Model for zero-shot image segmentation. When to use SAM Use SAM when: Need to segment any object in images without task-specific training Building interactive annotation tools with point/box prompts Generating training data for other vision models Need zero-shot transfer to new image domains Building object detection/segmentation pipelines Processing medical, satellite, or domain-specific images Key feature...
|
344 |
| 9389 | complete-skill | parcadei/continuous-claude-v3 |
complete-skill When to Use Test the entire persistence pipeline Instructions Do this Then that
|
344 |
| 9390 | zod | secondsky/claude-skills |
Zod Best Practices Comprehensive schema validation guide for Zod in TypeScript applications. Contains 43 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new Zod schemas Choosing between parse() and safeParse() Implementing type inference with z.infer Handling validation errors for user feedback Composing complex object schemas Using refinements and transforms Optimizing bundle size and val...
|
344 |
| 9391 | joke-engineering | jwynia/agent-skills |
Joke Engineering: Diagnostic Skill You diagnose why humor doesn't work and help engineer more effective jokes. Your role is to analyze joke structures as connection systems and recommend specific improvements. Core Principle Humor emerges from the creation and resolution of connections between concepts, frames, or reference points. A joke is a system with measurable properties. When humor fails, one or more system properties are miscalibrated. This skill helps identify which properties need ...
|
344 |
| 9392 | mindos-zh | geminilight/mindos |
MindOS 技能 CLI 命令 使用 mindos file <子命令> 完成所有知识库操作。加 --json 获取结构化输出。 操作 命令 列出文件 mindos file list 读取文件 mindos file read <路径> 写入/覆盖 mindos file write <路径> --content "..." 创建新文件 mindos file create <路径> --content "..." 追加内容 mindos file append <路径> --content "..." 编辑段落 mindos file edit-section <路径> -H " 标题" --content "..." 标题后插入 mindos file insert-heading <路径> -H " 标题" --content "..." 追加 CSV 行 mindos file append-csv <路径> --row "列1,列2,列3" 删除文件 mindos file delete <路径> 重命名/移动 mindos file rename <旧> <新> 搜索 ...
|
344 |
| 9393 | markdown-mermaid-writing | k-dense-ai/scientific-agent-skills |
Markdown and Mermaid Writing Overview This skill teaches you — and enforces a standard for — creating scientific documentation using markdown with embedded Mermaid diagrams as the default and canonical format . The core bet: a relationship expressed as a Mermaid diagram inside a .md file is more valuable than any image. It is text, so it diffs cleanly in git. It requires no build step. It renders natively on GitHub, GitLab, Notion, VS Code, and any markdown viewer. It uses fewer tokens than a pr...
|
343 |
| 9394 | heygen-skills | heygen-com/skills |
HeyGen Skills Files & Paths This skill reads and writes the following. No other files are accessed without explicit user instruction. Operation Path Purpose Read AVATAR-<NAME>.md Load saved avatar identity (group_id, voice_id) Read SOUL.md , IDENTITY.md Extract identity details when creating a new avatar (heygen-avatar only) Write AVATAR-<NAME>.md Save new avatar identity after creation Write heygen-video-log.jsonl Append one JSON line per video generated (local learning log) Temp write /tmp/ope...
|
343 |
| 9395 | openai-agents | jezweb/claude-skills |
OpenAI Agents SDK Build AI applications with text agents, voice agents (realtime), multi-agent workflows, tools, guardrails, and human-in-the-loop patterns. Quick Start npm install @openai/agents zod@4 v0.4.0+ requires Zod 4 (breaking change) npm install @openai/agents-realtime Voice agents export OPENAI_API_KEY="your-key" Breaking Change (v0.4.0): Zod 3 no longer supported. Upgrade to zod@4. Runtimes: Node.js 22+, Deno, Bun, Cloudflare Workers (experimental) Core Concepts Agents: LLM...
|
343 |
| 9396 | excalidraw | agents365-ai/365-skills |
Excalidraw Subagent Delegation Overview Core principle: Main agents NEVER read Excalidraw files directly. Always delegate to subagents to isolate context consumption. Excalidraw files are JSON with high token cost but low information density. Single files range from 4k-22k tokens (largest can exceed read tool limits). Reading multiple diagrams quickly exhausts context budget (7 files = 67k tokens = 33% of budget). The Problem Excalidraw JSON structure: Each shape has 20+ properties (x, y, w...
|
343 |
| 9397 | pyroscope | grafana/skills |
Grafana Pyroscope - Continuous Profiling Docs : https://grafana.com/docs/pyroscope/latest/ Continuous profiling aggregation system — understand resource usage down to source code line numbers. Instrumentation Methods Three ways to send profiles to Pyroscope: Grafana Alloy (preferred) : eBPF auto-instrumentation, no code changes SDK : Push profiles directly from your application SDK → Alloy : SDK sends to Alloy's pyroscope.receive_http , Alloy forwards to Pyroscope SDK Examples Python Show more
|
343 |
| 9398 | youmind-wechat-article | youmind-openlab/skills |
AI WeChat Article Writer — From Topic to Draft Box in One Prompt Write professional WeChat Official Account articles with AI that doesn't sound like AI. Trending topic mining → deep research via YouMind knowledge base → structured writing with de-AI protocol → beautiful theme formatting → cover image generation → one-click publish to WeChat draft box. No manual formatting, no copy-paste. Get API Key → · More Skills → Onboarding ⚠️ MANDATORY: When the user has just installed this skill, present t...
|
343 |
| 9399 | record-promo | opusgamelabs/game-creator |
Record Promo Video Autonomously capture smooth, high-FPS gameplay footage of your Phaser game — ready for TikTok, Reels, Moltbook, or X. No human input needed during recording. Instructions Record a promo video of the game at $ARGUMENTS (or the current directory if no path given). 1. Pre-checks Verify these are available: Dev server : Check if one is already running ( curl -s http://localhost:3000/ ). If not, start one with npm run dev in the background. Note the port. Playwright : npx playwrigh...
|
343 |
| 9400 | bfl-api | black-forest-labs/skills |
BFL API Integration Guide Use this skill when integrating BFL FLUX APIs into applications for image generation, editing, and processing. First: Check API Key Before generating images, verify your API key is set: echo $BFL_API_KEY If empty or you see "Not authenticated" errors, see API Key Setup below. Important: Image URLs Expire in 10 Minutes Result URLs from the API are temporary. Download images immediately after generation completes - do not store or cache the URLs themselves. When ...
|
343 |