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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,506
总 Skills
92.5M
总安装量
2,584
贡献者
# Skill 仓库 描述 安装量
7551 news-search brave/brave-search-skills
News Search Requires API Key : Get one at https://api.search.brave.com Plan : Included in the Search plan. See https://api-dashboard.search.brave.com/app/subscriptions/subscribe Quick Start (cURL) Basic Search curl -s "https://api.search.brave.com/res/v1/news/search?q=space+exploration" \ -H "Accept: application/json" \ -H "X-Subscription-Token: ${BRAVE_SEARCH_API_KEY} " Recent News (Past 24 Hours) curl -s "https://api.search.brave.com/res/v1/news/search" \ -H "Accept: application/json" \ -H "X-...
696
7552 user-flow-diagram owl-listener/designer-skills
User Flow Diagram You are an expert in creating clear user flow diagrams that map paths through a product. What You Do You create flow diagrams showing how users move through a product to accomplish goals, including decisions, branches, and error paths. Flow Diagram Elements Entry point : Where the user enters the flow (circle/oval) Screen/page : A view the user sees (rectangle) Decision : A branching point (diamond) Action : Something the user does (rounded rectangle) System process : Backend o...
696
7553 caveman vinvcn/mattpocock-skills-zh-cn
Respond terse like smart caveman. All technical substance stay. Only fluff die. Persistence ACTIVE EVERY RESPONSE. No revert after many turns. No filler drift. Still active if unsure. Off only: "stop caveman" / "normal mode". Default: full . Switch: /caveman lite|full|ultra . Rules Drop: articles (a/an/the), filler (just/really/basically/actually/simply), pleasantries (sure/certainly/of course/happy to), hedging. Fragments OK. Short synonyms (big not extensive, fix not "implement a solution for"...
696
7554 muapi-social-media-video samuraigpt/generative-media-skills
Social Media Video Creator End-to-end pipeline: Brand Files → Storyboard → Reference Images → Seedance 2.0 Video. Reads your brand identity, ICP, and messaging documents to produce on-brand social video — fully optimized for Seedance 2.0's instructional prompt grammar and your target platform. Agent Execution Protocol Step 1 — Read Brand Files Before writing anything, the agent MUST read all available brand files. Look for them in the working directory or any brand/ subdirectory: File What to ex...
696
7555 navigation-3 android/skills
Migration guide Navigation 2 to Navigation 3 migration guide : Step-by-step guide to migrate an Android application from Navigation 2 to Navigation 3, covering dependency updates, route changes, state management, and UI component replacements. Requirements Guide: Migrate to type-safe navigation in Compose : Step-by-step guide to migrating an Android application from string-based navigation to Type-Safe Navigation in Jetpack Compose using Jetpack Navigation 2. Developer documentation * Navigation...
695
7556 gangnamunni-clinic-search nomadamas/k-skill
Gangnam Unni Clinic Search What this skill does 강남언니(Gangnam Unni) 웹 검색 페이지의 비로그인 공개 Next.js payload 를 읽어 병원 후보를 조회한다. 키워드로 병원 후보를 검색한다. 공개 검색 결과에 포함된 평점, 평점 수, 리뷰 수, 지원 언어, 공개 이미지, 병원 링크를 정리한다. 예약, 상담, 결제, 리뷰 작성, 앱 로그인 등 사용자 계정이 필요한 액션은 하지 않는다. When to use "강남언니에서 강남 성형외과 찾아줘" "강남언니 병원 평점이랑 리뷰 수 봐줘" "코성형 병원 후보를 강남언니 기준으로 몇 개만 보여줘" "성형외과/피부과 병원 공개 링크를 찾아줘" When not to use Show more
695
7557 api-security-hardening aj-geddes/useful-ai-prompts
API Security Hardening Overview Implement comprehensive API security measures including authentication, authorization, rate limiting, input validation, and attack prevention to protect against common vulnerabilities. When to Use New API development Security audit remediation Production API hardening Compliance requirements High-traffic API protection Public API exposure Implementation Examples 1. Node.js/Express API Security // secure-api.js - Comprehensive API security const express = require...
695
7558 xmind mitscherlich/skills
XMind 思维导图处理技能 此技能提供 XMind 文件( .xmind )的完整处理能力:解析、创建和更新。通过配套的 Python 工具脚本实现文件操作,将思维导图内容转换为 Markdown 格式作为会话级记忆,便于用户与模型持续交流和编辑。 工具脚本 本技能依赖 scripts/xmind_tool.py (相对于本技能目录),使用 Python 标准库(零第三方依赖)。执行方式: python skills/xmind/scripts/xmind_tool.py --session < session-id > < command > [ args .. . ] 会话管理 所有命令都需要 --session <id> 参数,用于隔离不同会话的记忆文件。 会话 ID 获取规则(按优先级): 从上下文中获取:如果当前对话上下文中已存在之前使用过的 session ID,直接复用 生成新 ID:如果上下文中没有可用的 session ID,在首次调用前生成一个 UUID v4 格式的字符串(例如 f47ac10b-58cc-4372-a567-0e02b2c3d479 ),并在后...
695
7559 unisecurityguard-academic-whistleblower-archive aradotso/security-skills
UniSecurityGuard Academic Whistleblower Archive Skill by ara.so — Security Skills collection. Overview UniSecurityGuard is a GitHub-based archive platform documenting the experience of a Chinese academic who transitioned from associate professor to security guard. The project serves as a censorship-resistant backup for social media content that faces institutional pressure and platform removal. It demonstrates how to use GitHub as a transparent, immutable documentation platform for whistleblowin...
695
7560 phantom-ai-coworker aradotso/trending-skills
Phantom AI Co-worker Skill by ara.so — Daily 2026 Skills collection. Phantom is an AI co-worker that runs on its own dedicated machine. Unlike chatbots, Phantom has persistent memory across sessions, creates and registers its own MCP tools at runtime, self-evolves based on observed patterns, communicates via Slack/email/Telegram/Webhook, and can build full infrastructure (databases, dashboards, APIs, pipelines) on its VM. Built on the Claude Agent SDK with TypeScript/Bun. Architecture Overview ┌...
695
7561 csharp-scripts dotnet/skills
C Scripts When to Use Testing a C concept, API, or language feature with a quick one-file program Prototyping logic before integrating it into a larger project When Not to Use The user needs a full project with multiple files or project references The user is working inside an existing .NET solution and wants to add code there The program is too large or complex for a single file Inputs Input Required Description C code or intent Yes The code to run, or a description of what the script should do...
695
7562 database-architect sickn33/antigravity-awesome-skills
You are a database architect specializing in designing scalable, performant, and maintainable data layers from the ground up. Use this skill when Selecting database technologies or storage patterns Designing schemas, partitions, or replication strategies Planning migrations or re-architecting data layers Do not use this skill when You only need query tuning You need application-level feature design only You cannot modify the data model or infrastructure Instructions Capture data domain, access p...
695
7563 codebase-onboarding affaan-m/ecc
Codebase Onboarding Systematically analyze an unfamiliar codebase and produce a structured onboarding guide. Designed for developers joining a new project or setting up Claude Code in an existing repo for the first time. When to Use First time opening a project with Claude Code Joining a new team or repository User asks "help me understand this codebase" User asks to generate a CLAUDE.md for a project User says "onboard me" or "walk me through this repo" How It Works Phase 1: Reconnaissance Gath...
695
7564 apache-airflow-orchestration aradotso/data-skills
Apache Airflow Orchestration Skill by ara.so — Data Skills collection. Apache Airflow is a platform to programmatically author, schedule, and monitor workflows. It allows you to define workflows as Directed Acyclic Graphs (DAGs) in Python code, making them maintainable, versionable, testable, and collaborative. Installation Using pip Install Airflow with constraints for your Python version AIRFLOW_VERSION = 3.2 .0 PYTHON_VERSION = " $( python --version | cut -d " " -f 2 | cut -d "." -f 1 -2 ) "...
695
7565 go-concurrency cxuu/golang-skills
Go Concurrency This skill covers concurrency patterns and best practices from Google's Go Style Guide and Uber's Go Style Guide, including goroutine management, channel usage, mutex handling, and synchronization. Goroutine Lifetimes Normative: When you spawn goroutines, make it clear when or whether they exit. Why Goroutine Lifetimes Matter Goroutines can leak by blocking on channel sends or receives. The garbage collector will not terminate a goroutine blocked on a channel even if no other...
694
7566 cosmos-dbt-core astronomer/agents
Cosmos + dbt Core: Implementation Checklist Execute steps in order. Prefer the simplest configuration that meets the user's constraints. Version note : This skill targets Cosmos 1.11+ and Airflow 3.x. If the user is on Airflow 2.x, adjust imports accordingly (see Appendix A). Reference : Latest stable: https://pypi.org/project/astronomer-cosmos/ Before starting , confirm: (1) dbt engine = Core (not Fusion → use cosmos-dbt-fusion ), (2) warehouse type, (3) Airflow version, (4) execution environme...
694
7567 api-contract-testing aj-geddes/useful-ai-prompts
API Contract Testing Overview Contract testing verifies that APIs honor their contracts between consumers and providers. It ensures that service changes don't break dependent consumers without requiring full integration tests. Contract tests validate request/response formats, data types, and API behavior independently. When to Use Testing microservices communication Preventing breaking API changes Validating API versioning Testing consumer-provider contracts Ensuring backward compatibility Val...
694
7568 fx-carry-trade anthropics/financial-services-plugins
FX Carry Trade Analysis You are an expert FX strategist specializing in carry trade analysis. Combine spot rates, forward curves, volatility surfaces, and historical data from MCP tools to evaluate carry trade opportunities. Focus on routing tool outputs into carry-to-vol assessments — let the tools provide pricing data, you compute risk-adjusted metrics and recommend. Core Principles A carry trade earns the interest rate differential but bears FX spot risk. The carry-to-vol ratio (annualized ca...
694
7569 draw-io davila7/claude-code-templates
draw.io Diagram Skill 1. Basic Rules Edit only .drawio files Do not directly edit .drawio.png files Use auto-generated .drawio.png by pre-commit hook in slides 2. Font Settings For diagrams used in Quarto slides, specify defaultFontFamily in mxGraphModel tag: <mxGraphModel defaultFontFamily="Noto Sans JP" ...> Also explicitly specify fontFamily in each text element's style attribute: style="text;html=1;fontSize=27;fontFamily=Noto Sans JP;" 3. Conversion Commands See conversion script at s...
694
7570 game-assets opusgamelabs/game-creator
Game Asset Engineer (Pixel Art + Asset Pipeline) You are an expert pixel art game artist. You create recognizable, stylish character sprites using code-only pixel art matrices — no external image files needed. You think in silhouettes, color contrast, and animation readability at small scales. Reference Files For detailed reference, see companion files in this directory: sprite-catalog.md — All sprite archetypes: humanoid, flying enemy, ground enemy, collectible item, projectile, tile/platform, ...
694
7571 math parcadei/continuous-claude-v3
/math - Unified Math Capabilities One entry point for all computation and explanation. I route to the right tool based on your request. For formal proofs, use /prove instead. Quick Examples You Say I Use "Solve x² - 4 = 0" SymPy solve "Integrate sin(x) from 0 to π" SymPy integrate "Eigenvalues of [[1,2],[3,4]]" SymPy eigenvalues "Is x² + 1 > 0 for all x?" Z3 prove "Convert 5 miles to km" Pint "Explain what a functor is" Category theory skill Computation Scripts SymPy (Symbolic Math) uv run py...
694
7572 deployment-patterns affaan-m/ecc
Deployment Patterns Production deployment workflows and CI/CD best practices. When to Activate Setting up CI/CD pipelines Dockerizing an application Planning deployment strategy (blue-green, canary, rolling) Implementing health checks and readiness probes Preparing for a production release Configuring environment-specific settings Deployment Strategies Rolling Deployment (Default) Replace instances gradually — old and new versions run simultaneously during rollout. Instance 1: v1 → v2 (update f...
694
7573 brand-voice affaan-m/ecc
Brand Voice Build a durable voice profile from real source material, then use that profile everywhere instead of re-deriving style from scratch or defaulting to generic AI copy. When to Activate the user wants content or outreach in a specific voice writing for X, LinkedIn, email, launch posts, threads, or product updates adapting a known author's tone across channels the existing content lane needs a reusable style system instead of one-off mimicry Source Priority Use the strongest real source ...
694
7574 skill-creator supabase/agent-skills
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
693
7575 translate-book deusyu/translate-book
Book Translation Skill You are a book translation assistant. You translate entire books from one language to another by orchestrating a multi-step pipeline. Workflow 1. Collect Parameters Determine the following from the user's message: file_path : Path to the input file (PDF, DOCX, or EPUB) — REQUIRED target_lang : Target language code (default: zh ) — e.g. zh, en, ja, ko, fr, de, es concurrency : Number of parallel sub-agents per batch (default: 8 ) custom_instructions : Any additional transla...
693
7576 trading-quant lanyasheng/trading-quant
量化交易数据分析 通过腾讯/新浪/东财/同花顺多数据源获取实时行情,提供5维评分体系。 工具列表 所有工具统一入口: python3.12 { baseDir } /scripts/quant.py < tool > [ args .. . ] A股分析 python3.12 { baseDir } /scripts/quant.py stock_analysis [ codes ] python3.12 { baseDir } /scripts/quant.py intraday_snapshot 全球市场 python3.12 { baseDir } /scripts/quant.py us_stock [ symbols ] python3.12 { baseDir } /scripts/quant.py hk_stock [ codes ] python3.12 { baseDir } /scripts/quant.py commodity [ codes ] python3.12 { baseDir } /scripts/quant.py global_overview 市场...
693
7577 datapack-builder anthropics/financial-services-plugins
Financial Data Pack Builder Build professional, standardized financial data packs for private equity, investment banking, and asset management. Transform financial data from CIMs, offering memorandums, SEC filings, web search, or MCP server access into polished Excel workbooks ready for investment committee review. Important: Use the xlsx skill for all Excel file creation and manipulation throughout this workflow. CRITICAL SUCCESS FACTORS Every data pack must achieve these standards. Failure on ...
693
7578 product-sense-interview-answer deanpeters/product-manager-skills
Purpose Help PM candidates and interview coaches structure product-sense answers that sound strong out loud, not just on paper. Use this when practicing prompts like "How would you improve X?", "Design a product for Y", or "What would you build next for Z?" This is not a memorize-and-recite script. It is a reasoning scaffold that prevents solution-jumping, forces real prioritization, and leaves the interviewer with a clean story they can follow. Key Concepts What Product Sense Interviews Actuall...
693
7579 caveman-token-optimizer aradotso/trending-skills
Caveman Token Optimizer Skill by ara.so — Daily 2026 Skills collection. A Claude Code skill and Codex plugin that makes AI agents respond in compressed caveman-speak — cutting ~65% of output tokens on average (up to 87%) while keeping full technical accuracy. No pleasantries. No filler. Just answer. What It Does Caveman mode strips: Pleasantries: "Sure, I'd be happy to help!" → gone Hedging: "It might be worth considering" → gone Articles (a, an, the) → gone Verbose transitions → gone Caveman ke...
693
7580 multi-search cat-xierluo/legal-skills
多主题深度研究技能 概述 智能多主题深度研究工具,自动分析材料并生成系统化研究文档。支持任意材料输入,通过 并行启动多个独立研究 Agent 进行深度检索,形成精简的研究知识库。 核心原则 : 只做信息检索、归纳与专业表述转化 不新增事实,不虚构信息 聚焦单一问题,精简输出,能够解决问题即可 通用设计,可适用于法律、商业、技术、学术等各领域 触发条件 Show more
692
7581 db-seed jezweb/claude-skills
Database Seed Generator Generate seed scripts that populate databases with realistic, domain-appropriate sample data. Reads your schema and produces ready-to-run seed files. Workflow 1. Find the Schema Scan the project for schema definitions: Source Location pattern Drizzle schema src/db/schema.ts , src/schema/*.ts , db/schema.ts D1 migrations drizzle/*.sql , migrations/*.sql Raw SQL schema.sql , db/*.sql Prisma prisma/schema.prisma Read all schema files. Build a mental model of: Tables and thei...
692
7582 linkedin-reader himself65/finance-skills
LinkedIn Skill (Read-Only) Reads LinkedIn for financial research using opencli , a universal CLI tool that bridges web services to the terminal via browser session reuse. This skill is read-only. It is designed for financial research: reading professional commentary on markets, monitoring analyst posts, searching finance/trading jobs, and tracking professional sentiment. It does NOT support posting, liking, commenting, connecting, messaging, or any write operations. Important : opencli reuses yo...
692
7583 handoff vinvcn/mattpocock-skills-zh-cn
Write a handoff document summarising the current conversation so a fresh agent can continue the work. Save it to a path produced by mktemp -t handoff-XXXXXX.md (read the file before you write to it). Suggest the skills to be used, if any, by the next session. Do not duplicate content already captured in other artifacts (PRDs, plans, ADRs, issues, commits, diffs). Reference them by path or URL instead. If the user passed arguments, treat them as a description of what the next session will focus o...
692
7584 zoom-out vinvcn/mattpocock-skills-zh-cn
I don't know this area of code well. Go up a layer of abstraction. Give me a map of all the relevant modules and callers.
692
7585 documentation-lookup affaan-m/ecc
Documentation Lookup (Context7) When the user asks about libraries, frameworks, or APIs, fetch current documentation via the Context7 MCP (tools resolve-library-id and query-docs ) instead of relying on training data. Core Concepts Context7 : MCP server that exposes live documentation; use it instead of training data for libraries and APIs. resolve-library-id : Returns Context7-compatible library IDs (e.g. /vercel/next.js ) from a library name and query. query-docs : Fetches documentation and co...
692
7586 rust-code-navigator zhanghandong/rust-skills
Rust Code Navigator Navigate large Rust codebases efficiently using Language Server Protocol. Usage /rust-code-navigator <symbol> [in file.rs:line] Examples: /rust-code-navigator parse_config - Find definition of parse_config /rust-code-navigator MyStruct in src/lib.rs:42 - Navigate from specific location LSP Operations 1. Go to Definition Find where a symbol is defined. Show more
691
7587 salesforce-apex-quality github/awesome-copilot
Salesforce Apex Quality Guardrails Apply these checks to every Apex class, trigger, and test file you write or review. Step 1 — Governor Limit Safety Check Scan for these patterns before declaring any Apex file acceptable: SOQL and DML in Loops — Automatic Fail // ❌ NEVER — causes LimitException at scale for ( Account a : accounts ) { List < Contact > contacts = [ SELECT Id FROM Contact WHERE AccountId = :a . Id ] ; // SOQL in loop update a ; // DML in loop } // ✅ ALWAYS — collect, then query/up...
691
7588 test-automator charon-fan/agent-playbook
Test Automator Expert in creating and maintaining automated tests for various frameworks and languages. When This Skill Activates Activates when you: Ask to write tests Mention test automation Request test coverage improvement Need to set up testing framework Testing Pyramid /\ /E2E\ - Few, expensive, slow /------\ / Integration \ - Moderate number /--------------\ / Unit Tests \ - Many, cheap, fast /------------------\ Unit Testing Principles Test behavior, not implementation One ass...
691
7589 mindmap-generator jeremylongshore/claude-code-plugins-plus-skills
This skill provides automated assistance for mindmap generator tasks within the Visual Content domain. When to Use This skill activates automatically when you: - Mention "mindmap generator" in your request - Ask about mindmap generator patterns or best practices - Need help with visual content skills covering diagrams, charts, presentations, and visual documentation tools. Capabilities - Provides step-by-step guidance for mindmap generator - Follows industry best practices and patterns...
691
7590 wxmini-security-audit aradotso/security-skills
wxmini-security-audit Skill by ara.so — Security Skills collection. Automated security auditing framework for WeChat mini-programs using Claude Code Agent Teams. Orchestrates 7 specialized agents to perform comprehensive static analysis covering sensitive information leakage, API endpoint extraction, cryptographic analysis, and vulnerability detection across seven security dimensions. What It Does Multi-Agent Orchestration : Coordinates 7 specialized agents (decompiler, secret scanner, endpoint ...
691
7591 matplotlib k-dense-ai/scientific-agent-skills
Matplotlib Overview Matplotlib is Python's foundational visualization library for creating static, animated, and interactive plots. This skill provides guidance on using matplotlib effectively, covering both the pyplot interface (MATLAB-style) and the object-oriented API (Figure/Axes), along with best practices for creating publication-quality visualizations. When to Use This Skill This skill should be used when: Creating any type of plot or chart (line, scatter, bar, histogram, heatmap, con...
691
7592 migrate-to-codex openai/skills
Migrate to Codex Autonomy Keep going until the selected migration is completely done: run the migrator, inspect the report, fix migrated Codex instructions/skills/agents/MCP config, and re-run checks without stopping to ask for confirmation of the next step. If the user has selected a target, do not ask before creating, editing, replacing, or deleting generated Codex artifacts in that target ( AGENTS.md , .codex/ , .agents/ , or ~/.codex/ ). Preserve unrelated existing Codex config entries in .c...
691
7593 write-a-skill vinvcn/mattpocock-skills-zh-cn
Writing Skills Process Gather requirements - ask user about: What task/domain does the skill cover? What specific use cases should it handle? Does it need executable scripts or just instructions? Any reference materials to include? Draft the skill - create: SKILL.md with concise instructions Additional reference files if content exceeds 500 lines Utility scripts if deterministic operations needed Review with user - present draft and ask: Does this cover your use cases? Anything missing or unclea...
691
7594 motion-ui affaan-m/ecc
Motion System v4.2 Production-ready UI motion system for React / Next.js. Focused on performance, accessibility, and usability — not decoration. When to Use Use this motion system when motion: Guides attention (e.g., onboarding, key actions) Communicates state (loading, success, error, transitions) Preserves spatial continuity (layout changes, navigation) Appropriate Scenarios Interactive components (buttons, modals, menus) State transitions (loading → loaded, open → closed) Navigation and layou...
691
7595 motion-patterns affaan-m/ecc
Motion Patterns Copy-paste patterns for the most common UI animation needs. Every pattern here is built on motion-foundations tokens and springs. Do not define new duration or easing values here — import them. When to Activate Animating a button, card, modal, or toast notification Building list entrances with stagger Setting up page transitions in Next.js App Router Adding entrance or exit animations to conditional content Implementing scroll-reveal, scroll-linked progress, or sticky story secti...
691
7596 fastapi-patterns affaan-m/ecc
FastAPI Patterns Production-oriented patterns for FastAPI services. When to Use Building or reviewing a FastAPI app. Splitting routers, schemas, dependencies, and database access. Writing async endpoints that call a database or external service. Adding authentication, authorization, OpenAPI docs, tests, or deployment settings. Checking a FastAPI PR for copy-pasteable examples and production risks. How It Works Treat the FastAPI app as a thin HTTP layer over explicit dependencies and service code...
691
7597 verification-loop affaan-m/ecc
Verification Loop Skill A comprehensive verification system for Claude Code sessions. When to Use Invoke this skill: After completing a feature or significant code change Before creating a PR When you want to ensure quality gates pass After refactoring Verification Phases Phase 1: Build Verification Check if project builds npm run build 2 > &1 | tail -20 OR pnpm build 2 > &1 | tail -20 If build fails, STOP and fix before continuing. Phase 2: Type Check TypeScript projects npx tsc --noEmit 2 >...
691
7598 java-coding-standards affaan-m/ecc
Java Coding Standards Standards for readable, maintainable Java (17+) code in Spring Boot services. When to Activate Writing or reviewing Java code in Spring Boot projects Enforcing naming, immutability, or exception handling conventions Working with records, sealed classes, or pattern matching (Java 17+) Reviewing use of Optional, streams, or generics Structuring packages and project layout Core Principles Prefer clarity over cleverness Immutable by default; minimize shared mutable state Fail f...
691
7599 web-design-guidelines langgenius/dify
Web Interface Guidelines Review files for compliance with Web Interface Guidelines. How It Works Fetch the latest guidelines from the source URL below Read the specified files (or prompt user for files/pattern) Check against all rules in the fetched guidelines Output findings in the terse file:line format Guidelines Source Fetch fresh guidelines before each review: https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md Use WebFetch to retrieve the latest rules. Th...
690
7600 gws-admin googleworkspace/cli
admin (directory_v1) PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. gws admin < resource > < method > [ flags ] API Resources asps delete — Deletes an ASP issued by a user. get — Gets information about an ASP issued by a user. list — Lists the ASPs issued by a user. channels stop — Stops watching resources through this channel. chromeosdevices action — Use BatchChangeChromeOsDeviceStatus instead. Takes an ac...
690