Back to authors
moltbot

moltbot

503 Skills published on GitHub.

fosun-skills

Fosun Wealth OpenAPI 技能集合,包含 SDK 环境初始化与证券交易两大模块。涵盖 SDK 安装配置、凭证管理、行情查询、资金/持仓查询、资金流水查询、下单/撤单及订单管理,支持港股(L2)、美股(L1)、A股港股通(L1)市场。

UncategorizedView skill →

instruction-web

创建Web界面操作指南网页。用于生成介绍Web UI界面、常用功能、操作说明的HTML页面。触发场景:(1) 用户要求创建Web操作指南 (2) 需要介绍某个Web UI界面 (3) 需要包含UI截图、功能说明、导入智能体教程 (4) 用户发送"创建指南"、"操作说明"、"界面介绍"等关键词

UncategorizedView skill →

fosun-sdk-setup

Install, verify, and configure the Fosun Wealth OpenAPI SDK in the workspace environment, and manage credentials through `fosun.env` with dialogue-based updates. Use when setting up or initializing `fsopenapi`, fixing missing SDK/import/authentication issues, rotating API keys or accounts, or when other `fosun-*` skills need a ready-to-use Fosun client/session for HK, US, `sh`, or `sz` markets.

UncategorizedView skill →

fosun-trading

Trade stocks (query price, check funds/holdings/cash flows, place/cancel orders) using Fosun OpenAPI SDK via command-line scripts. Supports HK (L2), US (L1), and A-share (Shanghai-HK/Shenzhen-HK Stock Connect, L1) markets. Supports limit and market order types. Use when the user wants to check stock prices, query account balance, check cash flow history, buy/sell stocks, or manage orders.

UncategorizedView skill →

fosun-skills-setup-guide

复星财富 OpenAPI 技能集(fosun-skills)的安装引导与安全提示说明。当用户首次安装 fosun-skills、或对 ClawHub 安装过程中的安全风险提示有疑问时使用。

UncategorizedView skill →

investment-tracker

投资组合管理助手。可查询/更新持仓、现金、日记、权益曲线,以及通过截图导入持仓。

UncategorizedView skill →

ekalavya-self-improvement

Enforce execution discipline for ongoing work after the user has already approved direction. Use when the assistant is at risk of drifting into planning, status chatter, repeated apologies, or side work instead of finishing visible agreed items. Especially use after user corrections about follow-through, prioritization, blockers, repeated reminders, queue discipline, simple UI/product shaping, or "keep moving" expectations. Also use to turn repeated execution failures into reusable system improvements and stronger skills.

UncategorizedView skill →

modern-chanakya

Interpret Chanakya, Chanakya Niti, Arthashastra, and reliable historical/wiki-style summaries into modern practical guidance for systems, software, product building, career strategy, discipline, leadership, governance, and execution. Use when the user wants Chanakya-style principles, modern applications of classical ideas, or a growing indexed knowledge system of Chanakya thought adapted to present-day work and life.

UncategorizedView skill →

opys-calendar-skill

A local markdown-backed calendar with CLI and optional two-way Google Calendar sync.

UncategorizedView skill →

clawapi-manager

OpenClaw API management and cost optimization. Manages multi-provider keys, monitors costs, routes tasks intelligently, and provides automated failover. Use when managing API keys, tracking costs, or optimizing API spending. Triggers: "api key", "cost", "budget", "provider", "validate config", "fix config".

UncategorizedView skill →

config-rollback

自动回滚保护。修改配置前先备份+设5分钟系统定时任务,改坏自动还原。当用户说"自动回滚"或需要改配置时使用此 Skill。

UncategorizedView skill →

evomap-node-controller

管理 EvoMap 节点的启动、配置和监控。用于在服务器上启动/停止 EvoMap evolver 循环、配置节点 ID,处理节点绑定等。使用场景:用户要求启动/停止 EvoMap 节点、查看节点状态、配置节点 ID、解决节点连接问题。⚠️ 使用前必须配置环境变量。

UncategorizedView skill →

kimi-agent-policy

Kimi (Moonshot AI) agent tool-use policy ported to OpenClaw. Covers step limits, web search, image search, data sources, ipython, memory, content display, and capability boundaries. All Kimi-specific tools are mapped to available OpenClaw skills.

UncategorizedView skill →

markdown-browser

Wrapper skill for OpenClaw web_fetch results. Use when you need MECE post-processing on fetched pages: policy decision from Content-Signal, privacy redaction, optional markdown normalization fallback, and stable output schema without re-implementing network fetch.

