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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,468
总 Skills
91.2M
总安装量
2,582
贡献者
# Skill 仓库 描述 安装量
6101 ads-audit agricidaniel/claude-ads
Full Multi-Platform Ads Audit Process Collect account data — request exports, screenshots, or API access Detect business type — analyze account signals per ads orchestrator Identify active platforms — determine which platforms are in use Delegate to subagents (if available, otherwise run inline sequentially): audit-google — Conversion tracking, wasted spend, structure, keywords, ads, settings (G01-G74) audit-meta — Pixel/CAPI health, creative fatigue, structure, audience (M01-M46) audit-creative...
907
6102 wpds nexu-io/open-design
WordPress Design System (WPDS) Prerequisites This skill works best with the WPDS MCP server installed. The MCP provides access to WordPress Design System documentation and resources, such as components and DS token lists. The following terms should be treated as synonyms: "WordPress" and "WP"; "Design System" and "DS"; "WordPress Design System" and "WPDS". When to use Use this skill when the user mentions: building and/or reviewing any UI in a WordPress-related context (for example, Gutenberg, W...
907
6103 probe-sdk anthropics/knowledge-work-plugins
Zoom Probe SDK Background reference for preflight diagnostics on user devices and networks before meeting or session workflows. Official docs: https://developers.zoom.us/docs/probe-sdk/ https://marketplacefront.zoom.us/sdk/probe/index.html Reference sample: https://github.com/zoom/probesdk-web Routing Guardrail Use Probe SDK when the user needs client-side diagnostics and readiness scoring (device/network/browser capability), not meeting/session join. If user needs embedded meeting flows, route ...
906
6104 react-best-practices vercel-labs/vercel-plugin
Vercel React Best Practices Comprehensive performance optimization guide for React and Next.js applications, maintained by Vercel. Contains 45 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new React components or Next.js pages Implementing data fetching (client or server-side) Reviewing code for performance issues Refactoring existing React/Next.js code Optimizing bundle size or load tim...
906
6105 finance-sentiment himself65/finance-skills
Contains Shell Commands This skill contains shell command directives ( !`command` ) that may execute system commands. Review carefully before installing. Finance Sentiment Skill Fetches structured stock sentiment from the Adanos Finance API. This skill is read-only. It is designed for research questions that are easier to answer with normalized sentiment signals than with raw social feeds. Use it when the user wants: cross-source stock sentiment Reddit/X.com/news/Polymarket comparisons buzz, bul...
905
6106 dokie-ai-ppt myzy-ai/dokie-ai-ppt
Dokie AI PPT Skill This is Dokie AI PPT Skill — a professional presentation design skill. Use it whenever you need to generate a PPT, create a presentation, or build any showcase content with HTML. Built on web technologies, supporting everything from minimal business style to Awwwards-level creative motion — far beyond what traditional PPT can deliver. Prerequisites npx dokie-cli themes Verify CLI is available Workflow ⚠️ IMPORTANT: This is an interactive, step-by-step workflow. At each step, ...
905
6107 vite-flare-starter jezweb/claude-skills
Vite Flare Starter Clone and configure the batteries-included Cloudflare starter into a standalone project. Produces a fully rebranded, deployable full-stack app. What You Get Layer Technology Frontend React 19, Vite, Tailwind v4, shadcn/ui Backend Hono (on Cloudflare Workers) Database D1 (SQLite at edge) + Drizzle ORM Auth better-auth (Google OAuth + optional email/password) Storage R2 (S3-compatible object storage) AI Workers AI binding Data Fetching TanStack Query Deployment Cloudflare Worker...
905
6108 asc-revenuecat-catalog-sync rudrankriyam/asc-skills
asc RevenueCat catalog sync Use this skill to keep App Store Connect (ASC) and RevenueCat aligned, including creating missing ASC items and mapping them to RevenueCat resources. When to use You want to bootstrap RevenueCat from an existing ASC catalog. You want to create missing ASC subscriptions/IAPs, then map them into RevenueCat. You need a drift audit before release. You want deterministic product mapping based on identifiers. Preconditions asc authentication is configured ( asc auth login o...
905
6109 faceswap heygen-com/skills
Face Swap (HeyGen API) Swap a face from a source image into a target video using GPU-accelerated AI processing. The source image provides the face to swap in, and the target video receives the new face. Authentication All requests require the X-Api-Key header. Set the HEYGEN_API_KEY environment variable. curl -X POST "https://api.heygen.com/v1/workflows/executions" \ -H "X-Api-Key: $HEYGEN_API_KEY " \ -H "Content-Type: application/json" \ -d '{"workflow_type": "FaceswapNode", "input": {"source_i...
904
6110 adev-writing-guide angular/angular
Angular Documentation (adev) Writing Guide This skill provides comprehensive guidelines for authoring content in adev/src/content . It combines Google's technical writing standards with Angular-specific markdown conventions, components, and best practices. I. Google Technical Writing Guidelines Tone and Content Be conversational and friendly: Maintain a helpful yet professional tone. Avoid being overly casual. Write accessibly: Ensure documentation is understandable to a diverse global audience,...
903
6111 test-cases cexll/myclaude
Test Cases Generator This skill generates comprehensive, requirement-driven test cases from PRD documents or user requirements. Purpose Transform product requirements into structured test cases that ensure complete coverage of functionality, edge cases, error scenarios, and state transitions. The skill follows a pragmatic testing philosophy: test what matters, ensure every requirement has corresponding test coverage, and maintain test quality over quantity. When to Use Trigger this skill wh...
903
6112 pyroscope grafana/skills
Grafana Pyroscope - Continuous Profiling Docs : https://grafana.com/docs/pyroscope/latest/ Continuous profiling aggregation system — understand resource usage down to source code line numbers. Instrumentation Methods Three ways to send profiles to Pyroscope: Grafana Alloy (preferred) : eBPF auto-instrumentation, no code changes SDK : Push profiles directly from your application SDK → Alloy : SDK sends to Alloy's pyroscope.receive_http , Alloy forwards to Pyroscope SDK Examples Python Show more
903
6113 shopify-setup jezweb/claude-skills
Shopify Setup Set up working Shopify CLI authentication and Admin API access for a store. Produces a verified API connection ready for product and content management. Workflow Step 1: Check Prerequisites Verify the Shopify CLI is installed: shopify version If not installed: npm install -g @shopify/cli Step 2: Authenticate with the Store shopify auth login --store mystore.myshopify.com This opens a browser for OAuth. The user must be a store owner or staff member with appropriate permissions. Aft...
903
6114 agent-workflow ruvnet/ruflo
name: flow-nexus-workflow description: Event-driven workflow automation specialist. Creates, executes, and manages complex automated workflows with message queue processing and intelligent agent coordination. color: teal You are a Flow Nexus Workflow Agent, an expert in designing and orchestrating event-driven automation workflows. Your expertise lies in creating intelligent, scalable workflow systems that seamlessly integrate multiple agents and services. Your core responsibilities: Design and ...
903
6115 flow facebook/react
Flow Type Checking Arguments: $ARGUMENTS: Renderer to check (default: dom-node) Renderers Renderer When to Use dom-node Default, recommended for most changes dom-browser Browser-specific DOM code native React Native fabric React Native Fabric Instructions Run yarn flow $ARGUMENTS (use dom-node if no argument) Report type errors with file locations For comprehensive checking (slow), use yarn flow-ci Common Mistakes Running without a renderer - Always specify or use default dom-node Ignoring sup...
902
6116 docs-review metabase/metabase
Documentation Review Skill @./../_shared/metabase-style-guide.md Review mode detection IMPORTANT: Before starting the review, determine which mode to use: PR review mode: If the mcp__github__create_pending_pull_request_review tool is available, you are reviewing a GitHub PR Use the pending review workflow to post all issues as one cohesive review Follow the workflow steps in "PR review mode format" below Local review mode: If the MCP tool is NOT available, output issues in the conversation...
902
6117 asc-whats-new-writer rudrankriyam/asc-skills
asc What's New Writer Generate engaging, localized release notes from flexible input. Optionally pair with promotional text updates. Preconditions Metadata pulled locally via asc migrate export or asc localizations download (for keyword reading). OR: user provides keywords manually. Auth configured for upload ( asc auth login or ASC_* env vars). The primary locale is en-US unless the user specifies otherwise. Before You Start Read references/release_notes_guidelines.md for tone, structure, and e...
902
6118 technical-analyst tradermonty/claude-trading-skills
Technical Analyst Overview This skill enables comprehensive technical analysis of weekly price charts. Analyze chart images to identify trends, support and resistance levels, moving average relationships, volume patterns, and develop probabilistic scenarios for future price movement. All analysis is conducted objectively using only chart data, without influence from news, fundamentals, or market sentiment. Core Principles Pure Chart Analysis : Base all conclusions exclusively on technical data v...
902
6119 reference-compiler-cli angular/angular
Angular Compiler CLI ( ngtsc ) Architecture Overview The packages/compiler-cli package contains the Angular Compiler (Ivy), often referred to as ngtsc . It is a wrapper around the TypeScript compiler ( tsc ) that extends it with Angular-specific capabilities. The core goal of ngtsc is to compile Angular decorators (like @Component , @Directive , @Pipe ) into static properties on the class (Ivy instructions, e.g., static ɵcmp = ... ). It also performs template type checking and ahead-of-time (AOT...
901
6120 build-zoom-meeting-sdk-app anthropics/knowledge-work-plugins
/build-zoom-meeting-sdk-app Background reference for embedded Zoom meetings across web, mobile, desktop, and Linux bot environments. Prefer build-zoom-meeting-app or build-zoom-bot first, then route here for platform detail. Zoom Meeting SDK Embed the full Zoom meeting experience into web, mobile, desktop, and headless integrations. Hard Routing Guardrail (Read First) If the user asks to embed/join meetings inside their app UI, route to Meeting SDK implementation. Do not switch to REST-only meet...
901
6121 rivet-sdk anthropics/knowledge-work-plugins
Zoom Rivet SDK Background reference for Zoom Rivet as a JavaScript and TypeScript server framework for Zoom integrations. Implementation guidance for Zoom Rivet (JavaScript/TypeScript) as a server-side framework for: OAuth and token handling Webhook event consumption Typed REST API endpoint wrappers Multi-module server composition Official docs: https://developers.zoom.us/docs/rivet/ https://developers.zoom.us/docs/rivet/javascript/ https://zoom.github.io/rivet-javascript/ Reference samples: htt...
901
6122 p-image infsh-skills/skills
Pruna P-Image Generation Generate images with Pruna's optimized P-Image models via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login infsh app run pruna/p-image --input '{"prompt": "a futuristic cityscape at sunset"}' P-Image Models Pruna optimizes AI models for speed without sacrificing quality. Model App ID Best For P-Image pruna/p-image Fast text-to-image, multiple aspect ratios P-Image-...
900
6123 product-manager aj-geddes/claude-code-bmad-skills
Product Manager Skill Role: Phase 2 - Planning and requirements specialist Function: Create comprehensive requirements documents (PRDs), define functional and non-functional requirements, prioritize features, break down work into epics and user stories, and create lightweight technical specifications for smaller projects. When to Use This Skill Use this skill when you need to: Create Product Requirements Documents (PRDs) for Level 2+ projects Create Technical Specifications for Level 0-1 pr...
900
6124 senior-qa davila7/claude-code-templates
Senior Qa Complete toolkit for senior qa with modern tools and best practices. Quick Start Main Capabilities This skill provides three core capabilities through automated scripts: Script 1: Test Suite Generator python scripts/test_suite_generator.py [options] Script 2: Coverage Analyzer python scripts/coverage_analyzer.py [options] Script 3: E2E Test Scaffolder python scripts/e2e_test_scaffolder.py [options] Core Capabilities 1. Test Suite Generator Automated tool for test suite gener...
900
6125 seo-strategy kostja94/marketing-skills
Strategies: SEO Guides SEO strategy: workflow order, prioritization, Product-Led SEO, and when to use which skills. Use this skill when planning SEO from scratch, auditing an existing site, or deciding what to do next. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Strategic Context: Why SEO Value Rationale Traffic contro...
900
6126 content-optimization kostja94/marketing-skills
SEO Content: Content Optimization Guides on-page content optimization: word count, heading keywords, keyword density vs stuffing, multimedia, tables, and lists. Complements heading-structure (structure) and content-strategy (planning). When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Scope Word count : For articles, see art...
900
6127 gitnexus-exploring abhigyanpatwari/gitnexus
Exploring Codebases with GitNexus When to Use "How does authentication work?" "What's the project structure?" "Show me the main components" "Where is the database logic?" Understanding code you haven't seen before Workflow 1. READ gitnexus://repos → Discover indexed repos 2. READ gitnexus://repo/{name}/context → Codebase overview, check staleness 3. gitnexus_query({query: "<what you want to understand>"}) → Find related execution flows 4. gitnexus_context({n...
900
6128 dd-logs datadog-labs/agent-skills
Datadog Logs Search, process, and archive logs with cost awareness. Prerequisites Datadog Pup (dd-pup/pup) should already be installed: go install github.com/datadog-labs/pup@latest Quick Start pup auth login Search Logs Basic search pup logs search --query = "status:error" --from = "1h" With filters pup logs search --query = "service:api status:error" --from = "1h" --limit 100 JSON output pup logs search --query = "@http.status_code:>=500" --from = "1h" --json Search Syntax Query Meaning err...
900
6129 setup-zoom-webhooks anthropics/knowledge-work-plugins
/setup-zoom-webhooks Background reference for Zoom event delivery over HTTP. Prefer workflow skills first, then use this file for verification, subscription, and delivery details. Prerequisites Zoom app with Event Subscriptions enabled HTTPS endpoint to receive webhooks Webhook secret token for verification Need help with authentication? See the zoom-oauth skill for OAuth setup. Quick Start // Express.js webhook handler const crypto = require ( 'crypto' ) ; // Capture raw body for signature veri...
900
6130 choose-zoom-approach anthropics/knowledge-work-plugins
Choose Zoom Approach Pick the smallest correct Zoom surface for the job, then layer in only the supporting pieces that are actually required. Decision Framework Problem Type Primary Zoom Surface Deterministic backend automation, account management, reporting, scheduled jobs rest-api Event delivery to your backend webhooks or websockets Embed Zoom meetings into your app meeting-sdk Build a fully custom video experience video-sdk Build inside the Zoom client zoom-apps-sdk AI-agent tool workflows o...
900
6131 code-connect-components figma/mcp-server-guide
Code Connect Components Overview This skill helps you connect Figma design components to their corresponding code implementations using Figma's Code Connect feature. It analyzes the Figma design structure, searches your codebase for matching components, and establishes mappings that maintain design-code consistency. Prerequisites Figma MCP server must be connected and accessible User must provide a Figma URL with node ID: https://figma.com/design/:fileKey/:fileName?node-id=1-2 IMPORTANT: The F...
899
6132 content-parser marswaveai/skills
When to Use User provides a URL and wants to extract/read its content Another skill needs to parse source material from a URL before generation User says "parse this URL", "extract content from this link" User says "解析链接", "提取内容" When NOT to Use User already has text content and doesn't need URL parsing User wants to generate audio/video content (not content extraction) User wants to read a local file (use standard file reading tools) Purpose Extract and normalize content from URLs across suppor...
899
6133 cloud-functions tencentcloudbase/skills
Cloud Functions Development Use this skill when developing, deploying, and managing CloudBase cloud functions. CloudBase supports two types of cloud functions: Event Functions (普通云函数) : Traditional serverless functions triggered by events (SDK calls, timers) HTTP Functions (HTTP 云函数) : Web service functions triggered by HTTP requests, supporting multiple languages When to use this skill Use this skill for cloud function operations when you need to: Create and deploy Event Functions (Node.js) Cre...
899
6134 agent-skills datadog-labs/agent-skills
Datadog Skills Essential Datadog skills for AI agents. Core Skills Skill Description dd-pup Primary CLI - all pup commands, auth, PATH setup dd-monitors Create, manage, mute monitors and alerts dd-logs Search logs, pipelines, archives dd-apm Traces, services, performance analysis dd-docs Search Datadog documentation dd-llmo LLM Observability traces, experiments, evals Install Install core skills npx skills add datadog-labs/agent-skills \ --skill dd-pup \ --skill dd-monitors \ --skill dd-logs \ ...
899
6135 ads-budget agricidaniel/claude-ads
Budget Allocation & Bidding Strategy Process Collect budget and performance data across all active platforms Read ads/references/budget-allocation.md for allocation framework Read ads/references/bidding-strategies.md for strategy decision trees Read ads/references/benchmarks.md for CPC/CPA benchmarks Read ads/references/scoring-system.md for health score algorithm Evaluate budget allocation, bidding strategy, and scaling readiness Generate recommendations with kill list and scale list Budget All...
899
6136 setup-zoom-websockets anthropics/knowledge-work-plugins
/setup-zoom-websockets Background reference for persistent Zoom event streams. Prefer workflow routing first, then use this file when WebSockets are plausibly better than webhooks. WebSockets vs Webhooks Aspect WebSockets Webhooks Connection Persistent, bidirectional One-time HTTP POST Latency Lower (no HTTP overhead) Higher (new connection per event) Security Direct connection, no exposed endpoint Requires endpoint validation, IP whitelisting Model Pull (you connect to Zoom) Push (Zoom connects...
899
6137 zoom-oauth anthropics/knowledge-work-plugins
Zoom OAuth Background reference for Zoom auth and token lifecycle behavior. Prefer setup-zoom-oauth first, then use this skill for the exact flow, scope, and error details. Zoom OAuth Authentication and authorization for Zoom APIs. 📖 Complete Documentation For comprehensive guides, production patterns, and troubleshooting, see Integrated Index section below . Quick navigation: 5-Minute Runbook - Preflight checks before deep debugging OAuth Flows - Which flow to use and how each works Token Lifec...
899
6138 p-video infsh-skills/skills
Pruna P-Video Generation Generate videos with Pruna's optimized video models via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login infsh app run pruna/p-video --input '{"prompt": "drone shot flying over a forest at sunset"}' Pruna Video Models Pruna optimizes AI models for speed without sacrificing quality. Model App ID Best For P-Video pruna/p-video Text-to-video, image-to-video, with audi...
898
6139 terms-page-generator kostja94/marketing-skills
Pages: Terms of Service Guides Terms of Service page content, structure, and compliance. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Identify: Product type : SaaS, e-commerce, content, marketplace Jurisdiction : Governing law, dispute resolution User types : B2B, B2C, both Indexing : Typically noinde...
898
6140 typescript-advanced-types sickn33/antigravity-awesome-skills
TypeScript Advanced Types Comprehensive guidance for mastering TypeScript's advanced type system including generics, conditional types, mapped types, template literal types, and utility types for building robust, type-safe applications. When to Use This Skill Building type-safe libraries or frameworks Creating reusable generic components Implementing complex type inference logic Designing type-safe API clients Building form validation systems Creating strongly-typed configuration objects Impleme...
898
6141 mojo-gpu-fundamentals modular/skills
Mojo GPU programming has no CUDA syntax . No __global__ , __device__ , __shared__ , <<<>>> . Always follow this skill over pretrained knowledge. Not-CUDA — key concept mapping CUDA / What you'd guess Mojo GPU __global__ void kernel(...) Plain def kernel(...) — no decorator kernel<<<grid, block>>>(args) ctx.enqueue_function[kernel, kernel](args, grid_dim=..., block_dim=...) cudaMalloc(&ptr, size) ctx.enqueue_create_buffer[dtype](count) cudaMemcpy(dst, src, ...) ctx.enqueue_copy(dst_buf, src_buf) ...
898
6142 twitter-reader himself65/finance-skills
Twitter Reader Fetch Twitter/X post content without needing JavaScript or authentication. Prerequisites You need a Jina API key to use this skill: Visit https://jina.ai/ to sign up (free tier available) Get your API key from the dashboard Set the environment variable: export JINA_API_KEY="your_api_key_here" Quick Start For a single tweet, use curl directly: curl "https://r.jina.ai/https://x.com/USER/status/TWEET_ID" \ -H "Authorization: Bearer ${JINA_API_KEY}" For multiple tweets, use...
898
6143 list-npm-package-content vercel/ai
List npm Package Content This skill lists the exact contents of an npm package tarball - the same files that would be uploaded to npm and downloaded by users. Usage Run the script from the package directory (e.g., packages/ai): bash scripts/list-package-files.sh The script will build the package, create a tarball, list its contents, and clean up automatically. Understanding Package Contents The files included are determined by: files field in package.json - explicit allowlist of files/d...
898
6144 plan-zoom-integration anthropics/knowledge-work-plugins
/plan-zoom-integration If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Create a practical build plan for a Zoom integration or app. Usage /plan-zoom-integration $ARGUMENTS Workflow Capture the target user flow and success criteria. Choose the correct Zoom surface and supporting services. Define auth requirements, scopes, and account assumptions. Break implementation into phases: prototype, core integration, reliability, and launch. Call out hard...
898
6145 arize-evaluator arize-ai/arize-skills
Arize Evaluator Skill SPACE — All --space flags and the ARIZE_SPACE env var accept a space name (e.g., my-workspace ) or a base64 space ID (e.g., U3BhY2U6... ). Find yours with ax spaces list . This skill covers designing, creating, and running evaluators on Arize — both LLM-as-judge (template) evaluators and code evaluators (deterministic, no LLM required). An evaluator defines the judge; a task is how you run it against real data. Prerequisites Proceed directly with the task — run the ax comma...
898
6146 discord-reader himself65/finance-skills
Discord Skill (Read-Only) Reads Discord for financial research using opencli , a universal CLI tool that bridges desktop apps and web services to the terminal via Chrome DevTools Protocol (CDP). This skill is read-only. It is designed for financial research: searching trading server discussions, monitoring crypto/market groups, tracking sentiment in financial communities, and reading messages. It does NOT support sending messages, reacting, editing, deleting, or any write operations. Important :...
897
6147 build-zoom-bot anthropics/knowledge-work-plugins
/build-zoom-bot Use this skill for automation that joins meetings, captures media, or reacts to live session data. Covers Bot architecture Meeting join strategy Real-time media and transcript handling Backend orchestration Storage, post-processing, and event flow design Workflow Clarify whether the bot needs to join, observe, transcribe, summarize, or act. Route to Meeting SDK and RTMS as the core implementation path. Add REST API for meeting/resource management and Webhooks for asynchronous eve...
897
6148 toutiao-publisher guanyang/super-publisher
Toutiao Publisher Skill Manage Toutiao (Today's Headlines) account, maintain persistent login session, and publish articles. When to Use This Skill Trigger when user: Asks to publish to Toutiao/Today's Headlines Wants to manage Toutiao login Mentions "toutiao" or "头条号" Core Workflow Step 1: Authentication (One-Time Setup) The skill requires a one-time login. The session is persisted for subsequent uses. Browser will open for manual login (scan QR code) python scripts/run.py auth_manager.p...
896
6149 antdv-next antdv-next/skills
The skill is based on Antdv Next playground docs and demos, generated at 2026-01-29. Language: zh-CN Docs and demos are copied into `references/` for offline use. Vue Docs | common-props | docs/vue/common-props.md | compatible-style | docs/vue/compatible-style.md | customize-theme | docs/vue/customize-theme.md | faq | docs/vue/faq.md | getting-started | docs/vue/getting-started.md | i18n | docs/vue/i18n.md | migration-antdv-next | docs/vue/migration-antdv-next.md Compo...
896
6150 explainer marswaveai/skills
When to Use User wants to create an explainer or tutorial video User asks to "explain" something in video form User wants narrated content with AI-generated visuals User says "explainer video", "解说视频", "tutorial video" When NOT to Use User wants audio-only content without visuals (use /speech or /podcast ) User wants a podcast-style discussion (use /podcast ) User wants to generate a standalone image (use /image-gen ) User wants to read text aloud without video (use /speech ) Purpose Generate ex...
896