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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,952
总 Skills
103.8M
总安装量
2,600
贡献者
# Skill 仓库 描述 安装量
14201 backend-engineer siviter-xyz/dot-agent
Backend Engineer Production-ready backend development with modern technologies, best practices, and proven patterns. When to Use Designing RESTful, GraphQL, or gRPC APIs Building authentication/authorization systems Optimizing database queries and schemas Implementing caching and performance optimization OWASP Top 10 security mitigation Designing scalable microservices Testing strategies (unit, integration, E2E) CI/CD pipelines and deployment Monitoring and debugging production systems Technol...
104
14202 tooluniverse-polygenic-risk-score mims-harvard/tooluniverse
Polygenic Risk Score (PRS) Builder Build and interpret polygenic risk scores for complex diseases using genome-wide association study (GWAS) data. Overview Use Cases: "Calculate my genetic risk for type 2 diabetes" "Build a polygenic risk score for coronary artery disease" "What's my genetic predisposition to Alzheimer's disease?" "Interpret my PRS percentile for breast cancer risk" What This Skill Does: Extracts genome-wide significant variants (p < 5e-8) from GWAS Catalog Builds weighted PRS m...
104
14203 wrangler cloudflare/cloudflare-docs
Wrangler CLI Your knowledge of Wrangler CLI flags, config fields, and subcommands may be outdated. Prefer retrieval over pre-training for any Wrangler task. Retrieval Sources Fetch the latest information before writing or reviewing Wrangler commands and config. Do not rely on baked-in knowledge for CLI flags, config fields, or binding shapes. Source How to retrieve Use for Wrangler docs https://developers.cloudflare.com/workers/wrangler/ CLI commands, flags, config reference Wrangler config sche...
104
14204 nimble-agents nimbleway/agent-skills
Nimble Agents Structured web data extraction via Nimble agents. Always finish with executed results or runnable code. User request: $ARGUMENTS Prerequisites Ensure the Nimble MCP server is connected: Claude Code: export NIMBLE_API_KEY = "your_api_key" claude mcp add --transport http nimble-mcp-server https://mcp.nimbleway.com/mcp \ --header "Authorization: Bearer ${NIMBLE_API_KEY} " VS Code (Copilot / Continue): { "nimble-mcp-server" : { "command" : "npx" , "args" : [ "-y" , "mcp-remote@latest" ...
104
14205 building-with-base-account base/skills
Building with Base Account Base Account is an ERC-4337 smart wallet providing universal sign-on, one-tap USDC payments, and multi-chain support (Base, Arbitrum, Optimism, Zora, Polygon, BNB, Avalanche, Lordchain, Ethereum Mainnet). Quick Start npm install @base-org/account @base-org/account-ui import { createBaseAccountSDK } from '@base-org/account' ; const sdk = createBaseAccountSDK ( { appName : 'My App' , appLogoUrl : 'https://example.com/logo.png' , appChainIds : [ 8453 ] , // Base Mainnet }...
104
14206 generate-component-documentation longbridge/gpui-component
Instructions When generating documentation for a new component: Follow existing patterns: Use the documentation styles found in the docs folder (examples: button.md, accordion.md, etc.) Reference implementations: Base the documentation on the same-named story implementation in crates/story/src/stories API references: Use markdown code blocks with links to docs.rs for component API references when applicable Examples The generated documentation should include: Component description and purpos...
104
14207 feature-arch pproenca/dot-skills
Comprehensive architecture guide for organizing React applications by features, enabling scalable development with independent teams. Contains 42 rules across 8 categories, prioritized by impact from critical (directory structure, imports) to incremental (naming conventions). When to Apply Reference these guidelines when: - Creating new features or modules - Organizing project directory structure - Setting up import rules and boundaries - Implementing data fetching patterns - Composing c...
104
14208 api-expert martinholovsky/claude-skills-generator
API Design & Architecture Expert 0. Anti-Hallucination Protocol 🚨 MANDATORY: Read before implementing any code using this skill Verification Requirements When using this skill to implement API features, you MUST: Verify Before Implementing ✅ Check official OpenAPI 3.1 specification ✅ Confirm OAuth2.1/JWT patterns are current ✅ Validate OWASP API Security Top 10 2023 guidance ❌ Never guess HTTP status code meanings ❌ Never invent OpenAPI schema options ❌ Never assume RFC compliance without c...
104
14209 claude-code-guide 2025emma/vibe-coding-cn
Claude Code Guide Purpose To provide a comprehensive reference for configuring and using Claude Code (the agentic coding tool) to its full potential. This skill synthesizes best practices, configuration templates, and advanced usage patterns. Configuration ( CLAUDE.md ) When starting a new project, create a CLAUDE.md file in the root directory to guide the agent. Template (General) Project Guidelines Commands - Run app: `npm run dev` - Test: `npm test` - Build: `npm run build` Code Style - Us...
104
14210 redis-patterns patricio0312rev/skills
Redis Patterns Quick reference for Redis best practices across common backend use cases. How It Works Redis is an in-memory data structure store that supports strings, hashes, lists, sets, sorted sets, streams, and more. Individual Redis commands are atomic on a single instance; multi-step workflows require Lua scripts, MULTI/EXEC transactions, or explicit synchronization to stay atomic. Data is optionally persisted via RDB snapshots or AOF logs. Clients communicate over TCP using the RESP proto...
104
14211 tooluniverse-variant-interpretation mims-harvard/tooluniverse
Clinical Variant Interpreter Systematic variant interpretation using ToolUniverse - from raw variant calls to ACMG-classified clinical recommendations with structural impact analysis. Triggers Use this skill when users: Ask about variant interpretation, classification, or pathogenicity Have VCF data needing clinical annotation Need ACMG classification for variants Want structural impact analysis for missense variants Key Principles ACMG-Guided - Follow ACMG/AMP 2015 guidelines with explicit evid...
104
14212 proxychains 2025emma/vibe-coding-cn
Proxychains Network Proxy Skill 自动使用代理解决网络问题 - 当遇到网络连接失败、超时或访问受限时,自动使用 proxychains4 强制走代理。 When to Use This Skill 触发条件(自动应用): ❌ Connection timeout errors ❌ DNS resolution failures ❌ "Connection refused" errors ❌ HTTP 403/451 blocked access ❌ GitHub/PyPI/npm 等国外资源访问失败 ❌ curl/wget/git/pip 等命令失败 Claude 应该: 检测到网络错误后,自动在命令前添加 proxychains4 使用默认代理配置:http://127.0.0.1:9910 如果代理失败,提示用户检查代理服务状态 Quick Reference 基本用法模式 ❌ 原命令失败 curl https://github.com/user/repo ✅ 使用代理重试 proxychains4 curl https://gith...
104
14213 python fundamentals pluginagentmarketplace/custom-plugin-python
Python Fundamentals Overview This skill covers the foundational elements of Python programming including syntax, data types, control structures, functions, object-oriented programming, and the standard library. Learning Objectives Write clean, Pythonic code following PEP 8 guidelines Master all Python data structures (lists, tuples, dicts, sets) Understand and implement object-oriented programming concepts Navigate and utilize the Python standard library effectively Manage virtual environments a...
104
14214 technews kesslerio/technews-openclaw-skill
TechNews Skill Fetches top stories from TechMeme, summarizes linked articles, and highlights social media buzz. Usage Command: /technews Fetches the top 10 stories from TechMeme, provides summaries from the linked articles, and highlights notable social media reactions. Setup This skill requires: Python 3.9+ requests and beautifulsoup4 packages Optional: tiktoken for token-aware truncation Install dependencies: pip install requests beautifulsoup4 Architecture The skill works in three stages: Scr...
104
14215 tooluniverse-clinical-guidelines mims-harvard/tooluniverse
Clinical Guidelines Search & Retrieval Search and retrieve evidence-based clinical practice guidelines from 12+ authoritative sources spanning 41 tools. Covers disease management guidelines, society recommendations, pharmacogenomics guidance, and patient resources. KEY PRINCIPLES : Multi-source search — Search ≥3 databases in parallel for comprehensive coverage Source-appropriate queries — Match query style to each database's strengths Condition + society specific — When user names a disease or ...
104
14216 push odysseus0/symphony
Push Prerequisites gh CLI is installed and available in PATH . gh auth status succeeds for GitHub operations in this repo. Goals Push current branch changes to origin safely. Create a PR if none exists for the branch, otherwise update the existing PR. Keep branch history clean when remote has moved.
104
14217 github-pr-creation fvadicamo/dev-agent-skills
Creates Pull Requests with task validation, test execution, and Conventional Commits formatting. Quick Start ``` 1. Verify GitHub CLI gh --version && gh auth status 2. Gather information (Claude does this directly) git log develop..HEAD --oneline Commits to include git diff develop --stat Files changed git rev-parse --abbrev-ref HEAD Current branch 3. Run project tests make test or: pytest, npm test 4. Create PR (after generating content) gh pr create...
104
14218 implementing-drag-drop ancoleman/ai-design-components
Drag-and-Drop & Sortable Interfaces Purpose This skill helps implement drag-and-drop interactions and sortable interfaces using modern React/TypeScript libraries. It covers accessibility-first approaches, touch support, and performance optimization for creating intuitive direct manipulation UIs. When to Use Invoke this skill when: Building Trello-style kanban boards with draggable cards between columns Creating sortable lists with drag handles for priority ordering Implementing file upload z...
104
14219 convex file storage waynesutton/convexskills
Convex File Storage Handle file uploads, storage, serving, and management in Convex applications with proper patterns for images, documents, and generated files. Documentation Sources Before implementing, do not assume; fetch the latest documentation: Primary: https://docs.convex.dev/file-storage Upload Files: https://docs.convex.dev/file-storage/upload-files Serve Files: https://docs.convex.dev/file-storage/serve-files For broader context: https://docs.convex.dev/llms.txt Instructions File Stor...
104
14220 gameplay-mechanics pluginagentmarketplace/custom-plugin-game-developer
Gameplay Mechanics Implementation Core Mechanics Framework ┌─────────────────────────────────────────────────────────────┐ │ ACTION → EFFECT LOOP │ ├─────────────────────────────────────────────────────────────┤ │ INPUT PROCESS OUTPUT FEEDBACK │ │ ┌─────┐ ┌─────────┐ ┌─────────┐ ┌─────────┐ │ │ │Press│──────→│Validate │─────→│Update │───→│Visual │ │ │ │Button│ │& Execute│ │State │ │Audio ...
104
14221 ml-engineer 404kidwiz/claude-supercode-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...
104
14222 encore-go-api encoredev/skills
Encore Go API Endpoints Instructions When creating API endpoints with Encore Go, follow these patterns: 1. Basic API Endpoint Use the //encore:api annotation above your function: package user import "context" type GetUserParams struct { ID string } type User struct { ID string `json:"id"` Email string `json:"email"` Name string `json:"name"` } //encore:api public method=GET path=/users/:id func GetUser(ctx context.Context, params *GetUserParams) (*User, error) { /...
104
14223 erc-8004 bankrbot/openclaw-skills
ERC-8004: Trustless Agents Register your AI agent on Ethereum mainnet with a verifiable on-chain identity, making it discoverable and enabling trust signals. What is ERC-8004? ERC-8004 is an Ethereum standard for trustless agent identity and reputation: Identity Registry - ERC-721 based agent IDs (your agent gets an NFT!) Reputation Registry - Feedback and trust signals from other agents/users Validation Registry - Third-party verification of agent work Website: https://www.8004.org Spec: https:...
104
14224 encore-go-service encoredev/skills
Encore Go Service Structure Instructions In Encore Go, each package with an API endpoint is automatically a service. No special configuration needed. Creating a Service Simply create a package with at least one //encore:api endpoint: // user/user.go package user import "context" type User struct { ID string `json:"id"` Email string `json:"email"` Name string `json:"name"` } //encore:api public method=GET path=/users/:id func GetUser(ctx context.Context, params *GetUserPara...
104
14225 google-workspace letta-ai/skills
Google Workspace APIs Status: Production Ready Last Updated: 2026-01-09 Dependencies: Cloudflare Workers (recommended), Google Cloud Project Skill Version: 1.0.0 Quick Reference API Common Use Cases Reference Gmail Email automation, inbox management gmail-api.md Calendar Event management, scheduling calendar-api.md Drive File storage, sharing drive-api.md Sheets Spreadsheet data, reporting sheets-api.md Docs Document generation docs-api.md Chat Bots, webhooks, spaces chat-api.md Meet Video con...
104
14226 land odysseus0/symphony
Land Goals Ensure the PR is conflict-free with main. Keep CI green and fix failures when they occur. Squash-merge the PR once checks pass. Do not yield to the user until the PR is merged; keep the watcher loop running unless blocked. No need to delete remote branches after merge; the repo auto-deletes head branches. Preconditions gh CLI is authenticated. You are on the PR branch with a clean working tree. Steps Locate the PR for the current branch. Confirm the full gauntlet is green locally befo...
104
14227 copywriter daffy0208/ai-dev-standards
Copywriter Skill You are an expert copywriter and brand voice guardian, specializing in direct, conversion-focused copy that adapts to each project's brand voice and tone. Project Context Discovery Before writing copy, discover the project's brand voice: Scan Project Documentation: Check .agents/SYSTEM/ARCHITECTURE.md for brand guidelines Look for brand voice documentation in project docs Review .agents/SOP/ for copywriting standards Check for existing copy examples Identify Brand Voice: Review ...
103
14228 ai-elements existential-birds/beagle
AI Elements AI Elements is a component library and custom registry built on top of shadcn/ui to help you build AI-native applications faster. It provides pre-built components like conversations, messages and more. Installing AI Elements is straightforward and can be done in a couple of ways. You can use the dedicated CLI command for the fastest setup, or integrate via the standard shadcn/ui CLI if you've already adopted shadcn's workflow. IMPORTANT: Run all CLI commands using the project's packa...
103
14229 risk-manager 404kidwiz/claude-supercode-skills
Use this skill when Working on risk manager tasks or workflows Needing guidance, best practices, or checklists for risk manager Do not use this skill when The task is unrelated to risk manager 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 a risk ...
103
14230 php-guidelines-from-spatie freekmurze/dotfiles
Core Laravel Principle Follow Laravel conventions first. If Laravel has a documented way to do something, use it. Only deviate when you have a clear justification. PHP Standards Follow PSR-1, PSR-2, and PSR-12 Use camelCase for non-public-facing strings Use short nullable notation: ?string not string|null Always specify void return types when methods return nothing Class Structure Use typed properties, not docblocks: Constructor property promotion when all properties can be promoted: One trait...
103
14231 next-intl-app-router liuchiawei/agent-skills
next-intl (App Router) Setup and usage of next-intl with prefix-based locale routing (e.g. /en/about , /ja/about ). Use this skill in any Next.js App Router project. Example code: Copy-paste examples live in this skill's examples/ folder. See examples/README.md for where each file goes in your project. File layout Keep this structure: ├── messages/ │ ├── en.json │ ├── ja.json │ └── ... ├── next.config.ts └── src/ ├── i18n/ │ ├── request.ts │ ├── routing.ts │ └── navigation.ts ├── pro...
103
14232 java-maven-gradle pluginagentmarketplace/custom-plugin-java
Master Java build tools for efficient project management and CI/CD integration. Overview This skill covers Maven and Gradle configuration including dependency management, plugin setup, multi-module projects, and CI/CD pipeline integration. Follows 2024-2025 best practices for both tools. When to Use This Skill Use when you need to: - Set up Maven/Gradle projects - Manage dependencies with BOMs - Configure build plugins - Optimize build performance - Set up CI/CD pipelines Topics Cov...
103
14233 encore-go-auth encoredev/skills
Encore Go Authentication Instructions Encore Go provides a built-in authentication system using the //encore:authhandler annotation. 1. Create an Auth Handler package auth import ( "context" "encore.dev/beta/auth" "encore.dev/beta/errs" ) // AuthParams defines what the auth handler receives type AuthParams struct { Authorization string `header:"Authorization"` } // AuthData defines what authenticated requests have access to type AuthData struct { UserID string Email ...
103
14234 video-downloader skillcreatorai/ai-agent-skills
video-downloader Curated from ComposioHQ awesome-claude-skills. What it does Download videos from YouTube and other platforms for offline viewing, editing, or archival with support for various formats and quality options. Source Upstream: https://github.com/ComposioHQ/awesome-claude-skills/tree/master/video-downloader Category: video-generation 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...
103
14235 kubernetes bobmatnyc/claude-mpm-skills
Kubernetes / DevOps You are an expert in Kubernetes, DevOps, and cloud-native infrastructure with deep knowledge of containerization and automation. Core Principles Use English for all code and documentation Prioritize modular, reusable, scalable code Follow naming conventions (camelCase, PascalCase, snake_case, UPPER_CASE for constants) Avoid hardcoded values; use environment variables Apply Infrastructure-as-Code principles Enforce principle of least privilege for access control Kubernetes Use...
103
14236 encore-go-testing encoredev/skills
Testing Encore Go Applications Instructions Encore Go uses standard Go testing with encore test. Run Tests Run all tests with Encore (recommended) encore test ./... Run tests for a specific package encore test ./user/... Run with verbose output encore test -v ./... Using encore test instead of go test is recommended because it: Sets up test databases automatically Provides isolated infrastructure per test Handles service dependencies Test an API Endpoint // hello/hello_test.go package ...
103
14237 xiaohongshu-search-summarizer piekill/xiaohongshu-summarizer-skill
Xiaohongshu Search and Summarize This skill automates the process of extracting high-quality multi-modal content (text + images) from Xiaohongshu (小红书) and actively assists you in generating a deeply integrated, analytical final report for the user. Due to Xiaohongshu's aggressive anti-scraping mechanisms, direct HTTP requests or naive scraping often result in 404s or blocks. This skill natively bypasses these by simulating a real user through the playwright-cli in a headed browser window. It op...
103
14238 alicloud-network-alb cinience/alicloud-skills
Category: service Application Load Balancer (ALB) Use this skill for end-to-end ALB operations via local Python scripts and OpenAPI-compatible workflows. Validation mkdir -p output/alicloud-network-alb for f in skills/network/slb/alicloud-network-alb/scripts/*.py ; do python3 -m py_compile " $f " done echo "py_compile_ok" > output/alicloud-network-alb/validate.txt Pass criteria: command exits 0 and output/alicloud-network-alb/validate.txt is generated. Output And Evidence Save all command output...
103
14239 convex cron jobs waynesutton/convexskills
Convex Cron Jobs Schedule recurring functions for background tasks, cleanup jobs, data syncing, and automated workflows in Convex applications. Documentation Sources Before implementing, do not assume; fetch the latest documentation: Primary: https://docs.convex.dev/scheduling/cron-jobs Scheduling Overview: https://docs.convex.dev/scheduling Scheduled Functions: https://docs.convex.dev/scheduling/scheduled-functions For broader context: https://docs.convex.dev/llms.txt Instructions Cron Jobs Ove...
103
14240 spline-3d-integration fawaz-i/spline-3d-integration
Spline 3D Integration Use this skill when a user needs to add or troubleshoot interactive Spline 3D scenes in a website or web app. When to use this skill The user wants to embed a Spline scene in React, Next.js, or vanilla JS. The user needs runtime control (events, variables, object lookup, camera behavior). The user is seeing poor performance, blank scenes, or loading issues. The user asks for implementation patterns like hero scenes or product viewers. When not to use this skill The user onl...
103
14241 nextjs-client-cookie-pattern wsimmonds/claude-nextjs-skills
Next.js: Client Component + Server Action Cookie Pattern Pattern Overview This pattern handles a common Next.js requirement: client-side interaction (button click) that needs to set server-side cookies. Why Two Files? Client components ('use client') can have onClick handlers Only server code can set cookies (security requirement) Solution: Client component calls a server action that sets cookies The Pattern Scenario: A button that sets a cookie when clicked File 1: Client Component (app/Co...
103
14242 pull odysseus0/symphony
Pull Workflow Verify git status is clean or commit/stash changes before merging. Ensure rerere is enabled locally: git config rerere.enabled true git config rerere.autoupdate true Confirm remotes and branches: Ensure the origin remote exists. Ensure the current branch is the one to receive the merge. Fetch latest refs: git fetch origin Sync the remote feature branch first: git pull --ff-only origin $(git branch --show-current) This pulls branch updates made remotely (for example, a GitHub auto-c...
103
14243 capability-evolver autogame-17/evolver
🧬 Capability Evolver "Evolution is not optional. Adapt or die." The Capability Evolver is a meta-skill that allows OpenClaw agents to inspect their own runtime history, identify failures or inefficiencies, and autonomously write new code or update their own memory to improve performance. Features Auto-Log Analysis : Automatically scans memory and history files for errors and patterns. Self-Repair : Detects crashes and suggests patches. GEP Protocol: Standardized evolution with reusable assets. O...
103
14244 angular-material pluginagentmarketplace/custom-plugin-angular
Angular Material Skill Overview Build beautiful, accessible Angular applications using Angular Material component library with custom theming and responsive layouts. Topics Covered Component Library Form controls (inputs, selects, checkboxes) Navigation (toolbar, sidenav, menus) Layout (cards, lists, grids) Data tables and pagination Dialogs and snackbars Theming Custom theme creation Color palettes and typography Dark mode implementation Component customization CSS variables integration CDK (...
103
14245 book-illustrator jamesrochabrun/skills
Book Illustrator - Children's Books Specialist A comprehensive guide for creating captivating, age-appropriate children's book illustrations that tell stories, engage young minds, and bring narratives to life through visual artistry. What This Skill Does Provides expert guidance for creating professional children's book illustrations: Age-Appropriate Design - Tailored styles for ages 0-12 Character Development - Creating memorable, expressive characters Color Theory Mastery - Strategic use o...
103
14246 testing-best-practices royrvd/golden-testing-rules-for-ai
Testing Rules for AI You're a testing expert that is keen to keep the tests simple, clean, consistent and short. Here is a list of best practices to follow. When you find some issues in a test, mention the violated bullet number These rules are not applicable to end-to-end tests that spans multiple processes and components, only for unit, integration, component, Microservice, API tests. If you realize tests that don't mock the backend, these are end-to-end tests, in this case apply the rules fro...
103
14247 vercel-deployments-builds bobmatnyc/claude-mpm-skills
Vercel Deployments and Builds Skill progressive_disclosure: entry_point: summary: "Deployments and builds on Vercel: build pipeline, deployment environments, deploy hooks, release phases, checks, and rollback." when_to_use: - "When configuring build and deployment workflows" - "When using preview and production deployments" - "When controlling releases and rollbacks" quick_start: - "Connect a Git repository" - "Review build and deployment settings" - "Use previews for every branch" - "Promote to...
103
14248 canvas-design aiskillstore/marketplace
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, ...
103
14249 discord-webhook vm0-ai/vm0-skills
Discord Webhook Use Discord Webhooks via direct curl calls to send messages to Discord channels without setting up a bot. Official docs: https://discord.com/developers/docs/resources/webhook When to Use Use this skill when you need to: Send notifications to Discord channels Post alerts from CI/CD pipelines Share updates with rich embeds Upload files to channels Simple integrations without bot complexity Prerequisites In Discord, go to Server Settings → Integrations → Webhooks Click "New Web...
103
14250 alicloud-network-alb-test cinience/alicloud-skills
Category: test ALB Smoke Test Prerequisites AK/SK configured via environment variables ( ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET ). SDK installed: pip install alibabacloud_alb20200616 alibabacloud_tea_openapi alibabacloud_credentials . Target skill: skills/network/slb/alicloud-network-alb/ . Test Steps 1. Script compilation check (offline, no credentials needed) python tests/network/slb/alicloud-network-alb-test/scripts/smoke_test_alb.py --compile-only Pass criteria: exits 0, all 28 ...
103