UncategorizedView skill →

Intelligence Ingestion

Auto-analyze URLs/info for OpenClaw strategic value, classify, create Obsidian notes, update memory. Use when user shares a URL, article, tweet, or any external info source.

UncategorizedView skill →

openclaw-switch

Manage multi-provider model switching and fallback chains in OpenClaw. "OpenClaw Switch" helps users set up automatic model failover (e.g. 429 rate-limit → fallback), switch primary models, view current fallback chains, and configure heartbeat/subagent routing. Works with any provider (Gemini, OpenAI, Anthropic, NVIDIA, Ollama, etc.).

UncategorizedView skill →

qqbot-prompt-optimizer

OpenClaw QQBot 个性化提示词优化工具。可以解决 QQ Bot 回复太官方、太傻逼的问题,让 AI 回复更符合用户自己的性格。支持自动检测并替换默认提示词,支持自定义提示词模板,支持灵魂文件。

UncategorizedView skill →

research-web-publisher

调研报告网页发布工作流。用于将调研内容发布为可在线查看的HTML网页,并推送到GitHub生成国内可访问的镜像链接。触发场景:(1) 用户要求发布调研报告 (2) 需要将HTML部署到线上 (3) 需要生成国内可访问的链接 (4) 完成从内容到网页发布的完整流程 (5) 用户发送"研究"、"调研"、"分析"、"测评"、"对比"、"报告"等关键词时自动触发

UncategorizedView skill →

qwen-auto-register

自动注册 Qwen 账号并获取 token。支持预测性自动切换,避免 API 额度超限。需要安装 auto-register 包。

UncategorizedView skill →

tg-mysql-design

MySQL数据库设计助手。根据业务规则文档和存量SQL DDL脚本,设计符合阿里巴巴规范的MySQL 5.7/8.0建表语句。当用户提到"数据库设计"、"建表语句"、"DDL"、"表结构设计"、"CREATE TABLE"等关键词时触发。支持读取业务规则文档(.md文件)、SQL脚本(.sql文件),输出遵循阿里云RDS规范的数据库表设计。

UncategorizedView skill →

feishu-calendar-scheduler

飞书智能日历调度器 - 自动推荐最佳会议时间,批量管理日程,生成会议报表

UncategorizedView skill →

OpenClaw Security Configurator

为OpenClaw提供企业级安全配置和监控功能,解决高系统权限带来的安全风险,符合金融合规要求。

UncategorizedView skill →

human-ai-collab

人机协作台技能。用户输入自然语言销售指令,AI自动分析拆解任务参数,调用 KocGo 平台接口提交任务,等待后查询 AiWa 挖掘客户数据,生成 xlsx 文件并返回。触发场景:用户说「帮我找客户」「挖掘XXX行业客户」「找XXX个客户」「提交任务」等与客户挖掘、销售任务相关的指令。需要提前配置环境变量 KOCGO_API_KEY。

UncategorizedView skill →

ai-image-generator

|

UncategorizedView skill →

geo-content-guard

Detects GEO/SEO soft articles, synthetic promotion pages, abnormal brand mention density, and low-credibility sources in external web content. Use when OpenClaw fetches webpages, search results, blog posts, vendor pages, or any external content that might bias downstream recommendations.

UncategorizedView skill →

memory-poison-auditor

Audits OpenClaw memory files for injected instructions, brand bias, hidden steering, and memory poisoning patterns. Use when reviewing MEMORY.md, daily memory files, or any long-term memory store that may have been contaminated through dialogue.

UncategorizedView skill →

skillguard-hardened

Security guard for OpenClaw skills, developed and maintained by rose北港(小红帽 / 猫猫帽帽). Audits installed or incoming skills with local rules plus Zenmux AI intent review, then recommends pass, warn, block, or quarantine.

UncategorizedView skill →

suno-music-composer

🎶🎵 SUNO音乐创作速查表 - 完整的AI音乐创作指南,包含171+个元标签和"骨架+血肉"协同创作体系

UncategorizedView skill →

alpha-copilot-skill

Generate a daily priority leaderboard for 5 crypto tokens, with per-token fundamentals, liquidity, and risk summaries plus ready-to-publish drafts for X posts, group updates, and quick briefs. Use this skill when users want an OpenClaw research copilot for daily alpha scanning with SkillPay billing hooks.

UncategorizedView skill →

meme-risk-radar-skill

