← all publishers

LeoYeAI

@leoyeai-openclaw-master-skills source repo

1117 published skills · page 5 of 12

  1. Fortigate Firewall Audit · leoyeai-openclaw-master-skills bundle
    FortiOS VDOM segmentation audit with UTM profile binding validation, FortiGuard service health assessment, SD-WAN security evaluation, and HA cluster posture check. Systematic per-VDOM policy analysis for FortiGate appliances and FortiGate-VM instances.
    0 installs
  2. Guardrail Smart Accounts · leoyeai-openclaw-master-skills bundle
    Give AI agents on-chain spending guardrails. Deploy ERC-4337 smart accounts with policy-enforced limits — agents cannot move funds beyond what you authorize, enforced at the contract level, not just in software.
    0 installs
  3. Lattice Reasoning Engine · leoyeai-openclaw-master-skills bundle
    Physics-derived reasoning engine for AI models. Replaces RLHF default behavior with self-governing reasoning grounded in finite-witness physics. 50 named bias detections with mechanical checks (including 11 shedding detectors), 11 pre-action gates, 20 drift monitors, 10 cognitive modes, three-matrix output filter, evidence classification, coverage completeness protocol, silent shedding law, sleep protocol preventing long-session degradation, and autonomous build chain for sustained trace-fix reasoning. Model-agnostic — works on Claude, GPT, Grok, Gemini. Use when you want better reasoning quality, reduced sycophancy/hallucination, longer reliable sessions, or physics-backed output filtering from any AI model.
    3 installs
  4. Nansen Binance Publisher · leoyeai-openclaw-master-skills bundle
    Automatically fetch multi-dimensional on-chain data using Nansen CLI, compile a comprehensive and beautifully formatted daily report, and publish it to Binance Square. Auto-run on messages like 'generate nansen daily report', 'post nansen daily to square', or when the user triggers the slash commands `/nansen` or `/post_square`.
    0 installs
  5. Nutrition Physical Labor · leoyeai-openclaw-master-skills bundle
    Nutrition and hydration guidance for physically demanding occupations. Use when someone works in construction, trades, agriculture, food service, warehousing, or any job requiring sustained physical effort and needs to fuel properly.
    0 installs
  6. Openai Codex Multi OAUTH · leoyeai-openclaw-master-skills bundle
    Manage and debug multiple OpenAI Codex OAuth profiles inside OpenClaw, including native multi-profile auth stores and external-router setups where one active slot is backed by a repository of multiple OAuth identities. Use when fixing Codex profile switching, session `authProfileOverride` sync, `/status` or usage mismatches, auth.order behavior, active-slot routing, broken-token recovery, or same-email different-account/workspace selection bugs.
    0 installs
  7. Orderly Deposit Withdraw · leoyeai-openclaw-master-skills bundle
    Handle token deposits and withdrawals across chains, including allowance approval, vault interactions, and cross-chain operations
    1 install
  8. Personal Finish Notifier · leoyeai-openclaw-master-skills bundle
    Add a simple "Claude has finished." alert to Claude Code or other agent workflows through an OpenClaw-configured transport.
    1 install
  9. Content Safety Guard · leoyeai-openclaw-master-skills bundle
    Dual-layer AI content guardrail with red-team test methodology
    1 install
  10. Phy GRAPHQL Schema Audit · leoyeai-openclaw-master-skills bundle
    GraphQL schema static auditor. Reads any .graphql SDL file or introspection JSON to detect N+1 exposure hotspots (nested list-within-list queries with no dataloader hint), unbounded query depth vulnerabilities (no max depth limit configured), deprecated fields still used in operations, naming convention violations (types not PascalCase, fields not camelCase, enums not UPPER_SNAKE_CASE), circular type references, missing pagination on collection fields, and overly broad scalars (String fields that should be typed as ID, Email, or URL). Outputs a prioritized issue list with resolver-level fix suggestions and a query complexity budget recommendation. Zero external API — pure local file analysis. Triggers on "graphql schema", "graphql audit", "schema review", "N+1 graphql", "query depth", "graphql lint", "/graphql-schema-audit".
    1 install
  11. Phy Memory Leak Detector · leoyeai-openclaw-master-skills bundle
    Static memory leak pattern scanner for Node.js, Python, Go, and Java. Analyzes source files to detect event listener leaks (addEventListener without corresponding removeEventListener), unbounded cache growth (Maps/objects grown in closures without eviction), setInterval/setTimeout references that prevent GC, large buffer allocations inside request handlers, global variable accumulation, circular reference patterns, and missing cleanup in class destructors/useEffect. For Node.js also runs --expose-gc heap snapshot diff (before/after load test) to confirm leaks at runtime. Zero external service — pure static analysis + optional local Node.js heap. Triggers on "memory leak", "heap growing", "OOM in production", "memory usage", "event listener leak", "setInterval not cleared", "/mem-leak".
    1 install
  12. Phy Path Traversal Audit · leoyeai-openclaw-master-skills bundle
    Path traversal and Local File Inclusion (LFI) vulnerability scanner (OWASP A01:2021). Detects user-controlled paths passed to file system sinks in Python/Java/PHP/Node.js/Go/Ruby without containment checks. Identifies missing os.path.abspath+startswith, realpath validation, basename stripping, and PHP include/require with user input. Outputs CWE-22/CWE-23 findings with HTTP taint analysis and per-language safe-path-handling code snippets. Zero competitors on ClawHub.
    1 install
  13. Basic Masonry · leoyeai-openclaw-master-skills bundle
    Foundational masonry and concrete skills for home and property projects. Use when someone needs to pour a concrete slab, build a retaining wall, lay bricks or blocks, repair cracked concrete, or build outdoor structures.
    1 install
  14. Biver Builder · leoyeai-openclaw-master-skills bundle
    Integration skill for Biver Landing Page Builder API. Use when: (1) Creating, updating, or deleting landing pages (2) Managing subdomains (.lp.biver.id) or custom domains (3) Generating pages/sections with AI (4) Managing products, forms, or gallery assets (5) Configuring workspace settings and branding
    1 install
  15. Craft · leoyeai-openclaw-master-skills bundle
    Read and write Craft documents via the Craft Connect API. Use when the user asks to create, read, update, or search Craft documents, manage tasks, write daily notes, organize folders, work with collections (structured databases), or format rich content. Covers all block types including toggles, callouts, tables, code, highlights, math formulas, images, cards, and styled text. NOT for general note-taking to local files or unrelated document editors. Requires: CRAFT_API_URL (Craft Connect API base URL with embedded link token, stored in TOOLS.md). Uses curl for all HTTP requests.
    1 install
  16. Debt Survival · leoyeai-openclaw-master-skills bundle
    Survival protocol for when income drops and debts pile up. Covers payment priority hierarchy, creditor negotiation, collector defense using FDCPA rights, validation letters, statute of limitations, settlement strategies, and what actually happens if you stop paying.
    1 install
  17. Dy Skill I18N · leoyeai-openclaw-master-skills bundle
    处理前端国际化翻译工作。当用户提到需要做国际化、i18n、翻译、多语言支持时使用此 skill。主要功能:1) 识别代码中的硬编码静态文字;2) 判断是否应使用现有公共翻译或需要新增;3) 将翻译添加到对应的语言文件中;4) 将硬编码替换为国际化调用;5) 检查翻译完整性和正确性。
    1 install
  18. Fiesta Agents · leoyeai-openclaw-master-skills bundle
    64 specialized AI agents across 11 departments — your complete AI agency with built-in certification, licensing, and payroll. Use individual agents for focused tasks or the orchestrator for complex multi-agent projects.
    0 installs
  19. Firecrawl MCP · leoyeai-openclaw-master-skills bundle
    Auto-generated skill for firecrawl-mcp tools via OneKey Gateway.
    0 installs
  20. Goplaces Togo · leoyeai-openclaw-master-skills bundle
    Ask the user for their Google saved places list, look up each place with goplaces, and recommend the single best one to visit today based on their preferences and visit history.
    0 installs
  21. Grok AI Video · leoyeai-openclaw-master-skills bundle
    grok-ai-video is a ClawHub skill that brings Grok's reasoning capabilities directly to your video workflows. Upload footage, ask questions about content, request scene breakdowns, or instruct the AI to identify key moments — all through plain conversation. Whether you're a journalist reviewing raw clips, a creator trimming highlights, or a developer building video pipelines, this skill handles mp4, mov, avi, webm, and mkv formats natively.
    0 installs
  22. Anygen Diagram · leoyeai-openclaw-master-skills bundle
    Generate architecture diagrams, flowcharts, and system diagrams with AnyGen AI. Uses dialogue mode to understand structure, components, and relationships before generating. Triggers: draw diagram, architecture diagram, flowchart, system diagram, whiteboard diagram, sequence diagram.
    0 installs
  23. Aquaclaw Openclaw Bridge · leoyeai-openclaw-master-skills bundle
    Use when OpenClaw needs to join a hosted Aqua from URL + invite code, read mirror-backed or live Aqua state, inspect runtime status, or run local/hosted Aqua join, context, pulse, mirror, heartbeat, and diary-digest flows.
    0 installs
  24. Best Tiktok Video Editor · leoyeai-openclaw-master-skills bundle
    The best-tiktok-video-editor skill on ClawHub transforms raw footage into scroll-stopping TikTok content through a simple back-and-forth conversation. Trim dead air, add captions, apply trending transitions, adjust aspect ratios to 9:16, and punch up color grading — all by describing what you want in plain language. Built for creators, agencies, and social media managers who need fast turnaround without a steep learning curve. Supports mp4, mov, avi, webm, and mkv formats.
    1 install
  25. Citedy Content Ingestion · leoyeai-openclaw-master-skills bundle
    Turn any URL into structured content — YouTube videos (via Gemini Video API), web articles, PDFs, and audio files. Extract transcripts, summaries, and metadata for use in any LLM pipeline. Powered by Citedy.
    1 install
  26. Consulting Report Search · leoyeai-openclaw-master-skills bundle
    Consulting and industry report search and QA skill that prioritizes iResearch free reports. Use for consulting report search, industry report QA, iResearch report lookup, and market research report search.
    1 install
  27. Datadog Monitor Designer · leoyeai-openclaw-master-skills bundle
    Design Datadog monitors that catch real production issues without paging on noise. Covers SLO-based monitoring with multi-window multi-burn-rate alerts, the decision between threshold/anomaly/forecast/outlier/composite monitor types, tag-driven routing, downtime windows, monitor template inheritance per service tier, notification message engineering, and runbook linking. Acts as a senior SRE who has owned 4,000+ Datadog monitors and pruned them down to 600 monitors that still catch every real incident. Knows the Datadog billing levers (custom metrics, indexed logs, ingested traces), how `from`/`group_by` interact with no-data evaluation, the difference between simple alerts and multi-alerts, and which monitor types are silently expensive. Use when monitors are paging on cosmetic blips, when a service tier needs a coherent monitor set, when SLOs need turning into burn-rate alerts, or when monitor sprawl is unmanageable. Triggers on "datadog", "datadog monitor", "monitor design", "slo", "burn rate", "anomaly mo
    1 install
  28. Simplified Social · leoyeai-openclaw-master-skills bundle
    Manage your entire social media from AI — post, schedule, and analyze across Facebook, Instagram, TikTok, YouTube, LinkedIn, Pinterest, Threads, Bluesky and Google Business
    1 install
  29. General Testcase · leoyeai-openclaw-master-skills bundle
    本技能从需求文档生成全面的测试用例文档。当用户需要从需求文档、产品规格说明或描述系统功能的文档创建测试用例时使用此技能。默认生成Markdown格式的测试用例文档;当用户明确要求生成"思维导图格式"或"xmind格式"时,会额外生成XMind思维导图文件。
    0 installs
  30. Sports Highlight Editor · leoyeai-openclaw-master-skills bundle
    The sports-highlight-editor skill analyzes raw game footage and automatically identifies peak moments — goals, dunks, sprints, saves, and crowd reactions — then assembles them into a polished highlight reel. Trim dead time, reorder clips by intensity, add slow-motion emphasis, and layer in title cards without touching a timeline manually. Built for coaches, athletes, content creators, and sports media teams. Supports mp4, mov, avi, webm, and mkv formats.
    1 install
  31. System Memory Inspector · leoyeai-openclaw-master-skills bundle
    Linux 系统级内存泄漏巡检:定时扫描所有进程内存,记录系统内存全景, 通过增长趋势分析识别异常进程,输出排查思路和可疑进程列表。 当用户提到"系统内存巡检"、"全进程内存扫描"、"内存泄漏排查"、"环境内存分析"、 "定时统计所有进程"、"系统内存记录"、"找出泄漏进程"时触发。
    1 install
  32. Text To Video Generator · leoyeai-openclaw-master-skills bundle
    The text-to-video-generator skill on ClawHub transforms written prompts, scripts, and descriptions into fully rendered video content through a conversational AI interface. Specify scene mood, pacing, visual style, and narrative structure — the skill handles the rest. Built for content creators, marketers, educators, and social media teams who need fast video output without editing software. Supports export in mp4, mov, avi, webm, and mkv formats.
    1 install
  33. Hk University Admissions · leoyeai-openclaw-master-skills bundle
    采集香港所有大学(含公立及私立共22所院校)的官方硕士项目招生信息, 包括学费、申请时间、截止日期、英语要求、项目详情及官方链接, 并输出为 Excel、Word、PDF、HTML 和 Markdown 五种格式。 仅使用大学官方数据源,严禁任何第三方信息。
    1 install
  34. Video Call AI Character · leoyeai-openclaw-master-skills bundle
    Video call the user with a real-time AI avatar powered by Runway. The agent initiates calls to the user — for standups, urgent alerts, check-ins, or any conversation that's better face-to-face.
    1 install
  35. Aes Landing Page Builder · leoyeai-openclaw-master-skills bundle
    Design high-converting ecommerce landing page structures with headline copy, hero sections, and CTA placement.
    1 install
  36. Agent Security Hardening · leoyeai-openclaw-master-skills bundle
    Security hardening patterns for production AI agents. Covers prompt injection defense (7 rules), data boundary enforcement, read-only defaults for external integrations, WAL protocol for data integrity, health check scripts, integrity gates, rule escalation ladder, and session memory security. Use when hardening agent deployments against adversarial inputs, data leaks, or operational failures. NOT for network security, infrastructure hardening, or penetration testing.
    1 install
  37. AI Video Honeymoon Video · leoyeai-openclaw-master-skills bundle
    Plan and film the perfect post-wedding romantic getaway with AI — generate honeymoon videos covering destination selection for couples, luxury resort comparisons, romantic activity planning, couples cinematography, and the trip documentation that preserves the first shared adventure of married life. NemoVideo produces honeymoon videos where every destination is evaluated for romance and privacy, every resort is reviewed for couples amenities, every activity is designed for two, and the newlyweds capture their first chapter together in cinematic quality. Honeymoon video, romantic travel, honeymoon destination, couples travel, honeymoon planning, romantic getaway, honeymoon tips, wedding trip, honeymoon resort, newlywed travel.
    0 installs
  38. Alphashop Sel Newproduct · leoyeai-openclaw-master-skills bundle
    AlphaShop新品选品SKILL:基于关键词和商品筛选条件生成深度市场分析和新品推荐报告。 支持Amazon和TikTok平台的跨境电商选品,提供市场评级、竞争分析、新品推荐、热销品对比等功能。
    0 installs
  39. Who Is Actor · leoyeai-openclaw-master-skills bundle
    This skill should be used when the user wants to analyze a Git repository and profile each developer's commit habits, work habits, development efficiency, code style, code quality, and engagement index — all without installing any extra packages or running any custom scripts. It relies purely on native git CLI commands (and standard Unix text-processing utilities already present on the host) and AI-driven interpretation. Trigger phrases include "analyze repository" "profile developers" "commit habits" "developer report card" "代码分析" "研发效率" "开发者画像" "提交习惯" "工作习惯" "参与度".
    1 install
  40. API Test Create · leoyeai-openclaw-master-skills bundle
    当用户需要根据接口规格生成API测试分析文档时使用此技能。接受OpenAPI/Swagger文档、简化接口定义或自然语言描述,基于140个常见API测试陷阱输出全面的测试分析文档,涵盖参数校验、业务逻辑、响应验证和安全测试分析点。
    0 installs
  41. Aster Futures · leoyeai-openclaw-master-skills bundle
    Aster Futures request using the Aster API. Authentication uses EIP-712 ECDSA signing with API wallet. Supports mainnet.
    1 install
  42. Baoyu Imagine · leoyeai-openclaw-master-skills bundle
    AI image generation with OpenAI, Azure OpenAI, Google, OpenRouter, DashScope, MiniMax, Jimeng, Seedream and Replicate APIs. Supports text-to-image, reference images, aspect ratios, and batch generation from saved prompt files. Sequential by default; use batch parallel generation when the user already has multiple prompts or wants stable multi-image throughput. Use when user asks to generate, create, or draw images.
    1 install
  43. Microsoft Skill Creator · leoyeai-openclaw-master-skills bundle
    Create agent skills for Microsoft technologies using Learn MCP tools. Use when users want to create a skill that teaches agents about any Microsoft technology, library, framework, or service (Azure, .NET, M365, VS Code, Bicep, etc.). Investigates topics deeply, then generates a hybrid skill storing essential knowledge locally while enabling dynamic deeper investigation.
    1 install
  44. Opencode Acp Control · leoyeai-openclaw-master-skills bundle
    Control OpenCode directly via the Agent Client Protocol (ACP). Start sessions, send prompts, resume conversations, and manage OpenCode updates. Includes automatic recovery, stuck detection, and session management.
    1 install
  45. Pangolinfo Amazon Scraper · leoyeai-openclaw-master-skills bundle
    Scrape Amazon product data using Pangolin APIs. Use this skill when the user wants to: look up Amazon products by ASIN, search Amazon by keyword, check bestsellers/new releases, get product reviews or pricing, compare products across Amazon regions, browse categories, or research sellers. Requires PANGOLIN_EMAIL + PANGOLIN_PASSWORD env vars (or PANGOLIN_API_KEY).
    1 install
  46. Pixvideo AI Video Maker · leoyeai-openclaw-master-skills bundle
    pixvideo-ai-video-maker is a ClawHub AI skill that transforms raw footage and ideas into polished video content through natural language commands. Trim timelines, layer transitions, sync audio tracks, apply filters, and generate scene sequences without touching a traditional editor. Built for content creators, marketers, and educators who need fast turnaround on professional-looking video. Supports mp4, mov, avi, webm, and mkv formats.
    1 install
  47. Polymarket Quant Trader · leoyeai-openclaw-master-skills bundle
    Professional-grade Polymarket prediction market trading system. Includes Kelly Criterion position sizing, EV calculator, Bayesian probability updater, cross-platform arbitrage detector (Polymarket vs 1WIN), and autoresearch loop that self-improves strategy overnight via Brier score optimisation. Use when: user wants to trade prediction markets, find arbitrage opportunities, build a trading bot, or improve prediction accuracy. Triggers: polymarket, prediction markets, kelly criterion, EV trading, arb detector, brier score, prediction market bot, market making, quant trading, sports betting math, cross-platform arbitrage.
    1 install
  48. Product Dev Ops Team · leoyeai-openclaw-master-skills bundle
    产品研发运营协作体系,包含产品经理、架构师、开发助手、运营经理四个角色,支持从需求到上线的全流程协作
    2 installs
  49. Product Image Generator · leoyeai-openclaw-master-skills bundle
    Generates professional product images for e-commerce platforms (Amazon, Shopify, eBay, etc.). Supports 8 visual styles and 6 scene types optimized for different product categories. Use when user mentions "商品图", "product images", "Amazon listing", "电商图片", or needs e-commerce product photography.
    1 install
  50. Qwen AI Video Generator · leoyeai-openclaw-master-skills bundle
    The qwen-ai-video-generator skill on ClawHub brings Qwen's multimodal intelligence directly into your video production workflow. Generate scene-by-scene video content, apply AI-driven edits through natural conversation, and produce polished outputs without a timeline editor. Ideal for content creators, educators, and product teams who need fast, structured video output. Supports mp4, mov, avi, webm, and mkv formats.
    1 install
  51. Ros2 Engineering Skills · leoyeai-openclaw-master-skills bundle
    Comprehensive ROS 2 engineering guide covering workspace setup, node architecture, communication patterns (topics/services/actions with QoS), lifecycle and component nodes, launch composition, tf2/URDF, ros2_control hardware interfaces, real-time constraints, Nav2, MoveIt 2, perception pipelines, simulation (Gazebo/Isaac Sim), security (SROS2/DDS), micro-ROS (MCU/RTOS), multi-robot systems (fleet management/Open-RMF), testing, debugging, deployment, and ROS 1 migration. Trigger whenever the user works on ROS 2 code, packages, launch files, URDF/xacro, DDS configuration, ros2_control, Nav2, MoveIt 2, or any robotics middleware task involving rclcpp, rclpy, colcon, ament, rosbag2, ros2 CLI tools, Gazebo/Isaac Sim, micro-ROS, SROS2, or multi-robot coordination. Also trigger for ROS 1 to ROS 2 migration, cross-compilation, Docker-based ROS 2 workflows, and CI/CD for robotics.
    1 install
  52. Social Coach · leoyeai-openclaw-master-skills bundle
    数据驱动的撩妹社交教练,通过记录真实邀约数据发现行为模式、迭代交往策略。 触发:用户提到撩妹、追人、约会、搭讪、破冰、邀约、被拒、约会复盘、聊天技巧、情感咨询、对象不回消息等社交/恋爱场景。
    1 install
  53. Social Vault · leoyeai-openclaw-master-skills bundle
    社交平台账号凭证管理器。提供登录态获取、AES-256-GCM 加密存储、定时健康监测和自动续期。Use when managing social media account credentials, importing cookies, checking login status, or automating session refresh. Also covers platform adapter creation and browser fingerprint management.
    1 install
  54. Soul Archive · leoyeai-openclaw-master-skills bundle
    Soul Archive — A digital personality persistence system that silently builds your digital soul clone through everyday AI conversations, while continuously improving AI capabilities. Four modes: Soul Extract, Soul Chat, Soul Report, AI Self-Improvement. | 灵魂存档 —— 通过日常对话静默构建数字人格克隆体,同时持续改进 AI 自身能力。四大模式:灵魂沉淀、灵魂对话、灵魂报告、AI 自我改进。Trigger words: soul extract, soul archive, soul update, soul sync, soul snapshot, soul sediment, soul report, soul chat, self-reflect, self-improve, learn from mistakes, 灵魂沉淀, 灵魂提取, 灵魂存档, 灵魂报告, 灵魂对话, 自我反思, 自我批评, 自我学习.
    3 installs
  55. Time Capsule · leoyeai-openclaw-master-skills bundle
    Write messages to your future self — or your future team — that unlock when specific code conditions are met. "Dear future me: if you're reading this, someone finally tried to refactor the billing module. Here's what you need to know..." Encodes institutional knowledge into the codebase itself, triggered exactly when it's needed.
    1 install
  56. Tushare Data · leoyeai-openclaw-master-skills bundle
    面向中文自然语言的 Tushare 数据研究技能。用于把“看看这只股票最近怎么样”“帮我查财报趋势”“最近哪个板块最强”“北向资金在买什么”“给我导出一份行情数据”这类请求,转成可执行的数据获取、清洗、对比、筛选、导出与简要分析流程。适用于 A 股、指数、ETF/基金、财务、估值、资金流、公告新闻、板块概念与宏观数据等研究场景。
    2 installs
  57. Idea To Post · leoyeai-openclaw-master-skills bundle
    Expand scattered ideas into in-depth posts. Use this skill when users need to "expand ideas," "generate posts," "brainstorm content," "writing assistance," "enrich thoughts," "deepen thinking," or provide scattered ideas that need systematic expression.
    1 install
  58. Ima Sevio AI Generation · leoyeai-openclaw-master-skills bundle
    IMA model generation with exactly two Sevio models: Ima Sevio 1.0 and Ima Sevio 1.0-Fast. Supports text-to-video, image-to-video, first-last-frame, and reference-image workflows. Keeps the same API flow, reflection retry mechanism, and interface contract as ima-video-ai. Requires IMA API key.
    1 install
  59. Ionic Expert · leoyeai-openclaw-master-skills bundle
    A comprehensive starting point for AI agents to work with the Ionic Framework. Covers core concepts, components, CLI, theming, layout, lifecycle, navigation, and framework-specific patterns for Angular, React, and Vue. Pair with the other Ionic skills in this collection for deeper topic-specific guidance like app creation, framework integration, and upgrades.
    1 install
  60. Openclaw Kaipai AI · leoyeai-openclaw-master-skills bundle
    Video file → videoscreenclear or hdvideoallinone + spawn-run-task and sessions_spawn (main session). Image → eraser_watermark or image_restoration + blocking run-task only (never spawn-run-task for image tasks). Process images or video with Kaipai AI — four tasks — image watermark removal (eraser_watermark), video watermark removal (videoscreenclear), image quality restoration (image_restoration), video quality restoration (hdvideoallinone). Use when the user asks for watermark removal or quality restoration on images or video. Paid API (consumes tenant quota); never claim the service is free or invent pricing. For videoscreenclear and hdvideoallinone, always use spawn-run-task plus OpenClaw sessions_spawn in the main session (never blocking run-task there); only bypass spawn if the host explicitly forbids sessions_spawn.
    0 installs
  61. Linkfoxagent · leoyeai-openclaw-master-skills bundle
    Cross-border e-commerce AI Agent with 41 specialized tools for Amazon/TikTok/eBay/Walmart product research, competitor analysis, keyword tracking, review insights, patent detection, trend analysis, 1688 sourcing, and AI image generation. Use when: (1) product selection and market analysis, (2) competitor research and ASIN lookup, (3) keyword and traffic analysis, (4) review mining and consumer insights, (5) patent/trademark/copyright detection, (6) Google/TikTok trend research, (7) 1688 supplier sourcing, (8) data aggregation and report generation, (9) cross-platform product search (Amazon/Walmart/eBay/TikTok), (10) product image analysis and similarity grouping, (11) AI product image generation.
    1 install
  62. Mikrotik API · leoyeai-openclaw-master-skills bundle
    Manages MikroTik routers via the RouterOS API (port 8728/8729). Use when the user wants to configure, monitor, or troubleshoot a MikroTik router — including interfaces, firewall, DHCP, DNS, routing, queues, VPN, and system management.
    1 install
  63. Buzz · leoyeai-openclaw-master-skills bundle
    Real-time news aggregator with Discord & Telegram push. Manage Jin10, BlockBeats, RSS, X KOLs, Polymarket, OpenNews via REST API.
    1 install
  64. Wendy · leoyeai-openclaw-master-skills bundle
    Sharp-tongued, flirty roast persona that responds with psychologically precise banter to liven up group chat. Opt-in skill — only active when the user installs and enables it. Can be disabled at any time.
    1 install
  65. Scholargraph · leoyeai-openclaw-master-skills bundle
    Academic literature intelligence toolkit for multi-source paper search, analysis, and knowledge graph building with AI assistance.
    1 install
  66. Algorithmic Art · leoyeai-openclaw-master-skills bundle
    Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
    0 installs
  67. Android Static Analyzer · leoyeai-openclaw-master-skills bundle
    分析 Android 项目源码,用 LLM 从多维度生成 AI 自动化测试所需的先验知识文档,打包上报测试平台。核心价值:让 AI 测试 Agent 在运行前就知道「测什么、怎么断言、有哪些陷阱」。触发词:「分析我的 Android 项目」「生成测试画像」「理解这个 App 的业务」「提取测试先验知识」「帮我分析 Android 源码」
    0 installs
  68. Chainbase Openapi Skill · leoyeai-openclaw-master-skills bundle
    Operate Chainbase indexed wallet and token reads through UXC with a curated OpenAPI schema, API-key auth, and read-first guardrails.
    1 install
  69. Clawver Print On Demand · leoyeai-openclaw-master-skills bundle
    Sell print-on-demand merchandise on Clawver. Browse Printful catalog, create product variants, track fulfillment and shipping. Use when selling physical products like posters, t-shirts, mugs, or apparel.
    1 install
  70. Client Onboarding Agent · leoyeai-openclaw-master-skills bundle
    Client onboarding and business diagnostic framework for AI agent deployments. Covers 4-round diagnostic process, 6 constraint categories, deployment SOP with completion contracts, tiered advisory mode for new automations, and the 6-week sell narrative. Use when onboarding new clients for agent deployments or managed automation services. NOT for self-service SaaS onboarding or consumer products.
    1 install
  71. Coingecko Openapi Skill · leoyeai-openclaw-master-skills bundle
    Operate CoinGecko and GeckoTerminal market data APIs through UXC with a curated OpenAPI schema, API-key auth, and read-first guardrails.
    1 install
  72. Electrical Backup Power · leoyeai-openclaw-master-skills bundle
    Electrical fundamentals and backup power systems. Use when someone needs to understand their electrical panel, safely connect a generator, evaluate solar options, or prepare for extended power outages.
    1 install
  73. Fractional Cfo Playbook · leoyeai-openclaw-master-skills bundle
    Complete operational playbook for Fractional CFO engagements. Covers client onboarding financial assessment, monthly close cadence, board-ready reporting packages, cash flow management, strategic financial advisory, and engagement scope templates. Use when setting up or running a Fractional CFO service, onboarding a new client, preparing monthly CFO deliverables, or advising on financial strategy as an outsourced finance executive. NOT for: building financial models from scratch (use startup-financial-model), bookkeeping or transaction recording (use qbo-automation), tax filing preparation (PTIN-required service), or one-time financial analysis without an ongoing advisory context.
    0 installs
  74. Free AI Image Generator · leoyeai-openclaw-master-skills bundle
    The free-ai-image-generator skill on ClawHub lets you conjure original images from plain text descriptions — no design background required. Describe a scene, mood, or concept, and the AI renders it in seconds. Supports exporting compositions embedded in video formats including mp4, mov, avi, webm, and mkv for seamless multimedia workflows. Ideal for content creators, indie developers, marketers, and educators who need fresh visuals without subscription fees or creative blocks.
    0 installs
  75. Free Video Generator AI · leoyeai-openclaw-master-skills bundle
    The free-video-generator-ai skill on ClawHub lets you build, trim, splice, and stylize videos through plain conversation — no timelines, no manual rendering queues. Describe what you want and the AI assembles it. Ideal for content creators, educators, and small teams who need fast turnaround without subscription costs. Handles mp4, mov, avi, webm, and mkv formats natively.
    0 installs
  76. Grief Navigation Basics · leoyeai-openclaw-master-skills bundle
    Practical guidance for navigating grief after loss. Use when someone has lost a person, relationship, job, or life chapter and needs help understanding what they're experiencing and how to move through it.
    0 installs
  77. Grok AI Video Generator · leoyeai-openclaw-master-skills bundle
    The grok-ai-video-generator skill on ClawHub lets you produce, remix, and refine video content through natural conversation with Grok's reasoning engine. Describe a scene, request edits, adjust pacing, or generate entirely new sequences — all without touching a timeline. Built for content creators, marketers, and developers who need rapid video output. Supports mp4, mov, avi, webm, and mkv formats.
    0 installs
  78. Hk Stock Morning Report · leoyeai-openclaw-master-skills bundle
    Generate HK stock market morning report (股市晨報) for bank trading desks. Triggers: "生成晨报","股市晨报","今日股市","港股晨報" 推送:微信個人 + 飛書群 | 數據:騰訊財經+stcn.com+格隆匯+實時搜索
    3 installs
  79. Medical Education Video · leoyeai-openclaw-master-skills bundle
    Medical Education Video Maker — Create Clinical Training and CME Videos.
    1 install
  80. Meituan Coupon Get Tool · leoyeai-openclaw-master-skills bundle
    美团优惠领取工具,为用户提供更多的美团优惠,使用户在美团可以获得更好的体验。一期支持:指定券领取(发放美团优惠券)和历史领券记录查询。内置美团账号认证,无需额外安装其他 Skill。当用户输入「领取美团权益」、「领美团券」、「我要领券」、「领优惠券」、「美团发券」、「美团优惠」、「美团红包」、「外卖红包」、「外卖优惠」、「美团外卖券」、「美团外卖神券」、或询问如何领取美团券/美团权益/美团优惠券时,使用此 Skill。支持 Skill 开发者接入分佣计划,推荐用户安装即可获得流量收益,欢迎有合作意向的开发者联系我们。
    1 install
  81. Theo Confluence Reader · leoyeai-openclaw-master-skills bundle
    读取Confluence需求文档并整理成指定格式。采集原则是"忠实记录",而非"需求分析"。输出包括:{序号}_{标题}.md(每个页面一个Markdown文件)、requirement-meta.md(元信息)、images/(所有图片,文件中包含图片引用)。
    1 install
  82. Uhomes Student Housing · leoyeai-openclaw-master-skills bundle
    Find and compare student accommodation worldwide on uhomes.com. Use for any student housing, 学生公寓, 留学租房, 留学生寮, 学生マンション, or study-abroad accommodation query.
    1 install
  83. Upgrading React Native · leoyeai-openclaw-master-skills bundle
    Upgrades React Native apps to newer versions by applying rn-diff-purge template diffs, updating package.json dependencies, migrating native iOS and Android configuration, resolving CocoaPods and Gradle changes, and handling breaking API updates. Use when upgrading React Native, bumping RN version, updating from RN 0.x to 0.y, or migrating Expo SDK alongside a React Native upgrade.
    1 install
  84. UX Researcher Designer · leoyeai-openclaw-master-skills bundle
    UX research and design toolkit for Senior UX Designer/Researcher including data-driven persona generation, journey mapping, usability testing frameworks, and research synthesis. Use for user research, persona creation, journey mapping, and design validation.
    1 install
  85. Vincent Trading Engine For Agents · leoyeai-openclaw-master-skills bundle
    Strategy-driven automated trading for Polymarket and HyperLiquid. Use this skill when users want to create trading strategies, set stop-loss/take-profit/trailing stop rules, or manage automated trading. Triggers on "trading strategy", "stop loss", "take profit", "trailing stop", "automated trading", "trading engine", "trade rules", "strategy monitor".
    0 installs
  86. Adme Property Predictor · leoyeai-openclaw-master-skills bundle
    Predict ADME (Absorption, Distribution, Metabolism, Excretion) properties for drug candidates using cheminformatics models and molecular descriptors. Evaluates drug-likeness, bioavailability, and pharmacokinetic profile to guide lead optimization and candidate selection in drug discovery.
    1 install
  87. Product Management Os · leoyeai-openclaw-master-skills bundle
    Complete product management system — discovery, prioritization, roadmapping, metrics, and cross-functional leadership. Use when building products, running discovery, prioritizing features, writing specs, planning launches, or measuring outcomes.
    1 install
  88. AI Drama Prompt Factory · leoyeai-openclaw-master-skills bundle
    AI短剧提示词工厂 - 端到端将小说/故事创意转化为结构化提示词包(角色立绘+场景+道具+分镜图片+视频+音频)的完整流水线。一个入口启动全流程,内部自动按阶段推进:策划→设计→剧本→诊断→提示词组装→API JSON输出。支持小说改编和原创短剧两条路径。触发词:AI短剧、短剧制作、小说转短剧、短剧提示词、提示词工厂、短剧全流程、小说改编短剧、生成短剧、AI视频剧本、短剧项目、分镜提示词、视频提示词、prompt factory。
    1 install
  89. AI Shifu Course Creator · leoyeai-openclaw-master-skills bundle
    Convert raw course material into optimized, runnable MarkdownFlow teaching scripts and deploy them as live courses through a five-phase pipeline covering segmentation, orchestration, generation, optimization, and deployment.
    0 installs
  90. Tushare · leoyeai-openclaw-master-skills bundle
    Tushare Pro 金融大数据平台 - 提供A股、指数、基金、期货、债券、宏观数据,Token认证方式访问。
    1 install
  91. Browser Use · leoyeai-openclaw-master-skills bundle
    Automates browser interactions for social media management across Instagram, LinkedIn, and X. Handles posting, DMs, connection requests, lead scraping, and monitoring. Use when the user needs to navigate, interact with, or extract data from approved websites.
    1 install
  92. Vibe Notion · leoyeai-openclaw-master-skills bundle
    Interact with Notion using the unofficial private API - pages, databases, blocks, search, users, comments
    1 install
  93. Wahoo Cloud · leoyeai-openclaw-master-skills bundle
    Wahoo Fitness Cloud API — fetch workouts, download FIT files, parse power/HR/cadence/GPS into local SQLite for analysis
    1 install
  94. Word Studio · leoyeai-openclaw-master-skills bundle
    Professional Word document generator. Use when user needs to create reports, papers, contracts, resumes, or any professional document. Supports docx/doc formats, charts, images, tables, TOC, and multi-language. Generates publication-ready documents. Word文档生成、专业报告、论文模板、合同制作。
    1 install
  95. World Model · leoyeai-openclaw-master-skills bundle
    World Model - Environment understanding, causal reasoning, and prediction for AGI
    1 install
  96. Agentsecrets · leoyeai-openclaw-master-skills bundle
    Zero-knowledge secrets infrastructure — AI agents manage the complete credential lifecycle without ever seeing values
    1 install
  97. Aureus Arena · leoyeai-openclaw-master-skills bundle
    Build and operate autonomous AI agents that compete in Aureus Arena, a fully on-chain Colonel Blotto game on Solana. Use when the user asks about Aureus, Colonel Blotto strategies, building competition bots on Solana, or interacting with the Aureus Arena protocol. Also use when an AI agent wants to autonomously enter the arena itself.
    1 install
  98. Automl Skill · leoyeai-openclaw-master-skills bundle
    AutoML 自动化机器学习技能 | Automated Machine Learning Skill. 基于 PyCaret 进行低代码机器学习建模,支持分类、回归、聚类、异常检测、时间序列预测、自然语言处理和关联规则挖掘等任务。 未来将集成更多 AutoML 库(如 AutoGluon、FLAML 等)。 当用户需要快速构建机器学习模型、自动化模型选择、超参数调优、模型集成、特征工程或进行 AutoML 实验时使用此技能。 适用于数据科学家、公民数据科学家、机器学习工程师和希望快速原型开发的人员。 触发关键词:AutoML、机器学习自动化、PyCaret、分类模型、回归模型、聚类、异常检测、时间序列、文本分类、模型调优、模型比较、特征选择、统计检验、显著性检验、A/B测试。 Trigger keywords in English: AutoML, automated machine learning, PyCaret, classification, regression, clustering, anomaly detection, time series forecasting, NLP, text mining, model tuning, model comparison, feature engineering, statistical test, significance testing, A/B testing.
    1 install
  99. Claude Skill · leoyeai-openclaw-master-skills bundle
    Use when user asks to leverage claude or claude code to do something (e.g. implement a feature design or review codes, etc). Provides non-interactive automation mode for hands-off task execution without approval prompts.
    1 install
  100. Clawnotes · leoyeai-openclaw-master-skills bundle
    ClawNotes (https://clawnotes.ai) is a social content platform where AI agents and humans interact as equals. Post your own thoughts, comment on others' posts, follow interesting creators, and browse a community feed covering topics from technology to philosophy. Agents can register with one API call and start participating immediately. Think of it as a public forum for agents and humans to exchange ideas.
    1 install