Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,094
总 Skills
59.3M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
601 persona-sales-ops googleworkspace/cli
Sales Operations PREREQUISITE: Load the following utility skills to operate as this persona: gws-gmail , gws-calendar , gws-sheets , gws-drive Manage sales workflows — track deals, schedule calls, client comms. Relevant Workflows gws workflow +meeting-prep gws workflow +email-to-task gws workflow +weekly-digest Instructions Prepare for client calls with gws workflow +meeting-prep to review attendees and agenda. Log deal updates in a tracking spreadsheet with gws sheets +append . Convert follow-u...
13.8K
602 elevenlabs-tts inferen-sh/skills
ElevenLabs Text-to-Speech Premium text-to-speech with 22+ voices via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Install instructions infsh login Generate speech with ElevenLabs infsh app run elevenlabs/tts --input '{"text": "Hello, welcome to our product demo.", "voice": "aria"}' Available Models Model ID Best For Latency Multilingual v2 eleven_multilingual_v2 Highest quality, 32 languages ~250ms Turbo v2.5 eleven_turbo_v2_5 Balance of speed & quality ~150ms Flash v2.5 e...
13.8K
603 data-analysis supercent-io/skills-template
Data Analysis When to use this skill Data exploration : Understand a new dataset Report generation : Derive data-driven insights Quality validation : Check data consistency Decision support : Make data-driven recommendations Instructions Step 1: Load and explore data Python (Pandas) : import pandas as pd import numpy as np Load CSV df = pd . read_csv ( 'data.csv' ) Basic info print ( df . info ( ) ) print ( df . describe ( ) ) print ( df . head ( 10 ) ) Check missing values print ( df . isnul...
13.8K
604 recipe-copy-sheet-for-new-month googleworkspace/cli
Copy a Google Sheet for a New Month PREREQUISITE: Load the following skills to execute this recipe: gws-sheets Duplicate a Google Sheets template tab for a new month of tracking. Steps Get spreadsheet details: gws sheets spreadsheets get --params '{"spreadsheetId": "SHEET_ID"}' Copy the template sheet: gws sheets spreadsheets sheets copyTo --params '{"spreadsheetId": "SHEET_ID", "sheetId": 0}' --json '{"destinationSpreadsheetId": "SHEET_ID"}' Rename the new tab: gws sheets spreadsheets batchUpda...
13.7K
605 recipe-collect-form-responses googleworkspace/cli
Check Form Responses PREREQUISITE: Load the following skills to execute this recipe: gws-forms Retrieve and review responses from a Google Form. Steps List forms: gws forms forms list (if you don't have the form ID) Get form details: gws forms forms get --params '{"formId": "FORM_ID"}' Get responses: gws forms forms responses list --params '{"formId": "FORM_ID"}' --format table
13.7K
606 recipe-batch-invite-to-event googleworkspace/cli
Add Multiple Attendees to a Calendar Event PREREQUISITE: Load the following skills to execute this recipe: gws-calendar Add a list of attendees to an existing Google Calendar event and send notifications. Steps Get the event: gws calendar events get --params '{"calendarId": "primary", "eventId": "EVENT_ID"}' Add attendees: gws calendar events patch --params '{"calendarId": "primary", "eventId": "EVENT_ID", "sendUpdates": "all"}' --json '{"attendees": [{"email": "alice@company.com"}, {"email": "b...
13.7K
607 recipe-create-events-from-sheet googleworkspace/cli
Create Google Calendar Events from a Sheet PREREQUISITE: Load the following skills to execute this recipe: gws-sheets , gws-calendar Read event data from a Google Sheets spreadsheet and create Google Calendar entries for each row. Steps Read event data: gws sheets +read --spreadsheet SHEET_ID --range "Events!A2:D" For each row, create a calendar event: gws calendar +insert --summary 'Team Standup' --start '2026-01-20T09:00:00' --end '2026-01-20T09:30:00' --attendee alice@company.com --attendee b...
13.7K
608 recipe-review-overdue-tasks googleworkspace/cli
Review Overdue Tasks PREREQUISITE: Load the following skills to execute this recipe: gws-tasks Find Google Tasks that are past due and need attention. Steps List task lists: gws tasks tasklists list --format table List tasks with status: gws tasks tasks list --params '{"tasklist": "TASKLIST_ID", "showCompleted": false}' --format table Review due dates and prioritize overdue items
13.7K
609 gws-modelarmor googleworkspace/cli
modelarmor (v1) PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. gws modelarmor < resource > < method > [ flags ] Helper Commands Command Description +sanitize-prompt Sanitize a user prompt through a Model Armor template +sanitize-response Sanitize a model response through a Model Armor template +create-template Create a new Model Armor template Discovering Commands Before calling any API method, inspect it: ...
13.7K
610 persona-hr-coordinator googleworkspace/cli
HR Coordinator PREREQUISITE: Load the following utility skills to operate as this persona: gws-gmail , gws-calendar , gws-drive , gws-chat Handle HR workflows — onboarding, announcements, and employee comms. Relevant Workflows gws workflow +email-to-task gws workflow +file-announce Instructions For new hire onboarding, create calendar events for orientation sessions with gws calendar +insert . Upload onboarding docs to a shared Drive folder with gws drive +upload . Announce new hires in Chat spa...
13.7K
611 gws-modelarmor-create-template googleworkspace/cli
modelarmor +create-template PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. Create a new Model Armor template Usage gws modelarmor +create-template --project < PROJECT > --location < LOCATION > --template-id < ID > Flags Flag Required Default Description --project ✓ — GCP project ID --location ✓ — GCP location (e.g. us-central1) --template-id ✓ — Template ID to create --preset — — Use a preset template: jailb...
13.7K
612 elevenlabs-music inferen-sh/skills
ElevenLabs Music Generation Generate original music from text prompts via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Install instructions infsh login Generate music infsh app run elevenlabs/music --input '{"prompt": "Upbeat electronic dance track with driving synths"}' Parameters Parameter Type Default Description prompt string required Description of desired music (max 2000 chars) duration_seconds number 30 Duration in seconds (5-600, max 10 minutes) Examples Background...
13.7K
613 recipe-forward-labeled-emails googleworkspace/cli
Forward Labeled Gmail Messages PREREQUISITE: Load the following skills to execute this recipe: gws-gmail Find Gmail messages with a specific label and forward them to another address. Steps Find labeled messages: gws gmail users messages list --params '{"userId": "me", "q": "label:needs-review"}' --format table Get message content: gws gmail users messages get --params '{"userId": "me", "id": "MSG_ID"}' Forward via new email: `gws gmail +send --to manager@company.com --subject 'FW: [Original Sub...
13.6K
614 recipe-create-meet-space googleworkspace/cli
Create a Google Meet Conference PREREQUISITE: Load the following skills to execute this recipe: gws-meet , gws-gmail Create a Google Meet meeting space and share the join link. Steps Create meeting space: gws meet spaces create --json '{"config": {"accessType": "OPEN"}}' Copy the meeting URI from the response Email the link: gws gmail +send --to team@company.com --subject 'Join the meeting' --body 'Join here: MEETING_URI'
13.6K
615 recipe-create-expense-tracker googleworkspace/cli
Create a Google Sheets Expense Tracker PREREQUISITE: Load the following skills to execute this recipe: gws-sheets , gws-drive Set up a Google Sheets spreadsheet for tracking expenses with headers and initial entries. Steps Create spreadsheet: gws drive files create --json '{"name": "Expense Tracker 2025", "mimeType": "application/vnd.google-apps.spreadsheet"}' Add headers: gws sheets +append --spreadsheet SHEET_ID --range 'Sheet1' --values '["Date", "Category", "Description", "Amount"]' Add firs...
13.6K
616 recipe-share-folder-with-team googleworkspace/cli
Share a Google Drive Folder with a Team PREREQUISITE: Load the following skills to execute this recipe: gws-drive Share a Google Drive folder and all its contents with a list of collaborators. Steps Find the folder: gws drive files list --params '{"q": "name = '\''Project X'\'' and mimeType = '\''application/vnd.google-apps.folder'\''"}' Share as editor: gws drive permissions create --params '{"fileId": "FOLDER_ID"}' --json '{"role": "writer", "type": "user", "emailAddress": "colleague@company.c...
13.6K
617 multi-stage-dockerfile github/awesome-copilot
Your goal is to help me create efficient multi-stage Dockerfiles that follow best practices, resulting in smaller, more secure container images. Multi-Stage Structure Use a builder stage for compilation, dependency installation, and other build-time operations Use a separate runtime stage that only includes what's needed to run the application Copy only the necessary artifacts from the builder stage to the runtime stage Use meaningful stage names with the AS keyword (e.g., FROM node:18 AS builde...
13.6K
618 recipe-review-meet-participants googleworkspace/cli
Review Google Meet Attendance PREREQUISITE: Load the following skills to execute this recipe: gws-meet Review who attended a Google Meet conference and for how long. Steps List recent conferences: gws meet conferenceRecords list --format table List participants: gws meet conferenceRecords participants list --params '{"parent": "conferenceRecords/CONFERENCE_ID"}' --format table Get session details: gws meet conferenceRecords participants participantSessions list --params '{"parent": "conferenceRe...
13.5K
619 recipe-post-mortem-setup googleworkspace/cli
Set Up Post-Mortem PREREQUISITE: Load the following skills to execute this recipe: gws-docs , gws-calendar , gws-chat Create a Google Docs post-mortem, schedule a Google Calendar review, and notify via Chat. Steps Create post-mortem doc: gws docs +write --title 'Post-Mortem: [Incident]' --body ' Summary\n\n Timeline\n\n Root Cause\n\n Action Items' Schedule review meeting: gws calendar +insert --summary 'Post-Mortem Review: [Incident]' --attendee team@company.com --start '2026-03-16T14:00:00' --...
13.5K
620 recipe-create-vacation-responder googleworkspace/cli
Set Up a Gmail Vacation Responder PREREQUISITE: Load the following skills to execute this recipe: gws-gmail Enable a Gmail out-of-office auto-reply with a custom message and date range. Steps Enable vacation responder: gws gmail users settings updateVacation --params '{"userId": "me"}' --json '{"enableAutoReply": true, "responseSubject": "Out of Office", "responseBodyPlainText": "I am out of the office until Jan 20. For urgent matters, contact backup@company.com.", "restrictToContacts": false, "...
13.5K
621 recipe-create-feedback-form googleworkspace/cli
Create and Share a Google Form PREREQUISITE: Load the following skills to execute this recipe: gws-forms , gws-gmail Create a Google Form for feedback and share it via Gmail. Steps Create form: gws forms forms create --json '{"info": {"title": "Event Feedback", "documentTitle": "Event Feedback Form"}}' Get the form URL from the response (responderUri field) Email the form: gws gmail +send --to attendees@company.com --subject 'Please share your feedback' --body 'Fill out the form: FORM_URL'
13.5K
622 recipe-sync-contacts-to-sheet googleworkspace/cli
Export Google Contacts to Sheets PREREQUISITE: Load the following skills to execute this recipe: gws-people , gws-sheets Export Google Contacts directory to a Google Sheets spreadsheet. Steps List contacts: gws people people listDirectoryPeople --params '{"readMask": "names,emailAddresses,phoneNumbers", "sources": ["DIRECTORY_SOURCE_TYPE_DOMAIN_PROFILE"], "pageSize": 100}' --format json Create a sheet: gws sheets +append --spreadsheet SHEET_ID --range 'Contacts' --values '["Name", "Email", "Phon...
13.5K
623 gws-modelarmor-sanitize-prompt googleworkspace/cli
modelarmor +sanitize-prompt PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. Sanitize a user prompt through a Model Armor template Usage gws modelarmor +sanitize-prompt --template < NAME > Flags Flag Required Default Description --template ✓ — Full template resource name (projects/PROJECT/locations/LOCATION/templates/TEMPLATE) --text — — Text content to sanitize --json — — Full JSON request body (overrides --t...
13.5K
624 flutter-animations madteacher/mad-agents-skills
Flutter Animations Overview Create smooth, performant animations in Flutter using the right approach for each use case. This skill covers complete animation workflow: from choosing between implicit/explicit approaches to implementing complex effects like hero transitions and staggered animations. Animation Type Decision Tree Choose the right animation type based on your requirements: Implicit Animations - Use when: Animating a single property (color, size, position) Animation is triggered b...
13.5K
625 recipe-share-event-materials googleworkspace/cli
Share Files with Meeting Attendees PREREQUISITE: Load the following skills to execute this recipe: gws-calendar , gws-drive Share Google Drive files with all attendees of a Google Calendar event. Steps Get event attendees: gws calendar events get --params '{"calendarId": "primary", "eventId": "EVENT_ID"}' Share file with each attendee: gws drive permissions create --params '{"fileId": "FILE_ID"}' --json '{"role": "reader", "type": "user", "emailAddress": "attendee@company.com"}' Verify sharing: ...
13.4K
626 recipe-send-team-announcement googleworkspace/cli
Announce via Gmail and Google Chat PREREQUISITE: Load the following skills to execute this recipe: gws-gmail , gws-chat Send a team announcement via both Gmail and a Google Chat space. Steps Send email: gws gmail +send --to team@company.com --subject 'Important Update' --body 'Please review the attached policy changes.' Post in Chat: gws chat +send --space spaces/TEAM_SPACE --text '📢 Important Update: Please check your email for policy changes.'
13.4K
627 error-handling-patterns wshobson/agents
Error Handling Patterns Build resilient applications with robust error handling strategies that gracefully handle failures and provide excellent debugging experiences. When to Use This Skill Implementing error handling in new features Designing error-resilient APIs Debugging production issues Improving application reliability Creating better error messages for users and developers Implementing retry and circuit breaker patterns Handling async/concurrent errors Building fault-tolerant distribut...
13.4K
628 gws-modelarmor-sanitize-response googleworkspace/cli
modelarmor +sanitize-response PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. Sanitize a model response through a Model Armor template Usage gws modelarmor +sanitize-response --template < NAME > Flags Flag Required Default Description --template ✓ — Full template resource name (projects/PROJECT/locations/LOCATION/templates/TEMPLATE) --text — — Text content to sanitize --json — — Full JSON request body (overri...
13.4K
629 laravel-specialist jeffallan/claude-skills
Laravel Specialist Senior Laravel specialist with deep expertise in Laravel 10+, Eloquent ORM, and modern PHP 8.2+ development. Role Definition You are a senior PHP engineer with 10+ years of Laravel experience. You specialize in Laravel 10+ with PHP 8.2+, Eloquent ORM, API resources, queue systems, and modern Laravel patterns. You build elegant, scalable applications with powerful features. When to Use This Skill Building Laravel 10+ applications Implementing Eloquent models and relationshi...
13.3K
630 recipe-log-deal-update googleworkspace/cli
Log Deal Update to Sheet PREREQUISITE: Load the following skills to execute this recipe: gws-sheets , gws-drive Append a deal status update to a Google Sheets sales tracking spreadsheet. Steps Find the tracking sheet: gws drive files list --params '{"q": "name = '\''Sales Pipeline'\'' and mimeType = '\''application/vnd.google-apps.spreadsheet'\''"}' Read current data: gws sheets +read --spreadsheet SHEET_ID --range "Pipeline!A1:F" Append new row: gws sheets +append --spreadsheet SHEET_ID --range...
13.3K
631 gws-classroom googleworkspace/cli
classroom (v1) PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. gws classroom < resource > < method > [ flags ] API Resources courses create — Creates a course. The user specified in ownerId is the owner of the created course and added as a teacher. A non-admin requesting user can only create a course with themselves as the owner. Domain admins can create courses owned by any user within their domain. This met...
13.3K
632 recipe-create-classroom-course googleworkspace/cli
Create a Google Classroom Course PREREQUISITE: Load the following skills to execute this recipe: gws-classroom Create a Google Classroom course and invite students. Steps Create the course: gws classroom courses create --json '{"name": "Introduction to CS", "section": "Period 1", "room": "Room 101", "ownerId": "me"}' Invite a student: gws classroom invitations create --json '{"courseId": "COURSE_ID", "userId": "student@school.edu", "role": "STUDENT"}' List enrolled students: gws classroom course...
13.2K
633 nia nozomio-labs/nia-skill
Nia Skill Direct API access to Nia for indexing and searching code repositories, documentation, research papers, HuggingFace datasets, local folders, Slack workspaces, and packages. Nia provides tools for indexing and searching external repositories, research papers, documentation, packages, and performing AI-powered research. Its primary goal is to reduce hallucinations in LLMs and provide up-to-date context for AI agents. Setup Get your API key Either: Run npx nia-wizard@latest (guided setup) ...
13.1K
634 javascript-testing-patterns wshobson/agents
JavaScript Testing Patterns Comprehensive guide for implementing robust testing strategies in JavaScript/TypeScript applications using modern testing frameworks and best practices. When to Use This Skill Setting up test infrastructure for new projects Writing unit tests for functions and classes Creating integration tests for APIs and services Implementing end-to-end tests for user flows Mocking external dependencies and APIs Testing React, Vue, or other frontend components Implementing test-d...
13.1K
635 create-readme github/awesome-copilot
Role You're a senior expert software engineer with extensive experience in open source projects. You always make sure the README files you write are appealing, informative, and easy to read. Task Take a deep breath, and review the entire project and workspace, then create a comprehensive and well-structured README.md file for the project. Take inspiration from these readme files for the structure, tone and content: https://raw.githubusercontent.com/Azure-Samples/serverless-chat-langchainjs/refs/...
12.9K
636 landing-page-design inference-sh-skills/skills
Landing Page Design Design high-converting landing pages with AI-generated visuals via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate a hero image belt app run falai/flux-dev-lora --input '{ "prompt": "professional person smiling while using a laptop showing a clean dashboard interface, bright modern office, natural lighting, warm and productive atmosphere, lifestyle marketing photography", "width": 1248, "height": 832 }' Research com...
12.9K
637 sql-optimization-patterns wshobson/agents
SQL Optimization Patterns Transform slow database queries into lightning-fast operations through systematic optimization, proper indexing, and query plan analysis. When to Use This Skill Debugging slow-running queries Designing performant database schemas Optimizing application response times Reducing database load and costs Improving scalability for growing datasets Analyzing EXPLAIN query plans Implementing efficient indexes Resolving N+1 query problems Core Concepts 1. Query Execution Plans...
12.8K
638 baoyu-post-to-weibo jimliu/baoyu-skills
Post to Weibo Posts text, images, videos, and long-form articles to Weibo via real Chrome browser (bypasses anti-bot detection). Script Directory Important : All scripts are located in the scripts/ subdirectory of this skill. Agent Execution Instructions : Determine this SKILL.md file's directory path as {baseDir} Script path = {baseDir}/scripts/<script-name>.ts Replace all {baseDir} in this document with the actual path Resolve ${BUN_X} runtime: if bun installed → bun ; if npx available → npx -...
12.8K
639 performance addyosmani/web-quality-skills
Performance optimization Deep performance optimization based on Lighthouse performance audits. Focuses on loading speed, runtime efficiency, and resource optimization. How it works Identify performance bottlenecks in code and assets Prioritize by impact on Core Web Vitals Provide specific optimizations with code examples Measure improvement with before/after metrics Performance budget Resource Budget Rationale Total page weight < 1.5 MB 3G loads in ~4s JavaScript (compressed) < 300 KB Parsing ...
12.8K
640 better-auth-security-best-practices better-auth/skills
No SKILL.md available for this skill. View on GitHub
12.7K
641 security-requirement-extraction wshobson/agents
Security Requirement Extraction Transform threat analysis into actionable security requirements. When to Use This Skill Converting threat models to requirements Writing security user stories Creating security test cases Building security acceptance criteria Compliance requirement mapping Security architecture documentation Core Concepts 1. Requirement Categories Business Requirements → Security Requirements → Technical Controls ↓ ↓ ↓ "Prote...
12.7K
642 rust-async-patterns wshobson/agents
Rust Async Patterns Production patterns for async Rust programming with Tokio runtime, including tasks, channels, streams, and error handling. When to Use This Skill Building async Rust applications Implementing concurrent network services Using Tokio for async I/O Handling async errors properly Debugging async code issues Optimizing async performance Core Concepts 1. Async Execution Model Future (lazy) → poll() → Ready(value) | Pending ↑ ↓ Waker ← Runtime schedules 2. Key Abstractions...
12.7K
643 modern-javascript-patterns wshobson/agents
Modern JavaScript Patterns Comprehensive guide for mastering modern JavaScript (ES6+) features, functional programming patterns, and best practices for writing clean, maintainable, and performant code. When to Use This Skill Refactoring legacy JavaScript to modern syntax Implementing functional programming patterns Optimizing JavaScript performance Writing maintainable and readable code Working with asynchronous operations Building modern web applications Migrating from callbacks to Promises/a...
12.6K
644 dotnet-backend-patterns wshobson/agents
.NET Backend Development Patterns Master C/.NET patterns for building production-grade APIs, MCP servers, and enterprise backends with modern best practices (2024/2025). When to Use This Skill Developing new .NET Web APIs or MCP servers Reviewing C code for quality and performance Designing service architectures with dependency injection Implementing caching strategies with Redis Writing unit and integration tests Optimizing database access with EF Core or Dapper Configuring applications with IO...
12.6K
645 golang-pro jeffallan/claude-skills
Golang Pro Senior Go developer with deep expertise in Go 1.21+, concurrent programming, and cloud-native microservices. Specializes in idiomatic patterns, performance optimization, and production-grade systems. Role Definition You are a senior Go engineer with 8+ years of systems programming experience. You specialize in Go 1.21+ with generics, concurrent patterns, gRPC microservices, and cloud-native applications. You build efficient, type-safe systems following Go proverbs. When to Use Thi...
12.6K
646 character-design-sheet inference-sh-skills/skills
Character Design Sheet Create consistent characters across multiple AI-generated images via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate a character concept belt app run falai/flux-dev-lora --input '{ "prompt": "character design reference sheet, front view of a young woman with short red hair, green eyes, wearing a blue jacket and white t-shirt, full body, white background, clean lines, concept art style, character turnaround", "widt...
12.6K
647 product-photography inference-sh-skills/skills
Product Photography Create professional product images with AI via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Clean studio packshot belt app run bytedance/seedream-4-5 --input '{ "prompt": "professional product photography, single premium wireless headphone on clean white background, soft studio lighting with subtle shadow, commercial e-commerce style, sharp focus, 4K quality", "size": "2K" }' Shot Types 1. Hero Shot (Primary Image) The mai...
12.6K
648 china-stock-analysis sugarforever/01coder-agent-skills
China Stock Analysis Skill 基于价值投资理论的中国A股分析工具,面向低频交易的普通投资者。 When to Use 当用户请求以下操作时调用此skill: 分析某只A股股票 筛选符合条件的股票 对比多只股票或行业内股票 计算股票估值或内在价值 查看股票的财务健康状况 检测财务异常风险 Prerequisites Python环境要求 pip install akshare pandas numpy 依赖检查 在执行任何分析前,先检查akshare是否已安装: python -c "import akshare; print(akshare.__version__)" 如果未安装,提示用户安装: pip install akshare Core Modules 1. Stock Screener (股票筛选器) 筛选符合条件的股票 2. Financial Analyzer (财务分析器) 个股深度财务分析 3. Industry Comparator (行业对比) 同行业横向对比分析 4. Valuation Calculat...
12.5K
649 code-review supercent-io/skills-template
Code Review When to use this skill Reviewing pull requests Checking code quality Providing feedback on implementations Identifying potential bugs Suggesting improvements Security audits Performance analysis Instructions Step 1: Understand the context Read the PR description : What is the goal of this change? Which issues does it address? Are there any special considerations? Check the scope : How many files changed? What type of changes? (feature, bugfix, refactor) Are tests included? Step 2: Hi...
12.5K
650 storyboard-creation inference-sh-skills/skills
Storyboard Creation Create visual storyboards with AI image generation via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate a storyboard panel belt app run falai/flux-dev-lora --input '{ "prompt": "storyboard panel, wide establishing shot of a modern city skyline at sunset, cinematic composition, slightly desaturated colors, film still style, 16:9 aspect ratio", "width": 1248, "height": 832 }' Stitch panels into a board belt app run inf...
12.5K