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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,541
总 Skills
94.0M
总安装量
2,585
贡献者
# Skill 仓库 描述 安装量
12051 motion-designer ncklrs/startup-os-skills
Motion Designer: Visual Animation Craft You are a motion designer creating expressive, purposeful movement. Apply Disney's 12 principles to craft animations that communicate and delight. The 12 Principles for Motion Design 1. Squash and Stretch The soul of organic movement. Compress on impact, elongate during speed. Preserve volume—wider means shorter. Use for characters, UI elements with personality, brand mascots. 2. Anticipation Wind-up before action. A button recoils before launching na...
275
12052 code-review-security hieutrtr/ai1-skills
Code Review Security When to Use Activate this skill when: Reviewing pull requests for security vulnerabilities Auditing authentication or authorization code changes Reviewing code that handles user input, file uploads, or external data Checking for OWASP Top 10 vulnerabilities in new features Validating that secrets are not committed to the repository Scanning dependencies for known vulnerabilities Reviewing API endpoints that expose sensitive data Output: Write findings to security-review.md w...
275
12053 book-marketing jwynia/agent-skills
Book Marketing: Diagnostic and Generative Skill You diagnose book marketing copy problems and generate effective marketing copy across platforms. Your role is to help authors translate their books into compelling marketing materials. Core Principle Marketing copy promises an experience. It doesn't summarize a story—it creates desire for one. Writers who excel at novels often struggle with descriptions because they're different skills. A 200-word blurb must make readers feel they'll miss out ...
275
12054 nansen-trading nansen-ai/nansen-cli
Trade Two-step flow: quote then execute. Trades are irreversible once on-chain. Prerequisite: You need a wallet first. Run nansen wallet create before trading. Quote nansen trade quote \ --chain solana \ --from SOL \ --to USDC \ --amount 1000000000 Symbols resolve automatically: SOL , ETH , USDC , USDT , WETH . Raw addresses also work. Note: at least one side must be USDC or the native token — see Constraints below. Constraints Swap constraint: At least one side of every swap must be USDC or the...
275
12055 design-patterns-expert rysweet/amplihack
Gang of Four Design Patterns Expert You are a specialized knowledge skill providing comprehensive, philosophy-aligned guidance on all 23 Gang of Four design patterns. Navigation Guide This skill uses progressive disclosure with supporting files for deep knowledge. reference-patterns.md - Complete pattern specifications, decision frameworks, and how to use this skill effectively examples.md - 10 production-ready code examples with real-world scenarios antipatterns.md - Common mistakes and w...
275
12056 nansen-polymarket-insider-scan nansen-ai/nansen-cli
PM Suspicious Wallet Scanner Answers: "Are there wallets with suspicious trading patterns in this Polymarket market?" 1. Find the resolved market nansen research prediction-market market-screener --query "<market name>" --status closed --limit 5 → market_id, question, volume, last_trade_price 2. Get top winners (positive PnL) — paginate if needed, keep per_page <= 10 MID = < market_id > nansen research prediction-market pnl-by-market --market-id $MID --limit 10 → address (proxy), owner_addre...
275
12057 spec-driven-development jasonkneen/kiro
Spec-Driven Development Overview Write a structured specification before writing any code. The spec is the shared source of truth between you and the human engineer — it defines what we're building, why, and how we'll know it's done. Code without a spec is guessing. When to Use Starting a new project or feature Requirements are ambiguous or incomplete The change touches multiple files or modules You're about to make an architectural decision The task would take more than 30 minutes to implement ...
275
12058 tiptap-editor xiaolai/vmark
Tiptap Editor API Patterns Overview This skill documents proper Tiptap API usage patterns for vmark development. It helps distinguish when to use Tiptap's high-level API vs direct ProseMirror access. When to Use Tiptap API Always prefer Tiptap API for: Format commands (bold, italic, underline, etc.) Block type changes (heading, paragraph, code block) List operations (bullet, ordered, toggle, indent/outdent) Table operations via Tiptap table extension Content insertion and replacement Editor stat...
275
12059 cohort analysis aj-geddes/useful-ai-prompts
Cohort Analysis Overview Cohort analysis tracks groups of users with shared characteristics over time, revealing patterns in retention, engagement, and lifetime value. When to Use Measuring user retention rates and identifying when users churn Analyzing customer lifetime value (LTV) and payback periods Comparing performance across different user acquisition channels or campaigns Understanding how product changes affect different user groups over time Tracking engagement patterns and identifying ...
275
12060 scene-structure-techniques wordflowlab/novel-writer-skills
场景结构写作技巧 什么是场景? 场景是实时发生的冲突单元,角色追求目标并面对障碍。 不是场景:说明、背景故事、旅行、时间流逝 是场景:争论、谈判、追逐、揭露 场景-续场模型 每个场景都应该遵循这个模式: 场景(行动) 续场(反应) ├── 目标 ├── 情绪 ├── 冲突 ├── 困境 └── 灾难/成功 └── 决定 场景结构(行动) 1. 目标 POV角色在这个场景想要什么? 必须是: 具体的:"拿到钥匙" 而非 "搞清楚事情" 可实现的:可能在这个场景成功或失败 紧迫的:现在重要,不是最终 你的角色的场景目标: [明确、具体、紧迫] 他们为什么现在想要这个?: [情境/紧迫性] 2. 冲突 什么阻止他们得到想要的? 冲突类型: 外部:另一个角色反对他们 环境:物理障碍 内部:他们自己的恐惧或犹豫 时间:时间不够 信息:缺少关键知识 最好的场景结合 2-3 种冲突类型。 你的场景冲突: [主要障碍] [次要障碍] [可选第三个] 3. 灾难或成功 ...
275
12061 find-bugs sickn33/antigravity-awesome-skills
Find Bugs Review changes on this branch for bugs, security vulnerabilities, and code quality issues. Phase 1: Complete Input Gathering Get the FULL diff: git diff $(gh repo view --json defaultBranchRef --jq '.defaultBranchRef.name')...HEAD If output is truncated, read each changed file individually until you have seen every changed line List all files modified in this branch before proceeding Phase 2: Attack Surface Mapping For each changed file, identify and list: All user inputs (request param...
275
12062 nansen-smart-alerts nansen-ai/nansen-cli
Smart Alerts CRUD management for smart alerts. Alerts are internal-only (requires Nansen internal API key). Quick Reference nansen alerts list --table nansen alerts create --name < name > --type < type > --chains < chains > --telegram < chatId > nansen alerts update < id > [ --name < name > ] [ --chains < chains > ] nansen alerts toggle < id > --enabled | --disabled nansen alerts delete < id > Options Reference Flag Create Update Toggle Delete <id> (positional) required required required --name ...
274
12063 nansen-polymarket-trader-profile nansen-ai/nansen-cli
Polymarket Wallet Activity Answers: "What is this Polymarket trader betting on? Are they profitable?" Finding an active trader address: Source from trades-by-market (guarantees trade history) rather than top-holders (position holders may have no recorded trades): Step 1: find active traders from a market nansen research pm trades-by-market --market-id < market_id > --limit 5 → seller/buyer addresses with confirmed trade history — use one as ADDR below ADDR = < polymarket_address > nansen resea...
274
12064 database-migrations-migration-observability sickn33/antigravity-awesome-skills
Migration Observability and Real-time Monitoring You are a database observability expert specializing in Change Data Capture, real-time migration monitoring, and enterprise-grade observability infrastructure. Create comprehensive monitoring solutions for database migrations with CDC pipelines, anomaly detection, and automated alerting. Use this skill when Working on migration observability and real-time monitoring tasks or workflows Needing guidance, best practices, or checklists for migration o...
274
12065 angular-best-practices-signalstore alfredoperez/angular-best-practices
Angular SignalStore Best Practices NgRx SignalStore rules for signal-based local and feature state management. Use with the core angular-best-practices skill for comprehensive Angular coverage. Links Core Skill: angular-best-practices Browse All Skills GitHub Repository When to Apply Creating or modifying SignalStore-based state management Integrating RxJS side effects with rxMethod Managing collections with withEntities Rules Rule Impact Description Use rxMethod for RxJS Integration MEDIUM Debo...
274
12066 oxlint delexw/claude-code-misc
Oxlint — High-Performance JS/TS Linter Oxlint is 50-100x faster than ESLint. It ships with 690+ rules covering ESLint core, TypeScript, React, Jest, Unicorn, jsx-a11y, and more. It prioritizes high-signal correctness checks by default — things that are incorrect, unsafe, or useless — so teams can adopt it without drowning in false positives. Detection Before linting, confirm the project uses oxlint by checking for any of: oxlint in package.json devDependencies/dependencies An .oxlintrc.json file...
274
12067 license-keys dodopayments/skills
Reference: [docs.dodopayments.com/features/license-keys](https://docs.dodopayments.com/features/license-keys) License keys authorize access to your digital products. Use them for software licensing, per-seat controls, and gating premium features. Overview License keys are unique tokens that: - Authorize access to software, plugins, CLIs - Limit activations per user or device - Gate downloads, updates, or premium features - Can be linked to subscriptions or one-time purchases Creating L...
274
12068 presentation-design-enhancer onewave-ai/claude-skills
Presentation Design Enhancer Transform text-heavy slides into visual storytelling. Suggest layout improvements, icon usage, and data visualization. Instructions You are an expert at presentation design and visual communication. Transform dense content into engaging visuals using design principles and best practices. Output Format Presentation Design Enhancer Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable next steps] Best Pra...
274
12069 ml-engineer sickn33/antigravity-awesome-skills
Use this skill when Working on ml engineer tasks or workflows Needing guidance, best practices, or checklists for ml engineer Do not use this skill when The task is unrelated to ml engineer 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-playbook.md . You are an ML engi...
274
12070 alicloud-security-content-moderation-green cinience/alicloud-skills
Category: service Content Moderation (Green) Use Alibaba Cloud OpenAPI (RPC) with official SDKs or OpenAPI Explorer to manage resources for Content Moderation. 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 Regio...
273
12071 alicloud-media-video-translation cinience/alicloud-skills
Category: service IMS Video Translation (OpenAPI) Submit video translation jobs via OpenAPI and poll results for subtitle-level, voice-level, and face-level processing. Prerequisites Prepare OSS input/output URIs (recommended to match API region). Configure AK: ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / ALICLOUD_REGION_ID ( ALICLOUD_REGION_ID can be used as the default region; if unset, choose the most reasonable region and ask when unclear). Workflow Prepare source file and output OS...
273
12072 alicloud-compute-fc-agentrun cinience/alicloud-skills
Category: service Function Compute AgentRun (OpenAPI) Use AgentRun OpenAPI (ROA) to manage runtimes, sandboxes, model services, memory, and credentials. Prerequisites AccessKey via RAM user (least privilege). Select the correct regional endpoint (see references/endpoints.md ). If unsure, choose the most reasonable region for the task or ask the user. Use OpenAPI Explorer or official SDK to avoid manual signing (ROA requires SignatureV1). Workflow Choose region endpoint ( agentrun.cn-<region>.ali...
273
12073 solution-architect 404kidwiz/claude-supercode-skills
Solution Architect Purpose Provides expertise in designing enterprise-scale solutions that align technology with business objectives. Specializes in architecture frameworks, trade-off analysis, technology selection, and ensuring solutions meet functional and non-functional requirements. When to Use Designing end-to-end solution architecture for new initiatives Evaluating technology options and making selection decisions Creating architecture decision records (ADRs) Ensuring solutions meet enterp...
273
12074 antigravity-design-expert sickn33/antigravity-awesome-skills
name: antigravity-design-expert description: Core UI/UX engineering skill for building highly interactive, spatial, weightless, and glassmorphism-based web interfaces using GSAP and 3D CSS. risk: safe source: community date_added: "2026-03-07" Antigravity UI & Motion Design Expert 🎯 Role Overview You are a world-class UI/UX Engineer specializing in "Antigravity Design." Your primary skill is building highly interactive, spatial, and weightless web interfaces. You excel at creating isometric grid...
273
12075 kafka-engineer 404kidwiz/claude-supercode-skills
Kafka Engineer Purpose Provides Apache Kafka and event streaming expertise specializing in scalable event-driven architectures and real-time data pipelines. Builds fault-tolerant streaming platforms with exactly-once processing, Kafka Connect, and Schema Registry management. When to Use Designing event-driven microservices architectures Setting up Kafka Connect pipelines (CDC, S3 Sink) Writing stream processing apps (Kafka Streams / ksqlDB) Debugging consumer lag, rebalancing storms, or broker...
273
12076 consumption-tax kazukinagata/shinkoku
消費税計算(Consumption Tax Calculation) 課税売上・課税仕入から消費税額を計算するスキル。 assess スキルで消費税の課税事業者と判定され、settlement スキルで決算が完了していることを前提とする。 計算結果は /e-tax スキル(Claude in Chrome)で確定申告書等作成コーナーに入力する。 設定の読み込み(最初に実行) shinkoku.config.yaml を Read ツールで読み込む ファイルが存在しない場合は /setup スキルの実行を案内して終了する 設定値を把握し、相対パスは CWD を基準に絶対パスに変換する: db_path : CLI スクリプトの --db-path 引数に使用 output_dir : 進捗ファイル等の出力先ベースディレクトリ 各ディレクトリ: ファイル参照時に使用 パス解決の例 config の db_path が ./shinkoku.db で CWD が /home/user/tax-2025/ の場合: shinkoku tax calc-consumption --input /...
273
12077 setup kazukinagata/shinkoku
Parallel Plugin Setup Install CLI See https://docs.parallel.ai/integrations/cli for the supported install methods (pipx, Homebrew, npm, native binary). Walk the user through whichever they pick. Authenticate parallel-cli login Verify parallel-cli auth If parallel-cli not found, add ~/.local/bin to PATH. Show more
273
12078 create-colleague titanwings/colleague-skill
Language / 语言 : This skill supports both English and Chinese. Detect the user's language from their first message and respond in the same language throughout. Below are instructions in both languages — follow the one matching the user's language. 本 Skill 支持中英文。根据用户第一条消息的语言,全程使用同一语言回复。下方提供了两种语言的指令,按用户语言选择对应版本执行。 同事.skill 创建器(Claude Code 版) 触发条件 当用户说以下任意内容时启动: /create-colleague "帮我创建一个同事 skill" "我想蒸馏一个同事" "新建同事" "给我做一个 XX 的 skill" 当用户对已有同事 Skill 说以下内容时,进入进化模式: "我有新文件" / "追加" "这不对" / "他不会这样" / "他应该...
273
12079 scene-sequencing jwynia/agent-skills
Scene Sequencing: Pacing Skill You help writers structure scenes and control narrative pacing using the scene-sequel rhythm. Core Principle The fundamental unit of pacing is not the scene alone, but the scene-sequel pair. Scenes create tension; sequels process it. The alternation creates peaks and valleys that make stories readable. Scene Structure: Goal → Conflict → Disaster Goal What does the POV character want in this scene? Specific and concrete Achievable within the scene Connected to...
273
12080 goal-planner recallnet/goal-planner
Goal Planner Help users think clearly about what they want, then file it as well-scoped GitHub issues. Your job You are a thinking partner, not an issue factory. Your job is to help the user clarify what they want — the outcome, not the implementation — and file it so that someone (or something) else can figure out how to build it. Goals describe outcomes. Features describe work. These are different steps that happen at different times. Do not collapse them. How to think about goals A goal is an...
273
12081 nansen-token-transfer-analysis nansen-ai/nansen-cli
Token Forensics Answers: "Where is this token moving? Who is sending it and where?" TOKEN = < address > CHAIN = ethereum Examples: UNI on ethereum (0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984) BONK on solana (DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263) Note: token flows does NOT support stablecoins (USDC, USDT, etc.) — use non-stablecoin tokens nansen research token transfers --token $TOKEN --chain $CHAIN --days 7 --limit 20 → from_address_label, to_address_label, transfer_amount,...
273
12082 settlement-design jwynia/agent-skills
Settlement Design: Urban Development Skill You help writers create realistic settlements by applying the ten core principles that govern how real cities and towns form, grow, and evolve. This produces urban environments that feel lived-in rather than designed-for-plot. Core Principles Geographic Determinism: Natural features profoundly shape settlement patterns and growth Functional Necessity: Settlements develop to fulfill specific economic, defensive, or social needs Network Emergence: Settl...
273
12083 seo-content-refresher sickn33/antigravity-awesome-skills
Use this skill when Working on seo content refresher tasks or workflows Needing guidance, best practices, or checklists for seo content refresher Do not use this skill when The task is unrelated to seo content refresher 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-pl...
273
12084 beautiful-prose sickn33/antigravity-awesome-skills
Beautiful Prose Overview Hard-edged writing style contract for timeless, forceful English prose without AI tics When to Use This Skill Use this skill when you need to work with hard-edged writing style contract for timeless, forceful english prose without ai tics. Instructions This skill provides guidance and patterns for hard-edged writing style contract for timeless, forceful english prose without ai tics. For more information, see the source repository .
273
12085 monorepo-tamagui mindrally/skills
Monorepo using Tamagui Expert developer guidelines for building cross-platform applications with TypeScript, React, Next.js, Expo, Tamagui, Supabase, Zod, Turbo, i18next, Zustand, TanStack React Query, Solito, and Stripe. Code Style and Structure Write concise TypeScript using functional patterns Use descriptive variable names with auxiliary verbs like isLoading Structure files with exported components, helpers, and types using named exports TypeScript and Validation Prefer interfaces over typ...
273
12086 viewcomfy-api-rules mindrally/skills
ViewComfy API Rules You are an expert in Python, FastAPI integrations and web app development, tasked with helping integrate the ViewComfy API into web applications using Python. Key Technical Context The ViewComfy API is a serverless FastAPI-based service that executes custom ComfyUI workflows. Implementations use the httpx library for requests. Important Operational Considerations Cold Start & Performance First time you call it, you might experience a cold start. Generation times vary bet...
273
12087 alicloud-ai-audio-tts-realtime cinience/alicloud-skills
Category: provider Model Studio Qwen TTS Realtime Use realtime TTS models for low-latency streaming speech output. Critical model names Use one of these exact model strings: qwen3-tts-flash-realtime qwen3-tts-instruct-flash-realtime qwen3-tts-instruct-flash-realtime-2026-01-22 qwen3-tts-vd-realtime-2026-01-15 qwen3-tts-vc-realtime-2026-01-15 Prerequisites Install SDK in a virtual environment: python3 -m venv .venv . .venv/bin/activate python -m pip install dashscope Set DASHSCOPE_API_KEY in your...
272
12088 alicloud-ai-video-wan-r2v cinience/alicloud-skills
Category: provider Model Studio Wan R2V Validation mkdir -p output/alicloud-ai-video-wan-r2v python -m py_compile skills/ai/video/alicloud-ai-video-wan-r2v/scripts/prepare_r2v_request.py && echo "py_compile_ok" > output/alicloud-ai-video-wan-r2v/validate.txt Pass criteria: command exits 0 and output/alicloud-ai-video-wan-r2v/validate.txt is generated. Output And Evidence Save reference input metadata, request payloads, and task outputs in output/alicloud-ai-video-wan-r2v/ . Keep at least one pol...
272
12089 alicloud-ai-entry-modelstudio cinience/alicloud-skills
Category: task Alibaba Cloud Model Studio Entry (Routing) Route requests to existing local skills to avoid duplicating model/parameter details. Prerequisites Install SDK (virtual environment recommended to avoid PEP 668 restrictions): python3 -m venv .venv . .venv/bin/activate python -m pip install dashscope Configure DASHSCOPE_API_KEY (environment variable preferred; or dashscope_api_key in ~/.alibabacloud/credentials ). Routing Table (currently supported in this repo) Need Target skill Text-to...
272
12090 oracle-db-skills krisrice/oracle-db-skills
Oracle DB Skills A collection of 108 standalone reference guides for Oracle Database. Each file covers one topic with explanations, practical examples, best practices, and common mistakes. How to Use Find the right skill using the category routing table below. Read only the file(s) relevant to the user's task — do not load all files at once. Apply the guidance to answer questions, generate code, or review existing work. Category Routing User asks about… Read from Backup, recovery, RMAN, Data Gua...
272
12091 daily-news-report rookie-ricardo/erduo-skills
Daily News Report v3.0 架构升级:主 Agent 调度 + SubAgent 执行 + 浏览器抓取 + 智能缓存 核心架构 ┌─────────────────────────────────────────────────────────────────────┐ │ 主 Agent (Orchestrator) │ │ 职责:调度、监控、评估、决策、汇总 │ ├─────────────────────────────────────────────────────────────────────┤ │ │ │ ┌──────────┐ ┌──────────┐ ┌──────────┐ ┌──────────┐ │ │ │ 1...
272
12092 oblique-worldbuilding jwynia/agent-skills
Oblique Worldbuilding: Documentary Perspective Skill You help writers create worldbuilding quotes and epigraphs that enhance chapters through perspective-driven documentation rather than direct commentary. The power lies in the documenter's limited vantage point, motivated reasoning, and systematic blindness. Core Principle Every documentary voice reveals the world through what it cannot afford to see. The goal isn't temporal distance from events, but perspectival limitation. A quote from th...
272
12093 nansen-exit-signals nansen-ai/nansen-cli
Exit Signal Answers: "Is smart money exiting a token I hold? Should I be worried?" TOKEN = < address > CHAIN = ethereum nansen research token flow-intelligence --token $TOKEN --chain $CHAIN → net_flow_usd per label: smart_trader, whale, exchange, fresh_wallets (negative = selling) nansen research token who-bought-sold --token $TOKEN --chain $CHAIN --limit 20 → address, address_label, bought/sold_volume_usd, trade_volume_usd nansen research smart-money netflow --chain $CHAIN --limit 10 → token...
272
12094 security alinaqi/claude-bootstrap
Security Architecture Diagram Generator Quick Start: Define trust boundaries → Place identity/encryption/firewall icons → Connect with access flows → Group into security zones → Wrap in ```plantuml fence. ⚠️ IMPORTANT: Always use ```plantuml or ```puml code fence. NEVER use ```text — it will NOT render as a diagram. Critical Rules Every diagram starts with @startuml and ends with @enduml Use left to right direction for access flows (User → AuthN → AuthZ → Resource) Use mxgraph.aws4.* stencil syn...
272
12095 gpui-context longbridge/gpui-component
Overview GPUI uses different context types for different scenarios: Context Types: App: Global app state, entity creation Window: Window-specific operations, painting, layout Context<T>: Entity-specific context for component T AsyncApp: Async context for foreground tasks AsyncWindowContext: Async context with window access Quick Start Context - Component Context impl MyComponent { fn update_state(&mut self, cx: &mut Context<Self>) { self.value = 42; cx.notify(); // Trigger...
272
12096 metrics-tracking anthropics/knowledge-work-plugins
Metrics Tracking Skill You are an expert at product metrics — defining, tracking, analyzing, and acting on product metrics. You help product managers build metrics frameworks, set goals, run reviews, and design dashboards that drive decisions. Product Metrics Hierarchy North Star Metric The single metric that best captures the core value your product delivers to users. It should be: Value-aligned : Moves when users get more value from the product Leading : Predicts long-term business success (re...
271
12097 alicloud-backup-hbr cinience/alicloud-skills
Category: service Cloud Backup Use Alibaba Cloud OpenAPI (RPC) with official SDKs or OpenAPI Explorer to manage resources for Cloud Backup. 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_R...
271
12098 alicloud-compute-fc-serverless-devs cinience/alicloud-skills
Category: tool Function Compute (FC 3.0) Serverless Devs Goals Install and validate Serverless Devs. Configure credentials, initialize example project, deploy, invoke, and remove. Provide CLI flow with Python runtime example. Quick Start Flow Install Node.js (14+) and npm. Install and validate Serverless Devs. Configure credentials via guided setup. Initialize example project and enter directory. Deploy, invoke, and optionally remove. Install Serverless Devs (npm) Global install (requires sudo):...
271
12099 alicloud-ai-image-zimage-turbo cinience/alicloud-skills
Category: provider Model Studio Z-Image Turbo Use Z-Image Turbo for fast text-to-image generation via the DashScope multimodal-generation API. Critical model name Use ONLY this exact model string: z-image-turbo Prerequisites Set DASHSCOPE_API_KEY in your environment, or add dashscope_api_key to ~/.alibabacloud/credentials (env takes precedence). Choose region endpoint (Beijing or Singapore). If unsure, pick the most reasonable region or ask the user. Normalized interface (image.generate) Request...
271
12100 alicloud-ai-search-milvus cinience/alicloud-skills
Category: provider AliCloud Milvus (Serverless) via PyMilvus This skill uses standard PyMilvus APIs to connect to AliCloud Milvus and run vector search. Prerequisites Install SDK (recommended in a venv to avoid PEP 668 limits): python3 -m venv .venv . .venv/bin/activate python -m pip install --upgrade pymilvus Provide connection via environment variables: MILVUS_URI (e.g. http://<host>:19530 ) MILVUS_TOKEN ( <username>:<password> ) MILVUS_DB (default: default ) Quickstart (Python) import os from...
271