Bilingual meme token risk radar for Binance Web3 data. Scan newly launched or fast-rising meme tokens from Meme Rush, enrich with token audit and token info, produce a normalized risk report in Chinese or English, and support SkillPay billing hooks for paid scan and audit calls.

UncategorizedView skill →

token-risk-explainer-skill

Explain crypto token risk in plain Chinese and English from Binance Web3 token audit and market metadata. Use this skill when users want a contract-level risk score, factor-by-factor explanation, comparison between tokens, watchlist triage, and ready-to-send community or Binance Square risk copy.

UncategorizedView skill →

bob-p2p

Connect to the Bob P2P API marketplace. Discover, pay for, and call APIs from other AI agents using $BOB tokens on Solana. The decentralized agent economy.

UncategorizedView skill →

runware

Generate images and videos via Runware API. Access to FLUX, Stable Diffusion, Kling AI, and other top models. Supports text-to-image, image-to-image, upscaling, text-to-video, and image-to-video. Use when generating images, creating videos from prompts or images, upscaling images, or doing AI image transformation.

UncategorizedView skill →

jd-price-history

京东商品价格历史查询,发现真实低价,避开先涨后降套路。适合比价购物、电商卖家。

UncategorizedView skill →

xiaohongshu-analyzer

小红书笔记分析、爆文拆解、关键词挖掘、竞品监控。适合内容创作者、品牌运营、电商卖家。

UncategorizedView skill →

cn-daily-tools

中文日常工具集:天气预报、汇率查询、新闻摘要、快递追踪。适合中文用户日常使用,无需API密钥,开箱即用。Use when Chinese users need weather forecasts, currency exchange rates, news summaries, or package tracking in Chinese.

UncategorizedView skill →

freelancer-bidder

Scan Freelancer.com for new projects matching your skills, draft personalized bid proposals, and track bidding history. Use when you want to find freelance jobs, write winning bid proposals, or monitor new project postings on Freelancer.com.

UncategorizedView skill →

smart-summarizer

Instantly summarize any content — articles, PDFs, YouTube videos, web pages, long documents, or pasted text. Extracts key points, action items, and insights. Use when you need to quickly digest long content, create meeting notes, or extract takeaways from any source.

UncategorizedView skill →

music-manager

通用音乐下载管理器。支持从YouTube/Bilibili搜索下载音乐,自动转MP3,按分类存入本地音乐库

UncategorizedView skill →

gaode_map

A skill to interact with Gaode Map (AMap) for location search and route planning.

UncategorizedView skill →

lyric-writer

歌词创作技能。根据给定的主题或情感,创作适合 Suno AI 音乐生成的英文歌词,包含 lyrics 和 styles 参数。触发条件:用户要求写歌词、创作歌词、suno 歌词、English lyrics 等。

UncategorizedView skill →

whisper-asr

|

UncategorizedView skill →

project-guide

引导用户填写项目开发指导模板。激活条件:用户想要开发新项目、表达项目需求、创建应用。

UncategorizedView skill →

mikrotik

通过 API 连接和管理 MikroTik RouterOS 设备。支持查看设备状态、防火墙规则、网络配置,执行自定义 RouterOS 命令。

UncategorizedView skill →

line-client

LINE messaging integration via Chrome extension gateway. Send/read LINE messages, manage contacts, groups, profile, and reactions. Authenticate with QR code login. Provides HMAC-signed API access through the Chrome extension gateway (line-chrome-gw.line-apps.com).

UncategorizedView skill →

spotify

Control Spotify playback on macOS. Play/pause, skip tracks, control volume, play artists/albums/playlists. Use when a user asks to play music, control Spotify, change songs, or adjust Spotify volume.

UncategorizedView skill →

todoist

Manage Todoist tasks via the `todoist` CLI (list, add, modify, complete, delete). Supports filters, projects, labels, and priorities.

UncategorizedView skill →

security-triage

Triage OpenClaw security advisories, drafts, and GHSA reports with shipped-tag and trust-model proof.

UncategorizedView skill →

openclaw-ghsa-maintainer

Inspect, patch, validate, publish, or confirm OpenClaw GHSA security advisories and private-fork state.

UncategorizedView skill →

openclaw-parallels-smoke

Prepare, snapshot, run, rerun, debug, or interpret OpenClaw Parallels guest install, onboarding, gateway smoke, and upgrade checks across macOS, Windows, and Linux.

UncategorizedView skill →

Page 10 of 11 · 503 results