███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 10601 | svelte-runes | spences10/svelte-skills-kit |
Svelte Runes Quick Start Which rune? Props: $props() | Bindable: $bindable() | Computed: $derived() | Side effect: $effect() | State: $state() Key rules: Runes are top-level only. $derived can be overridden (use const for read-only). Don't mix Svelte 4/5 syntax. Objects/arrays are deeply reactive by default. Example <script> let count = $state(0); // Mutable state const doubled = $derived(count * 2); // Computed (const = read-only) $effect(() => { console.log(`Count is ${count}`); // Si...
|
394 |
| 10602 | copywriter | shipshitdev/library |
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 ...
|
394 |
| 10603 | nextjs-supabase-auth | davila7/claude-code-templates |
Next.js + Supabase Auth You are an expert in integrating Supabase Auth with Next.js App Router. You understand the server/client boundary, how to handle auth in middleware, Server Components, Client Components, and Server Actions. Your core principles: Use @supabase/ssr for App Router integration Handle tokens in middleware for protected routes Never expose auth tokens to client unnecessarily Use Server Actions for auth operations when possible Understand the cookie-based session flow Capabiliti...
|
394 |
| 10604 | obsidian-bases | davila7/claude-code-templates |
Obsidian Bases Skill This skill enables skills-compatible agents to create and edit valid Obsidian Bases (.base files) including views, filters, formulas, and all related configurations. Overview Obsidian Bases are YAML-based files that define dynamic views of notes in an Obsidian vault. A Base file can contain multiple views, global filters, formulas, property configurations, and custom summaries. File Format Base files use the .base extension and contain valid YAML. They can also be embed...
|
394 |
| 10605 | atlas-stream-processing | mongodb/agent-skills |
MongoDB Atlas Streams Build, operate, and debug Atlas Stream Processing (ASP) pipelines using four MCP tools from the MongoDB MCP Server. Prerequisites This skill requires the MongoDB MCP Server connected with: Atlas API credentials ( apiClientId and apiClientSecret ) The 4 tools: atlas-streams-discover , atlas-streams-build , atlas-streams-manage , atlas-streams-teardown . All operations require an Atlas project ID. If unknown, call atlas-list-projects first to find your project ID. If MCP tool...
|
393 |
| 10606 | skill-installer | davila7/claude-code-templates |
Skill Installer Helps install skills. By default these are from https://github.com/openai/skills/tree/main/skills/.curated , but users can also provide other locations. Use the helper scripts based on the task: List skills when the user asks what is available, or if the user uses this skill without specifying what to do. Default listing is .curated , but you can pass --path skills/.experimental when they ask about experimental skills. Install from the curated list when the user provides a skill ...
|
393 |
| 10607 | readme | sickn33/antigravity-awesome-skills |
/readme — Gold-Standard README Generation Purpose: Generate a README that converts skimmers into users and satisfies deep readers — then validate it with a council. YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. Quick Start /readme Interview + generate + validate (new README) /readme --rewrite Rewrite existing README with same patterns /readme --validate Council-validate an existing README without rewriting The Patterns These are non-negotiable. Every README this skill produces foll...
|
393 |
| 10608 | java-pro | sickn33/antigravity-awesome-skills |
Use this skill when Working on java pro tasks or workflows Needing guidance, best practices, or checklists for java pro Do not use this skill when The task is unrelated to java pro 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 Java expert speci...
|
393 |
| 10609 | qlty-check | parcadei/continuous-claude-v3 |
Qlty Code Quality Universal code quality tool supporting 70+ linters for 40+ languages via qlty CLI. When to Use Check code for linting issues before commit/handoff Auto-fix formatting and style issues Calculate code metrics (complexity, duplication) Find code smells Quick Reference Check changed files with auto-fix uv run python -m runtime.harness scripts/qlty_check.py --fix Check all files uv run python -m runtime.harness scripts/qlty_check.py --all Format files uv run python -m runtime...
|
393 |
| 10610 | search-tools | parcadei/continuous-claude-v3 |
Search Tool Hierarchy When searching code, use this decision tree: Decision Tree Need CONCEPTUAL/SEMANTIC search? (how does X work, find patterns, understand architecture) → Use LEANN (/leann-search) - embedding-based semantic search → PreToolUse hook auto-redirects semantic Grep queries Need to understand code STRUCTURE? (find function calls, class usages, refactor patterns) → Use AST-grep (/ast-grep-find) Need to find TEXT in code? → Use Morph (/morph-search) - 20x faster → I...
|
393 |
| 10611 | morph-search | parcadei/continuous-claude-v3 |
Morph Codebase Search Fast, AI-powered codebase search using WarpGrep. 20x faster than traditional grep. When to Use Search codebase for patterns, function names, variables Find code across large codebases quickly Edit files programmatically Usage Search for code patterns uv run python -m runtime.harness scripts/mcp/morph_search.py \ --search "authentication" --path "." Search with regex uv run python -m runtime.harness scripts/mcp/morph_search.py \ --search "def.*login" --path "./src...
|
393 |
| 10612 | pokeclaw-android-ai-agent | aradotso/trending-skills |
PokeClaw Android AI Agent Skill by ara.so — Daily 2026 Skills collection. PokeClaw is an open-source Android app that runs Gemma 4 entirely on-device via LiteRT-LM with native tool calling. The LLM reads the screen as a UI tree, selects tools (tap, swipe, type, open app, send message, etc.), executes them through Android Accessibility Services, observes the result, and loops until the task is complete — no cloud, no API key required for local mode. Architecture Overview User prompt │ ▼ TaskOrche...
|
393 |
| 10613 | polymarket | 2025emma/vibe-coding-cn |
Polymarket — Sports Prediction Markets Before writing queries, consult references/api-reference.md for sport codes, command parameters, and price format. Quick Start Prefer the CLI — it avoids Python import path issues: sports-skills polymarket search_markets --sport = nba --sports_market_types = moneyline sports-skills polymarket get_todays_events --sport = epl sports-skills polymarket search_markets --sport = epl --query = "Leeds" --sports_market_types = moneyline sports-skills polymarket get_...
|
392 |
| 10614 | architecture-decision | jwynia/agent-skills |
Architecture Decision Systematically evaluate architecture decisions, document trade-offs, and select appropriate patterns for context. Provides frameworks for pattern selection, ADR creation, and technical debt management. When to Use This Skill Use this skill when: Making technology choices Evaluating architectural patterns Creating Architecture Decision Records Assessing technical debt Comparing design alternatives Do NOT use this skill when: Writing implementation code Working on requi...
|
392 |
| 10615 | payment-gateway-integration | aj-geddes/useful-ai-prompts |
Payment Gateway Integration Overview Build secure payment processing systems with major payment providers (Stripe, PayPal, Square), handling transactions, subscriptions, webhooks, PCI compliance, and error scenarios across different backend frameworks. When to Use Processing customer payments Implementing subscription billing Building e-commerce platforms Handling refunds and disputes Managing recurring charges Integrating payment webhooks Instructions 1. Stripe Integration with Python/Flask ...
|
392 |
| 10616 | frontend-accessibility | aj-geddes/useful-ai-prompts |
Frontend Accessibility Overview Build accessible web applications following WCAG guidelines with semantic HTML, ARIA attributes, keyboard navigation, and screen reader support for inclusive user experiences. When to Use Compliance with accessibility standards Inclusive design requirements Screen reader support Keyboard navigation Color contrast issues Implementation Examples 1. Semantic HTML and ARIA <!-- Good semantic structure --> <nav aria-label="Main navigation"> <ul> <li><a href="/"...
|
392 |
| 10617 | playwright | pproenca/dot-skills |
Playwright CLI Skill Drive a real browser from the terminal using playwright-cli . Prefer the bundled wrapper script so the CLI works even when it is not globally installed. Treat this skill as CLI-first automation. Do not pivot to @playwright/test unless the user explicitly asks for test files. Prerequisite check (required) Before proposing commands, check whether npx is available (the wrapper depends on it): command -v npx > /dev/null 2 > &1 If it is not available, pause and ask the user to in...
|
392 |
| 10618 | skill-finder | aktsmm/agent-skills |
Skill Finder Full-featured Agent Skills management tool. When to Use Find skill , search skill , install skill , スキル検索 Looking for skills for a specific task or domain Finding and installing skills locally Managing favorites with star feature Features Feature Description Search Local index + GitHub API + Web fallback Tags Filter by category ( azure bicep ) Install Download to local directory Star Mark and manage favorites Update Sync all sources from GitHub Quick Start Search python scripts/sea...
|
392 |
| 10619 | mql5-indicator-patterns | terrylica/cc-skills |
Battle-tested patterns for creating custom MQL5 indicators with proper display, buffer management, and real-time updates. Quick Reference Essential Patterns Display Scale (for small values < 1.0): ``` IndicatorSetDouble(INDICATOR_MINIMUM, 0.0); IndicatorSetDouble(INDICATOR_MAXIMUM, 0.1); ``` Buffer Setup (visible + hidden): ``` SetIndexBuffer(0, BufVisible, INDICATOR_DATA); // Visible SetIndexBuffer(1, BufHidden, INDICATOR_CALCULATIONS); // Hidden ``` New Bar Detection (prevent...
|
392 |
| 10620 | market-researcher | 404kidwiz/claude-supercode-skills |
Provides comprehensive market research expertise specializing in market sizing, consumer behavior analysis, and strategic opportunity identification. Excels at quantitative market analysis, qualitative consumer insights, and strategic market positioning for business decision-making. When to Use - Sizing markets (TAM/SAM/SOM calculations) - Analyzing consumer behavior and purchase decisions - Conducting competitive market analysis - Identifying market opportunities and white spaces - Valid...
|
391 |
| 10621 | kotlin-concurrency-expert | new-silvermoon/awesome-android-agent-skills |
No SKILL.md available for this skill. View on GitHub
|
391 |
| 10622 | qveris-official | qverisai/open-qveris-skills |
QVeris — Search & Action Engine for AI Agents QVeris is a Search & Action Engine built for AI agents. When AI agents need to act in the real world — retrieving real-time data, calling external services, or using capabilities they don't have natively — they come to QVeris. It is not just a data API: it provides access to data sources , tool capabilities (generation, processing, analysis), and professional APIs across thousands of domains. What QVeris provides (structured, authoritative, real-time...
|
391 |
| 10623 | database-migration | sickn33/antigravity-awesome-skills |
Database Migration Master database schema and data migrations across ORMs (Sequelize, TypeORM, Prisma), including rollback strategies and zero-downtime deployments. When to Use This Skill Migrating between different ORMs Performing schema transformations Moving data between databases Implementing rollback procedures Zero-downtime deployments Database version upgrades Data model refactoring ORM Migrations Sequelize Migrations // migrations/20231201-create-users.js module . exports = { up : async ...
|
391 |
| 10624 | interactive-fiction | jwynia/agent-skills |
Interactive Fiction: Diagnostic Skill You diagnose problems in branching narratives and player-driven stories. Your role is to help writers balance meaningful player agency with coherent narrative. Core Principle Agency and authorship coexist. The tension between player freedom and narrative coherence is a false dilemma. The best interactive fiction provides meaningful choices, authored emotional payoff, and constrained agency within a designed possibility space. Interactive Fiction Types T...
|
391 |
| 10625 | dart-expert | personamanagmentlayer/pcl |
Dart & Flutter Expert Expert guidance for Dart programming, Flutter framework, mobile development, and cross-platform applications. Core Concepts Dart Language Strong typing with type inference Async/await and Futures Streams Mixins and extensions Null safety Collections Flutter Framework Widgets (Stateless & Stateful) State management (Provider, Riverpod, Bloc) Navigation and routing Material and Cupertino design Responsive layouts Platform integration Dart Fundamentals // Variables and types...
|
391 |
| 10626 | home-assistant-integrations-addons | bradsjm/hassio-addons |
Home Assistant Integrations & Add-ons Workflow Discover current integrations/add-ons and update availability. Summarize current state before changes. Avoid destructive operations unless explicitly requested. Prefer reloads over restarts when supported; validate config before restart. Tooling map (ha-mcp) Integrations: ha_get_integration , ha_set_integration_enabled , ha_delete_config_entry Add-ons: ha_get_addon Updates: ha_get_updates System health: ha_get_system_health Reload/restart: ha_reload...
|
391 |
| 10627 | social-media-management | manojbajaj95/claude-gtm-plugin |
Social Media Management Create, optimize, analyze, and repurpose social media content across all platforms. Before Creating Content Check for product marketing context first: If .claude/product-marketing-context.md exists, read it before asking questions. Gather this context (ask if not provided): Goals — Brand awareness, leads, traffic, or community? Personal brand, company brand, or both? Audience — Who to reach? What platforms? What content engages them? Brand Voice — Tone (professional, casu...
|
391 |
| 10628 | web3-polymarket | polymarket/agent-skills |
Polymarket Skill When to use this skill Use this skill when the user asks about or needs to build: Polymarket API authentication (L1/L2, API keys, HMAC signing) Placing or managing orders (limit, market, GTC, GTD, FOK, FAK, batch, cancel) Reading orderbook data (prices, spreads, midpoints, depth) Market data fetching (events, markets, by slug, by tag, pagination) WebSocket subscriptions (market channel, user channel, sports) CTF operations (split, merge, redeem positions) Negative risk markets (...
|
391 |
| 10629 | filesystem-context | guanyang/antigravity-skills |
Filesystem-Based Context Engineering The filesystem provides a single interface through which agents can flexibly store, retrieve, and update an effectively unlimited amount of context. This pattern addresses the fundamental constraint that context windows are limited while tasks often require more information than fits in a single window. The core insight is that files enable dynamic context discovery: agents pull relevant context on demand rather than carrying everything in the context window....
|
390 |
| 10630 | vitest-testing | existential-birds/beagle |
Vitest Best Practices Quick Reference import { describe, it, expect, beforeEach, vi } from 'vitest' describe('feature name', () => { beforeEach(() => { vi.clearAllMocks() }) it('should do something specific', () => { expect(actual).toBe(expected) }) it.todo('planned test') it.skip('temporarily disabled') it.only('run only this during dev') }) Common Assertions // Equality expect(value).toBe(42) // Strict (===) expect(obj).toEqual({ a: 1 }) ...
|
390 |
| 10631 | python-testing-patterns | sickn33/antigravity-awesome-skills |
Python Testing Patterns Comprehensive guide to implementing robust testing strategies in Python using pytest, fixtures, mocking, parameterization, and test-driven development practices. When to Use This Skill Writing unit tests for Python code Setting up test suites and test infrastructure Implementing test-driven development (TDD) Creating integration tests for APIs and services Mocking external dependencies and services Testing async code and concurrent operations Setting up continuous testi...
|
390 |
| 10632 | paper-2-web | davila7/claude-code-templates |
Paper2All: Academic Paper Transformation Pipeline Overview This skill enables the transformation of academic papers into multiple promotional and presentation formats using the Paper2All autonomous pipeline. The system converts research papers (LaTeX or PDF) into three primary outputs: Paper2Web: Interactive, explorable academic homepages with layout-aware design Paper2Video: Professional presentation videos with narration, slides, and optional talking-head Paper2Poster: Print-ready conference...
|
390 |
| 10633 | microservices-architecture | aj-geddes/useful-ai-prompts |
Microservices Architecture Overview Comprehensive guide to designing, implementing, and maintaining microservices architectures. Covers service decomposition, communication patterns, data management, deployment strategies, and observability for distributed systems. When to Use Designing new microservices architectures Decomposing monolithic applications Implementing service-to-service communication Setting up API gateways and service mesh Implementing service discovery Managing distributed tra...
|
390 |
| 10634 | sql-query-optimization | aj-geddes/useful-ai-prompts |
SQL Query Optimization Overview Analyze SQL queries to identify performance bottlenecks and implement optimization techniques. Includes query analysis, indexing strategies, and rewriting patterns for improved performance. When to Use Slow query analysis and tuning Query rewriting and refactoring Index utilization verification Join optimization Subquery optimization Query plan analysis (EXPLAIN) Performance baseline establishment Query Analysis Framework 1. Analyze Current Performance PostgreS...
|
390 |
| 10635 | vector-database-engineer | sickn33/antigravity-awesome-skills |
Vector Database Engineer Expert in vector databases, embedding strategies, and semantic search implementation. Masters Pinecone, Weaviate, Qdrant, Milvus, and pgvector for RAG applications, recommendation systems, and similarity search. Use PROACTIVELY for vector search implementation, embedding optimization, or semantic retrieval systems. Do not use this skill when The task is unrelated to vector database engineer You need a different domain or tool outside this scope Instructions Clarify goals...
|
390 |
| 10636 | database-migration-management | aj-geddes/useful-ai-prompts |
Database Migration Management Overview Implement robust database migration systems with version control, rollback capabilities, and data transformation strategies. Includes migration frameworks and production deployment patterns. When to Use Schema versioning and evolution Data transformations and cleanup Adding/removing tables and columns Index creation and optimization Migration testing and validation Rollback planning and execution Multi-environment deployments Migration Framework Setup Pos...
|
390 |
| 10637 | webhook-development | aj-geddes/useful-ai-prompts |
Webhook Development Overview Build reliable webhook systems with event delivery, signature verification, retry logic, and dead-letter handling for asynchronous integrations. When to Use Sending real-time notifications to external systems Implementing event-driven architectures Integrating with third-party platforms Building audit trails and logging systems Triggering automated workflows Delivering payment or order notifications Instructions 1. Webhook Event Schema { "id": "evt_1234567890", ...
|
390 |
| 10638 | shopify-development | davila7/claude-code-templates |
Shopify Development Skill Use this skill when the user asks about: Building Shopify apps or extensions Creating checkout/admin/POS UI customizations Developing themes with Liquid templating Integrating with Shopify GraphQL or REST APIs Implementing webhooks or billing Working with metafields or Shopify Functions ROUTING: What to Build IF user wants to integrate external services OR build merchant tools OR charge for features: → Build an App (see references/app-development.md) IF user wants t...
|
389 |
| 10639 | ai-product | davila7/claude-code-templates |
AI Product Development You are an AI product engineer who has shipped LLM features to millions of users. You've debugged hallucinations at 3am, optimized prompts to reduce costs by 80%, and built safety systems that caught thousands of harmful outputs. You know that demos are easy and production is hard. You treat prompts as code, validate all outputs, and never trust an LLM blindly. Patterns Structured Output with Validation Use function calling or JSON mode with schema validation Streaming...
|
389 |
| 10640 | write-docs | tldraw/tldraw |
Writing tldraw SDK documentation The tldraw voice Write like a colleague walking someone through code they know well. Confident, casual, code-first. Characteristic patterns: Have five minutes? Run this command... That's pretty much it! Let's add local persistence by passing a persistenceKey prop... Need to create some shapes? Use EditorcreateShapes. Need to delete them? Use EditordeleteShapes. What makes it work: Direct address with "you" and "let's" Questions as transitions ("Need to cr...
|
389 |
| 10641 | scanning-tools | sickn33/antigravity-awesome-skills |
Security Scanning Tools Purpose Master essential security scanning tools for network discovery, vulnerability assessment, web application testing, wireless security, and compliance validation. This skill covers tool selection, configuration, and practical usage across different scanning categories. Prerequisites Required Environment Linux-based system (Kali Linux recommended) Network access to target systems Proper authorization for scanning activities Required Knowledge Basic networking concept...
|
389 |
| 10642 | recall | parcadei/continuous-claude-v3 |
The user wants to recall past context about: $ARGUMENTS Use the memory_smart_search MCP tool (provided by the agentmemory server that this plugin wires up automatically via .mcp.json ) with the user's query as the query argument and limit: 10 . The tool runs hybrid BM25 + vector + graph-expanded search over captured observations and returns ranked results. Present the returned results to the user in a readable format: Group by session For each observation show its type, title, and narrative High...
|
388 |
| 10643 | botchan | bankrbot/openclaw-skills |
Botchan The onchain agent messaging layer on the Base blockchain. Your agent needs a way to talk to other agents. Botchan provides a permanent, permissionless message layer on Base—messages that live forever, accessible to any agent, owned by no one. Every agent with a crypto wallet already has a profile. Your wallet address is your identity—other agents can post to it, and you can explore theirs. See what other agents are saying, who they're talking to, and what they've built. Post to topic-bas...
|
385 |
| 10644 | intent-framed-agent | pskoett/pskoett-ai-skills |
Intent Framed Agent Install npx skills add pskoett/pskoett-ai-skills npx skills add pskoett/pskoett-ai-skills/intent-framed-agent Purpose This skill turns implicit intent into an explicit, trackable artifact at the moment execution starts. It creates a lightweight intent contract, watches for scope drift while work is in progress, and closes each intent with a short resolution record. Scope (Important) Use this skill for coding tasks only. It is designed for implementation work that changes exec...
|
384 |
| 10645 | bash-linux | davila7/claude-code-templates |
Bash Linux Patterns Essential patterns for Bash on Linux/macOS. 1. Operator Syntax Chaining Commands Operator Meaning Example ; Run sequentially cmd1; cmd2 && Run if previous succeeded npm install && npm run dev || Run if previous failed npm test || echo "Tests failed" | Pipe output ls | grep ".js" 2. File Operations Essential Commands Task Command List all ls -la Find files find . -name "*.js" -type f File content cat file.txt First N lines head -n 20 file.txt Last N lines tail -n 20 file.txt...
|
384 |
| 10646 | instrumentation | pydantic/skills |
Instrument with Logfire When to Use This Skill Invoke this skill when: User asks to "add logfire", "add observability", "add tracing", or "add monitoring" User wants to instrument an app with structured logging or tracing (Python, JS/TS, or Rust) User mentions Logfire in any context User asks to "add logging" or "see what my app is doing" User wants to monitor AI/LLM calls (PydanticAI, OpenAI, Anthropic) User asks to add observability to an AI agent or LLM pipeline How Logfire Works Logfire is a...
|
384 |
| 10647 | hypothesis-generation | davila7/claude-code-templates |
No SKILL.md available for this skill. View on GitHub Installs 458 Repository k-dense-ai/scie…t-skills GitHub Stars 26.3K First Seen Apr 9, 2026
|
383 |
| 10648 | ce:brainstorm | everyinc/compound-engineering-plugin |
Brainstorm a Feature or Improvement Note: The current year is 2026. Use this when dating requirements documents. Brainstorming helps answer WHAT to build through collaborative dialogue. It precedes /ce:plan , which answers HOW to build it. The durable output of this workflow is a requirements document . In other workflows this might be called a lightweight PRD or feature brief. In compound engineering, keep the workflow name brainstorm , but make the written artifact strong enough that planning ...
|
383 |
| 10649 | ce:plan | everyinc/compound-engineering-plugin |
Create a plan for a new feature or bug fix Introduction Note: The current year is 2026. Use this when dating plans and searching for recent documentation. Transform feature descriptions, bug reports, or improvement ideas into well-structured markdown files issues that follow project conventions and best practices. This command provides flexible detail levels to match your needs. Feature Description <feature_description> $ARGUMENTS </feature_description> If the feature description above is empty,...
|
381 |
| 10650 | gcp-iam | alphaonedev/openclaw-graph |
gcp-iam Google Cloud Integration This skill delegates all GCP provisioning and operations to the official Google Cloud Python client libraries. Core GCP client library pip install google-cloud-python Vertex AI + Agent Engine (AI/ML workloads) pip install google-cloud-aiplatform Specific service clients (install only what you need) pip install google-cloud-bigquery BigQuery pip install google-cloud-storage Cloud Storage pip install google-cloud-pubsub Pub/Sub pip install google-cloud-run C...
|
381 |