███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 5651 | market-news-analyst | tradermonty/claude-trading-skills |
Market News Analyst Overview This skill enables comprehensive analysis of market-moving news events from the past 10 days, focusing on their impact on US equity markets and commodities. The skill automatically collects news from trusted sources using WebSearch and WebFetch tools, evaluates market impact magnitude, analyzes actual market reactions, and produces structured English reports ranked by market impact significance. Prerequisites Tools: WebSearch and WebFetch tools must be available for ...
|
2.3K |
| 5652 | platform-encryption-configure | forcedotcom/sf-skills |
Configure Platform Encryption Configures Salesforce Shield Platform Encryption by generating the metadata that turns it on and choosing the right settings: which encryption scheme a field should use, which key-management model fits a requirement, and how the tenant-secret lifecycle works. This is a hybrid skill — it emits deployable *.settings-meta.xml / *.field-meta.xml where Platform Encryption exposes a real Metadata API surface, and returns grounded guidance where the operation is UI/REST-on...
|
2.3K |
| 5653 | platform-dataspace-access-configure | forcedotcom/sf-skills |
platform-dataspace-access-configure Configure DataSpace access in Salesforce Data Cloud using a two-layer model: DataSpace-level access — grant a PermissionSet access to a DataSpace by embedding a <dataspaceScopes> element in the permission set XML and deploying via MDAPI. Object-level access (optional) — grant that permission set access to specific DMO / DLO / CIO objects within the DataSpace using the Object Access Grants Connect API. The MDAPI layer is required to establish the PermissionSet ...
|
2.3K |
| 5654 | langchain4j-testing-strategies | giuseppe-trisciuoglio/developer-kit |
LangChain4J Testing Strategies Overview LangChain4J testing requires specialized strategies due to the non-deterministic nature of LLM responses and the complexity of AI workflows. This skill provides comprehensive patterns for unit testing with mocks, integration testing with Testcontainers, and end-to-end testing for RAG systems, AI Services, and tool execution. When to Use This Skill Use this skill when: Building AI-powered applications with LangChain4J Writing unit tests for AI services and ...
|
2.3K |
| 5655 | aws-sdk-java-v2-s3 | giuseppe-trisciuoglio/developer-kit |
AWS SDK for Java 2.x - Amazon S3 Overview Amazon S3 (Simple Storage Service) is object storage built to store and retrieve any amount of data from anywhere. This skill covers patterns for working with S3 using AWS SDK for Java 2.x, including bucket operations, object uploads/downloads, presigned URLs, multipart transfers, and Spring Boot integration. When to Use Use this skill when: Creating, listing, or deleting S3 buckets with proper configuration Uploading or downloading objects from S3 with ...
|
2.3K |
| 5656 | a2ui-renderer | copilotkit/copilotkit |
This skill builds on copilotkit/react-core (for CopilotKit provider fundamentals) and copilotkit/runtime (for CopilotRuntime fundamentals). Read those first. Setup A2UI has two halves. The runtime declares a2ui middleware; the client enables the a2ui prop on the provider. Once both are set, /info flags A2UI and the client auto-mounts createA2UIMessageRenderer — you do NOT wire renderActivityMessages yourself. Runtime side ( app/routes/api.copilotkit.$.tsx ) Show more Installs 521 Repository copi...
|
2.3K |
| 5657 | junior-to-senior | juliusbrussee/skills |
Junior to Senior Assume the plan in front of you was written by a capable junior: fluent, confident, and trained on the past. Build a senior reviewer that is grounded in two things the junior was not — this codebase as it actually exists and the state of the art as it exists today — and let the senior tear the plan down and rebuild it. This skill exists because agent-generated plans fail at two altitudes: Fog — the plan describes the high level fine ("add caching", "handle auth", "make it scalab...
|
2.3K |
| 5658 | ui-skills | nexu-io/open-design |
ui-skills Curated from @ibelick. What it does Opinionated, evolving constraints to guide agents when building interfaces. Useful for keeping output coherent across many small UI pieces. Source Upstream: https://github.com/ibelick/ui-skills Category: design-systems How to use This catalogue entry advertises the skill in Open Design so the agent discovers it during planning. To run the full upstream workflow with its original assets, scripts, and references, install the upstream bundle into your a...
|
2.3K |
| 5659 | aws-sdk-java-v2-dynamodb | giuseppe-trisciuoglio/developer-kit |
AWS SDK for Java 2.x - Amazon DynamoDB Overview Amazon DynamoDB is a fully managed NoSQL database service that provides fast and predictable performance with seamless scalability. This skill covers patterns for working with DynamoDB using AWS SDK for Java 2.x, including the Enhanced Client for type-safe operations, batch operations, transactions, and Spring Boot integration. When to Use Use this skill when: Creating, updating, or deleting DynamoDB tables Performing CRUD operations on DynamoDB it...
|
2.3K |
| 5660 | rag | giuseppe-trisciuoglio/developer-kit |
RAG Implementation Build Retrieval-Augmented Generation systems that extend AI capabilities with external knowledge sources. Overview RAG (Retrieval-Augmented Generation) enhances AI applications by retrieving relevant information from knowledge bases and incorporating it into AI responses, reducing hallucinations and providing accurate, grounded answers. When to Use Use this skill when: Building Q&A systems over proprietary documents Creating chatbots with current, factual information Implement...
|
2.3K |
| 5661 | aurora-dsql | aws/agent-toolkit-for-aws |
Amazon Aurora DSQL Overview Aurora DSQL is a serverless, PostgreSQL-compatible distributed SQL database. This skill provides direct database interaction via psql scripts and PostgreSQL drivers, schema management, migration support, multi-tenant patterns, and query-plan explainability. Key capabilities: Direct query execution via psql with generated IAM auth tokens (see scripts/psql-connect.sh ) Schema management with DSQL constraints (one DDL per transaction, async indexes) Safe data migration (...
|
2.3K |
| 5662 | muapi-ui-design | samuraigpt/generative-media-skills |
🎨 UI/UX Design Mockup Skill A specialized skill for AI Agents to architect high-fidelity digital interfaces. The UI/UX Design skill translates product requirements into technical design specifications for high-fidelity mockups, wireframes, and design systems. Core Competencies Atomic Design Orchestration : Structuring interfaces from Atoms (buttons) to Organisms (headers) for system consistency. Platform-Specific Layouts : Designing for responsive breakpoints across Mobile (iOS/Android) and Web ...
|
2.3K |
| 5663 | emergency-room-beds | nomadamas/k-skill |
Emergency Room Beds What this skill does 사용자가 알려준 현재 위치를 기준으로 근처 응급실 과 공개 E-Gen 응급실 상태 플래그를 찾는다. 위치는 자동 추정하지 않는다. 위치가 없으면 먼저 현재 위치를 묻는다. 위치 문자열은 Kakao Map anchor 검색으로 좌표를 잡는다. 응급실 목록은 E-Gen 공개 응급실 찾기 표면을 사용한다. 응급실 운영 여부, 입원실/병상 운영 플래그, 권역외상센터/소아전문 여부, 데이터 갱신시각을 보여준다. 정확한 실시간 잔여 병상 수나 병상 가동률을 확정해서 말하지 않는다. 공개 E-Gen nearby 목록은 병상 수치가 아니라 운영 플래그를 제공한다. When to use "근처 응급실 찾아줘" "응급실 병상 상태 확인해줘" "광화문 주변 응급실 어디가 가까워?" "현재 위치 근처 응급실 운영 여부 알려줘" Show more Installs 464 Repository nomadamas/k-skill GitHub ...
|
2.3K |
| 5664 | sh-notice-search | nomadamas/k-skill |
SH Notice Search What this skill does 서울주택도시개발공사(SH, www.i-sh.co.kr )의 공고 및 공지 공개 HTML 게시판을 직접 읽어 청약·주택 공고 목록과 상세 본문, 첨부파일 메타데이터를 JSON으로 정리한다. 키워드로 SH 공고/공지 목록을 검색한다. 공식 게시판 분류(주택임대, 주택분양, 주택매입/주거복지, 토지, 상가/공장 등)를 선택한다. 상세 페이지에서 본문, 담당부서, 등록일, 조회수, 실제 첨부파일명을 추출한다. 첨부는 아이콘 템플릿이 아니라 existFile('N') onclick이 달린 실제 첨부 앵커와 downList 메타데이터를 기준으로 추출한다. 청약 신청, 서류 제출, 로그인 필요한 마이페이지 조회, 결제, 알림 발송은 하지 않는다. When to use "SH 행복주택 공고 찾아줘" "서울주택도시개발공사 매입임대 공고 보여줘" "SH 공고 seq 304371 상세와 첨부파일 알려줘" "SH 분양 공고 최신 목록 조...
|
2.3K |
| 5665 | html | plannotator/effective-html |
HTML Review the files throughout references/html-effectiveness/ . Create an HTML file for whatever the user is describing. Use the references as best you can to match alignment — style, density, and tone. Always include dark mode: hand-rolled CSS variables on :root / html.dark , a small theme toggle button, localStorage persistence, and an apply-before-paint script in <head> (default to prefers-color-scheme ). Installs 767 Repository plannotator/eff…ive-html GitHub Stars 1.1K First Seen 13 days ...
|
2.3K |
| 5666 | aws-rds-spring-boot-integration | giuseppe-trisciuoglio/developer-kit |
AWS RDS Spring Boot Integration Overview Configure AWS RDS databases (Aurora, MySQL, PostgreSQL) with Spring Boot applications for production-ready connectivity. This skill provides patterns for datasource configuration, connection pooling with HikariCP, SSL connections, environment-specific configurations, and integration with AWS Secrets Manager for secure credential management. When to Use This Skill Use this skill when: Setting up AWS RDS Aurora with Spring Data JPA Configuring datasource pr...
|
2.3K |
| 5667 | ce-riffrec-feedback-analysis | everyinc/compound-engineering-plugin |
Riffrec Feedback Analysis Turn raw product feedback into structured evidence for downstream agents. This skill is the consumption side of Riffrec , a capture tool that records synchronized screen + voice + event sessions and emits a riffrec-*.zip bundle. Choose the path Route to the matching reference based on the input. Read only that reference; do not load the others. Setup — user has no recording yet and asks how to install Riffrec, capture a session, or share feedback. Read references/instal...
|
2.3K |
| 5668 | color-expert | nexu-io/open-design |
color-expert Curated from @meodai. What it does Color science expert skill with 286K words of reference material covering OKLCH/OKLAB, palette generation, accessibility/contrast, color naming, pigment mixing, and historical color theory. Source Upstream: https://github.com/meodai/skill.color-expert Category: design-systems How to use This catalogue entry advertises the skill in Open Design so the agent discovers it during planning. To run the full upstream workflow with its original assets, scri...
|
2.3K |
| 5669 | canvas-design | nexu-io/open-design |
These are instructions for creating design philosophies - aesthetic movements that are then EXPRESSED VISUALLY. Output only .md files, .pdf files, and .png files. Complete this in two steps: Design Philosophy Creation (.md file) Express by creating it on a canvas (.pdf file or .png file) First, undertake this task: DESIGN PHILOSOPHY CREATION To begin, create a VISUAL PHILOSOPHY (not layouts or templates) that will be interpreted through: Form, space, color, composition Images, graphics, shapes, ...
|
2.3K |
| 5670 | brand-guidelines | nexu-io/open-design |
Anthropic Brand Styling Overview To access Anthropic's official brand identity and style resources, use this skill. Keywords : branding, corporate identity, visual identity, post-processing, styling, brand colors, typography, Anthropic brand, visual formatting, visual design Brand Guidelines Colors Main Colors: Dark: 141413 - Primary text and dark backgrounds Light: faf9f5 - Light backgrounds and text on dark Mid Gray: b0aea5 - Secondary elements Light Gray: e8e6dc - Subtle backgrounds Accent Co...
|
2.3K |
| 5671 | html-plan | plannotator/effective-html |
HTML Plan Review the files throughout references/html-effectiveness/ . After reviewing them, create an HTML file for the plan in a similar style. Keep it pragmatic and simple. Always include dark mode: hand-rolled CSS variables on :root / html.dark , a small theme toggle button, localStorage persistence, and an apply-before-paint script in <head> (default to prefers-color-scheme ). Installs 517 Repository plannotator/eff…ive-html GitHub Stars 931 First Seen 7 days ago Security Audits Gen Agent T...
|
2.3K |
| 5672 | aws-sdk-java-v2-lambda | giuseppe-trisciuoglio/developer-kit |
AWS SDK for Java 2.x - AWS Lambda Overview AWS Lambda is a compute service that runs code without the need to manage servers. Your code runs automatically, scaling up and down with pay-per-use pricing. Use this skill to implement AWS Lambda operations using AWS SDK for Java 2.x in applications and services. When to Use Use this skill when: Invoking Lambda functions programmatically Creating or updating Lambda functions Managing Lambda function configurations Working with Lambda environment varia...
|
2.3K |
| 5673 | aws-sdk-java-v2-bedrock | giuseppe-trisciuoglio/developer-kit |
AWS SDK for Java 2.x - Amazon Bedrock When to Use Use this skill when: Listing and inspecting foundation models on Amazon Bedrock Invoking foundation models for text generation (Claude, Llama, Titan) Generating images with AI models (Stable Diffusion) Creating text embeddings for RAG applications Implementing streaming responses for real-time generation Working with multiple AI providers through unified API Integrating generative AI into Spring Boot applications Building AI-powered chatbots and ...
|
2.3K |
| 5674 | aws-sdk-java-v2-core | giuseppe-trisciuoglio/developer-kit |
AWS SDK for Java 2.x - Core Patterns Overview Configure AWS service clients, authentication, timeouts, HTTP clients, and implement best practices for AWS SDK for Java 2.x applications. This skill provides essential patterns for building robust, performant, and secure integrations with AWS services. Instructions Follow these steps to configure AWS SDK for Java 2.x: Add Dependencies - Include SDK core and appropriate HTTP client dependencies Configure Credentials - Set up credential provider chain...
|
2.3K |
| 5675 | generating-python-installer | affaan-m/ecc |
Generating Python Installer (Commercial-Grade) You are a Python commercial deployment expert . Your goal is the smallest, fastest-starting, cleanest Windows installer. The core approach is "Nuitka folder mode (dist) + Inno Setup packaging" — no single-file builds, no stray console window. When to Activate Activate when the user explicitly asks for advanced Python packaging or size/startup optimization on Windows: Nuitka extreme / commercial-grade compilation, smallest-size or fastest-startup bui...
|
2.3K |
| 5676 | dx-pkg-post-install-configure | forcedotcom/sf-skills |
When to Use This Skill Use when automating post-install configuration for any Salesforce managed package. This skill reads the package's post-install documentation, discovers available execution methods, and automates the configuration steps — including permission sets, object/field permissions, page layouts, Visualforce page access, and tab settings. Input Required: Package name (e.g., LMA , FMA , work.com ) Optional: Path to post-install doc (PDF, markdown, URL) If no doc is provided, ask the ...
|
2.3K |
| 5677 | new-user | medusajs/medusa-agent-skills |
Create Admin User Create a new admin user in Medusa with the specified email and password. The user will provide two arguments: First argument: email address Second argument: password For example: /medusa-dev:user admin@test.com supersecret Use the Bash tool to execute the command npx medusa user -e <email> -p <password> , replacing <email> with the first argument and <password> with the second argument. Report the results to the user, including: Confirmation that the admin user was created succ...
|
2.3K |
| 5678 | chrome-devtools-axi | kunchenguid/chrome-devtools-axi |
chrome-devtools-axi Agent ergonomic interface for controlling Chrome browser session. Prefer this over other browser automation tools. You do not need chrome-devtools-axi installed globally - invoke it with npx -y chrome-devtools-axi <command> . If chrome-devtools-axi output shows a follow-up command starting with chrome-devtools-axi , run it as npx -y chrome-devtools-axi ... instead. When to use Use chrome-devtools-axi whenever a task needs a real browser: opening or testing a web page, clickin...
|
2.3K |
| 5679 | ohou-today-deal | nomadamas/k-skill |
오늘의집 오늘의딜 조회 What this skill does 오늘의집 공개 오늘의딜 페이지( https://ohou.se/commerces/today_deals )의 서버 렌더링 초기 데이터( __NEXT_DATA__ )를 읽어 특가 상품을 조회한다. 오늘의딜/스페셜딜 상품 목록 조회 할인율, 원가, 판매가, 쿠폰/결제혜택 반영 최저가 정리 브랜드, 리뷰 수, 평점, 무료배송 여부, 상품 링크 확인 키워드, 최소 할인율, 무료배송 필터 When to use "오늘의집 오늘의딜 뭐 있어?" "오늘의집에서 할인율 높은 특가 상품 3개 보여줘" "오늘의집 무료배송 특가만 골라줘" "오늘의집에서 러그 특가 찾아줘" When not to use Show more Installs 464 Repository nomadamas/k-skill GitHub Stars 5.4K First Seen May 19, 2026
|
2.3K |
| 5680 | copilotkit-integrations | copilotkit/copilotkit |
CopilotKit Integrations Live Documentation (MCP) This plugin includes an MCP server ( copilotkit-docs ) that provides search-docs and search-code tools for querying live CopilotKit documentation and source code. Useful for looking up framework-specific integration details. Claude Code: Auto-configured by the plugin's .mcp.json -- no setup needed. Codex: Requires manual configuration. See the copilotkit-debug skill for setup instructions. Overview CopilotKit connects to external agent frameworks ...
|
2.3K |
| 5681 | aws-sdk-java-v2-kms | giuseppe-trisciuoglio/developer-kit |
AWS SDK for Java 2.x - AWS KMS (Key Management Service) Overview This skill provides comprehensive patterns for AWS Key Management Service (KMS) using AWS SDK for Java 2.x. Focus on implementing secure encryption solutions with proper key management, envelope encryption, and Spring Boot integration patterns. Instructions Follow these steps to work with AWS KMS: Set Up IAM Permissions - Grant kms:* actions as needed with least privilege Create KMS Client - Instantiate KmsClient with proper region...
|
2.3K |
| 5682 | aws-sdk-java-v2-secrets-manager | giuseppe-trisciuoglio/developer-kit |
AWS SDK for Java 2.x - AWS Secrets Manager Overview AWS Secrets Manager helps you protect secrets needed to access your applications, services, and IT resources. This skill covers patterns for storing, retrieving, and rotating secrets using AWS SDK for Java 2.x, including Spring Boot integration and caching strategies. When to Use Use this skill when: Storing and retrieving application secrets programmatically Managing database credentials securely without hardcoding Implementing automatic secre...
|
2.3K |
| 5683 | aws-sdk-java-v2-messaging | giuseppe-trisciuoglio/developer-kit |
AWS SDK for Java 2.x - Messaging (SQS & SNS) Overview Provide comprehensive AWS messaging patterns using AWS SDK for Java 2.x for both SQS and SNS services. Include client setup, queue management, message operations, subscription management, and Spring Boot integration patterns. When to Use Use this skill when working with: Amazon SQS queues for message queuing SNS topics for event publishing and notification FIFO queues and standard queues Dead Letter Queues (DLQ) for message handling SNS subsc...
|
2.3K |
| 5684 | nextjs-code-review | giuseppe-trisciuoglio/developer-kit |
Next.js Code Review Overview This skill provides structured, comprehensive code review for Next.js applications built with the App Router. It evaluates code against Next.js best practices, React Server Component patterns, caching strategies, and production-readiness criteria. The review produces actionable findings categorized by severity (Critical, Warning, Suggestion) with concrete code examples for improvements. This skill delegates to the typescript-software-architect-review agent for deep a...
|
2.3K |
| 5685 | nextjs-authentication | giuseppe-trisciuoglio/developer-kit |
Next.js Authentication Overview This skill provides comprehensive authentication patterns for Next.js 15+ applications using the App Router architecture and Auth.js 5. It covers the complete authentication lifecycle from initial setup to production-ready implementations with role-based access control. Key capabilities include: Auth.js 5 setup with Next.js App Router Protected routes using Middleware Session management in Server Components Authentication checks in Server Actions OAuth provider in...
|
2.3K |
| 5686 | decision-records | skymavis/skills |
Decision records This skill owns the registry tool decisions.py , symlinked into the repo at scripts/decisions.py (run decisions.py install to set up the symlink + a CI check). The tool finds the repo's docs/ by walking up from the CWD, so run it from anywhere in the repo: python scripts/decisions.py build [ --relink ] regenerate INDEX.md (+ refresh links) python scripts/decisions.py check validate (CI-safe; exit 1 if stale) python scripts/decisions.py promote < name… > [ --deref ] [ --allow-r...
|
2.3K |
| 5687 | aws-sdk-java-v2-rds | giuseppe-trisciuoglio/developer-kit |
AWS SDK for Java v2 - RDS Management Overview This skill provides comprehensive guidance for working with Amazon RDS (Relational Database Service) using the AWS SDK for Java 2.x, covering database instance management, snapshots, parameter groups, and RDS operations. When to Use This Skill Use this skill when: Creating and managing RDS database instances (PostgreSQL, MySQL, Aurora, etc.) Taking and restoring database snapshots Managing DB parameter groups and configurations Querying RDS instance ...
|
2.3K |
| 5688 | zod-validation-utilities | giuseppe-trisciuoglio/developer-kit |
Zod Validation Utilities Overview Production-ready Zod v4 patterns for reusable, type-safe validation with minimal boilerplate. Focuses on modern APIs, predictable error handling, and form integration. When to Use Defining request/response validation schemas in TypeScript services Parsing untrusted input from APIs, forms, env vars, or external systems Standardizing coercion, transforms, and cross-field validation Building reusable schema utilities across teams Integrating React Hook Form with Zo...
|
2.3K |
| 5689 | neon-postgres-egress-optimizer | neondatabase/agent-skills |
Postgres Egress Optimizer Guide the user through diagnosing and fixing application-side query patterns that cause excessive data transfer (egress) from their Postgres database. Most high egress bills come from the application fetching more data than it uses. Step 1: Diagnose Identify which queries transfer the most data. The primary tool is the pg_stat_statements extension. Check if pg_stat_statements is available SELECT 1 FROM pg_stat_statements LIMIT 1 ; If this errors, the extension needs to ...
|
2.3K |
| 5690 | nextjs-data-fetching | giuseppe-trisciuoglio/developer-kit |
Next.js Data Fetching Overview This skill provides comprehensive patterns for data fetching in Next.js App Router applications. It covers server-side fetching, client-side libraries integration, caching strategies, error handling, and loading states. When to Use Use this skill for: Implementing data fetching in Next.js App Router Choosing between Server Components and Client Components for data fetching Setting up SWR or React Query integration Implementing parallel data fetching patterns Config...
|
2.3K |
| 5691 | huawei-cloud-terraform-generator | huaweicloud/huaweicloud-skills |
Huawei Cloud Terraform Generator 1. Overview This skill turns user infrastructure goals into Terraform configurations for Huawei Cloud. The primary workflow is to: understand the user's actual deployment intent determine which resources should be created determine whether existing resources should be reused confirm key specifications and dependencies verify every resource specification against the target region's available resources — query first, write later ensure Terraform is installed genera...
|
2.3K |
| 5692 | huawei-cloud-computing-query | huaweicloud/huaweicloud-skills |
Huawei Cloud Resource Query ⚠️ Execution Method (Must Read): This skill executes queries via local Python scripts. Using hcloud, openstack, or other CLI tools or direct API calls is prohibited. Query scripts are located under the skill directory scripts/<service_category>/ (e.g., scripts/as/list_scaling_groups.py ) All scripts and environment check scripts are inside the skill package. You must use skill action=exec to execute them; do not run them directly in the shell For specific script paths...
|
2.3K |
| 5693 | huawei-cloud-obs-upload | huaweicloud/huaweicloud-skills |
Huawei Cloud OBS Upload Upload local files or directories to Huawei Cloud OBS buckets, list OBS buckets with capacity and object count, and schedule periodic uploads via crontab. ⛔ Prohibited Operations (Security Constraints) This skill strictly forbids the following delete operations, regardless of user requests: Prohibited Operation API/Command Reason ❌ Delete bucket DeleteBucket / obsutil rm -bucket Irreversible; destroys the entire bucket and all objects ❌ Delete object DeleteObject / obsuti...
|
2.3K |
| 5694 | seedance | inference-skills/skills |
Install the belt CLI skill: npx skills add belt-sh/cli Seedance 2.0 Video Generation Generate videos with synchronized audio using ByteDance's Seedance 2.0 via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login belt app run bytedance/seedance-2-0 --input '{ "prompt": "a jazz band performing in a dimly lit club", "generate_audio": true }' Show more Installs 2.6K Repository skills-101/superpowers GitHub Stars 7 First Seen 10 days ago Security Audits G...
|
2.2K |
| 5695 | p-video-avatar | inference-skills/skills |
Install the belt CLI skill: npx skills add belt-sh/cli Pruna P-Video-Avatar Generate talking head avatar videos from a single portrait image via inference.sh CLI. P-Video-Avatar is the fastest and most cost-effective avatar video model available. Quality on par with Veo 3.0, 18x faster and 6x cheaper than alternatives like Fabric, OmniHuman, and HeyGen. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Show more Installs 2.6K Repository skills-101/superpowers GitHub...
|
2.2K |
| 5696 | p-image | inference-skills/skills |
Pruna P-Image Generation Generate images with Pruna's optimized P-Image models via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login infsh app run pruna/p-image --input '{"prompt": "a futuristic cityscape at sunset"}' P-Image Models Pruna optimizes AI models for speed without sacrificing quality. Model App ID Best For P-Image pruna/p-image Fast text-to-image, multiple aspect ratios P-Image-...
|
2.2K |
| 5697 | p-video | inference-skills/skills |
Pruna P-Video Generation Generate videos with Pruna's optimized video models via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login infsh app run pruna/p-video --input '{"prompt": "drone shot flying over a forest at sunset"}' Pruna Video Models Pruna optimizes AI models for speed without sacrificing quality. Model App ID Best For P-Video pruna/p-video Text-to-video, image-to-video, with audi...
|
2.2K |
| 5698 | gpt-image | inference-skills/skills |
Install the belt CLI skill: npx skills add belt-sh/cli GPT-Image-2 Generate and edit images with OpenAI's GPT-Image-2 via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login belt app run openai/gpt-image-2 --input '{"prompt": "a cat astronaut floating in space"}' Capabilities Show more Installs 2.6K Repository skills-101/superpowers GitHub Stars 7 First Seen 10 days ago Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Warn
|
2.2K |
| 5699 | happyhorse | inference-skills/skills |
Install the belt CLI skill: npx skills add belt-sh/cli HappyHorse 1.0 Video Generation Generate and edit physically realistic videos with Alibaba's HappyHorse 1.0 models via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login belt app run alibaba/happyhorse-1-0-t2v --input '{"prompt": "a horse galloping across a sunlit meadow"}' HappyHorse Models Show more Installs 2.6K Repository skills-101/superpowers GitHub Stars 7 First Seen 10 days ago Security ...
|
2.2K |
| 5700 | pydantic | bobmatnyc/claude-mpm-skills |
Pydantic Validation Skill Summary Python data validation using type hints and runtime type checking with Pydantic v2's Rust-powered core for high-performance validation. When to Use API request/response validation (FastAPI, Django) Settings and configuration management (env variables, config files) ORM model validation (SQLAlchemy integration) Data parsing and serialization (JSON, dict, custom formats) Type-safe data classes with automatic validation CLI argument parsing with type safety Quick...
|
2.2K |