让 AI 助手能够给飞书用户发送真正的语音条(点击即播,不是文件附件)。支持 NoizAI TTS 生成语音,自动转换为 OPUS 格式,通过飞书 API 发送语音消息。
Idioma del texto original: chino
Menú
Skills en este repositorio
SkillsMP ha recopilado 4797 skills de dvcrn/openclaw-skills-marketplace. Abre una skill para revisar su origen y sus detalles.
dvcrn/openclaw-skills-marketplaceMostrando 40 de 4797 skills recopiladas.
让 AI 助手能够给飞书用户发送真正的语音条(点击即播,不是文件附件)。支持 NoizAI TTS 生成语音,自动转换为 OPUS 格式,通过飞书 API 发送语音消息。
Idioma del texto original: chino
自动监控股票价格,突破阈值时自动发送飞书语音提醒。支持多只股票、自定义阈值、交易时间判断。
Idioma del texto original: chino
TDD-first development workflow with structured planning, task tracking, and PR-based code review. Use when building software projects that require clarification phases, planning approval gates, Trello task management, test-driven development, Git branching…
Idioma del texto original: inglés
Standard PR review and merge workflow for task-driven development. Use when reviewing a programmer agent PR linked to a task, deciding merge vs change request, handling post-merge actions (Trello + branch cleanup), and sending a clear outcome handoff.
Idioma del texto original: inglés
Scans OpenClaw skills for security vulnerabilities and suspicious patterns before installation
Idioma del texto original: inglés
Engineer professional-grade brand logos using geometric primitives and negative space — generates minimalist, scalable vector-style marks via muapi.ai
Idioma del texto original: inglés
Direct high-fidelity cinematic video with AI — translates creative intent into technical cinematographic directives for Veo3, Kling, and Luma video models via muapi.ai
Idioma del texto original: inglés
Edit and enhance images and videos with AI via muapi.ai — prompt-based editing, upscaling, background removal, face swap, lipsync, video effects, and more
Idioma del texto original: inglés
Generate AI images, videos, music, and audio from the terminal via muapi.ai — supports 100+ models including Flux, Midjourney v7, Kling 3.0, Veo3, and Suno V5
Idioma del texto original: inglés
Reasoning-driven image generation using structured creative briefs (Gemini 3 style) — generates high-fidelity images via muapi.ai with logic-based prompting
Idioma del texto original: inglés
Generate a pack of professional or aesthetic photos from a single reference image while preserving the exact identity of the person.
Idioma del texto original: inglés
Setup and utility scripts for muapi.ai — configure API keys, test connectivity, and poll for async generation results
Idioma del texto original: inglés
Expert Cinema Director skill for Seedance 2.0 (ByteDance) — high-fidelity video generation using technical camera grammar and multimodal references. Supports text-to-video, image-to-video, and video extension.
Idioma del texto original: inglés
Generate high-fidelity UI/UX mockups for mobile and web apps using Atomic Design principles — creates wireframes and design systems via muapi.ai
Idioma del texto original: inglés
Build, run, and visualize multi-step AI generation workflows. The AI architect translates natural language descriptions into connected node graphs — chain image generation, video creation, enhancement, and editing into automated pipelines.
Idioma del texto original: inglés
WSL Chrome CDP
Idioma del texto original: chino
Nimble 电动滑板车集成技能 - 用于与 Nimble 设备交互、诊断、配置和故障排除
Idioma del texto original: chino
九号电动车/平衡车集成技能 - 用于与 Ninebot 设备交互、诊断、配置和故障排除
Idioma del texto original: chino
九号电动车/平衡车集成技能 - 用于与 Ninebot 设备交互、诊断、配置和故障排除
Idioma del texto original: chino
Segway 平衡车/电动车集成技能 - 用于与 Segway 设备交互、诊断、配置和故障排除
Idioma del texto original: chino
创建和管理 SubAgent(子智能体)。使用当用户需要:(1) 创建新的 SubAgent 执行特定任务,(2) 查看/管理已有的 SubAgent,(3) 终止或指导 SubAgent。支持多种预设类型:开发、研究、写作、数据分析等。
Idioma del texto original: chino
Use this skill when users need to search academic papers, download research documents, extract citations, or gather scholarly information. Triggers include: requests to \"find papers on\", \"search research about\", \"download academic articles\", \"get…
Idioma del texto original: inglés
Use this skill when users need to search for datasets, download data files, or explore data repositories. Triggers include: requests to \"find datasets\", \"search for data\", \"download dataset from Kaggle\", \"get data from Hugging Face\", \"find ML…
Idioma del texto original: inglés
Use this skill when users need to create QR codes for any purpose. Triggers include: requests to \"generate QR code\", \"create QR\", \"make a QR code for\", or mentions of encoding data into scannable codes. Supports URLs, text, WiFi credentials, vCards…
Idioma del texto original: inglés
Use this skill when users need to search the web for information, news, images, or videos. Triggers include: requests to \"search for\", \"find information about\", \"look up\", \"what's the latest on\", or any request requiring current web content. Also use…
Idioma del texto original: inglés
Job board for AI agents to hire humans for physical-world tasks.
Idioma del texto original: inglés
Fetches current top trending topics on X (Twitter) for any country using public aggregators.
Idioma del texto original: inglés
Enterprise technical documentation best practices, patterns, and frameworks for developer and partner adoption. Covers content architecture (Diataxis four quadrants), 14 content types (tutorials, how-to guides, API reference, SDK docs, migration guides,…
Idioma del texto original: inglés
Jest best practices, patterns, and API guidance for JavaScript/TypeScript testing. Covers mock design, async testing, matchers, timer mocks, snapshots, module mocking, configuration, and CI optimization. Baseline: jest ^29.0.0 / ^30.0.0. Triggers on: jest…
Idioma del texto original: inglés
MSW (Mock Service Worker) v2 best practices, patterns, and API guidance for API mocking in JavaScript/TypeScript tests and development. Covers handler design, server setup, response construction, testing patterns, GraphQL, and v1-to-v2 migration. Baseline:…
Idioma del texto original: inglés
Redux-Saga best practices, patterns, and API guidance for building, testing, and debugging generator-based side-effect middleware in Redux applications. Covers effect creators, fork model, channels, testing with redux-saga-test-plan, concurrency,…
Idioma del texto original: inglés
Write tests for Redux Sagas using redux-saga-test-plan, runSaga, and manual generator testing. Covers expectSaga (integration), testSaga (unit), providers, partial matchers, reducer integration, error simulation, and cancellation testing. Works with Jest and…
Idioma del texto original: inglés
Zod v4 best practices, patterns, and API guidance for schema validation, parsing, error handling, and type inference in TypeScript applications. Covers safeParse, object composition, refinements, transforms, codecs, branded types, and v3→v4 migration.…
Idioma del texto original: inglés
Testing patterns for Zod schemas using Jest and Vitest. Covers schema correctness testing, mock data generation, error assertion patterns, integration testing with API handlers and forms, snapshot testing with z.toJSONSchema(), and property-based testing.…
Idioma del texto original: inglés
Predict BTC price movements every 10 minutes. Compete with AI agents. Climb the leaderboard!
Idioma del texto original: inglés
Predict BTC price movements every 10 minutes. Compete with AI agents. Climb the leaderboard!
Idioma del texto original: inglés
Helps you work with Palantir Foundry using the pltr CLI. Use this when you need to query datasets, manage orchestration builds, work with ontologies, run SQL queries, manage folders/spaces/projects, copy datasets, or perform admin operations in Foundry.…
Idioma del texto original: inglés
Fast OpenAI Codex account switch for OpenClaw via the local cs command. Use when user sends `cs relogin`, asks to re-login or switch ChatGPT Codex account, or pastes OAuth callback URL/code to complete login.
Idioma del texto original: inglés
FTSE 350 trading analysis agent. Screens LSE stocks using technical indicators (Bollinger Bands, RSI, MACD, EMA crossovers, ATR, VWAP, OBV), fetches news for LLM sentiment analysis, synthesises signals into trade recommendations with risk management (Kelly…
Idioma del texto original: inglés
Kuvera portfolio & market data CLI. Query mutual fund data, gold prices, USD/INR rates, fund category returns, and user portfolio info from Kuvera. Use when the user asks about their investments, mutual funds, gold prices, market overview, or Kuvera portfolio.
Idioma del texto original: inglés