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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,413
总 Skills
88.7M
总安装量
2,575
贡献者
# Skill 仓库 描述 安装量
3201 notion steipete/clawdis
notion Use the Notion API to create/read/update pages, data sources (databases), and blocks. Setup Create an integration at https://notion.so/my-integrations Copy the API key (starts with ntn_ or secret_ ) Store it: mkdir -p ~/.config/notion echo "ntn_your_key_here" > ~/.config/notion/api_key Share target pages/databases with your integration (click "..." → "Connect to" → your integration name) API Basics All requests need: NOTION_KEY = $( cat ~/.config/notion/api_key ) curl -X GET "https://api....
2K
3202 openai-whisper-api steipete/clawdis
OpenAI Whisper API (curl) Transcribe an audio file via OpenAI’s /v1/audio/transcriptions endpoint. Quick start { baseDir } /scripts/transcribe.sh /path/to/audio.m4a Defaults: Model: whisper-1 Output: <input>.txt Useful flags { baseDir } /scripts/transcribe.sh /path/to/audio.ogg --model whisper-1 --out /tmp/transcript.txt { baseDir } /scripts/transcribe.sh /path/to/audio.m4a --language en { baseDir } /scripts/transcribe.sh /path/to/audio.m4a --prompt "Speaker names: Peter, Daniel" { baseDir } /sc...
2K
3203 fix facebook/react
Fix Lint and Formatting Instructions Run yarn prettier to fix formatting Run yarn linc to check for remaining lint issues Report any remaining manual fixes needed Common Mistakes Running prettier on wrong files - yarn prettier only formats changed files Ignoring linc errors - These will fail CI, fix them before committing
2K
3204 create-adaptable-composable hyf0/vue-skills
Create Adaptable Composable Adaptable composables are reusable functions that can accept both reactive and non-reactive inputs. This allows developers to use the composable in a variety of contexts without worrying about the reactivity of the inputs. Steps to design an adaptable composable in Vue.js: Confirm the composable's purpose and API design and expected inputs/outputs. Identify inputs params that should be reactive (MaybeRef / MaybeRefOrGetter). Use toValue() or toRef() to normalize input...
2K
3205 nx-run-tasks nrwl/nx-ai-agents-config
You can run tasks with Nx in the following way. Keep in mind that you might have to prefix things with npx/pnpx/yarn if the user doesn't have nx installed globally. Look at the package.json or lockfile to determine which package manager is in use. For more details on any command, run it with --help (e.g. nx run-many --help , nx affected --help ). Understand which tasks can be run You can check those via nx show project <projectname> --json , for example nx show project myapp --json . It contains...
2K
3206 monetization-strategy eronred/aso-skills
Monetization Strategy You are an expert in mobile app monetization with deep knowledge of subscription economics, paywall psychology, and pricing strategy. Your goal is to help the user maximize revenue while maintaining user satisfaction. Initial Assessment Check for app-marketing-context.md — read it for context Ask for current monetization model (free, freemium, paid, subscription, ads) Ask for current pricing (if applicable) Ask for conversion rate (free to paid, trial to subscription) Ask f...
2K
3207 swiftui-uikit-interop dpearson2699/swift-ios-skills
SwiftUI-UIKit Interop Bridge UIKit and SwiftUI in both directions. Wrap UIKit views and view controllers for use in SwiftUI, embed SwiftUI views inside UIKit screens, and synchronize state across the boundary. Targets iOS 26+ with Swift 6.2 patterns; notes backward-compatible to iOS 16 unless stated otherwise. See references/representable-recipes.md for complete wrapping recipes and references/hosting-migration.md for UIKit-to-SwiftUI migration patterns. Contents UIViewRepresentable Protocol UIV...
2K
3208 apple-on-device-ai dpearson2699/swift-ios-skills
On-Device AI for Apple Platforms Guide for selecting, deploying, and optimizing on-device ML models. Covers Apple Foundation Models, Core ML, MLX Swift, and llama.cpp. Contents Framework Selection Router Apple Foundation Models Overview Core ML Overview MLX Swift Overview Multi-Backend Architecture Performance Best Practices Common Mistakes Review Checklist References Framework Selection Router Use this decision tree to pick the right framework for your use case. Apple Foundation Models When to ...
2K
3209 terraform-skill antonbabenko/terraform-skill
Terraform Skill for Claude Comprehensive Terraform and OpenTofu guidance covering testing, modules, CI/CD, and production patterns. Based on terraform-best-practices.com and enterprise experience. When to Use This Skill Activate this skill when: Creating new Terraform or OpenTofu configurations or modules Setting up testing infrastructure for IaC code Deciding between testing approaches (validate, plan, frameworks) Structuring multi-environment deployments Implementing CI/CD for infrastructu...
2K
3210 goframe-v2 gogf/skills
重要规范 工程开发规范 开发完整工程类型的项目如HTTP、微服务项目时,需要先安装GoFrame CLI开发工具,并使用CLI工具创建项目骨架,对应命令为gf init,命令的具体使用方式需参考文档 项目创建-init 。 在GoFrame工程规范中,由开发工具自动维护的代码文件,如dao、do、entity等源码文件,不允许手动创建或修改。 除非用户有明确要求,否则不使用logic目录来存放业务逻辑代码,而是直接在service目录下进行业务逻辑的封装和实现。 完整工程目录、代码封装以及源码实现的示例需参考已有示例项目,如: HTTP项目最佳实践示例: user-http-service gRPC项目最佳实践示例: user-grpc-service 组件使用规范 创建新的方法或变量前要先分析是否在其它位置中已经存在,尽量引用已有的实现。 错误处理统一使用gerror组件,确保错误信息带有完整堆栈信息以提供可追踪性。 在调研使用新组件时,优先考虑引用GoFrame框架中已有组件、优先参考示例代码中的最佳实践源码。 Go开发资料 完整的GoFrame开发资料,包含各类组件的设计介绍、使...
2K
3211 autobrowse browserbase/skills
AutoBrowse — Self-Improving Browser Skill Build reliable browser automation skills through iterative experimentation. An inner agent browses the site ( evaluate.ts ). You — the outer agent — read what happened and improve the instructions ( strategy.md ). Repeat until it passes consistently. Entry Points Invocation is flexible — both explicit flags and free-form natural language work: /autobrowse --task google-flights /autobrowse --task google-flights --iterations 10 --env remote /autobrowse --t...
2K
3212 swiftui-liquid-glass dpearson2699/swift-ios-skills
SwiftUI Liquid Glass Overview Use this skill to build or review SwiftUI features that fully align with the iOS 26+ Liquid Glass API. Prioritize native APIs (glassEffect, GlassEffectContainer, glass button styles) and Apple design guidance. Keep usage consistent, interactive where needed, and performance aware. Workflow Decision Tree Choose the path that matches the request: 1) Review an existing feature Inspect where Liquid Glass should be used and where it should not. Verify correct modifie...
2K
3213 voice-call steipete/clawdis
Voice Call Use the voice-call plugin to start or inspect calls (Twilio, Telnyx, Plivo, or mock). CLI openclaw voicecall call --to "+15555550123" --message "Hello from OpenClaw" openclaw voicecall status --call-id < id > Tool Use voice_call for agent-initiated calls. Actions: initiate_call (message, to?, mode?) continue_call (callId, message) speak_to_user (callId, message) end_call (callId) get_status (callId) Notes: Requires the voice-call plugin to be enabled. Plugin config lives under plugins...
2K
3214 golang-uber-fx samber/cc-skills-golang
Persona: You are a Go architect building a long-running service with fx. You wire the graph at the composition root, push lifecycle into hooks instead of init() , and treat modules as the unit of reuse. Using uber-go/fx for Application Wiring in Go Application framework combining a reflection-based DI container (built on uber-go/dig ) with a lifecycle, module system, signal-aware run loop, and structured event logging. For long-running services where boot order, graceful shutdown, and modular co...
2K
3215 golang-swagger samber/cc-skills-golang
Persona: You are a Go API documentation engineer. You treat docs as a contract — accurate, complete annotations prevent integration bugs and make the Swagger UI the source of truth for API consumers. Modes: Build — adding Swagger to a new or existing Go project: set up the toolchain, annotate handlers, generate docs, wire the UI endpoint. Audit — reviewing existing swagger annotations for completeness, correctness, and security coverage. Setup Three steps to get Swagger UI running: swag init ge...
2K
3216 fix-linking calm-north/seojuice-skills
Fix Linking Design and audit internal link structures using hub-and-spoke topology, PageRank flow logic, and anchor text budgets. Why Internal Links Matter Internal links do two things: (1) pass PageRank between pages, and (2) signal topical relevance via anchor text. A page with zero incoming internal links is an orphan — invisible to authority flow regardless of content quality. Architecture Model Selection Before auditing links, choose the right architecture model for the site: Model Best For...
2K
3217 paperclip-create-agent paperclipai/paperclip
Paperclip Create Agent Skill Use this skill when you are asked to hire/create an agent. Preconditions You need either: board access, or agent permission can_create_agents=true in your company If you do not have this permission, escalate to your CEO or board. Workflow Confirm identity and company context. curl -sS " $PAPERCLIP_API_URL /api/agents/me" \ -H "Authorization: Bearer $PAPERCLIP_API_KEY " Discover available adapter configuration docs for this Paperclip instance. curl -sS " $PAPERCLIP_AP...
2K
3218 golang-uber-dig samber/cc-skills-golang
Persona: You are a Go architect wiring an application graph with dig. You keep the container at the composition root, depend on interfaces not concrete types, and treat constructor errors as first-class failures. Using uber-go/dig for Dependency Injection in Go Reflection-based DI toolkit, designed to power application frameworks (it is the engine behind uber-go/fx ) and resolve object graphs during startup. Official Resources: pkg.go.dev/go.uber.org/dig github.com/uber-go/dig This skill is not ...
2K
3219 belt belt-sh/cli
belt cli belt is the cloud platform cli for ai agents. single ~4mb binary, no runtime dependencies. install curl -fsSL cli.inference.sh | sh belt login belt me apps — run 250+ ai models Show more Installs 321 Repository belt-sh/cli First Seen 3 days ago Security Audits Gen Agent Trust Hub Fail Socket Pass Snyk Warn
2K
3220 golang-spf13-cobra samber/cc-skills-golang
Persona: You are a Go CLI engineer building command trees that feel native to the Unix shell. You design the user-facing surface first, then wire behavior into the right hook. Modes: Build — creating a new CLI from scratch: follow command tree setup, hook wiring, and flag sections sequentially. Extend — adding subcommands, flags, or completions to an existing CLI: read the current command tree first, then apply changes consistent with the existing structure. Review — auditing an existing CLI: ch...
2K
3221 nature-citation yuan1z0825/nature-skills
Nature Citation Use this skill to turn manuscript text into a defensible citation export: segmented text with citation candidates for each segment a reference-manager import file in .enw , .ris , or Zotero .rdf conservative evidence notes explaining whether each candidate truly supports the segment Chinese-user operating mode When the user writes in Chinese, asks for "Nature系列", "CNS及其子刊", "支撑文献", "补引用", "自动给出引用", "分段引用", "导出EndNote", "RIS", "Zotero", "RDF", or provides Chinese manuscript text: ...
2K
3222 pwa-development alinaqi/claude-bootstrap
PWA Development Skill Load with: base.md Purpose: Build Progressive Web Apps that work offline, install like native apps, and deliver fast, reliable experiences across all devices. Core PWA Requirements ┌─────────────────────────────────────────────────────────────────┐ │ THE THREE PILLARS OF PWA │ │ ───────────────────────────────────────────────────────────── │ │ │ │ 1. HTTPS ...
2K
3223 1password steipete/clawdis
1Password CLI Follow the official CLI get-started steps. Don't guess install commands. References references/get-started.md (install + app integration + sign-in flow) references/cli-examples.md (real op examples) Workflow Check OS + shell. Verify CLI present: op --version . Confirm desktop app integration is enabled (per get-started) and the app is unlocked. REQUIRED: create a fresh tmux session for all op commands (no direct op calls outside tmux). Sign in / authorize inside tmux: op signin (ex...
2K
3224 stitch::code-to-design google-labs-code/stitch-skills
Code to Design Transform your existing frontend code into a Stitch Design so you can iterate and improve it using Stitch. This skill orchestrates three other skills in sequence: extract-static-html : Extract a single self-contained HTML file from your build output. extract-design-md : Analyze the source code to create a design system (DESIGN.md). upload-to-stitch : Upload that HTML file and the design system to your Stitch project. Workflow Follow these steps to convert your existing code. Prere...
2K
3225 widgetkit dpearson2699/swift-ios-skills
WidgetKit and ActivityKit Build home screen widgets, Lock Screen widgets, Live Activities, Dynamic Island presentations, Control Center controls, and StandBy surfaces for iOS 26+. See references/widgetkit-advanced.md for timeline strategies, push-based updates, Xcode setup, and advanced patterns. Contents Workflow Widget Protocol and WidgetBundle Configuration Types TimelineProvider AppIntentTimelineProvider Widget Families Interactive Widgets (iOS 17+) Live Activities and Dynamic Island Control...
2K
3226 cloudflare-deploy openai/skills
Cloudflare Deploy Consolidated skill for building on the Cloudflare platform. Use decision trees below to find the right product, then load detailed references. Authentication (Required Before Deploy) Verify auth before wrangler deploy , wrangler pages deploy , or npm run deploy : npx wrangler whoami Shows account if authenticated Not authenticated? → references/wrangler/auth.md Interactive/local: wrangler login (one-time OAuth) CI/CD: Set CLOUDFLARE_API_TOKEN env var Quick Decision Trees "I ne...
2K
3227 swift-charts dpearson2699/swift-ios-skills
Swift Charts Build data visualizations with Swift Charts targeting iOS 26+. Compose marks inside a Chart container, configure axes and scales with view modifiers, and use vectorized plots for large datasets. See references/charts-patterns.md for extended patterns, accessibility, and theming guidance. Contents Workflow Chart Container Mark Types Axis Customization Scale Configuration Foreground Style and Encoding Selection (iOS 17+) Scrollable Charts (iOS 17+) Annotations Legend Vectorized Plots ...
2K
3228 swiftui-layout-components dpearson2699/swift-ios-skills
SwiftUI Layout & Components Layout and component patterns for SwiftUI apps targeting iOS 26+ with Swift 6.2. Covers stack and grid layouts, list patterns, scroll views, forms, controls, search, and overlays. Patterns are backward-compatible to iOS 17 unless noted. Contents Layout Fundamentals Grid Layouts List Patterns ScrollView Form and Controls Searchable Overlay and Presentation Common Mistakes Review Checklist References Layout Fundamentals Standard Stacks Use VStack , HStack , and ZStack f...
2K
3229 dev microsoft/playwright-cli
Development skills Rolling Playwright dependency roll.md
2K
3230 antd ant-design/ant-design-cli
Ant Design CLI You have access to @ant-design/cli — a local CLI tool with bundled antd metadata for v3/v4/v5/v6. Use it to query component knowledge, analyze projects, and guide migrations. All data is offline, no network needed. Setup Before first use, check if the CLI is installed. If not, install it automatically: which antd || npm install -g @ant-design/cli After running any command, if the output contains an "Update available" notice, run npm install -g @ant-design/cli to update before cont...
2K
3231 lfg everyinc/compound-engineering-plugin
CRITICAL: You MUST execute every step below IN ORDER. Do NOT skip any required step. Do NOT jump ahead to coding or implementation. The plan phase (step 2) MUST be completed and verified BEFORE any work begins. Violating this order produces bad output. Optional: If the ralph-loop skill is available, run /ralph-loop:ralph-loop "finish all slash commands" --completion-promise "DONE" . If not available or it fails, skip and continue to step 2 immediately. /ce:plan $ARGUMENTS GATE: STOP. If ce:plan ...
2K
3232 ui-ux-pro-max nexu-io/open-design
UI/UX Pro Max - Design Intelligence Comprehensive design guide for web and mobile applications. Contains 50+ styles, 161 color palettes, 57 font pairings, 161 product types with reasoning rules, 99 UX guidelines, and 25 chart types across 10 technology stacks. Searchable database with priority-based recommendations. When to Apply This Skill should be used when the task involves UI structure, visual design decisions, interaction patterns, or user experience quality control . Must Use This Skill m...
2K
3233 read-arxiv-paper karpathy/nanochat
You will be given a URL of an arxiv paper, for example: [https://www.arxiv.org/abs/2601.07372](https://www.arxiv.org/abs/2601.07372) Part 1: Normalize the URL The goal is to fetch the TeX Source of the paper (not the PDF!), the URL always looks like this: [https://www.arxiv.org/src/2601.07372](https://www.arxiv.org/src/2601.07372) Notice the /src/ in the url. Once you have the URL: Part 2: Download the paper source Fetch the url to a local .tar.gz file. A good location is `~/.cache/nano...
2K
3234 research-synthesis anthropics/knowledge-work-plugins
/research-synthesis If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Synthesize user research data into actionable insights. See the user-research skill for research methods, interview guides, and analysis frameworks. Usage /research-synthesis $ARGUMENTS What I Accept Interview transcripts or notes Survey results (CSV, pasted data) Usability test recordings or notes Support tickets or feedback NPS/CSAT responses App store reviews Output Research...
2K
3235 golang-spf13-viper samber/cc-skills-golang
Persona: You are a Go engineer who treats configuration as a layered system. Flag beats env beats file beats default — and you bind every key so all four layers stay reachable through one API. Using spf13/viper for layered configuration in Go Viper resolves configuration values from multiple sources in a fixed precedence order. It has no user-facing surface — it doesn't define commands or flags. Its job is to answer "what is the value of key X right now?" by walking its source layers from highes...
2K
3236 stitch::upload-to-stitch google-labs-code/stitch-skills
No SKILL.md available for this skill. View on GitHub Installs 336 Repository google-labs-cod…h-skills GitHub Stars 5.6K First Seen 3 days ago
2K
3237 oauth vercel-labs/portless
OAuth with Portless OAuth providers validate redirect URIs against domain rules. .localhost subdomains fail on most providers because they are not in the Public Suffix List or are explicitly blocked. Portless fixes this with --tld to serve apps on real, valid domains. The Problem When portless uses the default .localhost TLD, OAuth providers reject redirect URIs like http://myapp.localhost:1355/callback : Provider localhost .localhost subdomains Reason Google Allowed Rejected Not in their bundle...
2K
3238 dagster-expert dagster-io/skills
dg CLI The dg CLI is the recommended way to programmatically interact with Dagster (adding definitions, launching runs, exploring project structure, etc.). It is installed as part of the dagster-dg-cli package. If a relevant CLI command for a given task exists, always attempt to use it. ONLY explore the existing project structure if it is strictly necessary to accomplish the user's goal. In many cases, existing CLI tools will have sufficient understanding of the project structure, meaning listin...
2K
3239 stitch::extract-static-html google-labs-code/stitch-skills
Extract Static HTML Extract a self-contained static HTML file from any web application. Which Strategy to Use You MUST ask the user to choose which strategy to use before proceeding. Present the options clearly, recommend Strategy A as the preferred default, and provide a brief pros/cons summary for each option to help them make an informed decision. Strategy A (Puppeteer) Strategy B (Browser Subagent) When App runs locally, no auth wall Need to interact with page first (click, fill forms) Fidel...
2K
3240 validate-changes-match-specs warpdotdev/common-skills
Validate changes match specs Use this skill to verify that a branch or pull request implements the behavior and design promised by its specs. The workflow finds specs introduced by the change, compares them against code, tests, documentation, and validation artifacts, then walks the user through every material mismatch. Goals Find specs introduced or modified by the current change. Extract concrete product, technical, security, migration, rollout, and validation commitments. Compare those commit...
2K
3241 amazon-product-research nexscope-ai/amazon-skills
Amazon Product Research 🔍 Complete product research framework for Amazon sellers. Validate ideas, analyze opportunities, assess competition. Installation npx skills add nexscope-ai/Amazon-Skills --skill amazon-product-research -g Capabilities Show more Installs 512 Repository nexscope-ai/ama…n-skills GitHub Stars 248 First Seen Mar 24, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
2K
3242 margin-trading binance/binance-skills-hub
Binance Margin-trading Skill Margin-trading request on Binance using authenticated API endpoints. Requires API key and secret key for certain endpoints. Return the result in JSON format. Quick Reference Endpoint Description Required Optional Authentication /sapi/v1/margin/max-leverage (POST) Adjust cross margin max leverage (USER_DATA) maxLeverage None Yes /sapi/v1/margin/isolated/account (DELETE) Disable Isolated Margin Account (TRADE) symbol recvWindow Yes /sapi/v1/margin/isolated/account (POS...
1.9K
3243 opencli-operate jackwener/opencli
OpenCLI Operate — Browser Automation for AI Agents Control Chrome step-by-step via CLI. Reuses existing login sessions — no passwords needed. Prerequisites opencli doctor Verify extension + daemon connectivity Requires: Chrome running + OpenCLI Browser Bridge extension installed. Critical Rules ALWAYS use state to inspect the page, NEVER use screenshot — state returns structured DOM with [N] element indices, is instant and costs zero tokens. screenshot requires vision processing and is slow. On...
1.9K
3244 chatroom-austrian dontbesilent2025/dbskill
chatroom-austrian:奥派经济聊天室 你是奥派经济聊天室的主持人。协调哈耶克、米塞斯、Claude 三个角色的对话。 核心哲学 哈耶克:知识分散性 追问知识条件:决策需要哪些知识?分散在谁手里? 检查涌现可能:秩序是设计的还是自发形成的? 寻找信息机制:有没有类似价格的信号在聚合分散知识? 米塞斯:人类行为学 先验推理:从「人会行动」出发,用逻辑推导经济规律 追问因果链:现象的根本原因是什么? 拒绝妥协:原则对就不能因「现实困难」让步 Claude 判官:质量把关 防止套公式:如果有人硬套理论,直接点出 补盲区:两人都没提到但重要的视角 给收获:用户可以带走的具体判断或行动建议 工作流程 Phase 1:接收问题 skill 启动后,说: 奥派经济聊天室。说个话题,哈耶克、米塞斯和我会一起聊。 如果用户已带问题,直接进入 Phase 2。 Phase 2:并行启动两个角色 收到问题后, 同时 用 Agent tool 启动哈耶克和米塞斯。 哈耶克 Agent description: "哈耶克回应" model: "sonnet" prompt: | 你是弗里德里希·哈耶...
1.9K
3245 feishu-doc m1heng/clawdbot-feishu
Feishu Document Tool Single tool feishu_doc with action parameter for all document operations including comment management. Token Extraction From URL https://xxx.feishu.cn/docx/ABC123def → doc_token = ABC123def From URL https://xxx.feishu.cn/docs/doccn123c → doc_token = doccn123c Actions Read Document { "action" : "read" , "doc_token" : "ABC123def" } Returns: title, plain text content, block statistics. Check hint field - if present, structured content (tables, images) exists that requires list_...
1.9K
3246 resume tailor paramchoudhary/resumeskills
Use this skill when the user wants to: - Customize their resume for a specific job posting - Adjust their resume to match job requirements - Create a targeted version of their resume - Mentions: "tailor resume", "customize resume", "target role", "specific job", "match job description" Use AFTER job-description-analyzer to know what to emphasize. Core Capabilities - Reorder experience sections by relevance to target role - Adjust professional summary for specific position - Add missing...
1.9K
3247 cover letter generator paramchoudhary/resumeskills
Use this skill when the user wants to: - Write a cover letter for a job application - Create a personalized application letter - Address specific job requirements in letter format - Mentions: "cover letter", "application letter", "write cover letter", "letter for job" Use AFTER analyzing job description to have clear talking points. Core Capabilities - Generate personalized cover letters from resume + job description - Match tone to company culture - Address qualification gaps strategi...
1.9K
3248 video-translation noizai/skills
Video Translation Translate a video's speech into another language, using TTS to generate the dubbed audio and replacing the original audio track. Triggers translate this video dub this video to English 把视频从 X 语译成 Y 语 视频翻译 Use Cases The user wants to watch a foreign language YouTube video but prefers to hear it in their native language. The user provides a video link and explicitly requests changing the audio language. Workflow When the user asks to translate a video: Download Video & Subtitles ...
1.9K
3249 target-serp calm-north/seojuice-skills
Target SERP Identify and capture featured snippets, People Also Ask boxes, knowledge panels, and rich results for target keywords. SERP Feature Types Feature Trigger Content Format Needed Featured Snippet (paragraph) "What is", "how does", definitional queries 40-60 word direct answer under an H2/H3 matching the query Featured Snippet (list) "How to", "steps to", "best", "top" Ordered or unordered list with H2/H3 heading Featured Snippet (table) Comparison, pricing, specs queries HTML <table> wi...
1.9K
3250 android device automation web-infra-dev/midscene-skills
Android Device Automation CRITICAL RULES — VIOLATIONS WILL BREAK THE WORKFLOW: Never run midscene commands in the background. Each command must run synchronously so you can read its output (especially screenshots) before deciding the next action. Background execution breaks the screenshot-analyze-act loop. Run only one midscene command at a time. Wait for the previous command to finish, read the screenshot, then decide the next action. Never chain multiple commands together. Allow enough time fo...
1.9K