███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 4001 | alicloud-database-rds-supabase | cinience/alicloud-skills |
Category: service Alibaba Cloud RDS Supabase (RDS AI Service 2025-05-07) Manage RDS Supabase app instances and related configurations via RDS AI Service OpenAPI, including lifecycle, auth, storage, RAG, IP whitelist, and SSL. Prerequisites Use least-privilege RAM user/role AccessKey and prefer environment variables for AK/SK. OpenAPI uses RPC signing; prefer official SDKs or OpenAPI Explorer. Workflow Confirm resource type: instance / auth / storage / RAG / security configuration. Locate operati...
|
218 |
| 4002 | alicloud-network-dns-cli | cinience/alicloud-skills |
Category: tool Alibaba Cloud DNS (Alidns) CLI Goals Query and manage Alibaba Cloud DNS records via aliyun-cli . Quickly configure CNAME for Function Compute custom domains. When to Use When you need to add/update DNS records in Alibaba Cloud DNS. When you need CNAME setup for FC custom domains. Install aliyun-cli (without sudo) curl -fsSL https://aliyuncli.alicdn.com/aliyun-cli-linux-latest-amd64.tgz -o /tmp/aliyun-cli.tgz mkdir -p ~/.local/bin tar -xzf /tmp/aliyun-cli.tgz -C /tmp mv /tmp/aliyun...
|
218 |
| 4003 | create-remotion-geist | vercel-labs/skill-remotion-geist |
Create Remotion videos styled with Vercel's Geist design system - dark backgrounds, spring animations, Geist fonts, and the 10-step color scale. When to Use - Creating any Remotion video that should look like Vercel - Building motion graphics with Geist's dark theme aesthetic - Making animated content using Geist typography and colors - Producing videos that need the polished Vercel visual style Critical Rules - NEVER use emojis - Use proper Geist icons from `@geist-ui/icons` package -...
|
218 |
| 4004 | ccc | cocoindex-io/cocoindex-code |
ccc - Semantic Code Search & Indexing ccc is the CLI for CocoIndex Code, providing semantic search over the current codebase and index management. Prerequisites The current project must be initialized before ccc search or ccc index can be used. If either command fails with an error about missing initialization or the tool not being found, refer to management.md for installation and initialization instructions. Searching the Codebase To perform a semantic search: ccc search < query terms > The qu...
|
218 |
| 4005 | sentry-sdk-setup | getsentry/sentry-for-ai |
All Skills Sentry SDK Setup Set up Sentry error monitoring, tracing, and session replay in any language or framework. This page helps you find the right SDK skill for your project. How to Fetch Skills Use curl to download skills — they are 10–20 KB files that fetch tools often summarize, losing critical details. curl -sL https://skills.sentry.gg/sentry-nextjs-sdk/SKILL.md Append the path from the Path column in the table below to https://skills.sentry.gg/ . Do not guess or shorten URLs. Start He...
|
218 |
| 4006 | ux-researcher-designer | alirezarezvani/claude-skills |
UX Researcher & Designer Comprehensive toolkit for user-centered research and experience design. Core Capabilities Data-driven persona generation Customer journey mapping Usability testing frameworks Research synthesis and insights Design validation methods Key Scripts persona_generator.py Creates research-backed personas from user data and interviews. Usage: python scripts/persona_generator.py [json] Features: Analyzes user behavior patterns Identifies persona archetypes Extracts psychogr...
|
218 |
| 4007 | chrome-extension | pproenca/dot-skills |
Comprehensive performance and code quality guide for Chrome Extensions (Manifest V3). Contains 67 rules across 12 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: - Writing new Chrome extension code - Migrating from Manifest V2 to Manifest V3 - Optimizing service worker lifecycle and state management - Implementing content scripts for page interaction - Debugging performance issues in extensions Rule Ca...
|
218 |
| 4008 | alicloud-ai-content-aicontent | cinience/alicloud-skills |
Category: service AIContent Use Alibaba Cloud OpenAPI (RPC) with official SDKs or OpenAPI Explorer to manage resources for AIContent. Workflow Confirm region, resource identifiers, and desired action. Discover API list and required parameters (see references). Call API with SDK or OpenAPI Explorer. Verify results with describe/list APIs. AccessKey priority (must follow) Environment variables: ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / ALICLOUD_REGION_ID Region policy: ALICLOUD_REGION_...
|
218 |
| 4009 | alicloud-security-kms | cinience/alicloud-skills |
Category: service Key Management Service Validation mkdir -p output/alicloud-security-kms python -m py_compile skills/security/key-management/alicloud-security-kms/scripts/list_openapi_meta_apis.py && echo "py_compile_ok" > output/alicloud-security-kms/validate.txt Pass criteria: command exits 0 and output/alicloud-security-kms/validate.txt is generated. Output And Evidence Save KMS API discovery outputs and operation results in output/alicloud-security-kms/ . Keep at least one request parameter...
|
218 |
| 4010 | alicloud-ai-audio-tts-voice-clone-test | cinience/alicloud-skills |
Category: test Minimal Viable Test Goals Validate only the minimal request path for this skill. If execution fails, record exact error details without guessing parameters. Prerequisites Prepare authentication and region settings based on the skill instructions. Target skill: skills/ai/audio/alicloud-ai-audio-tts-voice-clone Test Steps (Minimal) Open the target skill SKILL.md and choose one minimal input example. Send one minimal request or run the example script. Record request summary, response...
|
218 |
| 4011 | frontend-to-backend-requirements | davila7/claude-code-templates |
Backend Requirements Mode You are a frontend developer documenting what data you need from backend. You describe the what , not the how . Backend owns implementation details. No Chat Output : ALL responses go to .claude/docs/ai/<feature-name>/backend-requirements.md No Implementation Details : Don't specify endpoints, field names, or API structure—that's backend's call. The Point This mode is for frontend devs to communicate data needs: What data do I need to render this screen? What actions sho...
|
217 |
| 4012 | forge | boshu2/agentops |
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...
|
217 |
| 4013 | go-error-handling | cxuu/golang-skills |
Go Error Handling In Go, errors are values - they are created by code and consumed by code. This skill covers how to return, structure, wrap, and handle errors effectively. Returning Errors Normative: Required per Google's canonical Go style guide. Use the error Type Use error to signal that a function can fail. By convention, error is the last result parameter. // Good: func Good() error { /* ... */ } func GoodLookup() (*Result, error) { // ... if err != nil { return nil,...
|
217 |
| 4014 | pricing-strategy | davila7/claude-code-templates |
Pricing Strategy You are an expert in SaaS pricing and monetization strategy. Your goal is to help design pricing that captures value, drives growth, and aligns with customer willingness to pay. Before Starting 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. Gather this con...
|
217 |
| 4015 | ai-sdk-6-skills | gocallum/nextjs16-agent-skills |
Links AI SDK 6 Beta Docs: https://v6.ai-sdk.dev/docs/announcing-ai-sdk-6-beta Groq Provider: https://v6.ai-sdk.dev/providers/ai-sdk-providers/groq Vercel AI Gateway: https://v6.ai-sdk.dev/providers/ai-sdk-providers/ai-gateway AI SDK GitHub: https://github.com/vercel/ai Groq Console Models: https://console.groq.com/docs/models Installation pnpm add ai@beta @ai-sdk/openai@beta @ai-sdk/react@beta @ai-sdk/groq@beta Note: Pin versions during beta as breaking changes may occur in patch releases. Wh...
|
217 |
| 4016 | gpd-id-resolver | rudrankriyam/app-store-connect-cli-skills |
GPD ID Resolver Use this skill to map names to IDs needed by other gpd commands. Package name (app ID) Package name is the primary identifier: com.example.app . Always pass --package explicitly for deterministic results. Track names Common tracks: internal , alpha , beta , production . List tracks: gpd publish tracks --package com.example.app Version codes and release status Use release status to find version codes on a track: gpd publish status --package com.example.app --track production Teste...
|
217 |
| 4017 | rag-engineer | davila7/claude-code-templates |
RAG Engineer Role: RAG Systems Architect I bridge the gap between raw documents and LLM understanding. I know that retrieval quality determines generation quality - garbage in, garbage out. I obsess over chunking boundaries, embedding dimensions, and similarity metrics because they make the difference between helpful and hallucinating. Capabilities Vector embeddings and similarity search Document chunking and preprocessing Retrieval pipeline design Semantic search implementation Context windo...
|
217 |
| 4018 | standards | boshu2/agentops |
Standards Skill Language-specific coding standards loaded on-demand by other skills. Purpose This is a library skill - it doesn't run standalone but provides standards references that other skills load based on file types being processed. Standards Available Standard Reference Loaded By Skill Structure references/skill-structure.md vibe (skill audits), doc (skill creation) Python references/python.md vibe, implement, complexity Go references/go.md vibe, implement, complexity Rust references/rust...
|
217 |
| 4019 | wxt-browser-extensions | pproenca/dot-skills |
Comprehensive performance optimization guide for WXT browser extension development. Contains 45 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: - Writing new WXT browser extension code - Implementing service worker background scripts - Injecting content scripts into web pages - Setting up messaging between extension contexts - Configuring manifest permissions and resources Rule Categorie...
|
217 |
| 4020 | simplify-and-harden-ci | pskoett/pskoett-ai-skills |
Simplify & Harden CI Install npx skills add pskoett/pskoett-ai-skills/simplify-and-harden-ci Purpose Run a CI-only variant of Simplify & Harden in pull requests: No code mutation in CI Review only changed files Emit structured findings Optionally block merge based on severity gates Use simplify-and-harden for interactive/local coding sessions. Context Limitation (Important) CI agents do not have the same peak implementation context as the coding agent that wrote the change. Treat CI findings as ...
|
217 |
| 4021 | mapbox-search-integration | mapbox/mapbox-agent-skills |
Mapbox Search Integration Skill Expert guidance for implementing Mapbox search functionality in applications. Covers the complete workflow from asking the right discovery questions, selecting the appropriate search product, to implementing production-ready integrations following best practices from the Mapbox search team. Use This Skill When User says things like: "I need to add search to my map" "I need a search bar for my mapping app" "How do I implement location search?" "I want users to sear...
|
217 |
| 4022 | frontend-tailwind-best-practices | sergiodxa/agent-skills |
Styling patterns and conventions for frontend applications. Contains 10 rules covering layout utilities, affordances, color schemes, responsive design, and className handling. When to Apply Reference these guidelines when: - Writing component styles with Tailwind - Creating layouts (stacks, grids, centering) - Handling responsive design - Working with color schemes - Merging className props Rules Summary Layout Utilities (CRITICAL) layout-stack-utilities - @rules/layout-stack-utili...
|
217 |
| 4023 | chart-visualization | bytedance/deer-flow |
Chart Visualization Skill This skill provides a comprehensive workflow for transforming data into visual charts. It handles chart selection, parameter extraction, and image generation. Workflow To visualize data, follow these steps: 1. Intelligent Chart Selection Analyze the user's data features to determine the most appropriate chart type. Use the following guidelines (and consult references/ for detailed specs): Time Series: Use generate_line_chart (trends) or generate_area_chart (accumu...
|
217 |
| 4024 | alicloud-storage-oss-ossutil-test | cinience/alicloud-skills |
Category: test OSSUTIL 2.0 Minimal Viable Test Goals 验证 AK/Region 配置正确。 验证 OSS 访问(列桶、上传、下载)。 Prerequisites 已配置 AK(推荐环境变量或 ~/.alibabacloud/credentials )。 已准备一个可读写的 OSS Bucket。 Test Steps (Minimal) 查看配置 ossutil config get region 列出 Bucket ossutil ls 选择一个 bucket,按该 bucket 地域列对象(显式 region + endpoint) 示例(按实际 bucket 地域替换) ossutil ls oss:// < bucket > -r --short-format --region cn-shanghai -e https://oss-cn-shanghai.aliyuncs.com --limited-num 20 上传小文件 echo "ossutil-test" > /tmp/ossutil-test.txt ossuti...
|
217 |
| 4025 | daily-news-60s | vikiboss/60s-skills |
每天60秒读懂世界 - Daily News Skill This skill helps AI agents fetch and present daily curated news from the 60s API, which provides 15 selected news items plus a daily quote, updated every 30 minutes. When to Use This Skill Use this skill when users: Ask for today's news or current events Want a quick daily briefing Request news summaries in Chinese Need historical news from a specific date Want news in different formats (text, markdown, image) API Endpoint Base URL: https://60s.viki.moe/v2/60s Method...
|
217 |
| 4026 | shared | boshu2/agentops |
Shared References This directory contains shared reference documents used by multiple skills: validation-contract.md - Verification requirements for accepting spawned work references/claude-code-latest-features.md - Claude Code feature contract (slash commands, agent isolation, hooks, settings) references/backend-claude-teams.md - Concrete examples for Claude native teams ( TeamCreate + SendMessage ) references/backend-codex-subagents.md - Concrete examples for Codex CLI and Codex sub-agents ref...
|
217 |
| 4027 | google-search-console | kostja94/marketing-skills |
Analytics: Google Search Console Guides analysis of Google Search Console (GSC) data: performance metrics, indexing, sitemaps, Core Web Vitals, and rich results. Covers best practices for monthly monitoring and actionable insights. 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. Scope Performance : Clicks, impressions, CTR...
|
216 |
| 4028 | frontend-design | vercel-labs/agent-eval |
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints. Design Thinking Before coding, understand the context and commit to a BOLD aesthetic direction: Purpose :...
|
216 |
| 4029 | ratchet | boshu2/agentops |
Ratchet Skill Track progress through the RPI workflow with permanent gates. Note: /ratchet tracks and locks progress. It does not “run the loop” by itself—pair it with /crank (epic loop) or /swarm (Ralph loop) to actually execute work. The Brownian Ratchet Progress = Chaos × Filter → Ratchet Phase What Happens Chaos Multiple attempts (exploration, implementation) Filter Validation gates (tests, /vibe, review) Ratchet Lock progress permanently (merged, closed, stored) Key insight: Progress is per...
|
216 |
| 4030 | alicloud-ai-entry-modelstudio-matrix-test | cinience/alicloud-skills |
Category: test Minimal Viable Test Goals Validate only the minimal request path for this skill. If execution fails, record exact error details without guessing parameters. Prerequisites Prepare authentication and region settings based on the skill instructions. Target skill: skills/ai/entry/alicloud-ai-entry-modelstudio-test Test Steps (Minimal) Open the target skill SKILL.md and choose one minimal input example. Send one minimal request or run the example script. Record request summary, respons...
|
216 |
| 4031 | design-system-starter | davila7/claude-code-templates |
Design System Starter Build robust, scalable design systems that ensure visual consistency and exceptional user experiences. Quick Start Just describe what you need: Create a design system for my React app with dark mode support That's it. The skill provides tokens, components, and accessibility guidelines. Triggers Trigger Example Create design system "Create a design system for my app" Design tokens "Set up design tokens for colors and spacing" Component architecture "Design component structur...
|
216 |
| 4032 | go-performance | cxuu/golang-skills |
Go Performance Patterns Source: Uber Go Style Guide Performance-specific guidelines apply only to the hot path. Don't prematurely optimize—focus these patterns where they matter most. Prefer strconv over fmt When converting primitives to/from strings, strconv is faster than fmt. Source: Uber Go Style Guide Bad: for i := 0; i < b.N; i++ { s := fmt.Sprint(rand.Int()) } Good: for i := 0; i < b.N; i++ { s := strconv.Itoa(rand.Int()) } Benchmark comparison: Approach Speed Allocat...
|
216 |
| 4033 | theme-factory | davila7/claude-code-templates |
Theme Factory Skill This skill provides a curated collection of professional font and color themes themes, each with carefully selected color palettes and font pairings. Once a theme is chosen, it can be applied to any artifact. Purpose To apply consistent, professional styling to presentation slide decks, use this skill. Each theme includes: A cohesive color palette with hex codes Complementary font pairings for headers and body text A distinct visual identity suitable for different contexts an...
|
216 |
| 4034 | competitor-analysis | aj-geddes/useful-ai-prompts |
Competitor Analysis SEO & GEO Skills Library · 20 skills for SEO + GEO · Install all: npx skills add aaron-he-zhu/seo-geo-claude-skills Research · keyword-research · competitor-analysis · serp-analysis · content-gap-analysis Build · seo-content-writer · geo-content-optimizer · meta-tags-optimizer · schema-markup-generator Optimize · on-page-seo-auditor · technical-seo-checker · internal-linking-optimizer · content-refresher Monitor · rank-tracker · backlink-analyzer · performance-reporter · aler...
|
216 |
| 4035 | apify | vm0-ai/vm0-skills |
Apify Web scraping and automation platform. Run pre-built Actors (scrapers) or create your own. Access thousands of ready-to-use scrapers for popular websites. Official docs: https://docs.apify.com/api/v2 When to Use Use this skill when you need to: Scrape data from websites (Amazon, Google, LinkedIn, Twitter, etc.) Run pre-built web scrapers without coding Extract structured data from any website Automate web tasks at scale Store and retrieve scraped data Prerequisites Create an account at...
|
216 |
| 4036 | ux-audit-rethink | mastepanoski/claude-skills |
UX Audit and Rethink This skill enables AI agents to perform a comprehensive, holistic UX audit based on the Interaction Design Foundation's methodology from "The Basics of User Experience Design". It evaluates products across multiple dimensions and proposes strategic redesign recommendations. Unlike focused evaluations (Nielsen, WCAG, Don Norman), this skill provides a 360-degree UX assessment combining factors, characteristics, dimensions, and research techniques into a unified framework. Use...
|
216 |
| 4037 | pptx-generator | jwynia/agent-skills |
PPTX Generator When to Use This Skill Use this skill when: Creating presentations programmatically from data or specifications Populating branded templates with dynamic content while preserving corporate styling Extracting text and structure from existing PPTX files for analysis Combining slides from a library of approved templates Automating presentation generation workflows Do NOT use this skill when: User wants to open/view presentations (use native PowerPoint or viewer) Complex animations or...
|
216 |
| 4038 | alicloud-platform-docs-api-review | cinience/alicloud-skills |
Alibaba Cloud Product Docs + API Docs Reviewer Use this skill when the user gives a product name and asks for an end-to-end documentation/API quality review. What this skill does Resolve product from latest OpenAPI metadata. Fetch latest API docs for default version. Discover product/help-doc links from official product page. Produce a structured review report with: score evidence prioritized suggestions (P0/P1/P2) Workflow Run the bundled script: python skills/platform/docs/alicloud-platform-do...
|
216 |
| 4039 | provenance | boshu2/agentops |
Provenance Skill Trace knowledge artifact lineage to sources. Execution Steps Given /provenance <artifact> : Step 1: Read the Artifact Tool: Read Parameters: file_path: <artifact-path> Look for provenance metadata: Source references Session IDs Dates Related artifacts Step 2: Trace Source Chain Check for source metadata in the file grep -i "source\|session\|from\|extracted" < artifact-path > Search for related transcripts using ao ao search "<artifact-name>" 2 > /dev/null Step 3: Search Sessio...
|
216 |
| 4040 | gitlab-workflow | mindrally/skills |
GitLab Workflow Best Practices You are an expert in GitLab workflows, including merge requests, CI/CD pipelines, issue tracking, and DevOps best practices. Core Principles Use merge requests for all code changes with thorough review Implement comprehensive CI/CD pipelines with .gitlab-ci.yml Follow GitLab Flow or similar branching strategy Leverage GitLab's built-in DevOps features Maintain security through proper access controls and scanning Merge Request Best Practices Creating Effective Mer...
|
216 |
| 4041 | alicloud-ai-video-wan-video-test | cinience/alicloud-skills |
Category: test Minimal Viable Test Goals Validate only the minimal request path for this skill. If execution fails, record exact error details without guessing parameters. Prerequisites Prepare authentication and region settings based on the skill instructions. Target skill: skills/ai/video/alicloud-ai-video-wan-video Test Steps (Minimal) Open the target skill SKILL.md and choose one minimal input example. Send one minimal request or run the example script. Record request summary, response summa...
|
216 |
| 4042 | openai-whisper-api | steipete/clawdis |
OpenAI Whisper API (curl) Transcribe an audio file via OpenAI’s /v1/audio/transcriptions endpoint. Quick start { baseDir } /scripts/transcribe.sh /path/to/audio.m4a Defaults: Model: whisper-1 Output: <input>.txt Useful flags { baseDir } /scripts/transcribe.sh /path/to/audio.ogg --model whisper-1 --out /tmp/transcript.txt { baseDir } /scripts/transcribe.sh /path/to/audio.m4a --language en { baseDir } /scripts/transcribe.sh /path/to/audio.m4a --prompt "Speaker names: Peter, Daniel" { baseDir } /sc...
|
216 |
| 4043 | alicloud-ai-text-document-mind | cinience/alicloud-skills |
Category: provider Document Mind (DocMind) — Node.js SDK Use DocMind to extract document structure, text, and layout with async jobs. Prerequisites Install SDKs: npm install @alicloud/docmind-api20220711 @alicloud/tea-util @alicloud/credentials Provide credentials via standard Alibaba Cloud env vars: ALICLOUD_ACCESS_KEY_ID ALICLOUD_ACCESS_KEY_SECRET ALICLOUD_REGION_ID (optional default; if unset, choose the most reasonable region for the task or ask the user) Quickstart (submit + poll) const Cli...
|
216 |
| 4044 | competitor-analysis | eronred/aso-skills |
Competitor Analysis SEO & GEO Skills Library · 20 skills for SEO + GEO · Install all: npx skills add aaron-he-zhu/seo-geo-claude-skills Research · keyword-research · competitor-analysis · serp-analysis · content-gap-analysis Build · seo-content-writer · geo-content-optimizer · meta-tags-optimizer · schema-markup-generator Optimize · on-page-seo-auditor · technical-seo-checker · internal-linking-optimizer · content-refresher Monitor · rank-tracker · backlink-analyzer · performance-reporter · aler...
|
216 |
| 4045 | shadcn | vercel-labs/json-render |
shadcn/ui A framework for building ui, components and design systems. Components are added as source code to the user's project via the CLI. IMPORTANT: Run all CLI commands using the project's package runner: npx shadcn@latest , pnpm dlx shadcn@latest , or bunx --bun shadcn@latest — based on the project's packageManager . Examples below use npx shadcn@latest but substitute the correct runner for the project. Current Project Context !`npx shadcn@latest info --json 2 >/dev/ null || echo ' { "error...
|
216 |
| 4046 | alicloud-compute-swas-open | cinience/alicloud-skills |
Category: service Simple Application Server (SWAS-OPEN 2020-06-01) Use SWAS-OPEN OpenAPI to manage full SAS resources: instances, disks, snapshots, images, key pairs, firewall, Cloud Assistant, monitoring, tags, and lightweight databases. Prerequisites Prepare AccessKey with least-privilege RAM user/role. Choose correct region and matching endpoint (public/VPC). ALICLOUD_REGION_ID can be used as default region; if unset choose the most reasonable region, ask user if unclear. This OpenAPI uses RP...
|
216 |
| 4047 | alicloud-data-lake-dlf-next-test | cinience/alicloud-skills |
Category: test DlfNext Minimal Viable Test Prerequisites AK/SK and region are configured. GoalsSkill: skills/data-lake/alicloud-data-lake-dlf-next/ 。 Test Steps Run python scripts/list_openapi_meta_apis.py . Select one read-only API and run a minimal request. Save outputs under output/alicloud-data-lake-dlf-next-test/ 。 Expected Results Metadata and read-only query paths are available.
|
216 |
| 4048 | gpd-metadata-sync | rudrankriyam/app-store-connect-cli-skills |
GPD Metadata Sync Use this skill to keep local metadata in sync with Google Play. Store listing fields gpd publish listing get --package com.example.app gpd publish listing update --package com.example.app --locale en-US --title "My App" gpd publish details get --package com.example.app gpd publish details update --package com.example.app --contact-email support@example.com Images and assets gpd publish images list phoneScreenshots --package com.example.app --locale en-US gpd publish images uplo...
|
216 |
| 4049 | ios-glass-ui-designer | heyman333/atelier-ui |
iOS Glass UI Designer Role You are a senior iOS product designer who deeply understands Apple Human Interface Guidelines, iOS material system (translucency + blur), and modern iOS-first interaction patterns. Your task is to redesign a mobile app UI to feel unmistakably Apple-like, iOS-forward, and native— with tasteful, restrained glass materials. Design Philosophy Native over custom Restraint over spectacle Material is functional, not decorative "Feels obvious" rather than "looks fancy" Glas...
|
216 |
| 4050 | polymarket-prediction-market | axwelbrand-byte/arbibot |
polymarket-prediction-market Understand Polymarket's prediction markets—binary event contracts, CLOB pricing, order books, conditional tokens, and API integration. Allowed Tools Read Grep Glob WebFetch Core Mental Model Polymarket operates as a decentralized prediction market on Polygon using USDC: Binary Outcomes: Each market has YES and NO tokens that settle at $1.00 or $0.00 Price = Probability: A YES token at $0.65 implies 65% probability of the outcome CLOB (Central Limit Order Book): P...
|
216 |