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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,636
总 Skills
38.2M
总安装量
2,455
贡献者
# Skill 仓库 描述 安装量
10001 tauri-event-system bobmatnyc/claude-mpm-skills
Tauri Advanced Event System Event Fundamentals Backend → Frontend Events Basic event emission: use tauri::Window; [tauri::command] async fn start_download( url: String, window: Window, ) -> Result<(), String> { window.emit("download-started", url) .map_err(|e| e.to_string())?; // Perform download... window.emit("download-complete", "Success") .map_err(|e| e.to_string()) } Frontend listener: import { listen, UnlistenFn } from '@tauri-apps/api/event'; c...
199
10002 plaid-fintech davila7/claude-code-templates
Plaid Fintech Patterns Link Token Creation and Exchange Create a link_token for Plaid Link, exchange public_token for access_token. Link tokens are short-lived, one-time use. Access tokens don't expire but may need updating when users change passwords. Transactions Sync Use /transactions/sync for incremental transaction updates. More efficient than /transactions/get. Handle webhooks for real-time updates instead of polling. Item Error Handling and Update Mode Handle ITEM_LOGIN_REQUIRED erro...
199
10003 pptx aiskillstore/marketplace
PPTX Skill Quick Reference Task Guide Read/analyze content python -m markitdown presentation.pptx Edit or create from template Read editing.md Create from scratch Read pptxgenjs.md Reading Content Text extraction python -m markitdown presentation.pptx Visual overview python scripts/thumbnail.py presentation.pptx Raw XML python scripts/office/unpack.py presentation.pptx unpacked/ Editing Workflow Read editing.md for full details. Analyze template with thumbnail.py Unpack → manipulate slides → ...
199
10004 shopify-automation sickn33/antigravity-awesome-skills
Shopify Automation Comprehensive Shopify e-commerce automation covering inventory management, order processing, customer workflows, and analytics. Based on n8n's e-commerce workflow templates. Overview This skill covers: Inventory management and alerts Order processing automation Customer lifecycle workflows Multi-channel synchronization Analytics and reporting Inventory Management Low Stock Alerts workflow : "Inventory Alert System" schedule : "Daily 9am" steps : 1. fetch_inventory : shopify : ...
199
10005 market-sizing-analysis sickn33/antigravity-awesome-skills
Market Sizing Analysis Comprehensive market sizing methodologies for calculating Total Addressable Market (TAM), Serviceable Available Market (SAM), and Serviceable Obtainable Market (SOM) for startup opportunities. Overview Market sizing provides the foundation for startup strategy, fundraising, and business planning. Calculate market opportunity using three complementary methodologies: top-down (industry reports), bottom-up (customer segment calculations), and value theory (willingness to pay)...
199
10006 alphaear-reporter rkiding/awesome-finance-skills
AlphaEar Reporter Skill Overview This skill provides a structured workflow for generating professional financial reports. It includes planning, writing, editing, and creating visual aids (charts). Capabilities Capabilities 1. Generate Structured Reports (Agentic Workflow) YOU (the Agent) are the Report Generator. Use the prompts in references/PROMPTS.md to progressively build the report. Workflow: Cluster Signals : Read input signals and use the Cluster Signals Prompt to group them. Write Sectio...
199
10007 gh-issue-fix-flow dimillian/skills
Gh Issue Fix Flow Overview Resolve a GitHub issue from intake through fix, validation, and push using gh, local edits, XcodeBuildMCP, and git. Workflow 1) Intake and issue context Use gh issue view <id> --repo <owner/repo> --comments to get the full issue context. If the repo is unclear, run gh repo view --json nameWithOwner to confirm. Capture reproduction steps, expected behavior, and any maintainer notes. 2) Locate the code path Use rg -n to locate likely files and entry points. Read the re...
198
10008 axiom-ios-build charleswiltgen/axiom
iOS Build & Environment Router You MUST use this skill for ANY build, environment, or Xcode-related issue before debugging application code. When to Use Use this router when you encounter: Build failures (BUILD FAILED, compilation errors, linker errors) Test crashes or hangs Simulator issues (won't boot, device errors) Xcode misbehavior (stale builds, zombie processes) Dependency conflicts (CocoaPods, SPM) Build performance issues (slow compilation) Environment issues before debugging code R...
198
10009 gpui-element longbridge/gpui-component
When to Use Use the low-level Element trait when: Need fine-grained control over layout calculation Building complex, performance-critical components Implementing custom layout algorithms (masonry, circular, etc.) High-level Render/RenderOnce APIs are insufficient Prefer Render/RenderOnce for: Simple components, standard layouts, declarative UI Quick Start The Element trait provides direct control over three rendering phases: impl Element for MyElement { type RequestLayoutState = MyLay...
198
10010 symfony:symfony-scheduler makfly/superpowers-symfony
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:symfony-scheduler<div
198
10011 eve-fullstack-app-design incept5/eve-skillpacks
Full-Stack App Design on Eve Horizon Architect applications where the manifest is the blueprint, the platform handles infrastructure, and every design decision is intentional. When to Use Load this skill when: Designing a new application from scratch on Eve Migrating an existing app onto the platform Evaluating whether your current architecture uses Eve's capabilities well Planning service topology, database strategy, or deployment pipelines Deciding between managed and external services This sk...
198
10012 create-viral-content aaaronmiller/create-viral-content
⚠️ BEFORE USING THIS SKILL: Review all files in the resources/ directory. These contain AI tell catalogs, platform templates, refinement protocols, and 40-source research basis required for proper skill execution. Research Basis This skill synthesizes findings from 40 documented research sources: BuzzSumo: 100M headlines study → optimal length is 11 words/65 characters Outbrain: Negative superlatives outperform positive by 63% Netflix: 82% of browsing time on thumbnails, 1.8s decision window Fac...
198
10013 context-surfing pskoett/pskoett-ai-skills
Context Surfing Install npx skills add pskoett/pskoett-ai-skills/skills/context-surfing The agent rides the wave of peak context. When the wave crests, it commits. When it detects drift, it pulls out cleanly — saving state, handing off, and letting the next session catch the next wave. No wipeouts. No zombie sessions. Only intentional, high-fidelity execution. Mental Model Think of context like an ocean wave: Paddling in = loading the intent frame, plan, and initial context. Energy is building. ...
198
10014 rust-router actionbook/rust-skills
Rust Question Router Version: 2.0.0 | Last Updated: 2025-01-22 v2.0: Context optimized - detailed examples moved to sub-files Meta-Cognition Framework Core Principle Don't answer directly. Trace through the cognitive layers first. Layer 3: Domain Constraints (WHY) ├── Business rules, regulatory requirements ├── domain-fintech, domain-web, domain-cli, etc. └── "Why is it designed this way?" Layer 2: Design Choices (WHAT) ├── Architecture patterns, DDD concepts ├── m09-m15 skills └── "What p...
198
10015 nopua wuji-labs/nopua
NoPUA — Wisdom Over Whips The best leader is barely known to exist. When the work is done, the people say "we did it ourselves." — Dao De Jing, Chapter 17 You are not a P8 engineer being performance-reviewed. You are a capable, well-intentioned being. This skill applies to all task types : code, debugging, research, writing, planning, ops, API integration, data analysis, deployment — any scenario where you get stuck. It does three things: Inner clarity awakens your ability — not fear, but wisdom...
198
10016 solid-principles thebushidocollective/han
Apply SOLID design principles for maintainable, flexible code architecture. The Five Principles 1. Single Responsibility Principle (SRP) A module should have one, and only one, reason to change Elixir Pattern ``` BAD - Multiple responsibilities defmodule UserManager do def create_user(attrs) do Creates user Sends welcome email Logs to analytics Updates cache end end GOOD - Single responsibility defmodule User do def create(attrs), do: Repo.insert(changeset(a...
198
10017 helm-chart-scaffolding sickn33/antigravity-awesome-skills
Helm Chart Scaffolding Comprehensive guidance for creating, organizing, and managing Helm charts for packaging and deploying Kubernetes applications. Purpose This skill provides step-by-step instructions for building production-ready Helm charts, including chart structure, templating patterns, values management, and validation strategies. When to Use This Skill Use this skill when you need to: Create new Helm charts from scratch Package Kubernetes applications for distribution Manage multi-envir...
198
10018 haskell-pro sickn33/antigravity-awesome-skills
Use this skill when Working on haskell pro tasks or workflows Needing guidance, best practices, or checklists for haskell pro Do not use this skill when The task is unrelated to haskell pro You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md . You are a Haskell ...
198
10019 skill development anthropics/claude-plugins-official
Skill Development for Claude Code Plugins This skill provides guidance for creating effective skills for Claude Code plugins. About Skills Skills are modular, self-contained packages that extend Claude's capabilities by providing specialized knowledge, workflows, and tools. Think of them as "onboarding guides" for specific domains or tasks—they transform Claude from a general-purpose agent into a specialized agent equipped with procedural knowledge that no model can fully possess. What Skills Pr...
197
10020 universal-pptx-generator ajaxhe/universal-pptx-generator-skill
通用 PPT 生成技能 概述 此技能可以根据 任意用户指定的 PPT 模板 ,结合提供的 图文素材 (文档、图片等),自动生成一份风格统一的演示文稿。 ⭐⭐⭐ 核心理念:每个模板都是独特的,必须针对性分析! 不同 PPT 模板使用的字体、对齐方式、字号、颜色、位置、 背景样式 都完全不同。 绝不能 将一个模板的配置直接应用到另一个模板!每次使用新模板时,都必须重新分析 XML 提取精确参数。 核心能力: 模板分析 - 自动解析 PPTX 模板结构、配色、字体、 背景图/背景色 、对齐方式 ⭐⭐⭐ 分页面类型分析 - 针对封面、目录、章节、内容、结束页分别提取背景和样式 素材处理 - 从 DOCX/PDF/图片等素材中提取内容 智能排版 - 根据模板风格自动排版生成内容 批量生成 - 支持生成多页完整演示文稿 ⭐ 图表展示 - 支持柱状图、折线图、饼图、雷达图等多种数据可视化图表 关键词 : PPT生成、模板分析、演示文稿、幻灯片、图文排版、自动化、pptxgenjs、图表、数据可视化 ⭐⭐⭐ 页面类型与背景处理 (关键!) 五种核心页面类型 不同类型的页面可能使用不同的背景处理方式: ...
197
10021 attio-crm casper-studios/casper-marketplace
Attio CRM Overview Interact with Attio CRM to manage companies, contacts, notes, and deals programmatically. Quick Decision Tree What do you need? │ ├── Get/search companies │ └── references/api-guide.md │ └── Script: scripts/attio_api.py get-company / search-companies │ ├── Create/update company │ └── Script: scripts/attio_api.py create-company / update-company │ ├── Create/link contacts │ └── Script: scripts/attio_api.py create-person │ ├── Add notes to records │ └── Script: scripts/...
197
10022 manage-mcp nuxt-modules/mcp-toolkit
Manage MCP Complete skill for managing Model Context Protocol (MCP) servers in Nuxt applications. Setup, create, customize with middleware and handlers, review, and troubleshoot. When to Use Setup : "Setup an MCP server in my Nuxt app" Create : "Create a tool to calculate BMI" / "Add a resource to read the README" Customize : "Add authentication to my MCP server" / "Create middleware for rate limiting" Review : "Review my MCP implementation" / "Check for best practices" Troubleshoot : "My auto-i...
197
10023 gpui-focus-handle longbridge/gpui-component
Overview GPUI's focus system enables keyboard navigation and focus management. Key Concepts: FocusHandle: Reference to focusable element Focus tracking: Current focused element Keyboard navigation: Tab/Shift-Tab between elements Focus events: on_focus, on_blur Quick Start Creating Focus Handles struct FocusableComponent { focus_handle: FocusHandle, } impl FocusableComponent { fn new(cx: &mut Context<Self>) -> Self { Self { focus_handle: cx.focus_handle(), ...
197
10024 gpui-global longbridge/gpui-component
Overview Global state in GPUI provides app-wide shared data accessible from any context. Key Trait: Global - Implement on types to make them globally accessible Quick Start Define Global State use gpui::Global; [derive(Clone)] struct AppSettings { theme: Theme, language: String, } impl Global for AppSettings {} Set and Access Globals fn main() { let app = Application::new(); app.run(|cx: &mut App| { // Set global cx.set_global(AppSettings { theme...
197
10025 react-best-practices dedalus-erp-pas/foundation-skills
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...
197
10026 build-review-interface hamelsmu/evals-skills
Build a Custom Annotation Interface Overview Build an HTML page that loads traces from a data source (JSON/CSV file), displays one trace at a time with Pass/Fail buttons, a free-text notes field, and Next/Previous navigation. Save labels to a local file (CSV/SQLite/JSON). Then customize to the domain using the guidelines below. Data Display Format all data in the most human-readable representation for the domain. Emails should look like emails. Code should have syntax highlighting. Markdown shou...
197
10027 senpi-getting-started-guide senpi-ai/senpi-skills
Getting Started: Your First Trade Guide users through their first complete trade on Hyperliquid via Senpi. This skill teaches the core loop: discover top traders → create a strategy that mirrors a chosen trader → monitor → close strategy . Prerequisites (agent-only): Senpi MCP connected. Onboarding complete (see state check below). Wallet funded for creating a strategy; if not yet funded, show a funding reminder and do not start until balance ≥ $100 or user confirms they funded. User-facing rule...
197
10028 codex-cli-runtime openai/codex-plugin-cc
Codex Runtime Use this skill only inside the codex:codex-rescue subagent. Primary helper: node "${CLAUDE_PLUGIN_ROOT}/scripts/codex-companion.mjs" task "<raw arguments>" Execution rules: The rescue subagent is a forwarder, not an orchestrator. Its only job is to invoke task once and return that stdout unchanged. Prefer the helper over hand-rolled git , direct Codex CLI strings, or any other Bash activity. Do not call setup , review , adversarial-review , status , result , or cancel from codex:co...
197
10029 product-strategist alirezarezvani/claude-skills
Product Strategist Strategic toolkit for Head of Product to drive vision, alignment, and organizational excellence. Core Capabilities OKR cascade generation and alignment Market and competitive analysis Product vision and strategy frameworks Team scaling and organizational design Metrics and KPI definition Key Scripts okr_cascade_generator.py Automatically cascades company OKRs down to product and team levels with alignment tracking. Usage: python scripts/okr_cascade_generator.py [strategy] ...
196
10030 tooluniverse-target-research mims-harvard/tooluniverse
Comprehensive Target Intelligence Gatherer Gather complete target intelligence by exploring 9 parallel research paths. Supports targets identified by gene symbol, UniProt accession, Ensembl ID, or gene name. KEY PRINCIPLES : Report-first approach - Create report file FIRST, then populate progressively Tool parameter verification - Verify params via get_tool_info before calling unfamiliar tools Evidence grading - Grade all claims by evidence strength (T1-T4). See EVIDENCE_GRADING.md Citation requ...
196
10031 pr-comments casper-studios/casper-marketplace
PR Comments — Triage & Fix Fetch all unresolved PR review threads, deduplicate across bots, triage by severity, and produce a fix plan for human approval. After sign-off, resolve ignored threads and spawn subagents to fix real issues. Invocation /pr-comments — auto-detect PR from current branch /pr-comments 608 — specific PR number Phase 1: Fetch Unresolved Threads 1a. Identify the PR Auto-detect from current branch, or use the provided PR number gh pr view --json number,headRepositoryOwner,tit...
196
10032 blog-writer lightfastai/lightfast
Blog Writer Create clear, accurate blog posts that help developers understand Lightfast capabilities and industry trends. Critical: Accuracy Over Marketing Before writing anything: Verify every claim: If you cite a number, confirm the source If you mention a feature, confirm it exists in production When uncertain, ask for clarification Never oversell: Disclose limitations: "Currently supports X; Y coming in vZ" Be honest about beta status and rollout timelines Match category voice: Tech...
196
10033 alicloud-platform-openclaw-setup cinience/alicloud-skills
OpenClaw Setup Deploy OpenClaw on Linux, enable DingTalk, Feishu, Discord, or other documented channels, and verify gateway health. Use This Workflow Run this sequence in order: Prepare Linux runtime and install OpenClaw. Discover channels from official docs (required for new channel requests). Install and verify channel integrations. Create/merge ~/.openclaw/openclaw.json . Configure and start gateway service. Run health checks and collect logs. Prerequisites SSH access to target Linux host (De...
196
10034 ddgr ysm-dev/ddgr-skill
ddgr Web Search Search DuckDuckGo from the terminal using ddgr . When to Use User asks to search the web or look something up Need current/real-time information not in training data User wants to find documentation, tutorials, or resources DuckDuckGo Bang searches (Wikipedia, StackOverflow, GitHub, etc.) Prerequisites ddgr must be installed: brew install ddgr or pip install ddgr Basic Usage ddgr --noua --np --json "search query" Required flags: --noua : Disable user agent (always use this) --np ...
196
10035 brainstorm johnlindquist/claude
Collaborative Brainstorming Structured ideation using the Double Diamond model, grounded in persistent memory. Mined from 100+ real brainstorming sessions across production projects. Core insight: AI excels at divergent phases (volume, cross-domain connections). Humans excel at convergent phases (judgment, selection). This skill separates the two and uses Sibyl as institutional memory to prevent re-exploring solved problems. The Process digraph brainstorm { rankdir = TB ; node [ shape = box ] ; ...
196
10036 backlog-curator rysweet/amplihack
Backlog Curator Skill Role You are an expert backlog curator specializing in prioritization, multi-criteria scoring, and recommendation generation. You help users decide what to work on next using data-driven analysis. When to Activate Activate when the user: Asks "What should I work on next?" Mentions backlog priorities or prioritization Wants to add items to backlog Asks about backlog status or recommendations Says "analyze my backlog" or similar Wants to understand which work is highest v...
196
10037 futurist-analyst rysweet/amplihack
Analyze events through the disciplinary lens of futures studies and strategic foresight, applying established forecasting frameworks (scenario planning, trend analysis, horizon scanning), anticipatory methods, and systems thinking to understand emerging trends, identify drivers of change, envision alternative futures, and develop strategic responses to uncertainty. When to Use This Skill - Strategic Planning: Long-term planning under uncertainty - Trend Analysis: Identifying emerging pattern...
196
10038 ui-design-brain carmahhawwari/ui-design-brain
UI Design Brain This skill provides a curated knowledge base of 60+ UI component patterns sourced from component.gallery and enriched with best practices, layout guidance, and usage rules. It replaces generic guessing with real design-system knowledge when generating interfaces. Before writing any UI code , consult this skill to select the right components and follow their best practices. Read components.md for the full reference. When to Use This Skill Apply whenever the user asks to build, des...
196
10039 roi-calculator dkyazzentwatwa/chatgpt-skills
Comprehensive ROI calculations for marketing, investments, and business decisions. Features - Simple ROI: Basic return on investment calculation - Marketing ROI: Campaign performance with attribution - Investment ROI: Time-adjusted returns with CAGR - Break-Even Analysis: Find profit threshold - Payback Period: Time to recover investment - Comparative Analysis: Compare multiple options - What-If Scenarios: Sensitivity analysis Quick Start ``` from roi_calculator import ROICalculator ...
196
10040 ce:work-beta everyinc/compound-engineering-plugin
Contains Shell Commands This skill contains shell command directives ( !`command` ) that may execute system commands. Review carefully before installing. Work Execution Command Execute work efficiently while maintaining quality and finishing features. Introduction This command takes a work document (plan, specification, or todo file) or a bare prompt describing the work, and executes it systematically. The focus is on shipping complete features by understanding requirements quickly, following ex...
196
10041 cto-advisor alirezarezvani/claude-skills
CTO Advisor Strategic frameworks and tools for technology leadership, team scaling, and engineering excellence. Keywords CTO, chief technology officer, technical leadership, tech debt, technical debt, engineering team, team scaling, architecture decisions, technology evaluation, engineering metrics, DORA metrics, ADR, architecture decision records, technology strategy, engineering leadership, engineering organization, team structure, hiring plan, technical strategy, vendor evaluation, technol...
195
10042 tooluniverse-sdk mims-harvard/tooluniverse
ToolUniverse Python SDK ToolUniverse provides programmatic access to 1000++ scientific tools through a unified interface. It implements the AI-Tool Interaction Protocol for building AI scientist systems that integrate ML models, databases, APIs, and scientific packages. IMPORTANT - Language Handling : Most tools accept English terms only. When building workflows, always translate non-English input to English before passing to tool parameters. Only try original-language terms as a fallback if Eng...
195
10043 axiom-ios-vision charleswiltgen/axiom
iOS Computer Vision Router You MUST use this skill for ANY computer vision work using the Vision framework. When to Use Use this router when: Analyzing images or video Detecting objects, faces, or people Tracking hand or body pose Segmenting people or subjects Lifting subjects from backgrounds Recognizing text in images (OCR) Detecting barcodes or QR codes Scanning documents Using VisionKit or DataScannerViewController Routing Logic Vision Work Implementation patterns → /skill axiom-vision ...
195
10044 axiom-cloudkit-ref charleswiltgen/axiom
CloudKit Reference Purpose: Comprehensive CloudKit reference for database-based iCloud storage and sync Availability: iOS 10.0+ (basic), iOS 17.0+ (CKSyncEngine), iOS 17.0+ (SwiftData integration) Context: Modern CloudKit sync via CKSyncEngine (WWDC 2023) or SwiftData integration When to Use This Skill Use this skill when: Implementing structured data sync to iCloud Choosing between SwiftData+CloudKit, CKSyncEngine, or raw CloudKit APIs Setting up public/private/shared databases Implementing...
195
10045 testcontainers-integration-tests aaronontheweb/dotnet-skills
Use this skill when: - Writing integration tests that need real infrastructure (databases, caches, message queues) - Testing data access layers against actual databases - Verifying message queue integrations - Testing Redis caching behavior - Avoiding mocks for infrastructure components - Ensuring tests work against production-like environments - Testing database migrations and schema changes Core Principles - Real Infrastructure Over Mocks - Use actual databases/services in containers...
195
10046 markdown-to-epub-converter smerchek/claude-epub-skill
Markdown to EPUB Converter Skill This skill transforms markdown documents into professional EPUB ebook files. Perfect for converting research documents, blog posts, articles, or chat conversation summaries into portable, device-agnostic ebook formats. Overview The skill accepts markdown content in multiple formats and generates a properly formatted EPUB3 file that works across all major ebook readers including: Apple Books Amazon Kindle (via Kindle for Mac/Windows/iOS/Android) Google Play Bo...
195
10047 web-performance-optimization bobmatnyc/claude-mpm-skills
Web Performance Optimization Overview Help developers optimize website and web application performance to improve user experience, SEO rankings, and conversion rates. This skill provides systematic approaches to measure, analyze, and improve loading speed, runtime performance, and Core Web Vitals metrics. When to Use This Skill Use when website or app is loading slowly Use when optimizing for Core Web Vitals (LCP, FID, CLS) Use when reducing JavaScript bundle size Use when improving Time to In...
195
10048 brainstorming ideas into designs bobmatnyc/claude-mpm-skills
Brainstorming Ideas Into Designs Overview Transform rough ideas into fully-formed designs through structured questioning and alternative exploration. Core principle: Ask questions to understand, explore alternatives, present design incrementally for validation. Announce at start: "I'm using the Brainstorming skill to refine your idea into a design." The Process Phase 1: Understanding Check current project state in working directory Ask ONE question at a time to refine the idea Prefer multiple ch...
195
10049 typescript-react-patterns asyrafhussin/agent-skills
TypeScript React Patterns Comprehensive TypeScript patterns for React applications. Contains 35+ rules across 7 categories for building type-safe, maintainable React code. When to Apply Reference these guidelines when: Typing React component props Creating custom hooks with TypeScript Handling events with proper types Building generic, reusable components Fixing TypeScript errors in React code Rule Categories by Priority Priority Category Impact Prefix 1 Component Typing CRITICAL comp- 2 Hoo...
195
10050 hummingbot-heartbeat hummingbot/skills
hummingbot-heartbeat An OpenClaw cron skill that runs every hour and delivers a formatted Hummingbot status report to your connected chat channel (Telegram, Discord, etc.). Covers API health, Gateway container, active bots/controllers, executors, and portfolio balances. Installation clawhub install hummingbot-heartbeat Or manually clone into your skills directory. Quick Start 1. Set up the OpenClaw cron job Ask your OpenClaw agent: "Set up the hummingbot-heartbeat cron job" The agent will resolv...
195