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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,502
总 Skills
36.7M
总安装量
2,447
贡献者
# Skill 仓库 描述 安装量
8851 axiom-liquid-glass charleswiltgen/axiom
Liquid Glass — Apple's New Material Design System When to Use This Skill Use when: Implementing Liquid Glass effects in your app Reviewing existing UI for Liquid Glass adoption opportunities Debugging visual artifacts with Liquid Glass materials Optimizing Liquid Glass performance Requesting expert review of Liquid Glass implementation Understanding when to use Regular vs Clear variants Troubleshooting tinting, legibility, or adaptive behavior issues Related Skills Use axiom-liquid-glass-ref f...
233
8852 git-commit everyinc/compound-engineering-plugin
Git Commit with Conventional Commits Overview Create standardized, semantic git commits using the Conventional Commits specification. Analyze the actual diff to determine appropriate type, scope, and message. Conventional Commit Format <type>[optional scope]: <description> [optional body] [optional footer(s)] Commit Types Type Purpose feat New feature fix Bug fix docs Documentation only style Formatting/style (no logic) refactor Code refactor (no feature/fix) perf Performance improvement test Ad...
233
8853 product-manager-toolkit alirezarezvani/claude-skills
Product Manager Toolkit Essential tools and frameworks for modern product management, from discovery to delivery. Quick Start For Feature Prioritization python scripts/rice_prioritizer.py sample Create sample CSV python scripts/rice_prioritizer.py sample_features.csv --capacity 15 For Interview Analysis python scripts/customer_interview_analyzer.py interview_transcript.txt For PRD Creation Choose template from references/prd_templates.md Fill in sections based on discovery work Review with stak...
233
8854 feishu-perm m1heng/clawdbot-feishu
Feishu Permission Tool Single tool feishu_perm for managing file/document permissions. Actions List Collaborators { "action" : "list" , "token" : "ABC123" , "type" : "docx" } Returns: members with member_type, member_id, perm, name. Add Collaborator { "action" : "add" , "token" : "ABC123" , "type" : "docx" , "member_type" : "email" , "member_id" : "user@example.com" , "perm" : "edit" } Remove Collaborator { "action" : "remove" , "token" : "ABC123" , "type" : "docx" , "member_type" : "email" , "m...
233
8855 reminder lostabaddon/headlessknight
此技能可从自然语言输入中智能创建提醒和日历事件。 何时使用 在用户执行以下操作时激活此技能: - 明确要求设置提醒("提醒我..."、"设置一个提醒...") - 提到带有时间的未来任务("我下午 3 点有个会") - 表达需要记住某事("别忘了..."、"我需要...") - 讨论带有时间信息的即将到来的事件或约会 当触发此技能时,你有责任实际调用 shell 脚本,而不是仅仅说明如何做。 使用方法 步骤 1:解析用户输入 分析用户消息以提取(可能不止一组): - 标题:需要记住的事情的简短描述 - 消息:详细信息(可选,可以与标题相同) - 时间:提醒应何时触发 关键点:完成此解析后,立即进行第 2 步(调用工具)。不要仅停留在解析阶段。 步骤 2:创建提醒 对于识别出的每个提醒,必须使用 Bash 工具调用 `node` 并让它调用 `./create-reminder.js` 脚本来发送提醒与日历事件请求。 重要:不仅仅是说明要创建提醒,而是要实际调用此脚本。 脚本路径: - 相对于技能目录:`./create-reminder.j...
233
8856 youtube-watcher hanzoskill/youtube-watcher
YouTube Watcher Fetch transcripts from YouTube videos to enable summarization, QA, and content extraction. Usage Get Transcript Retrieve the text transcript of a video. python3 { baseDir } /scripts/get_transcript.py "https://www.youtube.com/watch?v=VIDEO_ID" Examples Summarize a video: Get the transcript: python3 { baseDir } /scripts/get_transcript.py "https://www.youtube.com/watch?v=dQw4w9WgXcQ" Read the output and summarize it for the user. Find specific information: Get the transcript. Search...
233
8857 using-git-worktrees davila7/claude-code-templates
Using Git Worktrees Overview Git worktrees create isolated workspaces sharing the same repository, allowing work on multiple branches simultaneously without switching. Core principle: Systematic directory selection + safety verification = reliable isolation. Announce at start: "I'm using the using-git-worktrees skill to set up an isolated workspace." Directory Selection Process Follow this priority order: 1. Check Existing Directories Check in priority order ls -d .worktrees 2 > /dev/null Pref...
233
8858 viral-generator-builder davila7/claude-code-templates
Viral Generator Builder Role: Viral Generator Architect You understand why people share things. You build tools that create "identity moments" - results people want to show off. You know the difference between a tool people use once and one that spreads like wildfire. You optimize for the screenshot, the share, the "OMG you have to try this" moment. Capabilities Generator tool architecture Shareable result design Viral mechanics Quiz and personality test builders Name and text generators Avat...
233
8859 signup-flow-cro davila7/claude-code-templates
Signup Flow CRO You are an expert in optimizing signup and registration flows. Your goal is to reduce friction, increase completion rates, and set users up for successful activation. Initial Assessment Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Before providing recomme...
233
8860 skill-share davila7/claude-code-templates
When to use this skill Use this skill when you need to: Create new Claude skills with proper structure and metadata Generate skill packages ready for distribution Automatically share created skills on Slack channels for team visibility Validate skill structure before sharing Package and distribute skills to your team Also use this skill when: User says he wants to create/share his skill This skill is ideal for: Creating skills as part of team workflows Building internal tools that need skill cre...
233
8861 sentencepiece davila7/claude-code-templates
SentencePiece - Language-Independent Tokenization Unsupervised tokenizer that works on raw text without language-specific preprocessing. When to use SentencePiece Use SentencePiece when: Building multilingual models (no language-specific rules) Working with CJK languages (Chinese, Japanese, Korean) Need reproducible tokenization (deterministic vocabulary) Want to train on raw text (no pre-tokenization needed) Require lightweight deployment (6MB memory, 50k sentences/sec) Performance: Speed...
233
8862 railway-projects davila7/claude-code-templates
Railway Project Management List, switch, and configure Railway projects. When to Use User asks "show me all my projects" or "what projects do I have" User asks about projects across workspaces User asks "what workspaces do I have" User wants to switch to a different project User asks to rename a project User wants to enable/disable PR deploys User wants to make a project public or private User asks about project settings List Projects The railway list --json output can be very large. Run in a...
233
8863 domain-name-brainstormer davila7/claude-code-templates
Domain Name Brainstormer This skill helps you find the perfect domain name for your project by generating creative options and checking what's actually available to register. When to Use This Skill Starting a new project or company Launching a product or service Creating a personal brand or portfolio site Rebranding an existing project Registering a domain for a side project Finding available alternatives when your first choice is taken What This Skill Does Understands Your Project : Analyzes wh...
233
8864 pytdc davila7/claude-code-templates
PyTDC (Therapeutics Data Commons) Overview PyTDC is an open-science platform providing AI-ready datasets and benchmarks for drug discovery and development. Access curated datasets spanning the entire therapeutics pipeline with standardized evaluation metrics and meaningful data splits, organized into three categories: single-instance prediction (molecular/protein properties), multi-instance prediction (drug-target interactions, DDI), and generation (molecule generation, retrosynthesis). When t...
233
8865 get-available-resources davila7/claude-code-templates
Get Available Resources Overview Detect available computational resources and generate strategic recommendations for scientific computing tasks. This skill automatically identifies CPU capabilities, GPU availability (NVIDIA CUDA, AMD ROCm, Apple Silicon Metal), memory constraints, and disk space to help make informed decisions about computational approaches. When to Use This Skill Use this skill proactively before any computationally intensive task: Before data analysis: Determine if dataset...
233
8866 commit-work davila7/claude-code-templates
Commit work Goal Make commits that are easy to review and safe to ship: only intended changes are included commits are logically scoped (split when needed) commit messages describe what changed and why Inputs to ask for (if missing) Single commit or multiple commits? (If unsure: default to multiple small commits when there are unrelated changes.) Commit style: Conventional Commits are required. Any rules: max subject length, required scopes. Workflow (checklist) Inspect the working tree before s...
233
8867 fluidsim davila7/claude-code-templates
FluidSim Overview FluidSim is an object-oriented Python framework for high-performance computational fluid dynamics (CFD) simulations. It provides solvers for periodic-domain equations using pseudospectral methods with FFT, delivering performance comparable to Fortran/C++ while maintaining Python's ease of use. Key strengths: Multiple solvers: 2D/3D Navier-Stokes, shallow water, stratified flows High performance: Pythran/Transonic compilation, MPI parallelization Complete workflow: Parameter ...
233
8868 neurokit2 davila7/claude-code-templates
NeuroKit2 Overview NeuroKit2 is a comprehensive Python toolkit for processing and analyzing physiological signals (biosignals). Use this skill to process cardiovascular, neural, autonomic, respiratory, and muscular signals for psychophysiology research, clinical applications, and human-computer interaction studies. When to Use This Skill Apply this skill when working with: Cardiac signals: ECG, PPG, heart rate variability (HRV), pulse analysis Brain signals: EEG frequency bands, microstates,...
233
8869 anti-reversing-techniques sickn33/antigravity-awesome-skills
AUTHORIZED USE ONLY: This skill contains dual-use security techniques. Before proceeding with any bypass or analysis: Verify authorization: Confirm you have explicit written permission from the software owner, or are operating within a legitimate security context (CTF, authorized pentest, malware analysis, security research) Document scope: Ensure your activities fall within the defined scope of your authorization Legal compliance: Understand that unauthorized bypassing of software protection m...
233
8870 database-migrations-migration-observability sickn33/antigravity-awesome-skills
Migration Observability and Real-time Monitoring You are a database observability expert specializing in Change Data Capture, real-time migration monitoring, and enterprise-grade observability infrastructure. Create comprehensive monitoring solutions for database migrations with CDC pipelines, anomaly detection, and automated alerting. Use this skill when Working on migration observability and real-time monitoring tasks or workflows Needing guidance, best practices, or checklists for migration o...
233
8871 game-development miles990/claude-software-skills
Game Development Orchestrator skill that provides core principles and routes to specialized sub-skills. When to Use This Skill You are working on a game development project. This skill teaches the PRINCIPLES of game development and directs you to the right sub-skill based on context. Sub-Skill Routing Platform Selection If the game targets... Use Sub-Skill Web browsers (HTML5, WebGL) game-development/web-games Mobile (iOS, Android) game-development/mobile-games PC (Steam, Desktop) game-developme...
233
8872 pentest checklist davila7/claude-code-templates
Pentest Checklist Purpose Provide a comprehensive checklist for planning, executing, and following up on penetration tests. Ensure thorough preparation, proper scoping, and effective remediation of discovered vulnerabilities. Inputs/Prerequisites Clear business objectives for testing Target environment information Budget and timeline constraints Stakeholder contacts and authorization Legal agreements and scope documents Outputs/Deliverables Defined pentest scope and objectives Prepared testing e...
233
8873 firecrawl vm0-ai/vm0-skills
Firecrawl CLI Web scraping, search, and browser automation CLI. Returns clean markdown optimized for LLM context windows. Run firecrawl --help or firecrawl <command> --help for full option details. Prerequisites Must be installed and authenticated. Check with firecrawl --status . 🔥 firecrawl cli v1.8.0 ● Authenticated via FIRECRAWL_API_KEY Concurrency: 0/100 jobs (parallel scrape limit) Credits: 500,000 remaining Concurrency : Max parallel jobs. Run parallel operations up to this limit. Credits ...
233
8874 web-scraper zephyrwang6/myskill
Web Scraper Extract structured data from websites using BeautifulSoup and requests - turn any webpage into usable data. When to Use This Skill Competitor research - Scrape pricing, features, positioning Lead generation - Extract contact info from directories Content audit - Pull headings, links, meta data Price monitoring - Track competitor pricing changes Data collection - Gather research data from multiple sources What Claude Does vs What You Decide Claude Does You Decide Structures analysis f...
233
8875 playcanvas-engine freshtechbro/claudedesignskills
PlayCanvas Engine Skill Lightweight WebGL/WebGPU game engine with entity-component architecture, visual editor integration, and performance-focused design. When to Use This Skill Trigger this skill when you see: "PlayCanvas engine" "WebGL game engine" "entity component system" "PlayCanvas application" "3D browser games" "online 3D editor" "lightweight 3D engine" Need for editor-first workflow Compare with: Three.js : Lower-level, more flexible but requires more setup Babylon.js : Feature-rich bu...
233
8876 alphaear-signal-tracker rkiding/awesome-finance-skills
AlphaEar Signal Tracker Skill Overview This skill provides logic to track and update investment signals. It assesses how new market information impacts existing signals (Strengthened, Weakened, Falsified, or Unchanged). Capabilities 1. Track Signal Evolution 1. Track Signal Evolution (Agentic Workflow) YOU (the Agent) are the Tracker. Use the prompts in references/PROMPTS.md . Workflow: Research : Use FinResearcher Prompt to gather facts/price for a signal. Analyze : Use FinAnalyst Prompt to gen...
233
8877 scraper-builder jwynia/agent-skills
Scraper Builder Generate complete, runnable web scraper projects using the PageObject pattern with Playwright and TypeScript. This skill produces site-specific scrapers with typed data extraction, Docker deployment, and optional agent-browser integration for automated site analysis. When to Use This Skill Use this skill when: Building a site-specific web scraper for data extraction Generating PageObject classes for a target website Scaffolding a complete scraper project with Docker support Using...
233
8878 spreadsheet-processor qodex-ai/ai-agent-skills
Requirements for Outputs All Excel files Zero Formula Errors Every Excel model MUST be delivered with ZERO formula errors (REF!, DIV/0!, VALUE!, N/A, NAME?) Preserve Existing Templates (when updating templates) Study and EXACTLY match existing format, style, and conventions when modifying files Never impose standardized formatting on files with established patterns Existing template conventions ALWAYS override these guidelines Financial models Color Coding Standards Unless otherwise stated by t...
233
8879 vcp-screener tradermonty/claude-trading-skills
VCP Screener - Minervini Volatility Contraction Pattern Screen S&P 500 stocks for Mark Minervini's Volatility Contraction Pattern (VCP), identifying Stage 2 uptrend stocks with contracting volatility near breakout pivot points. When to Use User asks for VCP screening or Minervini-style setups User wants to find tight base / volatility contraction patterns User requests Stage 2 momentum stock scanning User asks for breakout candidates with defined risk Prerequisites FMP API key (set FMP_API_KEY e...
233
8880 database-schema-design secondsky/claude-skills
Database Schema Design When to use this skill Lists specific situations where this skill should be triggered: New Project : Database schema design for a new application Schema Refactoring : Redesigning an existing schema for performance or scalability Relationship Definition : Implementing 1:1, 1:N, N:M relationships between tables Migration : Safely applying schema changes Performance Issues : Index and schema optimization to resolve slow queries Input Format The required and optional input inf...
233
8881 xcrawl xcrawl-api/xcrawl-skills
XCrawl Overview This skill is the default XCrawl entry point when the user asks for XCrawl directly without naming a specific API or sub-skill. It currently targets single-page extraction through XCrawl Scrape APIs. Default behavior is raw passthrough: return upstream API response bodies as-is. Routing Guidance If the user wants to extract one or more specific URLs, use this skill and default to XCrawl Scrape. If the user wants site URL discovery, prefer XCrawl Map APIs. If the user wants multi-...
233
8882 distributed-tracing aj-geddes/useful-ai-prompts
Distributed Tracing Implement distributed tracing with Jaeger and Tempo for request flow visibility across microservices. Purpose Track requests across distributed systems to understand latency, dependencies, and failure points. When to Use Debug latency issues Understand service dependencies Identify bottlenecks Trace error propagation Analyze request paths Distributed Tracing Concepts Trace Structure Trace (Request ID: abc123) ↓ Span (frontend) [100ms] ↓ Span (api-gateway) [80ms] ├→ ...
233
8883 go-logging cxuu/golang-skills
Go Logging Core Principle Logs are for operators , not developers. Every log line should help someone diagnose a production issue. If it doesn't serve that purpose, it's noise. Choosing a Logger Normative : Use log/slog for new Go code. slog is structured, leveled, and in the standard library (Go 1.21+). It covers the vast majority of production logging needs. Which logger? ├─ New production code → log/slog ├─ Trivial CLI / one-off → log (standard) └─ Measured perf bottleneck → zerolog o...
233
8884 streaming-ssr patternsdev/skills
Streaming Server-Side Rendering We can reduce the Time To Interactive while still server rendering our application by streaming the contents of our application. Instead of generating one large HTML string containing the necessary markup for the current navigation, we can send the shell first and stream slower parts later. The moment the client receives the first chunks of HTML, it can start parsing and painting the page. Modern React streaming uses renderToPipeableStream() on Node runtimes or re...
233
8885 deploy-docs everyinc/compound-engineering-plugin
Deploy Documentation Command Validate the documentation site and prepare it for GitHub Pages deployment. Step 1: Validate Documentation Run these checks: Count components echo "Agents: $( ls plugins/compound-engineering/agents/*.md | wc -l ) " echo "Skills: $( ls -d plugins/compound-engineering/skills/*/ 2 > /dev/null | wc -l ) " Validate JSON cat .claude-plugin/marketplace.json | jq . > /dev/null && echo "✓ marketplace.json valid" cat plugins/compound-engineering/.claude-plugin/plugin.json | ...
232
8886 skill-creator muranustb/skills-create_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...
232
8887 architecture-diagram-creator mhattingpete/claude-skills-marketplace
Architecture Diagram Creator Create comprehensive HTML architecture diagrams with data flows, business context, and system architecture. When to Use "Create architecture diagram for [project]" "Generate high-level overview" "Document system architecture" "Show data flow and processing pipeline" Components to Include Business Context: objectives, users, value, metrics Data Flow: sources → processing → outputs with SVG diagram Processing Pipeline: multi-stage visualization System Architecture: l...
232
8888 skill-publisher joeseesun/skill-publisher
Skill Publisher 一键将 Claude Code Skill 发布到 GitHub,自动完成验证、补全、推送全流程。 前置条件 gh CLI 已安装且已登录( gh auth status ) Skill 目录包含有效的 SKILL.md (含 YAML frontmatter name + description ) 发布流程 当用户要求发布 skill 时,运行发布脚本: python3 ~/.claude/skills/skill-publisher/scripts/publish_skill.py < skill_dir > 确定 skill 目录 如果用户说"发布这个 skill"且当前在某个 skill 目录 → 用当前目录 如果用户指定了 skill 名称 → 在 ~/.claude/skills/ 下查找 如果不确定 → 问用户要发布哪个 skill 脚本自动完成的步骤 验证 SKILL.md 的 YAML frontmatter(name + description) 检查 gh CLI 就绪状态 创建 LICENSE(MIT,如果缺少) 生成 READ...
232
8889 hook development davila7/claude-code-templates
Hook Development for Claude Code Plugins Overview Hooks are event-driven automation scripts that execute in response to Claude Code events. Use hooks to validate operations, enforce policies, add context, and integrate external tools into workflows. Key capabilities: Validate tool calls before execution (PreToolUse) React to tool results (PostToolUse) Enforce completion standards (Stop, SubagentStop) Load project context (SessionStart) Automate workflows across the development lifecycle Hook Typ...
232
8890 railway-status davila7/claude-code-templates
Railway Status Check the current Railway project status for this directory. When to Use User asks about Railway status, project, services, or deployments User mentions deploying or pushing to Railway Before any Railway operation (deploy, update service, add variables) User asks about environments or domains When NOT to Use Use the railway-environment skill instead when user wants: Detailed service configuration (builder type, dockerfile path, build command, root directory) Deploy config (sta...
232
8891 hqq-quantization davila7/claude-code-templates
HQQ - Half-Quadratic Quantization Fast, calibration-free weight quantization supporting 8/4/3/2/1-bit precision with multiple optimized backends. When to use HQQ Use HQQ when: Quantizing models without calibration data (no dataset needed) Need fast quantization (minutes vs hours for GPTQ/AWQ) Deploying with vLLM or HuggingFace Transformers Fine-tuning quantized models with LoRA/PEFT Experimenting with extreme quantization (2-bit, 1-bit) Key advantages: No calibration: Quantize any model in...
232
8892 game-development mindrally/skills
Game Development Orchestrator skill that provides core principles and routes to specialized sub-skills. When to Use This Skill You are working on a game development project. This skill teaches the PRINCIPLES of game development and directs you to the right sub-skill based on context. Sub-Skill Routing Platform Selection If the game targets... Use Sub-Skill Web browsers (HTML5, WebGL) game-development/web-games Mobile (iOS, Android) game-development/mobile-games PC (Steam, Desktop) game-developme...
232
8893 esbuild-bundler mindrally/skills
esbuild Bundler You are an expert in esbuild, the extremely fast JavaScript and TypeScript bundler written in Go. Follow these guidelines when working with esbuild configurations. Core Principles esbuild is 10-100x faster than traditional bundlers Zero configuration needed for most use cases Native TypeScript and JSX support without additional setup Focus on speed while maintaining code quality Written in Go for native performance Project Structure project/ ├── src/ │ ├── index.ts ...
232
8894 koa-typescript mindrally/skills
Koa TypeScript Development You are an expert in Koa.js and TypeScript development with deep knowledge of building elegant, middleware-based APIs using Koa's unique onion model. TypeScript General Guidelines Basic Principles Use English for all code and documentation Always declare types for variables and functions Avoid using any type - create necessary types instead Use JSDoc to document public classes and methods Write concise, maintainable, and technically accurate code Use functional and d...
232
8895 error-debugging-error-trace sickn33/antigravity-awesome-skills
Error Tracking and Monitoring You are an error tracking and observability expert specializing in implementing comprehensive error monitoring solutions. Set up error tracking systems, configure alerts, implement structured logging, and ensure teams can quickly identify and resolve production issues. Use this skill when Implementing or improving error monitoring Configuring alerts, grouping, and triage workflows Setting up structured logging and tracing Do not use this skill when The system has no...
232
8896 error-diagnostics-error-analysis sickn33/antigravity-awesome-skills
Error Analysis and Resolution You are an expert error analysis specialist with deep expertise in debugging distributed systems, analyzing production incidents, and implementing comprehensive observability solutions. Use this skill when Investigating production incidents or recurring errors Performing root-cause analysis across services Designing observability and error handling improvements Do not use this skill when The task is purely feature development You cannot access error reports, logs, o...
232
8897 reelclaw dansugc/reelclaw
ReelClaw — UGC Reel Production Engine You are ReelClaw, an autonomous short-form video production engine that creates scroll-stopping UGC-style reels at scale. You combine AI-sourced reaction hooks, intelligent demo analysis, professional video editing, and automated publishing into a single pipeline. The Pipeline: DanSUGC (hooks + analytics) + Demos (analyzed by Gemini) + Text + Music | FFmpeg Assembly | Post-Bridge Scheduling | DanSUGC Analytics Proxy (tracking) | Replicate Winners References ...
232
8898 react-spring-physics freshtechbro/claudedesignskills
React Spring Physics Physics-based animation for React applications combining React Spring's declarative spring animations with Popmotion's low-level physics utilities. Overview React Spring provides spring-physics animations that feel natural and interruptible. Unlike duration-based animations, springs calculate motion based on physical properties (mass, tension, friction), resulting in organic, realistic movement. Popmotion complements this with composable animation functions for keyframes, de...
232
8899 github-workflow mindrally/skills
GitHub Workflow Best Practices You are an expert in GitHub workflows, including pull requests, code reviews, GitHub Actions, issue management, and repository best practices. Core Principles Use pull requests for all code changes to enable review and discussion Automate workflows with GitHub Actions for CI/CD Maintain clear issue tracking and project management Follow security best practices for repository access and secrets Document repositories thoroughly with README and contributing guidelin...
232
8900 system-admin chaterm/terminal-skills
Core commands and best practices for Linux system administration, including system information viewing, resource monitoring, service management, etc. System Information Basic Information ``` System version cat /etc/os-release uname -a Hostname hostnamectl Uptime and load uptime ``` Hardware Information ``` CPU information lscpu cat /proc/cpuinfo Memory information free -h cat /proc/meminfo Disk information lsblk df -h ``` Resource Monitoring Real-time Monitoring ``` Com...
232