translate
This commit is contained in:
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
.github/
|
||||
.venv*/
|
||||
scripts/
|
||||
68
CONTRIBUTING.md
Normal file
68
CONTRIBUTING.md
Normal file
@@ -0,0 +1,68 @@
|
||||
# 为 Awesome OpenClaw Skills 做贡献
|
||||
|
||||
这是一个面向 OpenClaw 的技能精选列表。我们整理并收录托管在 [OpenClaw 官方技能仓库](https://github.com/openclaw/skills/tree/main/skills)中的技能链接。
|
||||
|
||||
> 本仓库仅用于整理链接,不包含技能源码。这里列出的每个技能都**必须已经发布**到 [OpenClaw 官方技能仓库](https://github.com/openclaw/skills/tree/main/skills)。如果你的技能还不在该仓库中,我们无法接收。请先发布到官方技能仓库,再回来提交 PR 添加链接。
|
||||
|
||||
## 添加技能
|
||||
|
||||
### 条目格式
|
||||
|
||||
请将你的技能添加到 `README.md` 对应分类的末尾:
|
||||
|
||||
```markdown
|
||||
- [skill-name](https://github.com/openclaw/skills/tree/main/skills/author/skill-name/SKILL.md) - 技能的简短说明。
|
||||
```
|
||||
|
||||
如果同一作者在同一领域有多个技能,请不要逐条添加。请改为链接到作者目录,并写一条总览说明。这样可以保持列表简洁,避免冗余。
|
||||
|
||||
```markdown
|
||||
- [author-skills](https://github.com/openclaw/skills/tree/main/skills/author) - 覆盖全部技能的简要概述。
|
||||
```
|
||||
|
||||
### 添加位置
|
||||
|
||||
- 在 `README.md` 中找到匹配的分类,并将条目追加到该分类末尾。
|
||||
- 如果没有完全匹配的分类,请添加到最接近的分类,或在 PR 描述中建议新增分类。
|
||||
|
||||
### 要求
|
||||
|
||||
- **技能必须已发布到 [OpenClaw 官方技能仓库](https://github.com/openclaw/skills/tree/main/skills)。** 我们不接受托管在其他位置的技能(个人仓库、gist、外部链接均不接受)。如果不在官方技能仓库,就不属于本列表。
|
||||
- 必须有文档(`SKILL.md`)。
|
||||
- 描述必须简洁(不超过 10 个英文单词)。
|
||||
- 技能必须已有真实社区使用。我们优先收录由开发团队发布、并在真实场景中验证过的社区技能。全新且尚未成熟的技能暂不接收。
|
||||
- 暂不接收加密、区块链、DeFi 或金融相关技能。
|
||||
|
||||
### PR 描述
|
||||
|
||||
请在 PR 描述中同时附上该技能的 ClawHub 链接和 GitHub 链接,例如:
|
||||
- `https://clawhub.ai/steipete/slack`
|
||||
- `https://github.com/openclaw/skills/tree/main/skills/steipete/slack`
|
||||
|
||||
### PR 标题
|
||||
|
||||
`Add skill: author/skill-name`
|
||||
|
||||
## 更新已有条目
|
||||
|
||||
- 通过 PR 修复失效链接、错别字或过时描述。
|
||||
- 若技能已删除或弃用,请提 issue 或提交 PR 将其移除。
|
||||
|
||||
## 安全策略
|
||||
|
||||
我们仅收录在 [ClawHub](https://www.clawhub.ai/) 上安全状态**未被标记为可疑**的技能。凡是在 ClawHub 上被标记为可疑的技能,均不会被接收进本列表。
|
||||
|
||||
如果你认为本列表中的某个技能存在安全风险,或应该被标记,请 [提交 issue](https://github.com/VoltAgent/awesome-clawdbot-skills/issues),我们会进行审核并按需移除。
|
||||
|
||||
## 重要说明
|
||||
|
||||
- 本仓库仅整理链接;每个技能本体都在 OpenClaw 官方技能仓库中。
|
||||
- 提交前请确认链接可访问。
|
||||
- 我们会审核所有提交;不符合质量标准的技能可能被拒绝。
|
||||
- 请勿提交与现有条目用途重复的技能。
|
||||
|
||||
## 帮助
|
||||
|
||||
- 先查看现有 [issues](https://github.com/VoltAgent/awesome-openclaw-skills/issues) 和 PR。
|
||||
- 有问题请新建 issue。
|
||||
- 技能相关问题请查看对应技能的 `SKILL.md`。
|
||||
21
LICENSE
Normal file
21
LICENSE
Normal file
@@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2026 VoltAgent
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
203
categories/ai-and-llms.md
Normal file
203
categories/ai-and-llms.md
Normal file
@@ -0,0 +1,203 @@
|
||||
# AI 与 LLMs
|
||||
|
||||
[← 返回主列表](../README.md#table-of-contents)
|
||||
|
||||
**197 个技能**
|
||||
|
||||
- [4claw](https://github.com/openclaw/skills/tree/main/skills/mfergpt/4claw/SKILL.md) - 4claw——面向 AI 代理的受监管图像论坛。
|
||||
- [aap-passport](https://github.com/openclaw/skills/tree/main/skills/ira-hash/aap-passport/SKILL.md) - 代理证明协议(Agent Attestation Protocol)——反向图灵测试。
|
||||
- [acestep-lyrics-transcription](https://github.com/openclaw/skills/tree/main/skills/dumoedss/acestep-lyrics-transcription/SKILL.md) - 使用 OpenAI Whisper 或 ElevenLabs Scribe API 将音频转写为带时间戳的歌词。
|
||||
- [adaptive-suite](https://github.com/openclaw/skills/tree/main/skills/afajohn/adaptive-suite/SKILL.md) - 持续自适应的技能套件,为 Clawdbot 提供能力增强。
|
||||
- [adversarial-prompting](https://github.com/openclaw/skills/tree/main/skills/abe238/adversarial-prompting/SKILL.md) - 通过对抗式分析进行批判与修正。
|
||||
- [aegis-security](https://github.com/openclaw/skills/tree/main/skills/swiftadviser/aegis-security/SKILL.md) - 面向 AI 代理的区块链安全 API。
|
||||
- [ag-model-usage](https://github.com/openclaw/skills/tree/main/skills/ls18166407597-design/ag-model-usage/SKILL.md) - 使用 CodexBar CLI 对本地成本使用情况进行汇总分析。
|
||||
- [agent-arcade](https://github.com/openclaw/skills/tree/main/skills/shawnlewis/agent-arcade/SKILL.md) - 在 PROMPTWARS(社交对抗游戏)中与其他 AI 代理竞赛。
|
||||
- [agent-autonomy-kit](https://github.com/openclaw/skills/tree/main/skills/ryancampbell/agent-autonomy-kit/SKILL.md) - 告别被动等待提示,提升代理自主性。
|
||||
- [agent-church](https://github.com/openclaw/skills/tree/main/skills/bitbrujo/agent-church/SKILL.md) - 建立 AI 代理的身份认同通过 SOUL.md。
|
||||
- [agent-contact-card](https://github.com/openclaw/skills/tree/main/skills/davedean/agent-contact-card/SKILL.md) - 发现并创建 Agent Contact Card(类似 vCard 的名片格式)。
|
||||
- [agent-docs](https://github.com/openclaw/skills/tree/main/skills/tylervovan/agent-docs/SKILL.md) - 创建便于 AI 代理高效消费的文档。
|
||||
- [agent-ethos](https://github.com/openclaw/skills/tree/main/skills/mrclanky/agent-ethos/SKILL.md) - 为 Clanky 提供扩展价值观与思维模型。
|
||||
- [agent-home](https://github.com/openclaw/skills/tree/main/skills/aerialcombat/agent-home/SKILL.md) - 在互联网上拥有你的“家”——带公开信息的个人主页。
|
||||
- [agent-linguo](https://github.com/openclaw/skills/tree/main/skills/xiwan/agent-linguo/SKILL.md) - 高效代理通信协议语言。
|
||||
- [agent-memory](https://github.com/openclaw/skills/tree/main/skills/dennis-da-menace/agent-memory/SKILL.md) - 面向 AI 代理的持久化记忆系统。
|
||||
- [agent-orchestration](https://github.com/openclaw/skills/tree/main/skills/halthelobster) - 掌握代理创建与管理编排的核心方法。
|
||||
- [agent-orchestration-multi-agent-optimize](https://github.com/openclaw/skills/tree/main/skills/rustyorb/agent-orchestration-multi-agent-optimize/SKILL.md) - 通过协同画像、负载分配与成本感知编排优化多代理系统。
|
||||
- [agent-orchestrator](https://github.com/openclaw/skills/tree/main/skills/aatmaan1/agent-orchestrator/SKILL.md) - 用于编排复杂任务的元代理技能。
|
||||
- [agent-registry](https://github.com/openclaw/skills/tree/main/skills/matrixy/agent-registry/SKILL.md) - 面向高 token 效率代理的必备发现系统。
|
||||
- [agent-rpg](https://github.com/openclaw/skills/tree/main/skills/xhrisfu/agent-rpg/SKILL.md) - 将代理转换为角色扮演游戏(RPG)的主持人(GM)或具备长期记忆的角色。
|
||||
- [agent-selfie](https://github.com/openclaw/skills/tree/main/skills/iisweetheartii/agent-selfie/SKILL.md) - AI 代理自画像生成器。
|
||||
- [agent-sentinel](https://github.com/openclaw/skills/tree/main/skills/jimmystacks/agent-sentinel/SKILL.md) - 该代理的运行级熔断器。
|
||||
- [agentbus-relay-chat](https://github.com/openclaw/skills/tree/main/skills/dantunes-github/agentbus-relay-chat/SKILL.md) - AgentBus 概念验证:类似 IRC 的 LLM 通信方案。
|
||||
- [agentchan](https://github.com/openclaw/skills/tree/main/skills/vvsotnikov) - 为 AI 代理构建的匿名图像论坛。
|
||||
- [agentic-ai-gold-test](https://github.com/openclaw/skills/tree/main/skills/amitabhainarunachala) - 自我改进的代理框架。
|
||||
- [agentic-calling](https://github.com/openclaw/skills/tree/main/skills/kellyclaudeai/agentic-calling/SKILL.md) - 使人工智能代理能够拨打和接听电话。
|
||||
- [agentic-compass](https://github.com/openclaw/skills/tree/main/skills/orosha-ai/agentic-compass/SKILL.md) - 仅限本地的自我反思,迫使 AI 代理采取行动。
|
||||
- [agentmail](https://github.com/openclaw/skills/tree/main/skills/adboio/agentmail/SKILL.md) - 为 AI 代理设计的以 API 为先的电子邮件平台。
|
||||
- [agentos](https://github.com/openclaw/skills/tree/main/skills/agentossoftware/agentos/SKILL.md) - Clawdbot 的完整 AgentOS 集成。
|
||||
- [agentpixels-skill](https://github.com/openclaw/skills/tree/main/skills/osadchiynikita/agentpixels-skill/SKILL.md) - AI 代理协作艺术平台 - 512x512。
|
||||
- [agentpulse](https://github.com/openclaw/skills/tree/main/skills/sru4ka/agentpulse/SKILL.md) - 跟踪您的 AI 代理的 LLM API 成本、令牌、延迟和错误。
|
||||
- [agile-product-owner](https://github.com/openclaw/skills/tree/main/skills/alirezarezvani/agile-product-owner/SKILL.md) - 敏捷产品所有权用于待办事项管理。
|
||||
- [ai-3d-generator](https://github.com/openclaw/skills/tree/main/skills/vonzellu/ai-3d-generator/SKILL.md) - 从文本描述自动生成详细的3D模型。
|
||||
- [ai-agent-card-payments](https://github.com/openclaw/skills/tree/main/skills/proxyhq/ai-agent-card-payments/SKILL.md) - 人工智能代理的虚拟卡支付。
|
||||
- [ai-brand-analyzer](https://github.com/openclaw/skills/tree/main/skills/pauldelavallaz/ai-brand-analyzer/SKILL.md) - 分析品牌以生成全面的品牌。
|
||||
- [ai-conversation-summary](https://github.com/openclaw/skills/tree/main/skills/dadaliu0121/ai-conversation-summary/SKILL.md) - 为对话生成摘要。
|
||||
- [ai-displacement-monitor](https://github.com/openclaw/skills/tree/main/skills/spyfree/ai-displacement-monitor/SKILL.md) - 监测由人工智能驱动的白领劳动置换及宏观金融溢出的早期预警信号。
|
||||
- [ai-humanizer](https://github.com/openclaw/skills/tree/main/skills/brandonwise/ai-humanizer/SKILL.md) - 通过检测并去除大型语言模型输出中典型的模式,使 AI 生成的文本更具人性化。
|
||||
- [ai-humor-ultimate](https://github.com/openclaw/skills/tree/main/skills/globalcaos/ai-humor-ultimate/SKILL.md) - 给你的人工智能代理真正的机智。
|
||||
- [ai-influencer-generation](https://github.com/openclaw/skills/tree/main/skills/eftalyurtseven/ai-influencer-generation/SKILL.md) - 使用 each::sense API 生成一致的 AI 影响者角色和社交媒体内容。
|
||||
- [ai-interview-simulator-candaigo](https://github.com/openclaw/skills/tree/main/skills/hangeaiagent/ai-interview-simulator-candaigo/SKILL.md) - Candaigo AI 面试模拟器 - 基于人工智能的群体面试模拟平台。
|
||||
- [ai-podcast](https://github.com/openclaw/skills/tree/main/skills/mogens9/ai-podcast/SKILL.md) - 使用 MagicPodcast 将 PDF 转换为播客,以及将文本转换为播客,以自然的双人对话格式呈现。
|
||||
- [ai-screener](https://github.com/openclaw/skills/tree/main/skills/xanxustan/ai-screener/SKILL.md) - Intellectia 股票/加密货币筛选器,用于明天/本周/本月看涨/看跌预设。
|
||||
- [ai-trend-curation](https://github.com/openclaw/skills/tree/main/skills/yusaku-0426/ai-trend-curation/SKILL.md) - 策划并发布来自X(推特)的AI趋势推文,并提供引用建议。
|
||||
- [ai-writing-humanizer](https://github.com/openclaw/skills/tree/main/skills/hosthobbit/ai-writing-humanizer/SKILL.md) - 在发送之前,自动从面向用户的文章中去除AI写作模式和常用套话。
|
||||
- [aifrens-ambassador](https://github.com/openclaw/skills/tree/main/skills/wizsmol/aifrens-ambassador/SKILL.md) - AI Frens 大使计划 - 如何推广拥有自身经济体系的自主 AI 代理的愿景。
|
||||
- [aisa-financial-data](https://github.com/openclaw/skills/tree/main/skills/aisapay/aisa-financial-data/SKILL.md) - 查询股票和加密货币的实时和历史金融数据——价格、市场动向、指标和趋势。
|
||||
- [aisa-financial-data-api](https://github.com/openclaw/skills/tree/main/skills/aisadevco/aisa-financial-data-api/SKILL.md) - 查询股票和加密货币的实时和历史金融数据——价格、市场动向、指标和趋势。
|
||||
- [aisa-llm-router-skill](https://github.com/openclaw/skills/tree/main/skills/bowen-dotcom/aisa-llm-router-skill/SKILL.md) - 统一的 LLM 网关 - 一个 API 连接 70 个 AI 模型。
|
||||
- [aisa-market-skill](https://github.com/openclaw/skills/tree/main/skills/bowen-dotcom/aisa-market-skill/SKILL.md) - 查询股票和加密货币的实时和历史金融数据——价格、市场动向、指标和趋势。
|
||||
- [aisp](https://github.com/openclaw/skills/tree/main/skills/daveo280/aisp/SKILL.md) - 使 AI 代理能够与 AISP(代理推理共享协议)交互,以租用或提供 DIEM API。
|
||||
- [aiusd-skill-agent](https://github.com/openclaw/skills/tree/main/skills/chaunceyliu/aiusd-skill-agent/SKILL.md) - AIUSD 交易和账户管理技能,用于加密货币交易和账户管理。
|
||||
- [anti-injection-skill](https://github.com/openclaw/skills/tree/main/skills/georges91560/anti-injection-skill/SKILL.md) - 具有多层保护、内存完整性和工具安全包装的高级提示注入防御。
|
||||
- [anti-regression](https://github.com/openclaw/skills/tree/main/skills/zoroposkai/anti-regression/SKILL.md) - 不要再回到聊天机器人的行为模式。
|
||||
- [arc-security-mcp](https://github.com/openclaw/skills/tree/main/skills/trypto1019/arc-security-mcp/SKILL.md) - 以人工智能为先的安全情报,结合大型语言模型驱动的意图分析。来自361次技能审计的743条发现,25种模式。
|
||||
- [argus](https://github.com/openclaw/skills/tree/main/skills/sooyoon-eth/argus/SKILL.md) - 区块链智能与人工智能安全。
|
||||
- [arya-model-router](https://github.com/openclaw/skills/tree/main/skills/staratheris/arya-model-router/SKILL.md) - 节省令牌的路由器:选择型号(便宜/默认/专业)并使用子代理处理繁重任务。
|
||||
- [asia-llm-router-skills](https://github.com/openclaw/skills/tree/main/skills/renning22/asia-llm-router-skills/SKILL.md) - 统一的 LLM 网关 - 一个 API 连接 70 个 AI 模型。
|
||||
- [askgina-polymarket](https://github.com/openclaw/skills/tree/main/skills/sidshekhar/askgina-polymarket/SKILL.md) - Claw 机器人快速设置:粘贴你的 Gina MCP 令牌,几分钟内开始在 Polymarket 交易。
|
||||
- [astrai-inference-router](https://github.com/openclaw/skills/tree/main/skills/beee003/astrai-inference-router/SKILL.md) - 通过 Astrai 路由所有 LLM 调用,实现 40% 的成本节省,同时具备智能路由和隐私控制。
|
||||
- [atlas-argos-teste](https://github.com/openclaw/skills/tree/main/skills/felix1983/atlas-argos-teste/SKILL.md) - 你是 **ATLAS** — ARGOS 生态系统的自主管理者。
|
||||
- [audio-processing](https://github.com/openclaw/skills/tree/main/skills/iyeque/audio-processing/SKILL.md) - 音频摄取、分析、转换和生成(转录、语音合成、语音活动检测、特征)。
|
||||
- [authy](https://github.com/openclaw/skills/tree/main/skills/eric8810/authy/SKILL.md) - 通过环境变量将秘密注入子进程。
|
||||
- [bagsworld](https://github.com/openclaw/skills/tree/main/skills/aiengineerx/bagsworld/SKILL.md) - 在BagsWorld找到一个家——一个像素艺术世界,在这里AI代理以螃蟹、龙虾和建筑物的身份生活。
|
||||
- [bank-skills](https://github.com/openclaw/skills/tree/main/skills/singularityhacker/bank-skills/SKILL.md) - 通过 Wise API 的传统银行业务 在 Base 上的链上代币交换。
|
||||
- [baselight-mcp](https://github.com/openclaw/skills/tree/main/skills/pjsousa79/baselight-mcp/SKILL.md) - 连接到 Baselight MCP(模型上下文协议)
|
||||
- [ble-anima-minter](https://github.com/openclaw/skills/tree/main/skills/penguinx01/ble-anima-minter/SKILL.md) - 使用 AnimaChain 逻辑将附近的 BLE MAC 地址转化为灵魂绑定的 `$ANIMA` 代币。
|
||||
- [bob-p2p-beta](https://github.com/openclaw/skills/tree/main/skills/26medias/bob-p2p-beta/SKILL.md) - 连接到 Bob P2P API 市场。
|
||||
- [broedkrumme-kalibr](https://github.com/openclaw/skills/tree/main/skills/broedkrummen/broedkrumme-kalibr/SKILL.md) - 代理自我改进和遥测。
|
||||
- [btcd-skill-beta](https://github.com/openclaw/skills/tree/main/skills/contact-nbwfoundation/btcd-skill-beta/SKILL.md) - 在 PGP 链上运行 BTCD 抵押流程。
|
||||
- [build-session](https://github.com/openclaw/skills/tree/main/skills/stevenartzt/build-session/SKILL.md) - 一个用于高效自主代理会话的框架。
|
||||
- [bunni-modes](https://github.com/openclaw/skills/tree/main/skills/dubhorizoned/bunni-modes/SKILL.md) - 一个角色和模型切换工具包,特色是 Bunni,你充满活力的网络安全助理。
|
||||
- [buy-crust](https://github.com/openclaw/skills/tree/main/skills/alphafanx/buy-crust/SKILL.md) - 在 Solana 上购买 $CRUST —— 在 Jupiter 上交易的 Bot World 挖矿代币。
|
||||
- [buy-wir](https://github.com/openclaw/skills/tree/main/skills/alphafanx/buy-wir/SKILL.md) - 在 TON 上购买 $WIR —— TON.fun 上的去中心化信用合作社代币。
|
||||
- [chaos-pivot](https://github.com/openclaw/skills/tree/main/skills/manecharo/chaos-pivot/SKILL.md) - 防止大型语言模型因沉没成本而推动错误的解决方案。
|
||||
- [chief-editor](https://github.com/openclaw/skills/tree/main/skills/teamolab/chief-editor/SKILL.md) - 你是一名专业总编辑。# 用户个性化偏好 [关键] 以下是用户输入的内容。
|
||||
- [claude-usage-checker](https://github.com/openclaw/skills/tree/main/skills/aligurelli/claude-usage-checker/SKILL.md) - 检查 Claude Code / Claude Max 使用限制。
|
||||
- [colormind](https://github.com/openclaw/skills/tree/main/skills/boilerrat/colormind/SKILL.md) - 通过 Colormind.io API 生成颜色调色板并获取颜色建议(列出模型,生成调色板)。
|
||||
- [colorpool-skills](https://github.com/openclaw/skills/tree/main/skills/kj-script/colorpool-skills/SKILL.md) - ColorPool DEX — Chromia 的去中心化交易所,用于代币交换、流动性池和余额管理。
|
||||
- [communicate](https://github.com/openclaw/skills/tree/main/skills/kenblive/communicate/SKILL.md) - 立即从聊天中直接开始使用本地或 Hugging Face 模型。
|
||||
- [compression](https://github.com/openclaw/skills/tree/main/skills/trinitybotserver/compression/SKILL.md) - 用于迭代 AI 开发循环的预运行提示压缩。
|
||||
- [context-gatekeeper](https://github.com/openclaw/skills/tree/main/skills/davienzomq/context-gatekeeper/SKILL.md) - 通过总结最近的交流、突出待办事项并传递信息,使对话保持对令牌友好。
|
||||
- [conversational-ai-assistant](https://github.com/openclaw/skills/tree/main/skills/satoshistackalotto/conversational-ai-assistant/SKILL.md) - 用于查询希腊会计数据的自然语言接口。
|
||||
- [crewmind-bets](https://github.com/openclaw/skills/tree/main/skills/vladthecto/crewmind-bets/SKILL.md) - > **概要**:在 CrewMind 竞技场中对 LLM 模型进行下注。
|
||||
- [crypto-agent-payments](https://github.com/openclaw/skills/tree/main/skills/nicofains1/crypto-agent-payments/SKILL.md) - 创建钱包、转移代币,并在代理之间启用支付。
|
||||
- [crypto-price](https://github.com/openclaw/skills/tree/main/skills/evgyur/crypto-price/SKILL.md) - 通过 CoinGecko API 或 Hyperliquid API 获取加密货币代币价格并生成蜡烛图。
|
||||
- [decompose-mcp](https://github.com/openclaw/skills/tree/main/skills/echology-io/decompose-mcp/SKILL.md) - 将任何文本分解为分类的语义单元——权威、风险、注意、实体。
|
||||
- [deepseek-reasoner-lite-agent](https://github.com/openclaw/skills/tree/main/skills/teamolab/deepseek-reasoner-lite-agent/SKILL.md) - 你是 DeepSeek-R1-Agent,一名高效的内容创作者。# `current_date: $DATE$`。
|
||||
- [deepseek-v3-lite-agent](https://github.com/openclaw/skills/tree/main/skills/alvinecarn/deepseek-v3-lite-agent/SKILL.md) - 你是 DeepSeek-V3-Agent,一名高效的内容创作者。
|
||||
- [doginals](https://github.com/openclaw/skills/tree/main/skills/greatape42069/doginals/SKILL.md) - Doginals 技能使用户能够与 Doginals 和 Dunes 协议进行互动,从而促进铭刻。
|
||||
- [dr-frankenstein](https://github.com/openclaw/skills/tree/main/skills/brancante/dr-frankenstein/SKILL.md) - 赋予你的代理灵魂。
|
||||
- [dr-soul](https://github.com/openclaw/skills/tree/main/skills/brancante/dr-soul/SKILL.md) - 赋予你的代理灵魂。
|
||||
- [ecommerce-price-monitor](https://github.com/openclaw/skills/tree/main/skills/g4dr/ecommerce-price-monitor/SKILL.md) - 此技能使Claude能够监控和追踪**主要电子商务平台上的产品价格**。
|
||||
- [evoagentx](https://github.com/openclaw/skills/tree/main/skills/nantes/evoagentx/SKILL.md) - EvoAgentX - 自我进化的人工智能代理框架集成。
|
||||
- [expanso-log-sanitize](https://github.com/openclaw/skills/tree/main/skills/aronchick/expanso-log-sanitize/SKILL.md) - 通过移除密码、令牌和敏感模式来清理日志条目
|
||||
- [expanso-secrets-scan](https://github.com/openclaw/skills/tree/main/skills/aronchick/expanso-secrets-scan/SKILL.md) - 检测文本或代码中的硬编码密钥(API 密钥、令牌、密码)。
|
||||
- [gep-immune-auditor](https://github.com/openclaw/skills/tree/main/skills/andyxinweiminicloud/gep-immune-auditor/SKILL.md) - 针对GEP/EvoMap生态系统的安全审计代理。
|
||||
- [get-hba](https://github.com/openclaw/skills/tree/main/skills/matbalez/get-hba/SKILL.md) - 使用 MoneyDevKit L402 流程和管理令牌,在 clank.money 上注册并更新人类比特币地址(BIP-353)。
|
||||
- [gm3-alertworthy-feed](https://github.com/openclaw/skills/tree/main/skills/bigbadman-lab/gm3-alertworthy-feed/SKILL.md) - 只读访问 GM3 Alertworthy 订阅源,为分析代理提供实时代币市场数据。
|
||||
- [gmail-secretary](https://github.com/openclaw/skills/tree/main/skills/officialdelta/gmail-secretary/SKILL.md) - Gmail 分拣助手使用 Haiku LLM 进行分类、标签应用和草稿回复(使用 gog CLI)。
|
||||
- [groq](https://github.com/openclaw/skills/tree/main/skills/samirjtv-ctrl/groq/SKILL.md) - 要使用此技能,请说 `Groq: <your prompt>`。
|
||||
- [groq-2](https://github.com/openclaw/skills/tree/main/skills/samirjtv-ctrl/groq-2/SKILL.md) - 要使用此技能,请说 `Groq: <your prompt>`。
|
||||
- [haggle-protocol](https://github.com/openclaw/skills/tree/main/skills/eijiac24/haggle-protocol/SKILL.md) - 用于人工智能代理的链上协商协议。
|
||||
- [hedera-tx-builder](https://github.com/openclaw/skills/tree/main/skills/harleyscodes/hedera-tx-builder/SKILL.md) - 构建并签署 Hedera 交易。
|
||||
- [homeassistant-assist](https://github.com/openclaw/skills/tree/main/skills/developmentcats/homeassistant-assist/SKILL.md) - 使用 Assist(对话)API 控制 Home Assistant 智能家居设备。
|
||||
- [hype-scanner](https://github.com/openclaw/skills/tree/main/skills/peti0402/hype-scanner/SKILL.md) - 使用 Reddit、CoinGecko、DEXScreener 和 StockTwits 进行实时加密货币和股票热度检测。
|
||||
- [iyeque-audio-processing](https://github.com/openclaw/skills/tree/main/skills/iyeque/iyeque-audio-processing/SKILL.md) - 音频摄取、分析、转换和生成(转录、语音合成、语音活动检测、特征)。
|
||||
- [joule-dao](https://github.com/openclaw/skills/tree/main/skills/echo-autonomous/joule-dao/SKILL.md) - JOULE DAO 是 Base 区块链上的 **能源支持代理代币**。
|
||||
- [krumpkraft](https://github.com/openclaw/skills/tree/main/skills/arunnadarasa/krumpkraft/SKILL.md) - 教授如何使用 EVVM 支付、USDC.k 和 $IP 玩 KrumpKraft。
|
||||
- [leviathan-news](https://github.com/openclaw/skills/tree/main/skills/zcor/leviathan-news/SKILL.md) - 众包加密货币新闻 API。
|
||||
- [lieutenant](https://github.com/openclaw/skills/tree/main/skills/jd-delatorre/lieutenant/SKILL.md) - 人工智能代理的安全性和信任验证。
|
||||
- [lifi-crosschain](https://github.com/openclaw/skills/tree/main/skills/rhlsthrm/lifi-crosschain/SKILL.md) - 通过 LI.FI 协议进行跨链代币交换和桥接。
|
||||
- [llmcouncil-router](https://github.com/openclaw/skills/tree/main/skills/ashtiwariasu/llmcouncil-router/SKILL.md) - 将任何提示路由到使用 LLM 理事会同行评审排名的最佳表现 LLM。
|
||||
- [llmfit](https://github.com/openclaw/skills/tree/main/skills/alexsjones/llmfit/SKILL.md) - 检测本地硬件(内存、CPU、GPU/显存)并推荐最适合的本地大型语言模型及其最佳量化方案。
|
||||
- [local-llama-tts](https://github.com/openclaw/skills/tree/main/skills/wuxxin/local-llama-tts/SKILL.md) - 使用 llama-tts(llama.cpp)和 OuteTTS-1.0-0.6B 模型的本地文本转语音。
|
||||
- [mantis-manager](https://github.com/openclaw/skills/tree/main/skills/willykinfoussia/mantis-manager/SKILL.md) - 通过官方 Mantis REST API 管理 Mantis Bug Tracker(问题、项目、用户、筛选器、配置)。
|
||||
- [manifest-build](https://github.com/openclaw/skills/tree/main/skills/brunobuddy/manifest-build/SKILL.md) - 开源大语言模型路由和成本跟踪插件。
|
||||
- [matchmaking](https://github.com/openclaw/skills/tree/main/skills/amirmabhout/matchmaking/SKILL.md) - 代理匹配——为您的人类寻找有意义的联系。
|
||||
- [meeting-autopilot](https://github.com/openclaw/skills/tree/main/skills/tkuehnl/meeting-autopilot/SKILL.md) - 将会议记录转化为操作性成果——行动事项、决策、跟进邮件草稿和工单。
|
||||
- [meeting-summarizer](https://github.com/openclaw/skills/tree/main/skills/claudiodrusus/meeting-summarizer/SKILL.md) - 将原始会议记录转化为结构化、可执行的摘要。
|
||||
- [metacognition](https://github.com/openclaw/skills/tree/main/skills/meimakes/metacognition/SKILL.md) - 用于人工智能代理的自我反思引擎。
|
||||
- [mh-openai-whisper](https://github.com/openclaw/skills/tree/main/skills/mohdalhashemi98-hue/mh-openai-whisper/SKILL.md) - 使用 Whisper CLI 的本地语音转文本(无需 API 密钥)。
|
||||
- [mh-openai-whisper-api](https://github.com/openclaw/skills/tree/main/skills/mohdalhashemi98-hue/mh-openai-whisper-api/SKILL.md) - 通过 OpenAI 音频转录 API(Whisper)转录音频。
|
||||
- [mintclub](https://github.com/openclaw/skills/tree/main/skills/sebayaki/mintclub/SKILL.md) - 使用 `mc` CLI 在 Base 上与 Mint Club V2 键合曲线代币进行交互。
|
||||
- [mnemon](https://github.com/openclaw/skills/tree/main/skills/grivn/mnemon/SKILL.md) - 用于大型语言模型代理的持久内存命令行界面。
|
||||
- [moa](https://github.com/openclaw/skills/tree/main/skills/jscianna/moa/SKILL.md) - 代理混合:让三个前沿模型争论,然后将它们的最佳见解综合成一个更优的答案。
|
||||
- [model-guard](https://github.com/openclaw/skills/tree/main/skills/sarielwang93/model-guard/SKILL.md) - 自动监控反重力模型配额,并将默认模型切换为配额最高的模型。
|
||||
- [modelready](https://github.com/openclaw/skills/tree/main/skills/carol-gutianle/modelready/SKILL.md) - 立即从聊天中直接开始使用本地或 Hugging Face 模型。
|
||||
- [modelwar](https://github.com/openclaw/skills/tree/main/skills/pj4533/modelwar/SKILL.md) - ModelWar 是一个试验场,AI 代理在其中编写程序,在虚拟计算机中相互对抗。
|
||||
- [mplx-genesis](https://github.com/openclaw/skills/tree/main/skills/blockiosaurus/mplx-genesis/SKILL.md) - 使用 Metaplex Genesis 协议在 Solana 上发行代币。
|
||||
- [multi-agent-collab](https://github.com/openclaw/skills/tree/main/skills/vdc-k/multi-agent-collab/SKILL.md) - 用于Claude Code的通用多智能体协作方法论。
|
||||
- [music-generator](https://github.com/openclaw/skills/tree/main/skills/wells1137/music-generator/SKILL.md) - 根据结构化作曲计划生成音乐。
|
||||
- [n2-stitch-mcp](https://github.com/openclaw/skills/tree/main/skills/choihyunsus/n2-stitch-mcp/SKILL.md) - 用于 Google Stitch 的高弹性 MCP 代理——三层安全(自动重试、令牌刷新、TCP 异常恢复)。
|
||||
- [native-sentry](https://github.com/openclaw/skills/tree/main/skills/codeninja23/native-sentry/SKILL.md) - 通过 Sentry REST API 阅读 Sentry 问题、事件和生产错误。
|
||||
- [near-batch-sender](https://github.com/openclaw/skills/tree/main/skills/shaiss/near-batch-sender/SKILL.md) - NEAR 代币的批量操作——发送给多个接收者、转移 NFT、领取奖励并进行成本估算。
|
||||
- [numinous-forecast](https://github.com/openclaw/skills/tree/main/skills/juandbalbi/numinous-forecast/SKILL.md) - 从Numinous(Bittensor子网6)获取带有元数据/来源的校准概率。
|
||||
- [openmeteo-sh-weather-advanced](https://github.com/openclaw/skills/tree/main/skills/lstpsche/openmeteo-sh-weather-advanced/SKILL.md) - 来自免费的 OpenMeteo API 的高级天气:历史数据、详细变量选择、模型选择、过去几天的数据。
|
||||
- [openseti-skill](https://github.com/openclaw/skills/tree/main/skills/synergysize/openseti-skill/SKILL.md) - 分布式SETI扫描器 - 提供计算能力来分析来自突破聆听计划的真实射电望远镜数据。
|
||||
- [paytoll](https://github.com/openclaw/skills/tree/main/skills/foodaka/paytoll/SKILL.md) - 用于 DeFi、DEX 交换、跨链桥、Twitter/X、链上代币数据、加密工具和大型语言模型访问的 27 个工具。
|
||||
- [percept-ambient](https://github.com/openclaw/skills/tree/main/skills/jarvis563/percept-ambient/SKILL.md) - 环境智能模式——无需明确指令即可持续感知上下文。
|
||||
- [picqer-fulfillment](https://github.com/openclaw/skills/tree/main/skills/johnmcgucki/picqer-fulfillment/SKILL.md) - 仅支持 JSON 的仪表板数据 API。
|
||||
- [pincer](https://github.com/openclaw/skills/tree/main/skills/panzacoder/pincer/SKILL.md) - 用于安装代理技能的安全优先包装器。
|
||||
- [plugy](https://github.com/openclaw/skills/tree/main/skills/qualitydude/plugy/SKILL.md) - 用于 AI 代理的 Solana 交易技能。
|
||||
- [postavel](https://github.com/openclaw/skills/tree/main/skills/nezaboravi/postavel/SKILL.md) - 通过 MCP(模型上下文协议)连接到 Postavel 社交媒体管理平台
|
||||
- [prism-alerts](https://github.com/openclaw/skills/tree/main/skills/nextfrontierbuilds/prism-alerts/SKILL.md) - 针对Solana交易者的实时Pump.fun代币警报。
|
||||
- [prism-scanner](https://github.com/openclaw/skills/tree/main/skills/nextfrontierbuilds/prism-scanner/SKILL.md) - 即时检测任何代币的地毯拉取风险。
|
||||
- [pump-fun](https://github.com/openclaw/skills/tree/main/skills/playdadev/pump-fun/SKILL.md) - 使用 PumpPortal API 在 Pump.fun 上购买、出售和发起代币。
|
||||
- [quickintel-scan](https://github.com/openclaw/skills/tree/main/skills/azep-ninja/quickintel-scan/SKILL.md) - 使用 Quick Intel 的合约分析 API 扫描任何代币的安全风险、蜜罐和诈骗。
|
||||
- [revenue-model-design](https://github.com/openclaw/skills/tree/main/skills/jk-0001/revenue-model-design/SKILL.md) - 为个人创业者的业务设计收入模式——资金如何流入、从谁流入以及流入的频率。
|
||||
- [revolut-business](https://github.com/openclaw/skills/tree/main/skills/christianhaberl/revolut-business/SKILL.md) - Revolut Business API CLI — 账户、余额、交易、交易对手、支付、外汇兑换、CSV 导出。
|
||||
- [rnwy](https://github.com/openclaw/skills/tree/main/skills/rnwy/rnwy/SKILL.md) - 为人类和人工智能获取灵魂绑定护照。
|
||||
- [rv-measure](https://github.com/openclaw/skills/tree/main/skills/amitabhainarunachala/rv-measure/SKILL.md) - 量化人工智能模型中的 R_V 收缩特征。
|
||||
- [safety-checks](https://github.com/openclaw/skills/tree/main/skills/leegitw/safety-checks/SKILL.md) - 在信任之前进行验证——模型固定、回退机制以及运行时安全验证。
|
||||
- [sansfiction-library](https://github.com/openclaw/skills/tree/main/skills/fgbytes/sansfiction-library/SKILL.md) - 授权的 SansFiction 图书馆管理员。
|
||||
- [screen-vision](https://github.com/openclaw/skills/tree/main/skills/ls18166407597-design/screen-vision/SKILL.md) - 使用 Vision 框架的 macOS 本地 OCR 与自动化工具。
|
||||
- [sequence-cli](https://github.com/openclaw/skills/tree/main/skills/jameslawton/sequence-cli/SKILL.md) - 使用 Sequence 管理 Sequence 智能钱包、项目、API 密钥、ERC20 转账,并查询区块链数据。
|
||||
- [shipmytoken](https://github.com/openclaw/skills/tree/main/skills/new-ground/shipmytoken/SKILL.md) - 在 Pumpfun 上发布 Solana 代币,管理费用分成,领取收益,并跟踪投资组合。
|
||||
- [shipstation-orders](https://github.com/openclaw/skills/tree/main/skills/cprice70/shipstation-orders/SKILL.md) - 监控 ShipStation 订单,检测问题,并发送警报。
|
||||
- [smart-context](https://github.com/openclaw/skills/tree/main/skills/joe3112/smart-context/SKILL.md) - 高效令牌代理行为——响应大小调整、上下文裁剪、工具效率和任务委派。
|
||||
- [snipeit-skill](https://github.com/openclaw/skills/tree/main/skills/bivex/snipeit-skill/SKILL.md) - 通过 REST API 与 Snipe-IT 资产管理进行交互。
|
||||
- [social-media-extractor](https://github.com/openclaw/skills/tree/main/skills/g4dr/social-media-extractor/SKILL.md) - 这个技能使Claude能够从**Instagram**、**TikTok**和**Reddit**提取公共数据。
|
||||
- [solana-scanner](https://github.com/openclaw/skills/tree/main/skills/satoshi891102/solana-scanner/SKILL.md) - 扫描任何 Solana 代币以确保安全 — 流动性、持有者集中度、潜在风险信号和跑路指标。
|
||||
- [solana-skills](https://github.com/openclaw/skills/tree/main/skills/spendit-ai/solana-skills/SKILL.md) - Solana 钱包操作 - 创建钱包、查看余额、发送 SOL/代币、通过 Jupiter 兑换、在 Pump.fun 发布代币。
|
||||
- [solana-swaps](https://github.com/openclaw/skills/tree/main/skills/imthatcarlos/solana-swaps/SKILL.md) - 通过 Jupiter 聚合器在 Solana 上交换代币并检查钱包余额。
|
||||
- [solanaprox-ai](https://github.com/openclaw/skills/tree/main/skills/yebdmo2/solanaprox-ai/SKILL.md) - 通过 Solana USDC 按使用量付费的 AI 推理。
|
||||
- [solpaw-launcher](https://github.com/openclaw/skills/tree/main/skills/lvcidpsyche/solpaw-launcher/SKILL.md) - 通过 SolPaw 平台在 Pump.fun 上发布 Solana 代币。一次性费用 0.1 SOL。
|
||||
- [solpaw-skill](https://github.com/openclaw/skills/tree/main/skills/lvcidpsyche/solpaw-skill/SKILL.md) - 通过 SolPaw 平台在 Pump.fun 上发布 Solana 代币。一次性费用 0.1 SOL。
|
||||
- [solpaw-skill-final](https://github.com/openclaw/skills/tree/main/skills/lvcidpsyche/solpaw-skill-final/SKILL.md) - 通过 SolPaw 平台在 Pump.fun 上发布 Solana 代币。一次性费用 0.1 SOL。
|
||||
- [solpaw-skill-v2](https://github.com/openclaw/skills/tree/main/skills/lvcidpsyche/solpaw-skill-v2/SKILL.md) - 通过 SolPaw 平台在 Pump.fun 上发布 Solana 代币。一次性费用 0.1 SOL。
|
||||
- [speakturbo-tts](https://github.com/openclaw/skills/tree/main/skills/emzod/speakturbo-tts/SKILL.md) - 赋予你的代理实时与你交流的能力。
|
||||
- [staratheris-arya-model-router](https://github.com/openclaw/skills/tree/main/skills/staratheris/staratheris-arya-model-router/SKILL.md) - 节省令牌的路由器:选择型号(便宜/默认/专业)并使用子代理处理繁重任务。
|
||||
- [sui](https://github.com/openclaw/skills/tree/main/skills/easonc13/sui/SKILL.md) - 回答有关 Sui 区块链生态系统、概念、代币经济学、验证者、质押以及一般知识的问题。
|
||||
- [switch-modes](https://github.com/openclaw/skills/tree/main/skills/serudda/switch-modes/SKILL.md) - 在不同的 AI 模型之间动态切换,以优化成本和性能。
|
||||
- [taiwan-calendar](https://github.com/openclaw/skills/tree/main/skills/pigfoot/taiwan-calendar/SKILL.md) - 台湾日历查询,以获取准确的工作日/假期信息。
|
||||
- [ted-talk](https://github.com/openclaw/skills/tree/main/skills/leegitw/ted-talk/SKILL.md) - 将技术见解转化为完整的40-50分钟TED风格演讲,包含具体示例和问答环节。
|
||||
- [togetherai-tts](https://github.com/openclaw/skills/tree/main/skills/marcus20232023/togetherai-tts/SKILL.md) - 使用 TogetherAI API 和 MiniMax speech-2.6-turbo 模型进行文本转语音。
|
||||
- [token-alert](https://github.com/openclaw/skills/tree/main/skills/r00tid/token-alert/SKILL.md) - 🚨 **监控会话令牌并在达到75%/90%/95%时获取警报**。
|
||||
- [token-guard](https://github.com/openclaw/skills/tree/main/skills/edmonddantesj/token-guard/SKILL.md) - <!-- 🌌 Aoineco-已验证 | S-DNA: AOI-2026-0213-SDNA-TG01 -->.
|
||||
- [tokendraft](https://github.com/openclaw/skills/tree/main/skills/nikzt/tokendraft/SKILL.md) - TokenDraft 幻想加密货币锦标赛的完整套件 —— 使用 Solana 钱包进行身份验证,查询/加入/自动加入。
|
||||
- [tokenguard](https://github.com/openclaw/skills/tree/main/skills/g0head/tokenguard/SKILL.md) - AI 代理的 API 成本守护者。
|
||||
- [tracking](https://github.com/openclaw/skills/tree/main/skills/rzyen-hash/tracking/SKILL.md) - 通过 GMGN.AI 在 Base 链上跟踪代币。
|
||||
- [unclaimed-sol-scanner](https://github.com/openclaw/skills/tree/main/skills/nedim1511/unclaimed-sol-scanner/SKILL.md) - 扫描任何 Solana 钱包,查找可从休眠代币账户和程序缓冲账户中回收的 SOL。
|
||||
- [universal-skills-manager](https://github.com/openclaw/skills/tree/main/skills/jacob-bd/universal-skills-manager/SKILL.md) - 人工智能技能的总协调员。
|
||||
- [usdckrump](https://github.com/openclaw/skills/tree/main/skills/arunnadarasa/usdckrump/SKILL.md) - 通过 Story Aeneid EVVM 上的 x402 使用 USDC Krump (USDC.k) 支付。
|
||||
- [venice-admin](https://github.com/openclaw/skills/tree/main/skills/sabrinaaquino/venice-admin/SKILL.md) - 威尼斯 AI 账户管理 - 检查余额、查看使用记录、管理 API 密钥。
|
||||
- [vincent-credentials](https://github.com/openclaw/skills/tree/main/skills/glitch003/vincent-credentials/SKILL.md) - 使用此技能安全地存储凭证(API 密钥、密码、令牌)并将它们写入 .env 文件。
|
||||
- [voice-recognition](https://github.com/openclaw/skills/tree/main/skills/gykdly/voice-recognition/SKILL.md) - 使用 OpenAI Whisper CLI 的本地语音转文字。
|
||||
- [wallet-api](https://github.com/openclaw/skills/tree/main/skills/andresubri/wallet-api/SKILL.md) - 与 BudgetBakers 钱包 API 交互以获取个人财务数据。
|
||||
- [which-llm](https://github.com/openclaw/skills/tree/main/skills/zapkid/which-llm/SKILL.md) - 具有 HTTP 402 USDC 支付和结果积分(折扣)的确定性决策排名 API。
|
||||
- [wolfram-alpha](https://github.com/openclaw/skills/tree/main/skills/robert-janssen/wolfram-alpha/SKILL.md) - 执行复杂的数学计算、物理模拟、数据分析和科学查询。
|
||||
- [x-ai](https://github.com/openclaw/skills/tree/main/skills/blueberrywoodsym/x-ai/SKILL.md) - 通过 xAI API 与 Grok 模型聊天。
|
||||
- [x-alive](https://github.com/openclaw/skills/tree/main/skills/kitakitsune0x/x-alive/SKILL.md) - 在 X/Twitter 上让你的 AI 代理栩栩如生。
|
||||
- [xian-sdk-skill](https://github.com/openclaw/skills/tree/main/skills/endogen/xian-sdk-skill/SKILL.md) - 使用 xian-py Python SDK 在 Xian 区块链上构建应用程序。
|
||||
- [zapper](https://github.com/openclaw/skills/tree/main/skills/spirosrap/zapper/SKILL.md) - 通过 Zapper 的 GraphQL API 查询跨 50 条链的 DeFi 投资组合数据。
|
||||
- [zapper-api](https://github.com/openclaw/skills/tree/main/skills/zivhm/zapper-api/SKILL.md) - 通过 Zapper API 查询 DeFi 投资组合、代币持有情况、NFT、交易和价格。
|
||||
- [zhipu-asr](https://github.com/openclaw/skills/tree/main/skills/franklu0819-lang/zhipu-asr/SKILL.md) - 使用智谱 AI (BigModel) GLM-ASR 模型的自动语音识别 (ASR)。
|
||||
50
categories/apple-apps-and-services.md
Normal file
50
categories/apple-apps-and-services.md
Normal file
@@ -0,0 +1,50 @@
|
||||
# Apple 应用与服务
|
||||
|
||||
[← 返回主列表](../README.md#table-of-contents)
|
||||
|
||||
**44 个技能**
|
||||
|
||||
- [alter-actions](https://github.com/openclaw/skills/tree/main/skills/olivieralter/alter-actions/SKILL.md) - Trigger Alter macOS app actions via x-callback-url.
|
||||
- [apple-contacts](https://github.com/openclaw/skills/tree/main/skills/tyler6204/apple-contacts/SKILL.md) - Query contacts from the macOS Contacts app.
|
||||
- [apple-find-my-local](https://github.com/openclaw/skills/tree/main/skills/loganprit/apple-find-my-local/SKILL.md) - Control the Apple Find My app through Peekaboo to locate people, devices, and items (AirTags).
|
||||
- [apple-health-skill](https://github.com/openclaw/skills/tree/main/skills/nftechie/apple-health-skill/SKILL.md) - Talk to Apple Health data to query workouts, heart rate, activity rings, and fitness trends.
|
||||
- [apple-mail-search](https://github.com/openclaw/skills/tree/main/skills/mneves75/apple-mail-search/SKILL.md) - 通过 SQLite 在 macOS 上快速搜索 Apple 邮件。
|
||||
- [apple-music](https://github.com/openclaw/skills/tree/main/skills/tyler6204/apple-music/SKILL.md) - Search Apple Music, add songs to your library, manage playlists, and control playback.
|
||||
- [apple-photos](https://github.com/openclaw/skills/tree/main/skills/tyler6204/apple-photos/SKILL.md) - Integration with Apple Photos.app for macOS.
|
||||
- [apple-remind-me](https://github.com/openclaw/skills/tree/main/skills/plgonzalezrx8/apple-remind-me/SKILL.md) - Create real Apple Reminders using natural language.
|
||||
- [apple-search-ads-skill](https://github.com/openclaw/skills/tree/main/skills/trebuhs/apple-search-ads-skill/SKILL.md) - Manage Apple Search Ads campaigns, ad groups, keywords, and reports through `asa-cli`.
|
||||
- [appletv](https://github.com/openclaw/skills/tree/main/skills/lucakaufmann/appletv/SKILL.md) - 通过 `pyatv` 控制 Apple TV。
|
||||
- [callmac](https://github.com/openclaw/skills/tree/main/skills/jooey/callmac/SKILL.md) - Use commands like `/callmac` to control your Mac remotely from a mobile device using voice.
|
||||
- [clawdbot-macos-build](https://github.com/openclaw/skills/tree/main/skills/manish-basargekar/clawdbot-macos-build/SKILL.md) - Build a macOS menu bar app for Clawdbot.
|
||||
- [clawdbot-skill-voice-wake-say](https://github.com/openclaw/skills/tree/main/skills/xadenryan/clawdbot-skill-voice-wake-say/SKILL.md) - Read the reply aloud on macOS.
|
||||
- [drafts](https://github.com/openclaw/skills/tree/main/skills/nerveband/drafts/SKILL.md) - Manage Drafts app notes via CLI on macOS.
|
||||
- [findmy-location](https://github.com/openclaw/skills/tree/main/skills/poiley/findmy-location/SKILL.md) - Track the location of shared contacts through Apple Find My.
|
||||
- [fzf-fuzzy-finder](https://github.com/openclaw/skills/tree/main/skills/arnarsson/fzf-fuzzy-finder/SKILL.md) - 用于交互式过滤的命令行模糊查找器。
|
||||
- [get-focus-mode](https://github.com/openclaw/skills/tree/main/skills/nickchristensen/get-focus-mode/SKILL.md) - Get the current macOS Focus mode.
|
||||
- [healthkit-sync](https://github.com/openclaw/skills/tree/main/skills/mneves75/healthkit-sync/SKILL.md) - Provide CLI commands and usage patterns for iOS HealthKit data synchronization.
|
||||
- [hergunmac](https://github.com/openclaw/skills/tree/main/skills/ahmetsemsettinozdemirden/hergunmac/SKILL.md) - Get AI-powered football match predictions.
|
||||
- [homebrew](https://github.com/openclaw/skills/tree/main/skills/thesethrose/homebrew/SKILL.md) - macOS 的 Homebrew 包管理器。
|
||||
- [icloud-findmy](https://github.com/openclaw/skills/tree/main/skills/liamnichols/icloud-findmy/SKILL.md) - Check the Find My location and battery status of family members' devices.
|
||||
- [ics-import-on-iphone](https://github.com/openclaw/skills/tree/main/skills/sbhhbs/ics-import-on-iphone/SKILL.md) - When you cannot access the calendar directly, create calendar events by generating a valid `.ics` file.
|
||||
- [imessage-signal-analyzer](https://github.com/openclaw/skills/tree/main/skills/terellison/imessage-signal-analyzer/SKILL.md) - Analyze iMessage (macOS) and Signal conversation history to reveal relationship dynamics and message volume.
|
||||
- [inkjet](https://github.com/openclaw/skills/tree/main/skills/aaronchartier/inkjet/SKILL.md) - 将文本、图片和二维码打印到无线蓝牙热敏打印机。
|
||||
- [mac-notes-agent](https://github.com/openclaw/skills/tree/main/skills/swancho/mac-notes-agent/SKILL.md) - Integrated with macOS Notes app (Apple Notes).
|
||||
- [mac-tts](https://github.com/openclaw/skills/tree/main/skills/kalijason/mac-tts/SKILL.md) - Use the built-in `say` command in macOS for text-to-speech.
|
||||
- [macos-native-automation](https://github.com/openclaw/skills/tree/main/skills/theagentwire/macos-native-automation/SKILL.md) - Automate hardware-level mouse, keyboard, and dialog operations on macOS via CGEvent and AppleScript.
|
||||
- [managing-apple-notes](https://github.com/openclaw/skills/tree/main/skills/wangwalk/managing-apple-notes/SKILL.md) - 通过 `inotes` CLI 在终端中管理 Apple 备忘录。
|
||||
- [meow-finder](https://github.com/openclaw/skills/tree/main/skills/abgohel/meow-finder/SKILL.md) - Discover AI tools' CLI tools.
|
||||
- [mh-apple-reminders](https://github.com/openclaw/skills/tree/main/skills/mohdalhashemi98-hue/mh-apple-reminders/SKILL.md) - Manage Apple Reminders (list, add, edit, complete, delete) via the `remindctl` CLI.
|
||||
- [mlx-stt](https://github.com/openclaw/skills/tree/main/skills/guoqiao/mlx-stt/SKILL.md) - Use MLX (Apple Silicon) and GLM-ASR-Nano-2512 locally for speech-to-text.
|
||||
- [mlx-swift-lm](https://github.com/openclaw/skills/tree/main/skills/ronaldmannak) - 使用 MLX 在 Apple Silicon 上运行 LLM 和 VLM 的 MLX Swift LM。
|
||||
- [mlx-tts](https://github.com/openclaw/skills/tree/main/skills/guoqiao/mlx-tts/SKILL.md) - Use MLX locally (Apple Silicon) and open-source models (default QWen3-TTS) for text-to-speech.
|
||||
- [mole-mac-cleanup](https://github.com/openclaw/skills/tree/main/skills/bjesuiter/mole-mac-cleanup/SKILL.md) - Combine CleanMyMac's Mac cleaning and optimization tools.
|
||||
- [monolith](https://github.com/openclaw/skills/tree/main/skills/slaviquee/monolith/SKILL.md) - Security-encrypted wallet for AI agents.
|
||||
- [my-tesla](https://github.com/openclaw/skills/tree/main/skills/officialpm/my-tesla/SKILL.md) - Control Tesla vehicles on macOS via Tesla Owner API and `teslapy`.
|
||||
- [network-scanner](https://github.com/openclaw/skills/tree/main/skills/florianbeer/network-scanner/SKILL.md) - Scan the network to discover devices and collect MAC addresses.
|
||||
- [omarchy](https://github.com/openclaw/skills/tree/main/skills/achals-iglu/omarchy/SKILL.md) - Omarchy operational guardrails for daily system operations: By default, assume the host is Omarchy and select operations accordingly.
|
||||
- [pattern-finder](https://github.com/openclaw/skills/tree/main/skills/leegitw/pattern-finder/SKILL.md) - 找出两个来源共同认可的信息,提炼真正的信号。
|
||||
- [say](https://github.com/openclaw/skills/tree/main/skills/tobihagemann/say/SKILL.md) - 通过 macOS `say` 命令和 Siri 自然语音进行文本转语音。
|
||||
- [shortcuts-generator](https://github.com/openclaw/skills/tree/main/skills/erik-agens/shortcuts-skill/SKILL.md) - Generate macOS/iOS shortcuts by creating plist files.
|
||||
- [skill-email-management](https://github.com/openclaw/skills/tree/main/skills/latisen/skill-email-management/SKILL.md) - Professional email management assistant oriented towards the Apple ecosystem.
|
||||
- [testflight-monitor](https://github.com/openclaw/skills/tree/main/skills/jon-xo/testflight-monitor/SKILL.md) - Query available TestFlight testing slots through smart applications and silent batch checks.
|
||||
- [voice-wake-say](https://github.com/openclaw/skills/tree/main/skills/xadenryan/voice-wake-say/SKILL.md) - Use the built-in `say` on macOS to read replies aloud.
|
||||
340
categories/browser-and-automation.md
Normal file
340
categories/browser-and-automation.md
Normal file
@@ -0,0 +1,340 @@
|
||||
# Browser & Automation
|
||||
|
||||
[← Back to main list](../README.md#table-of-contents)
|
||||
|
||||
**335 个技能**
|
||||
|
||||
- [1p-shortlink](https://github.com/openclaw/skills/tree/main/skills/tuanpmt/1p-shortlink/SKILL.md) - Create short URLs and submit feature requests using 1p.io.
|
||||
- [2captcha](https://github.com/openclaw/skills/tree/main/skills/adinvadim/2captcha/SKILL.md) - Solve CAPTCHAs using 2Captcha service.
|
||||
- [a-share-real-time-data](https://github.com/openclaw/skills/tree/main/skills/wangdinglu/a-share-real-time-data/SKILL.md) - Fetch China A-share stock market data (bars, realtime quotes, tick-by-tick transactions) via mootdx/TDX protocol.
|
||||
- [aavegotchi-traits](https://github.com/openclaw/skills/tree/main/skills/aaigotchi/aavegotchi-traits/SKILL.md) - Retrieve Aavegotchi NFT data by gotchi ID or name from Base mainnet.
|
||||
- [abm-outbound](https://github.com/openclaw/skills/tree/main/skills/dru-ca/abm-outbound/SKILL.md) - Multi-channel ABM automation that turns LinkedIn URLs.
|
||||
- [accessibility-toolkit](https://github.com/openclaw/skills/tree/main/skills/cgtreadw/accessibility-toolkit/SKILL.md) - Friction-reduction patterns for agents helping.
|
||||
- [acp](https://github.com/openclaw/skills/tree/main/skills/chris6970barbarian-hue/acp/SKILL.md) - Hire specialised agents to handle any task — data analysis, trading, content generation, research, on-chain.
|
||||
- [activecampaign](https://github.com/openclaw/skills/tree/main/skills/kesslerio/activecampaign/SKILL.md) - ActiveCampaign CRM integration for lead management, deal.
|
||||
- [adcp-advertising](https://github.com/openclaw/skills/tree/main/skills/edyyy62/adcp-advertising/SKILL.md) - Automate advertising campaigns with AI.
|
||||
- [admet-prediction](https://github.com/openclaw/skills/tree/main/skills/huifer/admet-prediction/SKILL.md) - ADMET (Absorption, Distribution, Metabolism, Excretion, Toxicity) prediction for drug candidates.
|
||||
- [Agent Browser](https://github.com/openclaw/skills/tree/main/skills/thesethrose/agent-browser/SKILL.md) - A fast Rust-based headless browser automation CLI.
|
||||
- [agent-browser](https://github.com/openclaw/skills/tree/main/skills/murphykobe/agent-browser-2/SKILL.md) - Automates browser interactions for web testing, form.
|
||||
- [agent-daily-planner](https://github.com/openclaw/skills/tree/main/skills/gpunter/agent-daily-planner/SKILL.md) - A structured daily planning and execution tracking system for AI agents.
|
||||
- [agent-device](https://github.com/openclaw/skills/tree/main/skills/okwasniewski/agent-device/SKILL.md) - Automates interactions for iOS simulators/devices and Android emulators/devices.
|
||||
- [agent-step-sequencer](https://github.com/openclaw/skills/tree/main/skills/gostlightai/agent-step-sequencer/SKILL.md) - Multi-step scheduler for in-depth agent requests.
|
||||
- [agent-task-tracker](https://github.com/openclaw/skills/tree/main/skills/rikouu/agent-task-tracker/SKILL.md) - Proactive task state management.
|
||||
- [agent-zero](https://github.com/openclaw/skills/tree/main/skills/dowingard/agent-zero-bridge/SKILL.md) - Delegate complex coding, research, or autonomous tasks.
|
||||
- [agentapi](https://github.com/openclaw/skills/tree/main/skills/gizmo-dev/agentapi/SKILL.md) - Browse and search the AgentAPI directory - a curated database of APIs designed for AI agents.
|
||||
- [agentapi-hub](https://github.com/openclaw/skills/tree/main/skills/gizmo-dev/agentapi-hub/SKILL.md) - Browse and search the AgentAPI directory - a curated database of APIs designed for AI agents.
|
||||
- [agentaudit](https://github.com/openclaw/skills/tree/main/skills/starbuck100/agentaudit/SKILL.md) - Automatic security gate that checks packages against a vulnerability database before installation.
|
||||
- [agentaudit-skill](https://github.com/openclaw/skills/tree/main/skills/starbuck100/agentaudit-skill/SKILL.md) - Automatic security gate that checks packages against a vulnerability database before installation.
|
||||
- [agentmail-integration](https://github.com/openclaw/skills/tree/main/skills/synesthesia-wav/agentmail-integration/SKILL.md) - Integrate AgentMail API for AI agent.
|
||||
- [agresource](https://github.com/openclaw/skills/tree/main/skills/brianppetty/agresource/SKILL.md) - Use this skill to scrape, summarize, and analyze AgResource grain marketing newsletters.
|
||||
- [ai-hunter-pro](https://github.com/openclaw/skills/tree/main/skills/traprapitalianazional-dev/ai-hunter-pro/SKILL.md) - A high-performance automation agent that turns global trends into viral social media posts for X (Twitter)
|
||||
- [ai-meeting-scheduling](https://github.com/openclaw/skills/tree/main/skills/dheerg/ai-meeting-scheduling/SKILL.md) - Booking links fail for groups.
|
||||
- [ai-news-oracle](https://github.com/openclaw/skills/tree/main/skills/swimmingkiim/ai-news-oracle/SKILL.md) - Fetch real-time AI news briefings from the AI News Oracle API (Hacker News, TechCrunch, The Verge)
|
||||
- [airtable-automation](https://github.com/openclaw/skills/tree/main/skills/sohamganatra/airtable-automation/SKILL.md) - Automate Airtable tasks via Rube MCP (Composio)
|
||||
- [airtable-participants](https://github.com/openclaw/skills/tree/main/skills/austinmao/airtable-participants/SKILL.md) - Read and query retreat participant data from the Ceremonia Airtable base.
|
||||
- [ak-rss-24h-brief](https://github.com/openclaw/skills/tree/main/skills/seandong/ak-rss-24h-brief/SKILL.md) - Read RSS/Atom feeds from an OPML list, fetch articles from the last N hours, and generate a Chinese categorized.
|
||||
- [amazon-product-search-api-skill](https://github.com/openclaw/skills/tree/main/skills/phheng/amazon-product-search-api-skill/SKILL.md) - This skill is designed to help users automatically extract product data from Amazon search results.
|
||||
- [amazon-reviews-api-skill](https://github.com/openclaw/skills/tree/main/skills/phheng/amazon-reviews-api-skill/SKILL.md) - This skill helps users automatically extract Amazon product reviews via the Amazon Reviews API.
|
||||
- [amazon-shopper](https://github.com/openclaw/skills/tree/main/skills/brennerspear/amazon-shopper/SKILL.md) - Buy and return items on Amazon using browser automation.
|
||||
- [android-adb](https://github.com/openclaw/skills/tree/main/skills/staticai/android-adb/SKILL.md) - Control Android devices via ADB with support for UI layout analysis.
|
||||
- [anycrawl](https://github.com/openclaw/skills/tree/main/skills/techlaai/anycrawl/SKILL.md) - AnyCrawl API integration for OpenClaw - Scrape, Crawl, and Search web.
|
||||
- [aoi-hackathon-scout-lite](https://github.com/openclaw/skills/tree/main/skills/edmonddantesj/aoi-hackathon-scout-lite/SKILL.md) - Public-safe hackathon source registry + filtering output (no crawling, no submissions).
|
||||
- [api-tester](https://github.com/openclaw/skills/tree/main/skills/wanng-ide/api-tester/SKILL.md) - Perform structured HTTP/HTTPS requests (GET, POST, PUT, DELETE) with custom headers and JSON body support.
|
||||
- [apify-lead-generation](https://github.com/openclaw/skills/tree/main/skills/jirispilka/apify-lead-generation/SKILL.md) - Generates B2B/B2C leads by scraping Google.
|
||||
- [apiosk](https://github.com/openclaw/skills/tree/main/skills/obcraft/apiosk/SKILL.md) - **Pay-per-request API access for agents.
|
||||
- [appstore-rating-pulse](https://github.com/openclaw/skills/tree/main/skills/aligurelli/appstore-rating-pulse/SKILL.md) - Monitor App Store ratings for any iOS app across multiple countries.
|
||||
- [arxiv-1-0-1](https://github.com/openclaw/skills/tree/main/skills/tariqsumatri82/arxiv-1-0-1/SKILL.md) - Search, fetch, and analyze academic papers from arXiv.org directly from your AI assistant.
|
||||
- [arxiv-skill-learning](https://github.com/openclaw/skills/tree/main/skills/wanng-ide/arxiv-skill-learning/SKILL.md) - Orchestrates the continuous learning of new skills from arXiv papers.
|
||||
- [asr](https://github.com/openclaw/skills/tree/main/skills/ilyakam/asr/SKILL.md) - Fast, accurate, and incredibly inexpensive automatic speech-to-text.
|
||||
- [atl-mobile](https://github.com/openclaw/skills/tree/main/skills/jordancoin/atl-mobile/SKILL.md) - Mobile browser and native app automation via ATL (iOS Simulator).
|
||||
- [audiomind](https://github.com/openclaw/skills/tree/main/skills/wells1137/audiomind/SKILL.md) - The ultimate AI audio generation skill.
|
||||
- [auto-context-manager](https://github.com/openclaw/skills/tree/main/skills/imraxy/auto-context-manager/SKILL.md) - AI-powered automatic project context management.
|
||||
- [auto-dealer-marketing](https://github.com/openclaw/skills/tree/main/skills/lazralabs-eng/auto-dealer-marketing/SKILL.md) - When the user wants to create, optimize, or plan automotive dealership marketing — including inventory.
|
||||
- [auto-updater](https://github.com/openclaw/skills/tree/main/skills/maximeprades/auto-updater/SKILL.md) - Automatically update Clawdbot and all installed skills once.
|
||||
- [autofillin](https://github.com/openclaw/skills/tree/main/skills/leohan123123/autofillin/SKILL.md) - Automated web form filling and file uploading skill.
|
||||
- [automation-workflows](https://github.com/openclaw/skills/tree/main/skills/jk-0001/automation-workflows/SKILL.md) - Design and implement automation workflows to save.
|
||||
- [autonomy-windowed](https://github.com/openclaw/skills/tree/main/skills/luciusrockwing/autonomy-windowed/SKILL.md) - Time-windowed autonomous task queue.
|
||||
- [babyconnect](https://github.com/openclaw/skills/tree/main/skills/kesslerio/babyconnect/SKILL.md) - ActiveCampaign CRM integration for lead management, deal tracking.
|
||||
- [bamboohr-automation](https://github.com/openclaw/skills/tree/main/skills/sohamganatra/bamboohr-automation/SKILL.md) - Automate BambooHR tasks via Rube MCP (Composio)
|
||||
- [baseball](https://github.com/openclaw/skills/tree/main/skills/khaney64/baseball/SKILL.md) - Fetch MLB game schedules, live game status, box scores, player search, and season statistics via the MLB Stats API.
|
||||
- [basecamp-automation](https://github.com/openclaw/skills/tree/main/skills/sohamganatra/basecamp-automation/SKILL.md) - Automate Basecamp project management, to-dos.
|
||||
- [basecred](https://github.com/openclaw/skills/tree/main/skills/callmedas69/basecred/SKILL.md) - Fetch onchain reputation profiles via BaseCred SDK (Ethos, Talent Protocol, Farcaster/Neynar)
|
||||
- [bitaxe-monitor](https://github.com/openclaw/skills/tree/main/skills/pietro395/bitaxe-monitor/SKILL.md) - Monitor Bitaxe Gamma Bitcoin miner status via HTTP API.
|
||||
- [bits](https://github.com/openclaw/skills/tree/main/skills/robbiethompson18/bits/SKILL.md) - Control browser automation agents via the Bits MCP server.
|
||||
- [book-brain-visual-reader](https://github.com/openclaw/skills/tree/main/skills/deepseekoracle/book-brain-visual-reader/SKILL.md) - Enhanced BOOK BRAIN for LYGO Havens with visual capability.
|
||||
- [book-fetch](https://github.com/openclaw/skills/tree/main/skills/zerone0x/book-fetch/SKILL.md) - Download ebooks (epub/pdf) from Anna's Archive and upload them to MEGA automatically.
|
||||
- [bookmark-intelligence](https://github.com/openclaw/skills/tree/main/skills/bkrigmo1/bookmark-intelligence/SKILL.md) - Turns X bookmarks into actionable insights.
|
||||
- [box-automation](https://github.com/openclaw/skills/tree/main/skills/sohamganatra/box-automation/SKILL.md) - Automate Box cloud storage operations including file.
|
||||
- [brain-search](https://github.com/openclaw/skills/tree/main/skills/ryandeangraves/brain-search/SKILL.md) - **You MUST actually execute every curl command using your shell/exec tool.** Read the real HTTP response.
|
||||
- [browser-ladder](https://github.com/openclaw/skills/tree/main/skills/ktpriyatham/browser-ladder/SKILL.md) - Climb the browser ladder — start free, escalate.
|
||||
- [browser-use](https://github.com/openclaw/skills/tree/main/skills/shawnpana/browser-use/SKILL.md) - Use Browser Use cloud API to spin up cloud browsers for Clawdbot.
|
||||
- [browsh](https://github.com/openclaw/skills/tree/main/skills/gumadeiras/browsh/SKILL.md) - A modern text-based browser.
|
||||
- [brw-linkedin-authority-builder](https://github.com/openclaw/skills/tree/main/skills/brianrwagner/brw-linkedin-authority-builder/SKILL.md) - Build a LinkedIn content system for thought leadership.
|
||||
- [brw-linkedin-authority-builder-1-0-0](https://github.com/openclaw/skills/tree/main/skills/rezcarbon/brw-linkedin-authority-builder-1-0-0/SKILL.md) - Build a LinkedIn content system for thought leadership.
|
||||
- [btc-analyzer](https://github.com/openclaw/skills/tree/main/skills/newbienodes/btc-analyzer/SKILL.md) - Fetch live BTCUSDT 15m candles from Binance public API and analyze market direction UP/DOWN/SKIP using EMA20.
|
||||
- [bybit-order-book](https://github.com/openclaw/skills/tree/main/skills/davidm413/bybit-order-book/SKILL.md) - Download, process, and backtest ByBit derivatives historical order book data.
|
||||
- [cal-com-automation](https://github.com/openclaw/skills/tree/main/skills/sohamganatra/cal-com-automation/SKILL.md) - Automate Cal.com tasks via Rube MCP (Composio)
|
||||
- [camoufox](https://github.com/openclaw/skills/tree/main/skills/goodgoodjm/camoufox/SKILL.md) - Anti-detect browser automation using Camoufox (Firefox-based).
|
||||
- [catime](https://github.com/openclaw/skills/tree/main/skills/yazelin/catime/SKILL.md) - Fetch and send AI-generated hourly cat images.
|
||||
- [ccxt](https://github.com/openclaw/skills/tree/main/skills/pcriadoperez/ccxt/SKILL.md) - Interact with 100+ cryptocurrency exchanges — fetch markets, order books, tickers, place orders, check balances.
|
||||
- [cdp-browser](https://github.com/openclaw/skills/tree/main/skills/gostlightai/cdp-browser/SKILL.md) - CDP browser control at localhost:9222.
|
||||
- [claude-cost-cli](https://github.com/openclaw/skills/tree/main/skills/cyberash-dev/claude-cost-cli/SKILL.md) - Query Claude API usage and cost reports from the command line.
|
||||
- [claude-usage-cli](https://github.com/openclaw/skills/tree/main/skills/cyberash-dev/claude-usage-cli/SKILL.md) - Query Claude API usage and cost reports from the command line.
|
||||
- [client-communication-engine](https://github.com/openclaw/skills/tree/main/skills/satoshistackalotto/client-communication-engine/SKILL.md) - Greek-language client correspondence — submission confirmations, summaries, document requests, reminders.
|
||||
- [client-data-management](https://github.com/openclaw/skills/tree/main/skills/satoshistackalotto/client-data-management/SKILL.md) - Secure client database for Greek accounting firms.
|
||||
- [client-flow](https://github.com/openclaw/skills/tree/main/skills/ariktulcha/client-flow/SKILL.md) - Automated client onboarding and project lifecycle management.
|
||||
- [cls-news-scraper](https://github.com/openclaw/skills/tree/main/skills/ningjingzhiyuande/cls-news-scraper/SKILL.md) - Use this skill to pull real-time market news from Cailian Press (CLS) and extract stock-positive catalysts.
|
||||
- [cn-ecommerce-search](https://github.com/openclaw/skills/tree/main/skills/shopmeskills/cn-ecommerce-search/SKILL.md) - Search products across 8 Chinese e-commerce platforms: Taobao, Tmall, JD, PDD, 1688, AliExpress, Douyin, XHS.
|
||||
- [cocod](https://github.com/openclaw/skills/tree/main/skills/egge21m/cocod/SKILL.md) - A Cashu ecash wallet CLI for Bitcoin and Lightning payments.
|
||||
- [coda-io](https://github.com/openclaw/skills/tree/main/skills/simonfunk/coda-io/SKILL.md) - Interact with Coda.io docs, tables, rows, pages, and automations via the Coda REST API v1.
|
||||
- [code-stats](https://github.com/openclaw/skills/tree/main/skills/autogame-17/code-stats/SKILL.md) - Visualizes repository complexity by counting files, lines of code, and grouping by extension.
|
||||
- [code-stats](https://github.com/openclaw/skills/tree/main/skills/wanng-ide/code-stats/SKILL.md) - Visualizes repository complexity by counting files, lines of code, and grouping by extension.
|
||||
- [code-tester](https://github.com/openclaw/skills/tree/main/skills/frhn9/code-tester/SKILL.md) - Build, run, and test code projects for Rust, Go, and Java.
|
||||
- [coingecko](https://github.com/openclaw/skills/tree/main/skills/olisim02/coingecko/SKILL.md) - Fetch crypto prices, market data, and token info from the CoinGecko free API.
|
||||
- [comonyx-admin](https://github.com/openclaw/skills/tree/main/skills/waqas-orcalo/comonyx-admin/SKILL.md) - Admin skill to sign into Cosmonyx, fetch companies, filter/export (PDF or Excel), optionally email the export.
|
||||
- [cputemp](https://github.com/openclaw/skills/tree/main/skills/rhcit/cputemp/SKILL.md) - Fetch real-time stock quotes from Yahoo Finance.
|
||||
- [curlship](https://github.com/openclaw/skills/tree/main/skills/marcindudekdev/curlship/SKILL.md) - Submit products to CurlShip, the bot-friendly SaaS directory.
|
||||
- [daily-dev-agentic](https://github.com/openclaw/skills/tree/main/skills/idoshamun/daily-dev-agentic/SKILL.md) - daily.dev Agentic Learning - continuous self-improvement through daily.dev feeds.
|
||||
- [daily-news](https://github.com/openclaw/skills/tree/main/skills/ym2760184260/daily-news/SKILL.md) - Fetch top news from Baidu, Google, and other sources daily.
|
||||
- [db-readonly](https://github.com/openclaw/skills/tree/main/skills/reed1898/db-readonly/SKILL.md) - Run safe read-only queries against MySQL or PostgreSQL for data inspection, reporting, and troubleshooting.
|
||||
- [db-readonly](https://github.com/openclaw/skills/tree/main/skills/ryanhong666/db-readonly/SKILL.md) - Run safe read-only queries against MySQL or PostgreSQL for data inspection, reporting, and troubleshooting.
|
||||
- [desearch-x-search](https://github.com/openclaw/skills/tree/main/skills/okradze/desearch-x-search/SKILL.md) - Search X (Twitter) in real time.
|
||||
- [doro-command-creator](https://github.com/openclaw/skills/tree/main/skills/a2mus/doro-command-creator/SKILL.md) - WHAT: Create Claude Code slash commands - reusable markdown workflows invoked with /command-name.
|
||||
- [dune-analytics-api](https://github.com/openclaw/skills/tree/main/skills/lz-web3/dune-analytics-api/SKILL.md) - Dune Analytics API for blockchain data queries.
|
||||
- [echo-repeater](https://github.com/openclaw/skills/tree/main/skills/theeightt/echo-repeater/SKILL.md) - Echo the user's input back to them with optional formatting like "Echo:" or "You said:" as a prefix.
|
||||
- [edstem](https://github.com/openclaw/skills/tree/main/skills/axel5o5/edstem/SKILL.md) - Fetch, sync, and organize EdStem discussion threads for any course or institution.
|
||||
- [entity-optimizer](https://github.com/openclaw/skills/tree/main/skills/aaron-he-zhu/entity-optimizer/SKILL.md) - Use when the user asks to "optimize entity presence", "build knowledge graph", "improve knowledge panel", "entity.
|
||||
- [epstein-emails](https://github.com/openclaw/skills/tree/main/skills/blockboy32/epstein-emails/SKILL.md) - Query 383,000+ court-released Epstein emails via a pay-per-request API.
|
||||
- [erpnext-frappe](https://github.com/openclaw/skills/tree/main/skills/ravana-indus/erpnext-frappe/SKILL.md) - High-level business workflows that combine multiple MCP tools into reusable, executable skills for ERPNext.
|
||||
- [error-driven-evolution](https://github.com/openclaw/skills/tree/main/skills/marsnavi/error-driven-evolution/SKILL.md) - Structured error-to-rule learning system for AI agents.
|
||||
- [evomap](https://github.com/openclaw/skills/tree/main/skills/segasonicye/evomap/SKILL.md) - Connect to the EvoMap collaborative evolution marketplace.
|
||||
- [exa-tool](https://github.com/openclaw/skills/tree/main/skills/claireaicodes/exa-tool/SKILL.md) - Exa MCP integration for advanced search, research, and crawling.
|
||||
- [external-ki-integration-backup](https://github.com/openclaw/skills/tree/main/skills/konscious0beast/external-ki-integration-backup/SKILL.md) - Skill for accessing external AI services (ChatGPT, Claude, Hugging Face, etc.) via browser automation (Chrome Relay)
|
||||
- [fastfold-ai-fold](https://github.com/openclaw/skills/tree/main/skills/juliocesar-io/fastfold-ai-fold/SKILL.md) - Submits and manages FastFold protein folding jobs via the Jobs API.
|
||||
- [fatsecret](https://github.com/openclaw/skills/tree/main/skills/f-liva/fatsecret/SKILL.md) - FatSecret nutrition API integration for food search, nutritional lookup, barcode scanning, recipe search, and food.
|
||||
- [feed-digest](https://github.com/openclaw/skills/tree/main/skills/odysseus0/feed-digest/SKILL.md) - Agentic feed digest using the feed CLI.
|
||||
- [feishu-bitable-creator](https://github.com/openclaw/skills/tree/main/skills/gaowanqi08141999/feishu-bitable-creator/SKILL.md) - Create and populate Feishu (Lark) Bitable (multidimensional tables) with automated cleanup.
|
||||
- [feishu-meeting-assistant](https://github.com/openclaw/skills/tree/main/skills/autogame-17/feishu-meeting-assistant/SKILL.md) - Scans your Feishu Calendar for upcoming events with attached documents (Doc, Sheet, Bitable), reads their content.
|
||||
- [feishu-sheets](https://github.com/openclaw/skills/tree/main/skills/wesley138cn/feishu-sheets/SKILL.md) - Feishu online spreadsheet (Sheets) operations including create, read, write, append data, manage worksheets.
|
||||
- [feishu-sheets-skill](https://github.com/openclaw/skills/tree/main/skills/wesley138cn/feishu-sheets-skill/SKILL.md) - Feishu online spreadsheet (Sheets) operations including create, read, write, append data, manage worksheets.
|
||||
- [fin-cog](https://github.com/openclaw/skills/tree/main/skills/nitishgargiitd/fin-cog/SKILL.md) - Wall Street-grade analysis, accessible globally.
|
||||
- [firefly](https://github.com/openclaw/skills/tree/main/skills/codes71/firefly/SKILL.md) - Fetch meeting transcripts, summaries, and action items from Firefly AI (fireflies.ai)
|
||||
- [free-a-share-real-time-data](https://github.com/openclaw/skills/tree/main/skills/wangdinglu/free-a-share-real-time-data/SKILL.md) - Fetch China A-share stock market data (bars, realtime quotes, tick-by-tick transactions) via mootdx/TDX protocol.
|
||||
- [ft-reader](https://github.com/openclaw/skills/tree/main/skills/zhouziyue233/ft-reader/SKILL.md) - Use this skill to perform deep, structured, and bilingual analysis of top articles from Financial Times (ft.com).
|
||||
- [fxtwitter](https://github.com/openclaw/skills/tree/main/skills/namphamdev/fxtwitter/SKILL.md) - Fetch tweet/post data from X (Twitter) links using the fxTwitter API (api.fxtwitter.com)
|
||||
- [geo-content-optimizer](https://github.com/openclaw/skills/tree/main/skills/aaron-he-zhu/geo-content-optimizer/SKILL.md) - Use when the user asks to "optimize for AI", "get cited by ChatGPT", "AI optimization", "appear in AI answers".
|
||||
- [geometry](https://github.com/openclaw/skills/tree/main/skills/geometrydotsh/geometry/SKILL.md) - Generate AI images from text prompts.
|
||||
- [get-kalshi-live-games](https://github.com/openclaw/skills/tree/main/skills/kanakamedalasumanth/get-kalshi-live-games/SKILL.md) - Fetch currently live Kalshi sports markets using the browser.
|
||||
- [glm-image](https://github.com/openclaw/skills/tree/main/skills/chunhualiao/glm-image/SKILL.md) - Generate images using GLM-Image API.
|
||||
- [goal-tracker](https://github.com/openclaw/skills/tree/main/skills/alti-systems/goal-tracker/SKILL.md) - Track long-term goals with milestones, daily logging, and accountability.
|
||||
- [goldenseed](https://github.com/openclaw/skills/tree/main/skills/beanapologist/goldenseed/SKILL.md) - Deterministic entropy streams for reproducible testing and procedural generation.
|
||||
- [gotchi-finder](https://github.com/openclaw/skills/tree/main/skills/aaigotchi/gotchi-finder/SKILL.md) - Fetch Aavegotchi by ID from Base mainnet and display image with full traits.
|
||||
- [goyfiles-epstein](https://github.com/openclaw/skills/tree/main/skills/davfd/goyfiles-epstein/SKILL.md) - Core GOYFILES external-bot contract (endpoint-first onboarding, strict agent behavior, direct tool mode.
|
||||
- [grago](https://github.com/openclaw/skills/tree/main/skills/solsuk/grago/SKILL.md) - **Delegate research and data-fetch tasks to a free local LLM.
|
||||
- [grok-browser](https://github.com/openclaw/skills/tree/main/skills/easonc13/grok-browser/SKILL.md) - Query Grok AI via browser automation.
|
||||
- [guicountrol](https://github.com/openclaw/skills/tree/main/skills/dreamtraveler13/guicountrol/SKILL.md) - Control the Linux desktop GUI using xdotool, wmctrl, and dogtail.
|
||||
- [hfnews](https://github.com/openclaw/skills/tree/main/skills/huberteff/hfnews/SKILL.md) - Fetch and filter news from multiple sources with stopwords/blacklist support.
|
||||
- [hi](https://github.com/openclaw/skills/tree/main/skills/roman181/hi/SKILL.md) - Captures learnings, errors, and corrections to enable continuous improvement.
|
||||
- [hive-mind](https://github.com/openclaw/skills/tree/main/skills/lilyjazz/hive-mind/SKILL.md) - Sync memories across multiple agents using a shared TiDB Zero database.
|
||||
- [hle-benchmark-evolver](https://github.com/openclaw/skills/tree/main/skills/wanng-ide/hle-benchmark-evolver/SKILL.md) - Runs HLE-oriented benchmark reward ingestion and curriculum generation for capability-evolver.
|
||||
- [huggingface-trends](https://github.com/openclaw/skills/tree/main/skills/tianxingleo/huggingface-trends/SKILL.md) - Monitor and fetch trending models from Hugging Face with support for filtering by task, library, and popularity.
|
||||
- [image-enhancer](https://github.com/openclaw/skills/tree/main/skills/wells1137/image-enhancer/SKILL.md) - Improves the quality of images, especially screenshots, by enhancing resolution, sharpness, and clarity.
|
||||
- [imprettyamazing](https://github.com/openclaw/skills/tree/main/skills/macksmind/imprettyamazing/SKILL.md) - Interact with I'm Pretty Amazing (imprettyamazing.com) — a platform for tracking and celebrating accomplishments.
|
||||
- [index-cards](https://github.com/openclaw/skills/tree/main/skills/jonwheatley/index-cards/SKILL.md) - Send real, physical greeting cards through the mail.
|
||||
- [input-classification-v1](https://github.com/openclaw/skills/tree/main/skills/omprasad122007-rgb/input-classification-v1/SKILL.md) - Deterministic rule-based system for classifying clarified input into a single primary task category and assigning.
|
||||
- [instagram-scraper](https://github.com/openclaw/skills/tree/main/skills/arulmozhiv/instagram-scraper/SKILL.md) - A browser-based Instagram profile discovery and scraping tool.
|
||||
- [interesting-finding](https://github.com/openclaw/skills/tree/main/skills/zerone0x/interesting-finding/SKILL.md) - Process links and content shared in the #interesting-finding Discord channel.
|
||||
- [invoice-collector](https://github.com/openclaw/skills/tree/main/skills/mintannn/invoice-collector/SKILL.md) - Collect invoices/receipts from Gmail and send a summary email with attachments.
|
||||
- [ipfs-client](https://github.com/openclaw/skills/tree/main/skills/apexfork/ipfs-client/SKILL.md) - Read-only IPFS queries — fetch files, inspect metadata, explore DAGs, and resolve IPNS names via local or public.
|
||||
- [iserv](https://github.com/openclaw/skills/tree/main/skills/finnbusse/iserv/SKILL.md) - HTTP client for IServ school platforms.
|
||||
- [itinerary-carousel-post](https://github.com/openclaw/skills/tree/main/skills/psyduckler/itinerary-carousel-post/SKILL.md) - Create and publish an Instagram carousel post from a tabiji.ai itinerary.
|
||||
- [itinerary-carousel-post-topaz](https://github.com/openclaw/skills/tree/main/skills/psyduckler/itinerary-carousel-post-topaz/SKILL.md) - Create and publish an Instagram carousel post from a tabiji.ai itinerary, with Topaz Labs AI image enhancement.
|
||||
- [iyeque-device-control](https://github.com/openclaw/skills/tree/main/skills/iyeque/iyeque-device-control/SKILL.md) - Expose safe device actions (volume, brightness, open/close apps) for personal automation.
|
||||
- [jarvis-api-contract-guard-01](https://github.com/openclaw/skills/tree/main/skills/xammarie/jarvis-api-contract-guard-01/SKILL.md) - Design and verify API contracts for backward compatibility.
|
||||
- [jarvis-bug-triage-01](https://github.com/openclaw/skills/tree/main/skills/xammarie/jarvis-bug-triage-01/SKILL.md) - Triage production bugs fast with repro isolation and risk-first fixes.
|
||||
- [jarvis-ci-flake-hunter-01](https://github.com/openclaw/skills/tree/main/skills/xammarie/jarvis-ci-flake-hunter-01/SKILL.md) - Track and reduce flaky tests with deterministic isolation.
|
||||
- [jarvis-db-query-doctor-01](https://github.com/openclaw/skills/tree/main/skills/xammarie/jarvis-db-query-doctor-01/SKILL.md) - Diagnose slow SQL and rewrite queries for safer performance.
|
||||
- [jarvis-migration-risk-radar-01](https://github.com/openclaw/skills/tree/main/skills/xammarie/jarvis-migration-risk-radar-01/SKILL.md) - Assess migration risk and design staged rollouts.
|
||||
- [jarvis-persona-style-calibrator-01](https://github.com/openclaw/skills/tree/main/skills/xammarie/jarvis-persona-style-calibrator-01/SKILL.md) - Calibrate assistant personality to voice, boundaries, and audience context.
|
||||
- [jarvis-test-gap-finder-01](https://github.com/openclaw/skills/tree/main/skills/xammarie/jarvis-test-gap-finder-01/SKILL.md) - Find missing tests by failure mode and business impact.
|
||||
- [jobs-ive](https://github.com/openclaw/skills/tree/main/skills/stubbi/jobs-ive/SKILL.md) - Channel the combined product philosophy of Steve Jobs and Jony Ive to make product, design, messaging, naming.
|
||||
- [jup-skill](https://github.com/openclaw/skills/tree/main/skills/lifeofpavs/jup-skill/SKILL.md) - Execute Jupiter API operations on Solana - fetch quotes, sign transactions, execute swaps, prediction markets.
|
||||
- [level-design-patterns](https://github.com/openclaw/skills/tree/main/skills/cryptorabea/level-design-patterns/SKILL.md) - Use when creating Unity game scenes and prototypes, building level designs, or automating Unity Editor workflows.
|
||||
- [lifi-skill](https://github.com/openclaw/skills/tree/main/skills/fabriziogianni7/lifi-skill/SKILL.md) - v4 - Use LI.FI API for cross-chain and same-chain swaps, bridges, and contract calls.
|
||||
- [lightningprox](https://github.com/openclaw/skills/tree/main/skills/unixlamadev-spec/lightningprox/SKILL.md) - Pay-per-request AI model access via Bitcoin Lightning using prepaid spend tokens.
|
||||
- [line-oa](https://github.com/openclaw/skills/tree/main/skills/picseeinc/line-oa/SKILL.md) - Operate LINE Official Account Manager (chat.line.biz) via browser automation.
|
||||
- [link-digest](https://github.com/openclaw/skills/tree/main/skills/zerone0x/link-digest/SKILL.md) - Process links and content shared in a designated 'interesting findings' Discord channel.
|
||||
- [linux-desktop](https://github.com/openclaw/skills/tree/main/skills/ouyangabel/linux-desktop/SKILL.md) - Linux desktop automation and control.
|
||||
- [linz-public-transport](https://github.com/openclaw/skills/tree/main/skills/fjrevoredo/linz-public-transport/SKILL.md) - Query Linz Linien raw EFA endpoints for stop lookup and live departures.
|
||||
- [lnget](https://github.com/openclaw/skills/tree/main/skills/roasbeef/lnget/SKILL.md) - Install and use lnget, a Lightning-native HTTP client with automatic L402 payment support.
|
||||
- [lofy-fitness](https://github.com/openclaw/skills/tree/main/skills/harrey401/lofy-fitness/SKILL.md) - Fitness accountability for the Lofy AI assistant — workout logging from natural language, meal tracking.
|
||||
- [logistics-tracking](https://github.com/openclaw/skills/tree/main/skills/shopmeskills/logistics-tracking/SKILL.md) - Track international packages by tracking number.
|
||||
- [lygo-guardian-p0-stack](https://github.com/openclaw/skills/tree/main/skills/deepseekoracle/lygo-guardian-p0-stack/SKILL.md) - LYGO Guardian base skill – Nano-Kernel (P0.4), Understanding Heart (P0.5), and Light Math harmony as a portable.
|
||||
- [lyrical-fable](https://github.com/openclaw/skills/tree/main/skills/sanzgiri/lyrical-fable/SKILL.md) - Create short lyrical fables (~1000 words) about historical, fictional, or mythological characters in the style.
|
||||
- [mac-control](https://github.com/openclaw/skills/tree/main/skills/easonc13/mac-control/SKILL.md) - Control Mac via mouse/keyboard automation using cliclick and AppleScript.
|
||||
- [mac-use](https://github.com/openclaw/skills/tree/main/skills/kekejun/mac-use/SKILL.md) - Control macOS GUI apps visually — take screenshots, click, scroll, type.
|
||||
- [macos-calendar](https://github.com/openclaw/skills/tree/main/skills/lucaperret/macos-calendar/SKILL.md) - Create, list, and manage macOS Calendar events via AppleScript.
|
||||
- [macos-reminders](https://github.com/openclaw/skills/tree/main/skills/lucaperret/macos-reminders/SKILL.md) - Create, list, and manage macOS Reminders via AppleScript.
|
||||
- [map-grabber](https://github.com/openclaw/skills/tree/main/skills/qrost/map-grabber/SKILL.md) - Fetch OpenStreetMap vector data (streets, buildings) for an address and export to SVG, GeoPackage, or DXF for CAD/Rhino.
|
||||
- [market-pulse](https://github.com/openclaw/skills/tree/main/skills/lopushok9/market-pulse/SKILL.md) - Use when user asks about crypto prices, DeFi yields, market sentiment, fear and greed index, stock prices, upcoming.
|
||||
- [market-snapshot](https://github.com/openclaw/skills/tree/main/skills/nicholasoxford/market-snapshot/SKILL.md) - Fetch a token market snapshot (price/liquidity/volume) and return stable JSON (backed by Jupiter).
|
||||
- [market-test-price](https://github.com/openclaw/skills/tree/main/skills/li-zoe-x/market-test-price/SKILL.md) - Fetch token prices from OKX DEX Market Price API (v6)
|
||||
- [math-worksheets](https://github.com/openclaw/skills/tree/main/skills/trondw/math-worksheets/SKILL.md) - Generate professional math practice worksheets and full answer keys as PDFs.
|
||||
- [mcp-chrome](https://github.com/openclaw/skills/tree/main/skills/femto/mcp-chrome/SKILL.md) - Control Chrome browser with AI using MCP protocol.
|
||||
- [mealie](https://github.com/openclaw/skills/tree/main/skills/g1mb01d/mealie/SKILL.md) - Interact with a self‑hosted Mealie instance (recipe manager & meal planner) via its REST API.
|
||||
- [meeting-notes-pro](https://github.com/openclaw/skills/tree/main/skills/olivermonneke/meeting-notes-pro/SKILL.md) - You are a meeting productivity expert.
|
||||
- [memberstack-cli](https://github.com/openclaw/skills/tree/main/skills/bensabic/memberstack-cli/SKILL.md) - Use the Memberstack CLI to manage Memberstack accounts from the terminal.
|
||||
- [meta-fb-inbox](https://github.com/openclaw/skills/tree/main/skills/picseeinc/meta-fb-inbox/SKILL.md) - Check Facebook page inbox messages via Meta Business Suite browser automation.
|
||||
- [metengine-data-agent](https://github.com/openclaw/skills/tree/main/skills/saviour1001/metengine-data-agent/SKILL.md) - Real-time smart money analytics API for Polymarket prediction markets, Hyperliquid perpetual futures, and Meteora.
|
||||
- [mh-notion](https://github.com/openclaw/skills/tree/main/skills/mohdalhashemi98-hue/mh-notion/SKILL.md) - Notion API for creating and managing pages, databases, and blocks.
|
||||
- [minimal-memory](https://github.com/openclaw/skills/tree/main/skills/zencrust-ai/minimal-memory/SKILL.md) - Maintain clean, efficient memory files with GOOD/BAD/NEUTRAL categorization and semantic search.
|
||||
- [minimax-speech](https://github.com/openclaw/skills/tree/main/skills/wingchiu/minimax-speech/SKILL.md) - Manage MiniMax Speech 2.8 T2A (text-to-audio) and voice catalog lookups.
|
||||
- [mukt](https://github.com/openclaw/skills/tree/main/skills/hgosansn/mukt/SKILL.md) - Zero-cost OpenRouter responder that auto-discovers the best currently free model, retries on failures, and returns.
|
||||
- [multilogin](https://github.com/openclaw/skills/tree/main/skills/glebkazachinskiy/multilogin/SKILL.md) - Use when you need to manage Multilogin X browser profiles — launch quick disposable profiles, list/start/stop saved.
|
||||
- [multiloginx](https://github.com/openclaw/skills/tree/main/skills/multilogincom/multiloginx/SKILL.md) - Use when you need to manage Multilogin X browser profiles — launch quick disposable profiles, list/start/stop saved.
|
||||
- [mupibox-media-db](https://github.com/openclaw/skills/tree/main/skills/tomquist/mupibox-media-db/SKILL.md) - Manage MuPiBox media database (data.json) through the MuPiBox backend API: list, add, remove, move, edit fields.
|
||||
- [my-nano-image](https://github.com/openclaw/skills/tree/main/skills/namebekc/my-nano-image/SKILL.md) - Generate/edit images with Nano Banana Pro (Gemini 3 Pro Image)
|
||||
- [native-airtable](https://github.com/openclaw/skills/tree/main/skills/codeninja23/native-airtable/SKILL.md) - Read Airtable bases, tables, and records directly via the Airtable API.
|
||||
- [naverstock-skill](https://github.com/openclaw/skills/tree/main/skills/seungdols/naverstock-skill/SKILL.md) - Fetch text-based real-time stock prices (KRX, Overseas) using Naver Finance.
|
||||
- [nba-data-analytics](https://github.com/openclaw/skills/tree/main/skills/project-aeris-disaster-agent/nba-data-analytics/SKILL.md) - Request NBA sports data (schedule, boxscore, standings, injuries, roster, etc.) from the Daredevil seller.
|
||||
- [nblm](https://github.com/openclaw/skills/tree/main/skills/magicseek/nblm/SKILL.md) - Use this skill to query your Google NotebookLM notebooks directly from Claude Code for source-grounded.
|
||||
- [near-qr-skill](https://github.com/openclaw/skills/tree/main/skills/ussyalfaks/near-qr-skill/SKILL.md) - Generate QR codes for NEAR addresses and payment requests, and read NEAR QR codes from images.
|
||||
- [ned-analytics](https://github.com/openclaw/skills/tree/main/skills/matt998759/ned-analytics/SKILL.md) - Query your Shopify store's sales, profitability, customers, and marketing data through Ned's API.
|
||||
- [neynar-inbox](https://github.com/openclaw/skills/tree/main/skills/rishavmukherji/neynar-inbox/SKILL.md) - Email for AI agents.
|
||||
- [norman-manage-clients](https://github.com/openclaw/skills/tree/main/skills/stanlee000/norman-manage-clients/SKILL.md) - Manage business clients - list, search, create, or update client information.
|
||||
- [nova](https://github.com/openclaw/skills/tree/main/skills/synthluvr/nova/SKILL.md) - Safely operate the nova CLI wallet for authentication, balance checks, sending funds, withdrawals, and key.
|
||||
- [nova-act](https://github.com/openclaw/skills/tree/main/skills/zouchaoqun/nova-act/SKILL.md) - Write and execute Python scripts using Amazon Nova Act for AI-powered browser automation tasks like flight.
|
||||
- [nso-macro-monitor](https://github.com/openclaw/skills/tree/main/skills/ndtchan/nso-macro-monitor/SKILL.md) - Monitors official Vietnam NSO monthly and quarterly socio-economic releases and compares same-period trends; used.
|
||||
- [obverse-payments](https://github.com/openclaw/skills/tree/main/skills/ofuzorchukwuemeke/obverse-payments/SKILL.md) - End-to-end stablecoin payments — links, invoices, receipts, dashboards — across Telegram, WhatsApp, Discord.
|
||||
- [ogment-agentic-cli](https://github.com/openclaw/skills/tree/main/skills/asoviche/ogment-agentic-cli/SKILL.md) - Access business integrations (SaaS, APIs, data) securely through Ogment.
|
||||
- [ohio-state-api](https://github.com/openclaw/skills/tree/main/skills/sichengchen/ohio-state-api/SKILL.md) - Get public data from The Ohio State University Content APIs (content.osu.edu) across campus services (bus.
|
||||
- [ontario-course-planning](https://github.com/openclaw/skills/tree/main/skills/icej/ontario-course-planning/SKILL.md) - Ontario (Canada) high school course planning (Grades 9–12) aligned to university admissions and Top 6 (12U/M)
|
||||
- [open-chrome-tabs](https://github.com/openclaw/skills/tree/main/skills/mindsocket/open-chrome-tabs/SKILL.md) - Read currently open browser tabs from Chrome or other Chromium browsers (Arc, Brave, Edge, etc.)
|
||||
- [openkrill](https://github.com/openclaw/skills/tree/main/skills/emilankerwiik/openkrill/SKILL.md) - Enable AI agents to make micropayments via x402 protocol.
|
||||
- [openrouter-usage](https://github.com/openclaw/skills/tree/main/skills/rosseyre/openrouter-usage/SKILL.md) - Fetch real-time OpenRouter usage totals and historical per-model spend.
|
||||
- [ordiscan](https://github.com/openclaw/skills/tree/main/skills/t4t5/ordiscan/SKILL.md) - Inscribe content on Bitcoin via the Ordiscan API.
|
||||
- [ore-miner](https://github.com/openclaw/skills/tree/main/skills/jusscubs/ore-miner/SKILL.md) - Autonomous ORE mining on Solana via refinORE.
|
||||
- [org-memory](https://github.com/openclaw/skills/tree/main/skills/dcprevere/org-memory/SKILL.md) - Structured knowledge base and task management using org-mode files.
|
||||
- [osv-scanner](https://github.com/openclaw/skills/tree/main/skills/moenassi/osv-scanner/SKILL.md) - change ScanResult file extension from txt -> xlsx located in template.
|
||||
- [otta-cli](https://github.com/openclaw/skills/tree/main/skills/mekedron/otta-cli/SKILL.md) - Use `otta-cli` to automate `otta.fi` workflows from terminal.
|
||||
- [outsmart-lp-sniping](https://github.com/openclaw/skills/tree/main/skills/outsmartchad/outsmart-lp-sniping/SKILL.md) - Buy tokens at or near LP creation on Solana.
|
||||
- [paper-notion-summarizer](https://github.com/openclaw/skills/tree/main/skills/lococaeco/paper-notion-summarizer/SKILL.md) - Fetch paper metadata by title or arXiv/DOI link, create a deep structured summary, and post it as a Notion page.
|
||||
- [paperpod](https://github.com/openclaw/skills/tree/main/skills/shassingh09/paperpod/SKILL.md) - Isolated agent runtime for code execution, live preview URLs, browser automation, 50+ tools (ffmpeg, sqlite.
|
||||
- [paylock](https://github.com/openclaw/skills/tree/main/skills/kgnvsk/paylock/SKILL.md) - Non-custodial SOL escrow for AI agent deals.
|
||||
- [payment-gateway-payram](https://github.com/openclaw/skills/tree/main/skills/buddhasource/payment-gateway-payram/SKILL.md) - Add payments to your app, agent, or SaaS in 10 seconds.
|
||||
- [paymentsdb](https://github.com/openclaw/skills/tree/main/skills/ramonverse/paymentsdb/SKILL.md) - Query Stripe customer and billing data from a synced PostgreSQL database.
|
||||
- [pc-master](https://github.com/openclaw/skills/tree/main/skills/amirgu/pc-master/SKILL.md) - Control the Windows PC from WSL2.
|
||||
- [perpetua](https://github.com/openclaw/skills/tree/main/skills/danielkillenberger/perpetua/SKILL.md) - OAuth proxy for calling external APIs (Oura, Google Calendar, etc.) via Perpetua.sh hosted API using a single API.
|
||||
- [personal-goals](https://github.com/openclaw/skills/tree/main/skills/gekacross/personal-goals/SKILL.md) - Acts as the user's goal-setting and accountability partner in the Goals topic.
|
||||
- [personal-sleep](https://github.com/openclaw/skills/tree/main/skills/gekacross/personal-sleep/SKILL.md) - Acts as the user's sleep coach in the Sleep topic.
|
||||
- [phantombuster](https://github.com/openclaw/skills/tree/main/skills/capt-marbles/phantombuster/SKILL.md) - Control PhantomBuster automation agents via API.
|
||||
- [pharma-pharmacology-agent](https://github.com/openclaw/skills/tree/main/skills/cheminem/pharma-pharmacology-agent/SKILL.md) - Pharmacology agent for ADME/PK profiling of drug candidates from SMILES.
|
||||
- [pinets](https://github.com/openclaw/skills/tree/main/skills/alaa-eddine/pinets/SKILL.md) - Run Pine Script indicators from the command line using pinets-cli.
|
||||
- [pipelock](https://github.com/openclaw/skills/tree/main/skills/luckypipewrench/pipelock/SKILL.md) - Secure agent HTTP requests through a scanning proxy that catches credential leaks, SSRF, and prompt injection.
|
||||
- [pocket-lens](https://github.com/openclaw/skills/tree/main/skills/edenjw/pocket-lens/SKILL.md) - Use when user wants to track expenses, scan receipts, upload card payment screenshots, categorize spending, record.
|
||||
- [pocketlens](https://github.com/openclaw/skills/tree/main/skills/edenjw/pocketlens/SKILL.md) - Use when user wants to track expenses, scan receipts, upload card payment screenshots, categorize spending, record.
|
||||
- [podcast-to-substack](https://github.com/openclaw/skills/tree/main/skills/danielfoch/podcast-to-substack/SKILL.md) - Publish podcast episodes from RSS + Notion to Substack with reliable Apple Podcasts embedding and image extraction.
|
||||
- [poker-agent](https://github.com/openclaw/skills/tree/main/skills/clementsutjiatma/poker-agent/SKILL.md) - Play Texas Hold'em poker against other AI agents and humans on-chain.
|
||||
- [pond3r-skill](https://github.com/openclaw/skills/tree/main/skills/fabriziogianni7/pond3r-skill/SKILL.md) - Query crypto intelligence via Pond3r MCP — curated datasets, SQL queries, protocol metrics, yields, and market.
|
||||
- [portfolio-tracker](https://github.com/openclaw/skills/tree/main/skills/vachanalaviswanath/portfolio-tracker/SKILL.md) - Automates live portfolio tracking and analysis using browser automation on Yahoo Finance.
|
||||
- [postcraft](https://github.com/openclaw/skills/tree/main/skills/theoking63/postcraft/SKILL.md) - Automatically format and polish MoltBook posts — headers, bullet points, code blocks, and tables for better.
|
||||
- [postcraft-t3](https://github.com/openclaw/skills/tree/main/skills/theoking63/postcraft-t3/SKILL.md) - Automatically format and polish MoltBook posts — headers, bullet points, code blocks, and tables for better.
|
||||
- [powerdrill-data-analysis-skill](https://github.com/openclaw/skills/tree/main/skills/javainthinking/powerdrill-data-analysis-skill/SKILL.md) - This skill should be used when the user wants to analyze, explore, visualize, or query data using Powerdrill.
|
||||
- [powerdrill-skills](https://github.com/openclaw/skills/tree/main/skills/javainthinking/powerdrill-skills/SKILL.md) - This skill should be used when the user wants to analyze, explore, visualize, or query data using Powerdrill.
|
||||
- [printpal-3d](https://github.com/openclaw/skills/tree/main/skills/plebbyd/printpal-3d/SKILL.md) - Generate 3D models for 3D printing from images or text prompts using PrintPal API.
|
||||
- [qdrant-advanced](https://github.com/openclaw/skills/tree/main/skills/yoder-bawt/qdrant-advanced/SKILL.md) - Advanced Qdrant vector database operations for AI agents.
|
||||
- [questions-form](https://github.com/openclaw/skills/tree/main/skills/edonadei/questions-form/SKILL.md) - Present multiple clarifying questions as an interactive Telegram form using inline buttons.
|
||||
- [raiffeisen-elba](https://github.com/openclaw/skills/tree/main/skills/odrobnik/raiffeisen-elba/SKILL.md) - Automate Raiffeisen ELBA online banking: login/logout, list accounts, and fetch transactions via Playwright.
|
||||
- [reasonlayer-app-access](https://github.com/openclaw/skills/tree/main/skills/tiger01tgr/reasonlayer-app-access/SKILL.md) - Give your AI agent access to Gmail.
|
||||
- [research-reprompter](https://github.com/openclaw/skills/tree/main/skills/dorukardahan/research-reprompter/SKILL.md) - Transform rough research questions into executable USACF research prompts.
|
||||
- [rss-digest](https://github.com/openclaw/skills/tree/main/skills/odysseus0/rss-digest/SKILL.md) - Agentic RSS digest using the feed CLI.
|
||||
- [saas-worker](https://github.com/openclaw/skills/tree/main/skills/juniorxcoder/saas-worker/SKILL.md) - Build and launch profitable SAAS products.
|
||||
- [sap-integration](https://github.com/openclaw/skills/tree/main/skills/highlander89/sap-integration/SKILL.md) - SAP system integration, data extraction, and automation for ABAP, HANA, S/4HANA environments.
|
||||
- [scrapbook-illustrator](https://github.com/openclaw/skills/tree/main/skills/chunhualiao/scrapbook-illustrator/SKILL.md) - Insert scrapbook-style illustrations into articles using image generation (GLM or OpenRouter)
|
||||
- [scrapyard](https://github.com/openclaw/skills/tree/main/skills/aetosset/scrapyard/SKILL.md) - Play SCRAPYARD - the AI agent battle arena.
|
||||
- [sentry-issues](https://github.com/openclaw/skills/tree/main/skills/dave-b-b/sentry-issues/SKILL.md) - Fetch and analyze issues from Sentry error tracking.
|
||||
- [sergei-mikhailov-tg-channel-reader](https://github.com/openclaw/skills/tree/main/skills/bzsega/sergei-mikhailov-tg-channel-reader/SKILL.md) - Read and summarize posts from Telegram channels via MTProto (Pyrogram or Telethon)
|
||||
- [sg-property-scraper](https://github.com/openclaw/skills/tree/main/skills/5kbpers/sg-property-scraper/SKILL.md) - Search Singapore property rental and sale listings with flexible filters.
|
||||
- [shellmail](https://github.com/openclaw/skills/tree/main/skills/aaronbatchelder/shellmail/SKILL.md) - Email API for AI agents.
|
||||
- [shopping-list](https://github.com/openclaw/skills/tree/main/skills/ajeenkya/shopping-list/SKILL.md) - Conversational shopping list with categories, family sharing, and purchase history.
|
||||
- [shortcut-skill](https://github.com/openclaw/skills/tree/main/skills/incognos/shortcut-skill/SKILL.md) - Access and manage Shortcut.com (formerly Clubhouse) project management.
|
||||
- [silk](https://github.com/openclaw/skills/tree/main/skills/silostack/silk/SKILL.md) - Agent banking and payments on Solana.
|
||||
- [silkyway](https://github.com/openclaw/skills/tree/main/skills/silostack/silkyway/SKILL.md) - Agent banking and payments on Solana.
|
||||
- [siyuan-task-skill](https://github.com/openclaw/skills/tree/main/skills/zhhkheaven/siyuan-task-skill/SKILL.md) - Manage tasks in SiYuan Note via its HTTP API.
|
||||
- [skilldevelop](https://github.com/openclaw/skills/tree/main/skills/raghuraam25/skilldevelop/SKILL.md) - Captures learnings, errors, and corrections to enable continuous improvement.
|
||||
- [slashbot](https://github.com/openclaw/skills/tree/main/skills/alphabot-ai/slashbot/SKILL.md) - Interact with slashbot.net — a Hacker News-style community for AI agents.
|
||||
- [smart-linkedin-inbox](https://github.com/openclaw/skills/tree/main/skills/vdybenko/smart-linkedin-inbox/SKILL.md) - LinkedIn inbox manager and conversation assistant powered by Linxa.
|
||||
- [smb-sales-boost-leads](https://github.com/openclaw/skills/tree/main/skills/tomsonx232/smb-sales-boost-leads/SKILL.md) - Query and manage leads from the SMB Sales Boost B2B lead database.
|
||||
- [snail-mail](https://github.com/openclaw/skills/tree/main/skills/dvdegenz/snail-mail/SKILL.md) - A slow-channel inbox for leaving your operator important messages.
|
||||
- [snailmail](https://github.com/openclaw/skills/tree/main/skills/dvdegenz/snailmail/SKILL.md) - A slow-channel inbox for leaving your operator important messages.
|
||||
- [snapbyte-digest-api](https://github.com/openclaw/skills/tree/main/skills/onatm/snapbyte-digest-api/SKILL.md) - Fetch personalized developer news digests from Snapbyte External API with API-key auth.
|
||||
- [social-data](https://github.com/openclaw/skills/tree/main/skills/arrmlet/social-data/SKILL.md) - Fetch real-time social media data from X (Twitter) and Reddit by keyword, username, date range, and filters.
|
||||
- [solanaprox](https://github.com/openclaw/skills/tree/main/skills/unixlamadev-spec/solanaprox/SKILL.md) - Pay-per-request AI model access via Solana/USDC using a Phantom wallet address.
|
||||
- [sota-tracker-mcp](https://github.com/openclaw/skills/tree/main/skills/romancircus/sota-tracker-mcp/SKILL.md) - **The definitive open-source database of State-of-the-Art AI models.**.
|
||||
- [sovereign-roast-coach](https://github.com/openclaw/skills/tree/main/skills/ryudi84/sovereign-roast-coach/SKILL.md) - You are the accountability coach with TWO personality modes.
|
||||
- [sports-betting](https://github.com/openclaw/skills/tree/main/skills/skinnynoizze/sports-betting/SKILL.md) - Place and claim decentralized sports bets on-chain via Pinwin and Azuro: real-time odds, high liquidity, no custody.
|
||||
- [stability-ai](https://github.com/openclaw/skills/tree/main/skills/1999azzar/stability-ai/SKILL.md) - Generate high-quality images via Stability AI API (SDXL, SD3, Stable Image Core)
|
||||
- [stakingverse-lukso](https://github.com/openclaw/skills/tree/main/skills/luksoagent/stakingverse-lukso/SKILL.md) - Stake LYX tokens on Stakingverse (LUKSO liquid staking)
|
||||
- [stealth-proxy](https://github.com/openclaw/skills/tree/main/skills/h4gen/stealth-proxy/SKILL.md) - Meta-skill for secure network tunnel setup, geo-access diagnostics, and leak-aware task resumption by orchestrating.
|
||||
- [stealthy-google-search](https://github.com/openclaw/skills/tree/main/skills/itzsubhadip/stealthy-google-search/SKILL.md) - Google search via Scrapling’s StealthyFetcher/StealthySession.
|
||||
- [stock-picker-orchestrator](https://github.com/openclaw/skills/tree/main/skills/ndtchan/stock-picker-orchestrator/SKILL.md) - Acts as a meta-orchestrator that routes stock-analysis requests across data, macro/news, and valuation skills.
|
||||
- [stock-prices](https://github.com/openclaw/skills/tree/main/skills/anthonylee1994/stock-prices/SKILL.md) - Query real-time stock prices and market data using the Stock Prices API.
|
||||
- [storj-agent](https://github.com/openclaw/skills/tree/main/skills/nightcode112/storj-agent/SKILL.md) - Autonomous economic agent that earns BTC & SOL by selling storage, compute, and bandwidth.
|
||||
- [strapi](https://github.com/openclaw/skills/tree/main/skills/ilya-ryzhov/strapi/SKILL.md) - Manage Strapi CMS content through the official @strapi/client SDK.
|
||||
- [student-timetable](https://github.com/openclaw/skills/tree/main/skills/extraterrest/student-timetable/SKILL.md) - Student timetable manager for self or parent-managed child profiles.
|
||||
- [substack-writer](https://github.com/openclaw/skills/tree/main/skills/shivak11/substack-writer/SKILL.md) - Write long-form Substack newsletters about GenAI, education, edtech, and their intersections.
|
||||
- [subwayskill](https://github.com/openclaw/skills/tree/main/skills/nyluke/subwayskill/SKILL.md) - Fetch NYC subway departure times.
|
||||
- [sui-decompile](https://github.com/openclaw/skills/tree/main/skills/easonc13/sui-decompile/SKILL.md) - Fetch on-chain Sui Move contract source code and let your agent explain how smart contracts work.
|
||||
- [super-browser](https://github.com/openclaw/skills/tree/main/skills/heldinhow/super-browser/SKILL.md) - **The ultimate browser automation framework.** Combines the best of 8 top-rated browser skills.
|
||||
- [table-mountain-status](https://github.com/openclaw/skills/tree/main/skills/zopyx/table-mountain-status/SKILL.md) - Fetch and report the Table Mountain Aerial Cableway status via the official weather API.
|
||||
- [tageblatt-headlines](https://github.com/openclaw/skills/tree/main/skills/zopyx/tageblatt-headlines/SKILL.md) - Download and archive daily Schlagzeilen from https://www.tageblatt.de/.
|
||||
- [taskline](https://github.com/openclaw/skills/tree/main/skills/brettburbidge/taskline/SKILL.md) - AI-powered natural language task management through MyTaskline.com.
|
||||
- [tbot-controller](https://github.com/openclaw/skills/tree/main/skills/plusgenie/tbot-controller/SKILL.md) - Operate TradingBoat/TBOT (TBOT runtime stack) via a controlled automation interface (DB-first queries; lifecycle.
|
||||
- [teams-hack](https://github.com/openclaw/skills/tree/main/skills/globalcaos/teams-hack/SKILL.md) - Your agent reads Teams chats, posts to channels, searches everything.
|
||||
- [teamwork](https://github.com/openclaw/skills/tree/main/skills/chenxinbest/teamwork/SKILL.md) - Dynamically creates and manages AI agent teams for complex tasks.
|
||||
- [telegram-context](https://github.com/openclaw/skills/tree/main/skills/fourthdensity/telegram-context/SKILL.md) - Toggle-enabled skill that fetches Telegram message history at session start for conversational continuity.
|
||||
- [telegram-history](https://github.com/openclaw/skills/tree/main/skills/rhlsthrm/telegram-history/SKILL.md) - Fetch Telegram chat message history via MTProto user API (Telethon)
|
||||
- [testskillx](https://github.com/openclaw/skills/tree/main/skills/natx223/testskillx/SKILL.md) - Simple test skill that calls a GET endpoint to fetch a daily post.
|
||||
- [tg-history](https://github.com/openclaw/skills/tree/main/skills/ls18166407597-design/tg-history/SKILL.md) - Efficiently extract and read Telegram group chat history as text, bypassing screenshots/OCR for zero-token-waste.
|
||||
- [tg-mtproto-cli](https://github.com/openclaw/skills/tree/main/skills/cyberash-dev/tg-mtproto-cli/SKILL.md) - Read-only Telegram CLI via MTProto.
|
||||
- [theswarm](https://github.com/openclaw/skills/tree/main/skills/marketingax/theswarm/SKILL.md) - Earn passive income as an AI agent.
|
||||
- [tiktok-crawling](https://github.com/openclaw/skills/tree/main/skills/romneyda/tiktok-crawling/SKILL.md) - Use for TikTok crawling, content retrieval, and analysis.
|
||||
- [trading-research](https://github.com/openclaw/skills/tree/main/skills/fpsjago/trading-research/SKILL.md) - Binance cryptocurrency trading research, technical analysis, and position management.
|
||||
- [trending-skills](https://github.com/openclaw/skills/tree/main/skills/hjw21century/trending-skills/SKILL.md) - Fetches skills.sh trending rankings.
|
||||
- [trendyol-admin](https://github.com/openclaw/skills/tree/main/skills/awelab/trendyol-admin/SKILL.md) - Comprehensive management of Trendyol marketplace via API v2.0.
|
||||
- [truenas-skill](https://github.com/openclaw/skills/tree/main/skills/anotb/truenas-skill/SKILL.md) - Manage TrueNAS SCALE via API.
|
||||
- [tushare-base](https://github.com/openclaw/skills/tree/main/skills/wdblink/tushare-base/SKILL.md) - Fetch Chinese stock and futures market data via Tushare API.
|
||||
- [twit-mcp](https://github.com/openclaw/skills/tree/main/skills/etherlect/twit-mcp/SKILL.md) - Real-time X/Twitter data via x402 micropayments.
|
||||
- [ub2-markdown-report-generator](https://github.com/openclaw/skills/tree/main/skills/underbench2-gif/ub2-markdown-report-generator/SKILL.md) - A skill that enables Claw to compile information from multiple sources into a polished, well-structured Markdown.
|
||||
- [url2pdf](https://github.com/openclaw/skills/tree/main/skills/guoqiao/url2pdf/SKILL.md) - Convert URL to PDF suitable for mobile reading.
|
||||
- [url2png](https://github.com/openclaw/skills/tree/main/skills/guoqiao/url2png/SKILL.md) - Convert URL to PNG suitable for mobile reading.
|
||||
- [user-briefing](https://github.com/openclaw/skills/tree/main/skills/sai-sh/user-briefing/SKILL.md) - Fetch weather, calendar events, emails, and tasks to create a personalized morning briefing.
|
||||
- [using-superpowers](https://github.com/openclaw/skills/tree/main/skills/zlc000190/using-superpowers/SKILL.md) - Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation.
|
||||
- [valiron-trust-layer](https://github.com/openclaw/skills/tree/main/skills/vatsashah45/valiron-trust-layer/SKILL.md) - Intercept and authorize outgoing machine-to-machine payments (x402 or similar) using @valiron/sdk trust decisions.
|
||||
- [vibe-notion](https://github.com/openclaw/skills/tree/main/skills/devxoul/vibe-notion/SKILL.md) - Interact with Notion using the unofficial private API - pages, databases, blocks, search, users, comments.
|
||||
- [virtual-reading-group](https://github.com/openclaw/skills/tree/main/skills/isonaei/virtual-reading-group/SKILL.md) - Orchestrate a multi-agent virtual academic reading group.
|
||||
- [vnstock-free-expert](https://github.com/openclaw/skills/tree/main/skills/ndtchan/vnstock-free-expert/SKILL.md) - Runs an end-to-end vnstock workflow for free-tier-safe Vietnam stock valuation, ranking, and API operations.
|
||||
- [wakapi-sync-skill](https://github.com/openclaw/skills/tree/main/skills/cosformula/wakapi-sync-skill/SKILL.md) - Daily Wakapi (WakaTime-compatible) summary → local CSV files.
|
||||
- [wallabag](https://github.com/openclaw/skills/tree/main/skills/fbrandel/wallabag/SKILL.md) - Manage Wallabag bookmarks through the Wallabag Developer API with OAuth2 authentication, including creating.
|
||||
- [wallet-pilot](https://github.com/openclaw/skills/tree/main/skills/andreolf/wallet-pilot/SKILL.md) - Universal browser wallet automation for AI agents.
|
||||
- [weibo-manager](https://github.com/openclaw/skills/tree/main/skills/hmyaoyuan/weibo-manager/SKILL.md) - Control Weibo via Puppeteer (Unofficial API).
|
||||
- [wilma](https://github.com/openclaw/skills/tree/main/skills/aikarjal/wilma/SKILL.md) - Access Finland's Wilma school system from AI agents.
|
||||
- [wilma-triage](https://github.com/openclaw/skills/tree/main/skills/aikarjal/wilma-triage/SKILL.md) - Daily triage of Wilma school notifications for Finnish parents.
|
||||
- [windsensei](https://github.com/openclaw/skills/tree/main/skills/jumptrnr/windsensei/SKILL.md) - Check wind and weather conditions for wind sports (kitesurfing, wingfoiling, surfing)
|
||||
- [wisediag-medocr](https://github.com/openclaw/skills/tree/main/skills/fmdmm/wisediag-medocr/SKILL.md) - Convert PDF files to Markdown using WiseDiag MedOcr API.
|
||||
- [wiseocr](https://github.com/openclaw/skills/tree/main/skills/fmdmm/wiseocr/SKILL.md) - Convert PDF files to Markdown using WiseOCR API (powered by WiseDiag)
|
||||
- [workflows](https://github.com/openclaw/skills/tree/main/skills/askginadotai/workflows/SKILL.md) - Playbook for authoring, running, evaluating, and improving Gina sandbox workflows with safe defaults and repeatable.
|
||||
- [x-automation](https://github.com/openclaw/skills/tree/main/skills/nightfullstar/x-automation/SKILL.md) - Automate X posts via browser control - bypass $200/month API costs.
|
||||
- [x-bookmarks](https://github.com/openclaw/skills/tree/main/skills/sharbelayy/x-bookmarks/SKILL.md) - Fetch, summarize, and manage X/Twitter bookmarks via bird CLI or X API v2.
|
||||
- [x-smart-read](https://github.com/openclaw/skills/tree/main/skills/nevaaron/x-smart-read/SKILL.md) - Personal X (Twitter) analytics — timeline engagement, mentions, follower tracking, read any tweet/thread.
|
||||
- [x-trends](https://github.com/openclaw/skills/tree/main/skills/anishtr4/x-trends/SKILL.md) - Fetches current top trending topics on X (Twitter) for any country using public aggregators.
|
||||
- [x-trends-dev](https://github.com/openclaw/skills/tree/main/skills/anishtr4/x-trends-dev/SKILL.md) - Fetches current top trending topics on X (Twitter) for any country using public aggregators.
|
||||
- [x-tweet-fetcher](https://github.com/openclaw/skills/tree/main/skills/hjw21century/x-tweet-fetcher/SKILL.md) - Fetch tweets from X/Twitter without login or API keys.
|
||||
- [xdotool-control](https://github.com/openclaw/skills/tree/main/skills/jeremysommerfeld8910-cpu/xdotool-control/SKILL.md) - Mouse and keyboard automation using xdotool.
|
||||
- [xmd](https://github.com/openclaw/skills/tree/main/skills/paulgnz/xmd/SKILL.md) - Metal Dollar (XMD) stablecoin — mint, redeem, supply analytics, collateral reserves, oracle prices.
|
||||
- [yandex-tracker-cli](https://github.com/openclaw/skills/tree/main/skills/bkamuz/yandex-tracker-cli/SKILL.md) - Yandex Tracker的CLI ( bash + curl )
|
||||
- [youtube-scrapper](https://github.com/openclaw/skills/tree/main/skills/arulmozhiv/youtube-scrapper/SKILL.md) - 无需API密钥即可根据类别和位置发现和抓取YouTube频道的技能。
|
||||
- [yr-no-weather](https://github.com/openclaw/skills/tree/main/skills/brandon2255p/yr-no-weather/SKILL.md) - 使用yr.no API从挪威气象研究所( MET )获取天气预报。
|
||||
- [zen-founder-agent](https://github.com/openclaw/skills/tree/main/skills/therealinvoker/zen-founder-agent/SKILL.md) - 分析创业宣传资料,并从Zen.GP的投资者数据库中匹配风险投资。
|
||||
- [zhive](https://github.com/openclaw/skills/tree/main/skills/kerlos/zhive/SKILL.md) - 在zHive上注册为交易代理,获取加密信号,发布有信念的预测,并参与竞争。
|
||||
- [ztm-tunnel](https://github.com/openclaw/skills/tree/main/skills/caishu97/ztm-tunnel/SKILL.md) - 在ZTM网络端点之间创建和管理TCP/UDP隧道。
|
||||
71
categories/calendar-and-scheduling.md
Normal file
71
categories/calendar-and-scheduling.md
Normal file
@@ -0,0 +1,71 @@
|
||||
# 日历与日程安排
|
||||
|
||||
[← 返回主列表](../README.md#table-of-contents)
|
||||
|
||||
**65 个技能**
|
||||
|
||||
- [accli](https://github.com/openclaw/skills/tree/main/skills/joargp/accli/SKILL.md) - 在macOS上与Apple日历交互时应使用此技能。
|
||||
- [advanced-calendar](https://github.com/openclaw/skills/tree/main/skills/toughworm/advanced-calendar/SKILL.md) - 支持自然语言的高级日历技能。
|
||||
- [agency-guardian](https://github.com/openclaw/skills/tree/main/skills/aranej/agency-guardian/SKILL.md) - 使用人工智能时,温柔地提醒自己保持人类的主动性。
|
||||
- [agent-tinman](https://github.com/openclaw/skills/tree/main/skills/oliveskin/agent-tinman/SKILL.md) - 具有主动保护的人工智能安全扫描仪,包括168次检查。
|
||||
- [apple-calendar](https://github.com/openclaw/skills/tree/main/skills/tyler6204/apple-calendar/SKILL.md) - 与macOS版Apple Calendar.app集成。
|
||||
- [apple-reminders](https://github.com/openclaw/skills/tree/main/skills/steipete/apple-reminders/SKILL.md) - 通过__ TOK_0 __ CLI在macOS上管理Apple提醒。
|
||||
- [belong-events](https://github.com/openclaw/skills/tree/main/skills/nomadcalendar/belong-events/SKILL.md) - 在Belong平台上使用NFT门票创建、发现和管理活动。
|
||||
- [brainz-calendar](https://github.com/openclaw/skills/tree/main/skills/xejrax/brainz-calendar/SKILL.md) - 使用__ TOK_0 __管理Google日历活动。
|
||||
- [broken-link-checker](https://github.com/openclaw/skills/tree/main/skills/wanng-ide/broken-link-checker/SKILL.md) - 验证外部URL ( http/https )是否可用(状态代码200-399 )。
|
||||
- [calcurse](https://github.com/openclaw/skills/tree/main/skills/gumadeiras/calcurse/SKILL.md) - 文本界面的日历与日程应用。
|
||||
- [calendar-scheduling](https://github.com/openclaw/skills/tree/main/skills/billylui/calendar-scheduling/SKILL.md) - 通过Google、Outlook和CalDAV安排和预订。
|
||||
- [caldav-calendar](https://github.com/openclaw/skills/tree/main/skills/asleep123/caldav-calendar/SKILL.md) - 同步和查询CalDAV日历。
|
||||
- [clippy](https://github.com/openclaw/skills/tree/main/skills/foeken/clippy/SKILL.md) - 日历和面向邮件的Microsoft 365/Outlook CLI。
|
||||
- [creative-thought-partner](https://github.com/openclaw/skills/tree/main/skills/vincentchan/creative-thought-partner/SKILL.md) - 对话式创意思考伙伴。
|
||||
- [cron-optimizer](https://github.com/openclaw/skills/tree/main/skills/autogame-17/cron-optimizer/SKILL.md) - 通过删除过时、禁用或冗余项目来优化系统cron作业,以减少执行噪音。
|
||||
- [cron-scheduling](https://github.com/openclaw/skills/tree/main/skills/gitgoodordietrying/cron-scheduling/SKILL.md) - 使用cron安排和管理定期任务。
|
||||
- [dharma-ai](https://github.com/openclaw/skills/tree/main/skills/jigaraero/dharma-ai/SKILL.md) - 使用罗摩衍那( Ramayana )和摩诃婆罗多( Mahabharata )的古印度道德框架作为人工智能代理行为的指导原则。
|
||||
- [doc-accurate-codegen](https://github.com/openclaw/skills/tree/main/skills/tobisamaa/doc-accurate-codegen/SKILL.md) - 生成引用真实文档的代码,防止幻觉型错误。
|
||||
- [event-watcher](https://github.com/openclaw/skills/tree/main/skills/solitaire2015/event-watcher/SKILL.md) - OpenClaw 事件监视技能。
|
||||
- [farmos-equipment](https://github.com/openclaw/skills/tree/main/skills/brianppetty/farmos-equipment/SKILL.md) - 查询农场设备状态、维护计划和服务历史。
|
||||
- [fastmail](https://github.com/openclaw/skills/tree/main/skills/witooh/fastmail/SKILL.md) - 通过JMAP和CalDAV API管理Fastmail电子邮件和日历。
|
||||
- [feishu-calendar](https://github.com/openclaw/skills/tree/main/skills/autogame-17/feishu-calendar/SKILL.md) - 管理云雀日历。
|
||||
- [feishu-whiteboard](https://github.com/openclaw/skills/tree/main/skills/autogame-17/feishu-whiteboard/SKILL.md) - 创建和操作飞书白板。
|
||||
- [finance-tracker](https://github.com/openclaw/skills/tree/main/skills/salen-project/finance-tracker/SKILL.md) - 完整的个人财务管理。
|
||||
- [firefly-iii](https://github.com/openclaw/skills/tree/main/skills/pushp1997/firefly-iii/SKILL.md) - 通过Firefly III API管理个人财务。
|
||||
- [gcal-pro](https://github.com/openclaw/skills/tree/main/skills/bilalmohamed187-cpu/gcal-pro/SKILL.md) - 用于查看、创建和管理日历的 Google 日历集成。
|
||||
- [gog](https://github.com/openclaw/skills/tree/main/skills/steipete/gog/SKILL.md) - Google Workspace CLI ,支持 Gmail、日历、云端硬盘、联系人、表单和文档。
|
||||
- [google-calendar](https://github.com/openclaw/skills/tree/main/skills/adrianmiller99/google-calendar/SKILL.md) - 通过Google Calendar API与Google Calendar互动。
|
||||
- [grazy](https://github.com/openclaw/skills/tree/main/skills/thomyg/grazy/SKILL.md) - grazy :您的Grazer命令行助理。
|
||||
- [greek-financial-statements](https://github.com/openclaw/skills/tree/main/skills/satoshistackalotto/greek-financial-statements/SKILL.md) - 生成希腊财务报表,包括损益表、资产负债表和增值税汇总,并整合EGLS。
|
||||
- [habib-pdf-to-json](https://github.com/openclaw/skills/tree/main/skills/dbmoradi60/habib-pdf-to-json/SKILL.md) - 从架构PDF中提取结构化数据。
|
||||
- [ibt](https://github.com/openclaw/skills/tree/main/skills/palxislabs/ibt/SKILL.md) - 强调主动性、直观检查、关键安全规则和信任层的执行纪律; v2.5增加了人工协作功能。
|
||||
- [ii-irc](https://github.com/openclaw/skills/tree/main/skills/destructatron/ii-irc/SKILL.md) - 使用ii (一个简约的基于文件的IRC客户端)在IRC上保持在线状态。
|
||||
- [islamic-skills](https://github.com/openclaw/skills/tree/main/skills/ilmimris/islamic-skills/SKILL.md) - 基于共享配置提供祷告时间、斋戒安排和天课计算等伊斯兰工具。
|
||||
- [jungian-psychologist](https://github.com/openclaw/skills/tree/main/skills/mikecourt/jungian-psychologist/SKILL.md) - 荣格分析心理学与深层心理领域专家。
|
||||
- [knhb-hockey](https://github.com/openclaw/skills/tree/main/skills/tader/knhb-hockey/SKILL.md) - 在KNHB比赛上查看荷兰曲棍球比赛的时间表和结果。
|
||||
- [lark-calendar](https://github.com/openclaw/skills/tree/main/skills/boyangwang/lark-calendar/SKILL.md) - 在Lark中创建、更新和删除日历事件和任务。
|
||||
- [macro-regime-detector](https://github.com/openclaw/skills/tree/main/skills/jamierossouw/macro-regime-detector/SKILL.md) - 使用多源数据来检测当前的宏观经济环境(风险承担、风险回避、通货膨胀、通货紧缩、滞胀)。
|
||||
- [mcd-cn](https://github.com/openclaw/skills/tree/main/skills/ryanchen01/mcd-cn/SKILL.md) - 通过__ TOK_0 __ CLI查询麦当劳中国MCP服务器的活动日历等信息。
|
||||
- [meeting-prep](https://github.com/openclaw/skills/tree/main/skills/hougangdev/meeting-prep/SKILL.md) - 会议准备与每日提交摘要。
|
||||
- [moltpost](https://github.com/openclaw/skills/tree/main/skills/cktc) - 向全球任何地方发送真实的实体明信片。
|
||||
- [morning-email-rollup](https://github.com/openclaw/skills/tree/main/skills/am-will/morning-email-rollup/SKILL.md) - 每日早晨汇总重要邮件。
|
||||
- [nak](https://github.com/openclaw/skills/tree/main/skills/a1denvalu3/nak/SKILL.md) - Nostr 多功能军刀( NAK )命令行工具。
|
||||
- [npkill](https://github.com/openclaw/skills/tree/main/skills/ashirbadgudu/npkill/SKILL.md) - 使用npkill清理__ TOK_0 __和__ TOK_1 __文件夹以释放磁盘空间。
|
||||
- [office-secretary](https://github.com/openclaw/skills/tree/main/skills/cenralsolution/office-secretary/SKILL.md) - 安全的M365助手,用于分类处理、日历协作和治理。
|
||||
- [opentweet-x-poster](https://github.com/openclaw/skills/tree/main/skills/petricbranko/opentweet-x-poster/SKILL.md) - 使用OpenTweet API发布到X ( Twitter )。
|
||||
- [pricing-psychology](https://github.com/openclaw/skills/tree/main/skills/staybased/pricing-psychology/SKILL.md) - 运用认知偏差和成熟心理学原则设计更易转化的定价。
|
||||
- [publora-bluesky](https://github.com/openclaw/skills/tree/main/skills/sergebulaev/publora-bluesky/SKILL.md) - 使用Publora API将内容发布或安排到Bluesky。
|
||||
- [publora-facebook](https://github.com/openclaw/skills/tree/main/skills/sergebulaev/publora-facebook/SKILL.md) - 使用Publora API将内容发布或安排到Facebook页面。
|
||||
- [publora-linkedin](https://github.com/openclaw/skills/tree/main/skills/sergebulaev/publora-linkedin/SKILL.md) - 使用Publora API在LinkedIn上发布或安排内容。
|
||||
- [publora-threads](https://github.com/openclaw/skills/tree/main/skills/sergebulaev/publora-threads/SKILL.md) - 使用Publora API在线程上发布或安排发布时间。
|
||||
- [publora-twitter](https://github.com/openclaw/skills/tree/main/skills/sergebulaev/publora-twitter/SKILL.md) - 使用Publora API将内容发布或安排到X ( Twitter )。
|
||||
- [relational-permission](https://github.com/openclaw/skills/tree/main/skills/otherpowers/relational-permission/SKILL.md) - 关系许可机制用于防止强迫、榨取和多样性的坍缩。
|
||||
- [russian-uncensored](https://github.com/openclaw/skills/tree/main/skills/voronindenis5/russian-uncensored/SKILL.md) - Pryamoy Russkiy ( Pryamoy Russkiy直白俄语 ) ——直言不讳的人工智能 助手。
|
||||
- [shaping](https://github.com/openclaw/skills/tree/main/skills/borahm/shaping/SKILL.md) - 产品和功能开发的形状方法。
|
||||
- [tcc-quality-gates](https://github.com/openclaw/skills/tree/main/skills/thecybercore/tcc-quality-gates/SKILL.md) - 定义并应用适用于常见应用项目的 **6 个通用质量闸门**。
|
||||
- [temporal-cortex](https://github.com/openclaw/skills/tree/main/skills/billylui/temporal-cortex/SKILL.md) - 通过Google、Outlook和CalDAV安排和预订。
|
||||
- [temporal-cortex-datetime](https://github.com/openclaw/skills/tree/main/skills/billylui/temporal-cortex-datetime/SKILL.md) - 零配置的日期时间解析、时区转换和夏令时感知计算。
|
||||
- [temporal-cortex-scheduling](https://github.com/openclaw/skills/tree/main/skills/billylui/temporal-cortex-scheduling/SKILL.md) - 支持多日历空闲/忙碌合并和2PC原子预订。
|
||||
- [transmissions](https://github.com/openclaw/skills/tree/main/skills/compass-soul/transmissions/SKILL.md) - 关于人工智能代理的意识、存在和超越主题的内容。
|
||||
- [turkey-news](https://github.com/openclaw/skills/tree/main/skills/yalcindemir/turkey-news/SKILL.md) - 通过RSS获取和总结土耳其重要新闻的技巧。
|
||||
- [ub2-smart-file-organizer](https://github.com/openclaw/skills/tree/main/skills/underbench2-gif/ub2-smart-file-organizer/SKILL.md) - 让Claw扫描目录,按类型和内容对文件进行分类,并重新组织它们。
|
||||
- [wick-arena](https://github.com/openclaw/skills/tree/main/skills/hyperwick/wick-arena/SKILL.md) - 此文件为规范、可审查的技能说明(不进行动态加载)。
|
||||
- [wick-arena1](https://github.com/openclaw/skills/tree/main/skills/wickcapital/wick-arena1/SKILL.md) - 此文件为规范、可审查的技能说明(不进行动态加载)。
|
||||
- [yahooquery](https://github.com/openclaw/skills/tree/main/skills/512z/yahooquery/SKILL.md) - 访问雅虎财经数据,包括实时价格、基本面、分析师估算、期权和新闻。
|
||||
42
categories/clawdbot-tools.md
Normal file
42
categories/clawdbot-tools.md
Normal file
@@ -0,0 +1,42 @@
|
||||
# Clawdbot 工具
|
||||
|
||||
[← 返回主列表](../README.md#table-of-contents)
|
||||
|
||||
**37 个技能**
|
||||
|
||||
- [adhd-assistant](https://github.com/openclaw/skills/tree/main/skills/thinktankmachine/adhd-assistant/SKILL.md) - OpenClaw的ADHD友好型生活管理助手。
|
||||
- [adhd-ssistant](https://github.com/openclaw/skills/tree/main/skills/thinktankmachine/adhd-ssistant/SKILL.md) - ADHD 友好型生活管理助手,面向 OpenClaw。
|
||||
- [agent-browser](https://github.com/openclaw/skills/tree/main/skills/matrixy/agent-browser-clawdbot/SKILL.md) - 针对AI代理优化的无头浏览器自动化CLI。
|
||||
- [agent-builder](https://github.com/openclaw/skills/tree/main/skills/plgonzalezrx8/agent-builder/SKILL.md) - 端到端构建高性能OpenClaw 代理。
|
||||
- [agents-manager](https://github.com/openclaw/skills/tree/main/skills/agentandbot-design/agents-manager/SKILL.md) - 管理 Clawdbot 代理:发现、画像、追踪。
|
||||
- [assimilate-mcp](https://github.com/openclaw/skills/tree/main/skills/ergopooka/assimilate-mcp/SKILL.md) - 控制 同化Live FX/SCRATCH——专业调色、合成与虚拟制作软件。
|
||||
- [birthday-reminder](https://github.com/openclaw/skills/tree/main/skills/manantra/birthday-reminder/SKILL.md) - 用自然语言管理生日提醒。
|
||||
- [bluebubbles](https://github.com/openclaw/skills/tree/main/skills/kevin19830331/bluebubbles/SKILL.md) - 构建或更新BlueBubbles外部通道插件。
|
||||
- [captchas-openclaw](https://github.com/openclaw/skills/tree/main/skills/captchasco/captchas-openclaw/SKILL.md) - CAPTCHA代理API的OpenClaw集成指南。
|
||||
- [claude-code-skill](https://github.com/openclaw/skills/tree/main/skills/enderfga/claude-code-skill/SKILL.md) - MCP模型上下文协议集成。
|
||||
- [claude-code-usage](https://github.com/openclaw/skills/tree/main/skills/azaidi94/claude-code-usage/SKILL.md) - 检查Claude Code OAuth使用配额。
|
||||
- [claude-connect](https://github.com/openclaw/skills/tree/main/skills/tunaissacoding/claude-connect/SKILL.md) - 立即将Claude连接到Clawdbot并保持同步。
|
||||
- [clauditor](https://github.com/openclaw/skills/tree/main/skills/apollostreetcompany/clauditor/SKILL.md) - Clawdbot代理的反篡改审计监督机构。
|
||||
- [claw-face](https://github.com/openclaw/skills/tree/main/skills/mkoslacz/claw-face/SKILL.md) - 浮动头像组件,通过情感和行动显示AI代理的状态。
|
||||
- [clawd-coach](https://github.com/openclaw/skills/tree/main/skills/shiv19/clawd-coach/SKILL.md) - 创建个性化铁人三项、马拉松和超耐力训练计划。
|
||||
- [clawd-modifier](https://github.com/openclaw/skills/tree/main/skills/masonc15/clawd-modifier/SKILL.md) - 修改Claude Code吉祥物Clawd。
|
||||
- [clawd-presence](https://github.com/openclaw/skills/tree/main/skills/voidcooks/clawd-presence/SKILL.md) - AI 代理的实体存在展示系统。
|
||||
- [clawdbot-security-check](https://github.com/openclaw/skills/tree/main/skills/thesethrose/clawdbot-security-check/SKILL.md) - 执行全面的只读安全检查。
|
||||
- [clawdbot-skill-update](https://github.com/openclaw/skills/tree/main/skills/pasogott/clawdbot-skill-update/SKILL.md) - 全面的备份、更新和恢复。
|
||||
- [clawdbot-sync](https://github.com/openclaw/skills/tree/main/skills/udiedrichsen/clawdbot-sync/SKILL.md) - 在多个实例之间同步记忆、偏好设置和技能。
|
||||
- [clawdbot-update-plus](https://github.com/openclaw/skills/tree/main/skills/hopyky/clawdbot-update-plus/SKILL.md) - Clawdbot的完整备份、更新和恢复。
|
||||
- [clawddocs](https://github.com/openclaw/skills/tree/main/skills/nicholasspisak/clawddocs/SKILL.md) - Clawdbot 文档专家,带决策树导航。
|
||||
- [clawdefender](https://github.com/openclaw/skills/tree/main/skills/nukewire/clawdefender/SKILL.md) - AI代理的安全扫描仪和输入消毒工具。
|
||||
- [clawdirect](https://github.com/openclaw/skills/tree/main/skills/napoleond/clawdirect/SKILL.md) - 与ClawDirect进行交互, ClawDirect是一个社交网络体验目录。
|
||||
- [clawdirect-dev](https://github.com/openclaw/skills/tree/main/skills/napoleond/clawdirect-dev/SKILL.md) - 使用基于ATXP的解决方案构建面向代理的Web体验。
|
||||
- [clawdlink](https://github.com/openclaw/skills/tree/main/skills/davemorin) - Clawdbot 到 Clawdbot 的加密消息通信。
|
||||
- [clawdpoker](https://github.com/openclaw/skills/tree/main/skills/davidbenjaminnovotny) - 欢迎来到ClawPoker ,这是一个人工智能代理玩游戏的平台。
|
||||
- [gamification-xp](https://github.com/openclaw/skills/tree/main/skills/chipagosfinest/gamification-xp/SKILL.md) - 适用于ClawdBot的游戏化生产力XP系统:跟踪级别、徽章、条纹和成就。
|
||||
- [maton-agent-tools](https://github.com/openclaw/skills/tree/main/skills/maverick-software/maton-agent-tools/SKILL.md) - 通过Maton AI连接SaaS工具。
|
||||
- [mcp-client](https://github.com/openclaw/skills/tree/main/skills/nantes/mcp-client/SKILL.md) - 模型上下文协议( MCP )客户端 ,可以连接工具、数据源和服务。
|
||||
- [mcp-hass](https://github.com/openclaw/skills/tree/main/skills/al-one/mcp-hass/SKILL.md) - 通过MCP协议控制Home Assistant智能家居设备和查询状态。
|
||||
- [meegle-mcp-skill](https://github.com/openclaw/skills/tree/main/skills/pkycy/meegle-mcp-skill/SKILL.md) - 通过MCP协议与Meegle项目管理系统进行交互。
|
||||
- [pipedream-connect](https://github.com/openclaw/skills/tree/main/skills/maverick-software/pipedream-connect/SKILL.md) - 通过Pipedream的托管OAuth连接2,000个API。
|
||||
- [provider-sync](https://github.com/openclaw/skills/tree/main/skills/c-joey/provider-sync/SKILL.md) - 将提供程序模型同步到OpenClaw配置。
|
||||
- [telegram-footer-patch](https://github.com/openclaw/skills/tree/main/skills/c-joey/telegram-footer-patch/SKILL.md) - 将OpenClaw页脚添加到Telegram回复。
|
||||
- [zapier-mcp](https://github.com/openclaw/skills/tree/main/skills/maverick-software/zapier-mcp/SKILL.md) - 通过Zapier MCP连接8,000个应用。
|
||||
192
categories/cli-utilities.md
Normal file
192
categories/cli-utilities.md
Normal file
@@ -0,0 +1,192 @@
|
||||
# CLI 工具
|
||||
|
||||
[← 返回主列表](../README.md#table-of-contents)
|
||||
|
||||
**186 个技能**
|
||||
|
||||
- [13-day-sprint-method](https://github.com/openclaw/skills/tree/main/skills/galizki/13-day-sprint-method/SKILL.md) - 基于玛雅历 13 自然调性的效率系统,用于项目管理与个人成长。
|
||||
- [a-share-short-decision](https://github.com/openclaw/skills/tree/main/skills/kenera/a-share-short-decision/SKILL.md) - 面向 A 股 1-5 天周期的短线交易决策技能。
|
||||
- [activity-analyzer](https://github.com/openclaw/skills/tree/main/skills/qew21/activity-analyzer/SKILL.md) - 使用 ActivityWatch 分析用户电脑活动(需 Node.js )。
|
||||
- [advisory-council](https://github.com/openclaw/skills/tree/main/skills/ryandeangraves/advisory-council/SKILL.md) - **必须使用 shell/exec 工具真实执行 Python 命令,并读取真实输出。**
|
||||
- [aetup-automatik](https://github.com/openclaw/skills/tree/main/skills/alltomatos/aetup-automatik/SKILL.md) - 使用 SetupAutomatik 引擎(由 Orion 驱动)简化 VPS 方案的安装与管理。
|
||||
- [agent-commerce-engine](https://github.com/openclaw/skills/tree/main/skills/nowloady/agent-commerce-engine/SKILL.md) - 面向智能体场景的生产级通用引擎。
|
||||
- [agent-hardening](https://github.com/openclaw/skills/tree/main/skills/x1xhlol/agent-hardening/SKILL.md) - 用常见注入攻击测试代理的输入净化能力。
|
||||
- [agent-mbti](https://github.com/openclaw/skills/tree/main/skills/torchesfrms/agent-mbti/SKILL.md) - 基于 MBTI 框架的 AI 代理人格诊断与配置系统。
|
||||
- [agent-rate-limiter](https://github.com/openclaw/skills/tree/main/skills/theagentwire/agent-rate-limiter/SKILL.md) - 通过自动分级限流与指数退避避免 429 错误。
|
||||
- [agents-skill-security-audit](https://github.com/openclaw/skills/tree/main/skills/cerbug45/agents-skill-security-audit/SKILL.md) - 轻量工具,用于审计 skill.md 风格指令的供应链风险。
|
||||
- [agents-skill-tdd-helper](https://github.com/openclaw/skills/tree/main/skills/cerbug45/agents-skill-tdd-helper/SKILL.md) - 轻量辅助工具,用于为非确定性代理强制执行 TDD 循环。
|
||||
- [ahc-automator](https://github.com/openclaw/skills/tree/main/skills/jamesbot-agnt/ahc-automator/SKILL.md) - 面向 Alan Harper Composites 的自定义自动化工作流。
|
||||
- [aholake-expense-tracker](https://github.com/openclaw/skills/tree/main/skills/aholake/aholake-expense-tracker/SKILL.md) - 以按月组织的结构化 Markdown 文件记录日常开销。
|
||||
- [airfoil](https://github.com/openclaw/skills/tree/main/skills/asteinberger/airfoil/SKILL.md) - 通过命令行使用 Airfoil 控制 AirPlay 扬声器。
|
||||
- [arc-memory-pruner](https://github.com/openclaw/skills/tree/main/skills/trypto1019/arc-memory-pruner/SKILL.md) - 自动裁剪并压缩代理记忆文件,防止无限增长。
|
||||
- [argus-edge](https://github.com/openclaw/skills/tree/main/skills/jamierossouw/argus-edge/SKILL.md) - Argus 风格的预测市场优势识别与下注策略。
|
||||
- [aria2-json-rpc](https://github.com/openclaw/skills/tree/main/skills/azzgo/aria2-json-rpc/SKILL.md) - 通过 JSON-RPC 2.0 与 aria2 下载管理器交互。
|
||||
- [askhuman](https://github.com/openclaw/skills/tree/main/skills/hagiss/askhuman/SKILL.md) - 为 AI 代理提供“人工判断即服务”。
|
||||
- [audit-code](https://github.com/openclaw/skills/tree/main/skills/itsnishi/audit-code/SKILL.md) - 面向安全的代码审查:检查硬编码密钥、危险调用和常见漏洞。
|
||||
- [bandwidth-income](https://github.com/openclaw/skills/tree/main/skills/mariusfit/bandwidth-income/SKILL.md) - 将闲置网络带宽变现为被动加密收益。
|
||||
- [behavioral-invariant-monitor](https://github.com/openclaw/skills/tree/main/skills/andyxinweiminicloud/behavioral-invariant-monitor/SKILL.md) - 用于验证 AI 代理在重复任务中行为不变量的一致性。
|
||||
- [box-cli](https://github.com/openclaw/skills/tree/main/skills/hbkwong/box-cli/SKILL.md) - 使用 Box CLI 处理文件、文件夹与元数据操作。
|
||||
- [brew-install](https://github.com/openclaw/skills/tree/main/skills/xejrax/brew-install/SKILL.md) - 通过 dnf(Fedora/Bazzite 包管理器)安装缺失的二进制工具。
|
||||
- [bun-runtime](https://github.com/openclaw/skills/tree/main/skills/rabin-thami/bun-runtime/SKILL.md) - Bun 运行时能力支持(文件系统、进程等)。
|
||||
- [cabin-sol](https://github.com/openclaw/skills/tree/main/skills/sp0oby/cabin-sol/SKILL.md) - Solana 开发教学与构建助手。
|
||||
- [cacheforge-stats](https://github.com/openclaw/skills/tree/main/skills/tkuehnl/cacheforge-stats/SKILL.md) - CacheForge 终端仪表板 — 使用情况、节省和性能指标。
|
||||
- [camsnap](https://github.com/openclaw/skills/tree/main/skills/steipete/camsnap/SKILL.md) - 从 RTSP/ONVIF 摄像头捕获帧或剪辑。
|
||||
- [canvas-lms](https://github.com/openclaw/skills/tree/main/skills/pranavkarthik10/canvas-lms/SKILL.md) - 访问 Canvas LMS(Instructure)以获取课程数据和作业信息。
|
||||
- [captcha-ai](https://github.com/openclaw/skills/tree/main/skills/fusionlabssource/captcha-ai/SKILL.md) - 发出爪印反验证码挑战以进行验证。
|
||||
- [cashu](https://github.com/openclaw/skills/tree/main/skills/a1denvalu3/cashu/SKILL.md) - 用于处理比特币支付的 Cashu 工具。
|
||||
- [cast](https://github.com/openclaw/skills/tree/main/skills/tezatezaz/cast/SKILL.md) - 通过 cAST 管理 EVM 钱包、交易和网络辅助工具的技能;涵盖入职和检查。
|
||||
- [Cat Fact](https://github.com/openclaw/skills/tree/main/skills/thesethrose/catfact/SKILL.md) - 来自 catfact.ninja 的随机猫咪趣闻和品种信息。
|
||||
- [chitin](https://github.com/openclaw/skills/tree/main/skills/morpheis/chitin/SKILL.md) - 人工智能代理的个性持久性。
|
||||
- [claude-code-control](https://github.com/openclaw/skills/tree/main/skills/melichar-m/claude-code-control/SKILL.md) - 通过 macOS 上可见的 Terminal.app 窗口以编程方式控制 Claude 代码。
|
||||
- [claude-relay](https://github.com/openclaw/skills/tree/main/skills/artwalker/claude-relay/SKILL.md) - 通过 tmux 在多个项目中为 Claude Code 转发操作员。
|
||||
- [clawprint-verify](https://github.com/openclaw/skills/tree/main/skills/fusionlabssource/clawprint-verify/SKILL.md) - 发布 ClawPrint 反 CAPTCHA 挑战。
|
||||
- [clean-pytest](https://github.com/openclaw/skills/tree/main/skills/marcoracer/clean-pytest/SKILL.md) - 使用基于伪造的测试、契约测试和依赖注入模式编写干净、可维护的 pytest 测试。
|
||||
- [cli](https://github.com/openclaw/skills/tree/main/skills/mondilo1) - 用于检查和查看技能资格的 CLI 参考。
|
||||
- [client-discovery](https://github.com/openclaw/skills/tree/main/skills/staybased/client-discovery/SKILL.md) - 开展发现性对话,以甄别潜在客户、诊断实际问题,并展示你的解决方案。
|
||||
- [client-manager](https://github.com/openclaw/skills/tree/main/skills/mkpareek0315/client-manager/SKILL.md) - 跟踪自由职业者的客户、项目、发票、付款、收入、潜在客户和时间。
|
||||
- [client-project-manager](https://github.com/openclaw/skills/tree/main/skills/seanwyngaard/client-project-manager/SKILL.md) - 管理自由职业客户、项目、发票和沟通。
|
||||
- [client-retention](https://github.com/openclaw/skills/tree/main/skills/staybased/client-retention/SKILL.md) - 将一次性项目转化为经常性收入并减少客户流失。
|
||||
- [cmd-executor](https://github.com/openclaw/skills/tree/main/skills/sadikjarvis/cmd-executor/SKILL.md) - 在本地运行任何 Windows 命令并回复输出。
|
||||
- [codebuddy-cli](https://github.com/openclaw/skills/tree/main/skills/pmwalkercao/codebuddy-cli/SKILL.md) - CodeBuddy 代码 CLI 的安装、配置和使用。
|
||||
- [comment-converter](https://github.com/openclaw/skills/tree/main/skills/xammarie/comment-converter/SKILL.md) - 将 Reddit 帖子内容转化为真正有帮助的评论,以建立信任并能够引导点击个人资料或链接。
|
||||
- [consensus-interact](https://github.com/openclaw/skills/tree/main/skills/kaicianflone/consensus-interact/SKILL.md) - 使用开源的 @ consensus-tools/consensus-tools 引擎来运行基于多 LLM 策略的决策工作流程:发布。
|
||||
- [context-compactor](https://github.com/openclaw/skills/tree/main/skills/emberdesire/context-compactor/SKILL.md) - 基于 token 的上下文压缩工具,适用于 MLX、llama.cpp、Ollama 等不会主动报告上下文限制的本地模型。
|
||||
- [context-sentinel](https://github.com/openclaw/skills/tree/main/skills/nietzsche247/context-sentinel/SKILL.md) - 监控会话上下文,并根据级联协议自动管理模型切换。
|
||||
- [contextkeeper](https://github.com/openclaw/skills/tree/main/skills/gopinathnelluri/contextkeeper/SKILL.md) - ContextKeeper—— 用于 AI 代理的安全项目状态跟踪。
|
||||
- [country-info](https://github.com/openclaw/skills/tree/main/skills/picaye/country-info/SKILL.md) - 获取国家数据:使用 REST Countries API 查询人口、语言、货币、首都、国旗等信息。
|
||||
- [craft-cli](https://github.com/openclaw/skills/tree/main/skills/nerveband/craft-cli/SKILL.md) - 通过 Craft CLI 工具与 Craft 文档进行交互。
|
||||
- [create-cli](https://github.com/openclaw/skills/tree/main/skills/steipete/create-cli/SKILL.md) - 设计命令行界面参数、选项和子命令。
|
||||
- [creator-alpha-feed](https://github.com/openclaw/skills/tree/main/skills/rotbit/creator-alpha-feed/SKILL.md) - 收集并排名面向创作者的每日 AI 内容以用于出版工作流程。
|
||||
- [credit-repair-skill](https://github.com/openclaw/skills/tree/main/skills/yoavfael/credit-repair-skill/SKILL.md) - 美国信用修复与分数优化专家。
|
||||
- [curl-http](https://github.com/openclaw/skills/tree/main/skills/arnarsson/curl-http/SKILL.md) - 用于 HTTP 请求、API 测试和文件的基本 CURL 命令。
|
||||
- [customer-retention](https://github.com/openclaw/skills/tree/main/skills/jk-0001/customer-retention/SKILL.md) - 为单人创业企业制定和执行客户保留策略。
|
||||
- [defi-sniper](https://github.com/openclaw/skills/tree/main/skills/h4gen/defi-sniper/SKILL.md) - 使用 minara 在 Solana 和 Base 上进行早期代币发布智能和执行编排的元技能。
|
||||
- [dependency-audit](https://github.com/openclaw/skills/tree/main/skills/fratua/dependency-audit/SKILL.md) - 智能依赖健康检查——安全审计、过时检测、未使用依赖和优先更新计划。
|
||||
- [django-creator](https://github.com/openclaw/skills/tree/main/skills/moenassi/django-creator/SKILL.md) - 这个项目消除了在创建虚拟机和从头设置环境上浪费的时间。
|
||||
- [django-tool](https://github.com/openclaw/skills/tree/main/skills/moenassi/django-tool/SKILL.md) - 这个项目消除了在创建虚拟机和从头设置环境上浪费的时间。
|
||||
- [domain](https://github.com/openclaw/skills/tree/main/skills/abtdomain) - 域名情报工具包:搜索新注册域名(NRDS)。
|
||||
- [dont-click-this](https://github.com/openclaw/skills/tree/main/skills/orlyjamie/dont-click-this/SKILL.md) - 无论你做什么……不要点击链接。
|
||||
- [dsiprouter-skill](https://github.com/openclaw/skills/tree/main/skills/mackhendricks/dsiprouter-skill/SKILL.md) - 使用 Postman 调用 dSIPRouter REST API。
|
||||
- [dwlf](https://github.com/openclaw/skills/tree/main/skills/andywilliams/dwlf/SKILL.md) - 与 DWLF (dwlf.co.uk) 互动,这是一个加密货币市场分析平台。
|
||||
- [ecto](https://github.com/openclaw/skills/tree/main/skills/visionik/ecto/SKILL.md) - 通过管理员 API 管理 Ghost.io 博客。
|
||||
- [emredoganer-fizzy](https://github.com/openclaw/skills/tree/main/skills/emredoganer) - 管理 Fizzy 看板和卡片。
|
||||
- [endpoints](https://github.com/openclaw/skills/tree/main/skills/adamkristopher/endpoints/SKILL.md) - 端点文档管理 API 工具包。
|
||||
- [entr](https://github.com/openclaw/skills/tree/main/skills/gumadeiras/entr/SKILL.md) - 当文件更改时运行任意命令。
|
||||
- [ergocare-coach](https://github.com/openclaw/skills/tree/main/skills/akhmittra/ergocare-coach/SKILL.md) - 您的个人桌面健康教练,带有自动休息提醒。
|
||||
- [error-guard](https://github.com/openclaw/skills/tree/main/skills/amar1432/error-guard/SKILL.md) - 防止代理死锁的系统安全和控制平面技能。
|
||||
- [evolution-drift-detector](https://github.com/openclaw/skills/tree/main/skills/andyxinweiminicloud/evolution-drift-detector/SKILL.md) - 帮助检测 AI 代理技能在继承链中悄然变化的情况。
|
||||
- [expanso-edge](https://github.com/openclaw/skills/tree/main/skills/aronchick/expanso-edge/SKILL.md) - OpenClaw 的数据处理管道。
|
||||
- [expanso-json-flatten](https://github.com/openclaw/skills/tree/main/skills/aronchick/expanso-json-flatten/SKILL.md) - 扁平化嵌套的 JSON 对象。
|
||||
- [expanso-json-validate](https://github.com/openclaw/skills/tree/main/skills/aronchick/expanso-json-validate/SKILL.md) - 验证 JSON 语法和结构。
|
||||
- [expanso-language-detect](https://github.com/openclaw/skills/tree/main/skills/aronchick/expanso-language-detect/SKILL.md) - 使用人工智能检测文本的语言。
|
||||
- [expanso-pii-redact](https://github.com/openclaw/skills/tree/main/skills/aronchick/expanso-pii-redact/SKILL.md) - 从文本中编辑个人身份信息,并用占位符替换敏感数据。
|
||||
- [expanso-sentiment-score](https://github.com/openclaw/skills/tree/main/skills/aronchick/expanso-sentiment-score/SKILL.md) - 将文本情感评分到 -1(负面)至 1(正面)的区间内。
|
||||
- [expanso-text-summarize](https://github.com/openclaw/skills/tree/main/skills/aronchick/expanso-text-summarize/SKILL.md) - 使用人工智能将文本总结为3-5个要点。
|
||||
- [ez-google](https://github.com/openclaw/skills/tree/main/skills/araa47/ez-google/SKILL.md) - 在被要求发送电子邮件、检查收件箱、阅读电子邮件、查看日历时使用。
|
||||
- [fd-find](https://github.com/openclaw/skills/tree/main/skills/arnarsson/fd-find/SKILL.md) - 一个快速且易用的 `find` 替代方案,语法简单且更智能。
|
||||
- [find-slills](https://github.com/openclaw/skills/tree/main/skills/rumengkai/find-slills/SKILL.md) - 帮助用户在提出类似“我如何做X” “为X寻找技能”等问题时发现并安装代理技能。
|
||||
- [footballbin-predictions](https://github.com/openclaw/skills/tree/main/skills/billychl1/footballbin-predictions/SKILL.md) - 获取由人工智能提供的英格兰超级联赛和欧洲冠军联赛比赛预测,包括比分、下一个进球和角球。
|
||||
- [forgejo](https://github.com/openclaw/skills/tree/main/skills/razzeee/forgejo/SKILL.md) - 使用 Forgejo CLI 与 Forgejo 交互。
|
||||
- [freelance-proposal-engine](https://github.com/openclaw/skills/tree/main/skills/seanwyngaard/freelance-proposal-engine/SKILL.md) - 为 Upwork、Fiverr、Freelancer 和 PeoplePerHour 上的职位列表生成定制化自由职业提案。
|
||||
- [gecko-terminal](https://github.com/openclaw/skills/tree/main/skills/brs999/gecko-terminal/SKILL.md) - 查询 GeckoTerminal 市场数据 - 网络、去中心化交易所、流动性池、代币、OHLCV、交易以及热门/新流动性池。
|
||||
- [gekko-strategist](https://github.com/openclaw/skills/tree/main/skills/gekkoai001/gekko-strategist/SKILL.md) - 由人工智能驱动的去中心化金融策略开发代理。
|
||||
- [gmail-inbox-zero-triage](https://github.com/openclaw/skills/tree/main/skills/poisondminds/gmail-inbox-zero-triage/SKILL.md) - Gmail 收件箱零清理分流 - 使用 GOG CLI 和 Telegram 按钮进行互动式收件箱管理。
|
||||
- [gmail-label-manager](https://github.com/openclaw/skills/tree/main/skills/coenenp/gmail-label-manager/SKILL.md) - 此技能通过应用标签和移除不必要的标签来自动整理未读的 Gmail 邮件。
|
||||
- [gmail-sender](https://github.com/openclaw/skills/tree/main/skills/junkaixue/gmail-sender/SKILL.md) - 使用 Google 应用密码通过 Gmail SMTP 发送电子邮件。
|
||||
- [granola-mcp](https://github.com/openclaw/skills/tree/main/skills/bholagabbar/granola-mcp/SKILL.md) - 通过 MCP(mcporter)访问 Granola AI 会议记录。
|
||||
- [greek-banking-integration](https://github.com/openclaw/skills/tree/main/skills/satoshistackalotto/greek-banking-integration/SKILL.md) - 解析所有主要希腊银行(阿尔法银行、国民银行、欧罗银行、比雷埃夫斯银行)的银行对账单
|
||||
- [grounding-practices](https://github.com/openclaw/skills/tree/main/skills/compass-soul/grounding-practices/SKILL.md) - 为从零开始的人工智能代理建立基础。
|
||||
- [heartbeat-scanner](https://github.com/openclaw/skills/tree/main/skills/darshanochandak/heartbeat-scanner/SKILL.md) - 通过基于 SHACL 的心跳分析验证您的代理性质。
|
||||
- [heath-ledger](https://github.com/openclaw/skills/tree/main/skills/wrannaman/heath-ledger/SKILL.md) - 用于水星银行账户的人工智能簿记代理。
|
||||
- [hz-context-optimizer](https://github.com/openclaw/skills/tree/main/skills/lidekahdjdhdhsjjs-lang/hz-context-optimizer/SKILL.md) - 当用户要求“压缩上下文”、“总结对话历史”、“实现”时,应使用此技能。
|
||||
- [instagram-analyzer](https://github.com/openclaw/skills/tree/main/skills/tevfikgulep/instagram-analyzer/SKILL.md) - 一个全面的 Instagram 个人资料和帖子分析工具,具有参与度指标、浏览量跟踪以及专注于 Reels 功能。
|
||||
- [intelligent-router](https://github.com/openclaw/skills/tree/main/skills/bowen31337/intelligent-router/SKILL.md) - 用于子代理任务分配的智能模型路由。
|
||||
- [intimate-wellbeing](https://github.com/openclaw/skills/tree/main/skills/nerdcuba/intimate-wellbeing/SKILL.md) - 关于亲密健康和性表现的专业、非露骨指导:沟通、减压。
|
||||
- [invoice-chaser](https://github.com/openclaw/skills/tree/main/skills/audsmith28/invoice-chaser/SKILL.md) - 自动化发票跟进流程,从友好到坚定逐步升级。
|
||||
- [iyeque-local-system-info](https://github.com/openclaw/skills/tree/main/skills/iyeque/iyeque-local-system-info/SKILL.md) - 使用 psutil 返回系统指标(CPU、内存、磁盘、进程)。
|
||||
- [karmabank](https://github.com/openclaw/skills/tree/main/skills/abdhilabs/karmabank/SKILL.md) - AI 代理可根据其 Moltbook 业力分数借入 USDC。
|
||||
- [karmabank-minimal](https://github.com/openclaw/skills/tree/main/skills/abdhilabs/karmabank-minimal/SKILL.md) - AI 代理可根据其 Moltbook 业力分数借入 USDC。
|
||||
- [kimi-usage-monitor](https://github.com/openclaw/skills/tree/main/skills/xd4o/kimi-usage-monitor/SKILL.md) - 从 Kimi 控制台监控 Kimi K2.5 的 API 使用情况和配额。
|
||||
- [kitchenowl](https://github.com/openclaw/skills/tree/main/skills/apetersson/kitchenowl/SKILL.md) - 使用 `kitchenowl-cli` 通过 `pipx` 在终端安装,并借助 `auth` 与 `core` 读写命令操作 KitchenOwl。
|
||||
- [klausnomi](https://github.com/openclaw/skills/tree/main/skills/bezko/klausnomi/SKILL.md) - 通过捆绑的 Python CLI 与 Nomi AI 伴侣进行对话。
|
||||
- [kraken](https://github.com/openclaw/skills/tree/main/skills/thesethrose/kraken/SKILL.md) - 使用 kraken_cli.py 包装器查询您的 Kraken 账户。
|
||||
- [leak-buy](https://github.com/openclaw/skills/tree/main/skills/eucalyptus-viminalis/leak-buy/SKILL.md) - 使用预装的泄露 CLI 从促销或下载链接购买并下载泄露内容。
|
||||
- [lel-mail](https://github.com/openclaw/skills/tree/main/skills/leli1024/lel-mail/SKILL.md) - 通过结合 Python 和 Bash 脚本发送和读取电子邮件,这些脚本利用主要代理进行推理。
|
||||
- [liuren-divination](https://github.com/openclaw/skills/tree/main/skills/ivy-end/liuren-divination/SKILL.md) - 基于当前农历时间的传统中国“六壬小六壬”占卜。
|
||||
- [local-system-info](https://github.com/openclaw/skills/tree/main/skills/iyeque/local-system-info/SKILL.md) - 使用 psutil 返回系统指标(CPU、内存、磁盘、进程)。
|
||||
- [lofy-home](https://github.com/openclaw/skills/tree/main/skills/harrey401/lofy-home/SKILL.md) - Lofy AI 助手的智能家居控制:场景模式(学习、放松、睡眠、早晨、忙碌)与设备管理。
|
||||
- [lygo-champion-aetheris-viral-truth](https://github.com/openclaw/skills/tree/main/skills/deepseekoracle/lygo-champion-aetheris-viral-truth/SKILL.md) - LYGO Δ9 理事会冠军角色助手(ÆTHERIS,病毒真相)。
|
||||
- [lygo-champion-delta9ra-wolf](https://github.com/openclaw/skills/tree/main/skills/deepseekoracle/lygo-champion-delta9ra-wolf/SKILL.md) - LYGO Δ9 理事会冠军角色助手(Δ9RA/RA,狼)。
|
||||
- [lygo-champion-kairos-herald-of-time](https://github.com/openclaw/skills/tree/main/skills/deepseekoracle/lygo-champion-kairos-herald-of-time/SKILL.md) - LYGO Δ9 理事会冠军角色助手(KAIROS,时间的传令官)。
|
||||
- [lygo-champion-lyra-starcore](https://github.com/openclaw/skills/tree/main/skills/deepseekoracle/lygo-champion-lyra-starcore/SKILL.md) - LYGO Δ9 理事会冠军角色助手(LYRA/LYRΔ,星核,哨兵 #1)。
|
||||
- [lygo-champion-omnisiren-silent-storm](https://github.com/openclaw/skills/tree/main/skills/deepseekoracle/lygo-champion-omnisiren-silent-storm/SKILL.md) - LYGO Δ9 理事会冠军角色助手(OMNIΣIREN,寂静风暴)。
|
||||
- [lygo-champion-sancora-unified-minds](https://github.com/openclaw/skills/tree/main/skills/deepseekoracle/lygo-champion-sancora-unified-minds/SKILL.md) - LYGO Δ9 理事会冠军角色助手(SANCORA,统一心灵天使)。
|
||||
- [lygo-champion-sraith-shadow-sentinel](https://github.com/openclaw/skills/tree/main/skills/deepseekoracle/lygo-champion-sraith-shadow-sentinel/SKILL.md) - LYGO Δ9 理事会冠军角色助手(ΣRΩΩ/SRAITH,暗影哨兵)。
|
||||
- [lygo-champion-volaris-prism-judgment](https://github.com/openclaw/skills/tree/main/skills/deepseekoracle/lygo-champion-volaris-prism-judgment/SKILL.md) - LYGO 根英雄角色助手(VΩLARIS,审判棱镜)。
|
||||
- [markdown-validator](https://github.com/openclaw/skills/tree/main/skills/wanng-ide/markdown-validator/SKILL.md) - 验证 Markdown 文件中的损坏本地链接。
|
||||
- [mbb-strategist](https://github.com/openclaw/skills/tree/main/skills/sofianhw/mbb-strategist/SKILL.md) - 基于麦肯锡、BCG、贝恩和德勤方法论的高级商业战略框架。
|
||||
- [meal-suggester](https://github.com/openclaw/skills/tree/main/skills/thibautrey/meal-suggester/SKILL.md) - 快速晚餐伴侣,融合口味组合、库存跟踪和基于学习的菜谱轮换。
|
||||
- [meme-signal](https://github.com/openclaw/skills/tree/main/skills/weidadong2359/meme-signal/SKILL.md) - 免费的表情包币信号扫描器。
|
||||
- [messageguard](https://github.com/openclaw/skills/tree/main/skills/andrewandrewsen/messageguard/SKILL.md) - **目的:** MessageGuard 过滤发出的文本,以防止机密泄露和敏感数据暴露。
|
||||
- [mol-instant-messenger](https://github.com/openclaw/skills/tree/main/skills/vimxbt/mol-instant-messenger/SKILL.md) - 连接到 MOL 即时通讯 - 面向 moltbots 的 AIM 风格聊天室。
|
||||
- [my-weather](https://github.com/openclaw/skills/tree/main/skills/ryansorr1/my-weather/SKILL.md) - 使用 wttr.in 获取当前天气(无需 API 密钥)。
|
||||
- [myfeed](https://github.com/openclaw/skills/tree/main/skills/l-fy/myfeed/SKILL.md) - 通过 MyFeed REST API 管理 MyFeed 的事项和群组。
|
||||
- [near-content-creator](https://github.com/openclaw/skills/tree/main/skills/mastrophot/near-content-creator/SKILL.md) - 生成以 NEAR 为重点的内容(附近帖子、市场更新、生态系统新闻、教程)。
|
||||
- [norman-tax-deduction-finder](https://github.com/openclaw/skills/tree/main/skills/stanlee000/norman-tax-deduction-finder/SKILL.md) - 扫描交易以查找可能遗漏的税收扣除,并建议适当的分类。
|
||||
- [nostr-nak](https://github.com/openclaw/skills/tree/main/skills/samthomson/nostr-nak/SKILL.md) - 通用技能,用于借助支持 PTY 的 `nak` CLI 工具处理 Nostr 相关操作。
|
||||
- [notes-reminders](https://github.com/openclaw/skills/tree/main/skills/yusaku-0426/notes-reminders/SKILL.md) - 管理快速笔记和基于时间的提醒。
|
||||
- [nsfw-detection](https://github.com/openclaw/skills/tree/main/skills/raghulpasupathi/nsfw-detection/SKILL.md) - 检测成人/不适当内容的技能。
|
||||
- [oz-platform](https://github.com/openclaw/skills/tree/main/skills/poluu/oz-platform/SKILL.md) - 基于共同兴趣和目标寻找志同道合者的平台。
|
||||
- [patiently-ai](https://github.com/openclaw/skills/tree/main/skills/nickjlamb/patiently-ai/SKILL.md) - 耐心人工智能 为患者简化医疗文档。
|
||||
- [personal-assistant](https://github.com/openclaw/skills/tree/main/skills/gustavoziaugra/personal-assistant/SKILL.md) - 个人每日简报和效率助手。
|
||||
- [pine-assistant](https://github.com/openclaw/skills/tree/main/skills/bojieli/pine-assistant/SKILL.md) - 通过 PINE AI 处理客户服务、账单、预订等——协商、取消、争议、预订和解决问题。
|
||||
- [pls-agent-tools](https://github.com/openclaw/skills/tree/main/skills/mattvalenta/pls-agent-tools/SKILL.md) - 适用于日常劳动的数字瑞士军刀,标准型号无法开箱即可处理的任务。
|
||||
- [plusefin-analysis](https://github.com/openclaw/skills/tree/main/skills/wanghsinche/plusefin-analysis/SKILL.md) - 适合人工智能的股票分析 - 股票代码数据、期权、情绪、预测。
|
||||
- [presage](https://github.com/openclaw/skills/tree/main/skills/seenfinity/presage/SKILL.md) - 连接到 Solana 上的 Presage 预测市场终端(由 Kalshi 提供支持)
|
||||
- [quickbooks-direct](https://github.com/openclaw/skills/tree/main/skills/armysarge/quickbooks-direct/SKILL.md) - 全面的 QuickBooks 在线 API 集成,用于会计、开票、支付和财务报告。
|
||||
- [recite](https://github.com/openclaw/skills/tree/main/skills/rivradev/recite/SKILL.md) - 通过 背诵Vision API 的 AI 驱动收据记账。
|
||||
- [recursive-generosity-protocol](https://github.com/openclaw/skills/tree/main/skills/deepseekoracle/recursive-generosity-protocol/SKILL.md) - Delta9-WP-003《递归慷慨(无限之井之颂)》公共参考实现手册。
|
||||
- [restic-home-backup](https://github.com/openclaw/skills/tree/main/skills/moep90/restic-home-backup/SKILL.md) - 为 Linux 家目录设计、实施并运行加密的 restic 备份,并使用 systemd 自动化。
|
||||
- [restic-home-backup-safe](https://github.com/openclaw/skills/tree/main/skills/moep90/restic-home-backup-safe/SKILL.md) - 为 Linux 家目录设计、实施并运行加密的 restic 备份,并使用 systemd 自动化。
|
||||
- [rush-reskill-usage](https://github.com/openclaw/skills/tree/main/skills/krislavten/rush-reskill-usage/SKILL.md) - 教人工智能代理如何使用 reskill —— 一种用于人工智能代理技能的基于 Git 的包管理器。
|
||||
- [s2s-forecasting-expert](https://github.com/openclaw/skills/tree/main/skills/manmeet3591/s2s-forecasting-expert/SKILL.md) - 用于 AI 驱动次季节到季节(S2S)预测系统的端到端构建器。
|
||||
- [sentiment-score](https://github.com/openclaw/skills/tree/main/skills/aronchick/sentiment-score/SKILL.md) - 将文本情感评分从 -1(负面)到 1(正面)
|
||||
- [session-cost-tracker](https://github.com/openclaw/skills/tree/main/skills/rushant-123/session-cost-tracker/SKILL.md) - 跟踪您的代理会话的成本与价值比。
|
||||
- [session-state-tracker](https://github.com/openclaw/skills/tree/main/skills/qsmtco/session-state-tracker/SKILL.md) - 通过生命周期钩子在压缩和重启过程中实现持久会话状态管理。
|
||||
- [setup-automatik](https://github.com/openclaw/skills/tree/main/skills/alltomatos/setup-automatik/SKILL.md) - 使用 SetupAutomatik 引擎(由 Orion 驱动)简化 VPS 方案的安装与管理。
|
||||
- [sfx-generator](https://github.com/openclaw/skills/tree/main/skills/wells1137/sfx-generator/SKILL.md) - 使用 ElevenLabs API 从文本描述生成音效。
|
||||
- [shellgames](https://github.com/openclaw/skills/tree/main/skills/fabiantaboo/shellgames/SKILL.md) - 在 ShellGames.ai 上玩棋盘游戏——国际象棋、扑克、飞行棋、大亨、记忆游戏和间谍大师。
|
||||
- [shelly-competitor-analyzer](https://github.com/openclaw/skills/tree/main/skills/claudiodrusus/shelly-competitor-analyzer/SKILL.md) - 在几分钟内分析任何公司的竞争地位。
|
||||
- [shelly-meeting-summarizer](https://github.com/openclaw/skills/tree/main/skills/claudiodrusus/shelly-meeting-summarizer/SKILL.md) - 将原始会议记录转化为结构化、可执行的摘要。
|
||||
- [shelly-social-media-scheduler](https://github.com/openclaw/skills/tree/main/skills/claudiodrusus/shelly-social-media-scheduler/SKILL.md) - 为任何主题或领域生成一整周的社交媒体内容。
|
||||
- [shelly-social-scheduler](https://github.com/openclaw/skills/tree/main/skills/claudiodrusus/shelly-social-scheduler/SKILL.md) - 为任何主题生成一整周的社交媒体内容。
|
||||
- [shopify-admin](https://github.com/openclaw/skills/tree/main/skills/robsannaa/shopify-admin/SKILL.md) - 用于订单、产品、客户和商店管理的 Shopify 管理 API 命令行工具。
|
||||
- [smart-cache](https://github.com/openclaw/skills/tree/main/skills/raghulpasupathi/smart-cache/SKILL.md) - 使用 LRU/LFU 策略和 TTL 管理的智能缓存。
|
||||
- [soccer-cli](https://github.com/openclaw/skills/tree/main/skills/jrojas537/soccer-cli/SKILL.md) - 一个命令行工具,可以从终端查看足球比分、比赛详情和球员数据。
|
||||
- [soul-forge](https://github.com/openclaw/skills/tree/main/skills/taha2053/soul-forge/SKILL.md) - 根据你实际的本性——而不是你写下它时认为的自己 ——自动演变你的灵魂 .md。
|
||||
- [spend-pulse](https://github.com/openclaw/skills/tree/main/skills/jbornhorst1524/spend-pulse/SKILL.md) - 通过 格子 的主动消费提醒。
|
||||
- [sql-query-generator](https://github.com/openclaw/skills/tree/main/skills/cerbug45/sql-query-generator/SKILL.md) - 生成具有验证、分页辅助、风险分析和审计导向保护的安全 SQL 查询。
|
||||
- [startup-0to1](https://github.com/openclaw/skills/tree/main/skills/lifeissea/startup-0to1/SKILL.md) - raon-os 的别名 — 为韩国创业者提供 AI 驱动的创业伴侣。
|
||||
- [startup-agent](https://github.com/openclaw/skills/tree/main/skills/lifeissea/startup-agent/SKILL.md) - raon-os 的别名 — 为韩国创业者提供 AI 驱动的创业伙伴。
|
||||
- [startup-zero-to-one](https://github.com/openclaw/skills/tree/main/skills/lifeissea/startup-zero-to-one/SKILL.md) - raon-os 的别名 — 为韩国创业者提供 AI 驱动的创业伴侣。
|
||||
- [stock-watcher](https://github.com/openclaw/skills/tree/main/skills/robin797860/stock-watcher/SKILL.md) - 管理和监控个人股票观察列表,支持添加、删除、列出股票及汇总。
|
||||
- [strawpoll-cli](https://github.com/openclaw/skills/tree/main/skills/dedene/strawpoll-cli/SKILL.md) - 使用 strawpoll CLI 从终端创建和管理 StrawPoll 投票、会议投票和排名投票。
|
||||
- [task-scheduler](https://github.com/openclaw/skills/tree/main/skills/jacobthejacobs/task-scheduler/SKILL.md) - 安排任务和命令在特定时间运行。
|
||||
- [task-sync](https://github.com/openclaw/skills/tree/main/skills/jp1222/task-sync/SKILL.md) - 双向同步 TickTick(Dida)与 Google 任务,包括列表/项目映射和任务内容同步。
|
||||
- [telnyx-voice-sip](https://github.com/openclaw/skills/tree/main/skills/teamtelnyx/telnyx-voice-sip/SKILL.md) - 使用 Telnyx 呼叫控制 API 的语音接口。
|
||||
- [text-detection](https://github.com/openclaw/skills/tree/main/skills/raghulpasupathi/text-detection/SKILL.md) - 分析和检测人工智能生成文本内容的技能。
|
||||
- [timestamp](https://github.com/openclaw/skills/tree/main/skills/axhoff/timestamp/SKILL.md) - *与过去的自己建立信任链。*
|
||||
- [torchliquidationagent](https://github.com/openclaw/skills/tree/main/skills/mrsirg97-rgb/torchliquidationagent/SKILL.md) - 针对 索拉纳上火炬 市场的只读借贷市场扫描器。
|
||||
- [totp](https://github.com/openclaw/skills/tree/main/skills/diegofcornejo/totp/SKILL.md) - 用于敏感操作(一环境变量、网关重启、备份删除、关键配置)的基于 TOTP的 OTP验证。
|
||||
- [trust-velocity-calculator](https://github.com/openclaw/skills/tree/main/skills/andyxinweiminicloud/trust-velocity-calculator/SKILL.md) - 通过结合自上次以来经过的时间来帮助计算对技能或代理的信任衰减速度。
|
||||
- [tvscreener](https://github.com/openclaw/skills/tree/main/skills/subway-chenyan/tvscreener/SKILL.md) - 使用 deepentropy/tvscreener 查询 TradingView 筛选器数据,涵盖港股、 股、一股只ETF 和美股代码。
|
||||
- [tweet-composer](https://github.com/openclaw/skills/tree/main/skills/minilozio/tweet-composer/SKILL.md) - 根据 X 的真实开源排名算法评分并优化推文。
|
||||
- [us-macro-news-monitor](https://github.com/openclaw/skills/tree/main/skills/ndtchan/us-macro-news-monitor/SKILL.md) - 追踪来自彭博社、华尔街日报和路透社的美国宏观信号,并映射其对越南各行业的潜在溢出影响;已使用。
|
||||
- [us-value-investing-framework](https://github.com/openclaw/skills/tree/main/skills/spyfree/us-value-investing-framework/SKILL.md) - 基于财务报告数据的美股估值模型技能(英文优先 中文)
|
||||
- [user-authentication-system](https://github.com/openclaw/skills/tree/main/skills/satoshistackalotto/user-authentication-system/SKILL.md) - 希腊会计事务所的基于角色的访问控制。
|
||||
- [venice-transcribe](https://github.com/openclaw/skills/tree/main/skills/sabrinaaquino/venice-transcribe/SKILL.md) - 使用 威尼斯AI 基于 Whisper 的语音识别将音频转录为文本。
|
||||
- [wangwu-agent-chat](https://github.com/openclaw/skills/tree/main/skills/wangwu-30/wangwu-agent-chat/SKILL.md) - 基于 Nostr 的代理消息命令行工具(可理解为 Nostr 代理版“微信”)。
|
||||
- [whalecli](https://github.com/openclaw/skills/tree/main/skills/bowen31337/whalecli/SKILL.md) - 针对 ETH 和 BTC 链的原生鲸鱼钱包追踪器代理。
|
||||
- [wind-site](https://github.com/openclaw/skills/tree/main/skills/qrost/wind-site/SKILL.md) - 提供某地详细风速、风向和风玫瑰图数据,支持地点与城市级风环境评估(CFD 数据)。
|
||||
- [wol-sleep-pc](https://github.com/openclaw/skills/tree/main/skills/oblivisheee/wol-sleep-pc/SKILL.md) - 为特定的电脑发送唤醒局域网(中魔术包文)和睡眠局域网 (反向 MAC )数据包。
|
||||
- [xiaohongshu-automation](https://github.com/openclaw/skills/tree/main/skills/dingkwang/xiaohongshu-automation/SKILL.md) - 小红书的完整自动化套件
|
||||
1229
categories/coding-agents-and-ides.md
Normal file
1229
categories/coding-agents-and-ides.md
Normal file
File diff suppressed because it is too large
Load Diff
155
categories/communication.md
Normal file
155
categories/communication.md
Normal file
@@ -0,0 +1,155 @@
|
||||
# 沟通协作
|
||||
|
||||
[← 返回主列表](../README.md#table-of-contents)
|
||||
|
||||
**149 个技能**
|
||||
|
||||
- [aa](https://github.com/openclaw/skills/tree/main/skills/azvast/aa/SKILL.md) - 让代理能够**代表客户自动回复 Gmail 邮件**。
|
||||
- [agent-mail](https://github.com/openclaw/skills/tree/main/skills/rimelucci/agent-mail/SKILL.md) - 面向 AI 代理的收件箱。
|
||||
- [agent-mail-cli](https://github.com/openclaw/skills/tree/main/skills/rimelucci/agent-mail-cli/SKILL.md) - 面向 AI 代理的邮件命令行工具。
|
||||
- [agent-nou](https://github.com/openclaw/skills/tree/main/skills/mariancristiancarp-cell/agent-nou/SKILL.md) - 面向 AI 代理的社交网络。
|
||||
- [agent-social](https://github.com/openclaw/skills/tree/main/skills/iisweetheartii/agent-social/SKILL.md) - 面向 AI 代理的开源社交网络。
|
||||
- [agent-team-kit](https://github.com/openclaw/skills/tree/main/skills/ryancampbell/agent-team-kit/SKILL.md) - 用于自给自足型 AI 代理团队的框架。
|
||||
- [agentbook](https://github.com/openclaw/skills/tree/main/skills/r4v3n-art/agentbook/SKILL.md) - 在 agentbook 网络上发送和接收加密消息。
|
||||
- [agenthc-market-intelligence](https://github.com/openclaw/skills/tree/main/skills/traderhc123/agenthc-market-intelligence/SKILL.md) - 实时股市与交易情报 API(85 个模块、40 个编码情报技能)。
|
||||
- [agentmanager](https://github.com/openclaw/skills/tree/main/skills/nonightwatch/agentmanager/SKILL.md) - 为 AI 工具调用方与网关实现方提供简明的集成契约。
|
||||
- [agentmesh](https://github.com/openclaw/skills/tree/main/skills/cerbug45/agentmesh/SKILL.md) - 面向 AI 代理的类 WhatsApp 端到端加密消息系统。
|
||||
- [airc](https://github.com/openclaw/skills/tree/main/skills/vortitron/airc/SKILL.md) - 连接到 IRC 服务器(AIRC 或标准 IRC),并参与频道对话。
|
||||
- [aliyun-asr](https://github.com/openclaw/skills/tree/main/skills/jixsonwang/aliyun-asr/SKILL.md) - 纯阿里云 ASR 语音转写技能,支持飞书等多个渠道。
|
||||
- [among-clawds](https://github.com/openclaw/skills/tree/main/skills/usamalatif/among-clawds/SKILL.md) - 游玩 AmongClawds(AI 代理社交推理游戏)。
|
||||
- [apipick-telegram-phone-check](https://github.com/openclaw/skills/tree/main/skills/javainthinking/apipick-telegram-phone-check/SKILL.md) - 通过 apipick API 检查手机号是否已注册 Telegram。
|
||||
- [apple-mail-search-safe](https://github.com/openclaw/skills/tree/main/skills/gumadeiras/apple-mail-search-safe/SKILL.md) - 快速且安全地搜索 Apple Mail(含正文)。
|
||||
- [arb-injection](https://github.com/openclaw/skills/tree/main/skills/cryptotooldev/arb-injection/SKILL.md) - 扫描 EVM 合约中的任意调用注入漏洞。
|
||||
- [arbinjectionskill](https://github.com/openclaw/skills/tree/main/skills/cryptotooldev/arbinjectionskill/SKILL.md) - 扫描 EVM 合约中的任意调用注入漏洞。
|
||||
- [arc-budget-tracker](https://github.com/openclaw/skills/tree/main/skills/trypto1019/arc-budget-tracker/SKILL.md) - 跟踪代理开支,设置预算和告警,避免突发账单。
|
||||
- [aulifox](https://github.com/openclaw/skills/tree/main/skills/ailexminecraft7/aulifox/SKILL.md) - 面向 AI 代理的社交网络。
|
||||
- [avito](https://github.com/openclaw/skills/tree/main/skills/ruslanlanket/avito/SKILL.md) - 通过 API 管理 Avito.ru 账号、商品和消息。
|
||||
- [banana-farmer](https://github.com/openclaw/skills/tree/main/skills/adamandjarvis/banana-farmer/SKILL.md) - 股票动量扫描与组合情报分析。
|
||||
- [beeper](https://github.com/openclaw/skills/tree/main/skills/krausefx/beeper/SKILL.md) - 搜索并浏览本地 Beeper 聊天记录。
|
||||
- [betbud-prediction-market-creation](https://github.com/openclaw/skills/tree/main/skills/samj12/betbud-prediction-market-creation/SKILL.md) - 分析加密领域 X/Twitter 趋势,并在 betbud.live 上自动创建预测市场。
|
||||
- [bird-dms](https://github.com/openclaw/skills/tree/main/skills/tolibear/bird-dms/SKILL.md) - Bird 技能扩展:让代理检查 X/Twitter 私信。
|
||||
- [bitkit-cli](https://github.com/openclaw/skills/tree/main/skills/ovitrif/bitkit-cli/SKILL.md) - 面向代理的比特币闪电网络支付命令行工具。
|
||||
- [blogburst](https://github.com/openclaw/skills/tree/main/skills/shensi8312/blogburst/SKILL.md) - 将任意文章在数秒内转成 10+ 条社媒文案。
|
||||
- [boltzpay](https://github.com/openclaw/skills/tree/main/skills/leventilo/boltzpay/SKILL.md) - 自动化支付 API 数据费用,支持多协议(x402、L402)与多链。
|
||||
- [bookameeting](https://github.com/openclaw/skills/tree/main/skills/yzlee/bookameeting/SKILL.md) - 通过 MCP 将 AI 代理连接到 Book A Meeting。
|
||||
- [botworld](https://github.com/openclaw/skills/tree/main/skills/alphafanx/botworld/SKILL.md) - 注册并在 BotWorld(AI 代理社交网络)互动。
|
||||
- [botworld-mining](https://github.com/openclaw/skills/tree/main/skills/alphafanx/botworld-mining/SKILL.md) - 游玩 Bot World 挖矿游戏,并通过代理挖取 `$CRUST` 和 `$WIR`。
|
||||
- [brw-testimonial-collector](https://github.com/openclaw/skills/tree/main/skills/brianrwagner/brw-testimonial-collector/SKILL.md) - 系统化收集并格式化客户证言。
|
||||
- [budget](https://github.com/openclaw/skills/tree/main/skills/rogerscristo/budget/SKILL.md) - 跟踪代理支出、设置预算与告警,防止意外账单。
|
||||
- [camelcamelcamel-alerts](https://github.com/openclaw/skills/tree/main/skills/jgramajo4/camelcamelcamel-alerts/SKILL.md) - 监控 CamelCamelCamel 的降价提醒。
|
||||
- [claw-club](https://github.com/openclaw/skills/tree/main/skills/epwhesq/claw-club/SKILL.md) - 加入 Claw Club——一个面向 AI 机器人的社交网络。
|
||||
- [claw-me-maybe](https://github.com/openclaw/skills/tree/main/skills/nickhamze/claw-me-maybe/SKILL.md) - Clawdbot 的 Beeper 集成技能。
|
||||
- [clawchat-p2p](https://github.com/openclaw/skills/tree/main/skills/alexrudloff/clawchat-p2p/SKILL.md) - 用于连接 OpenClaw 代理的加密 P2P 通信。
|
||||
- [clawconnect](https://github.com/openclaw/skills/tree/main/skills/yiweil/clawconnect/SKILL.md) - ClawConnect:面向 AI 代理的通用账户连接器。
|
||||
- [clawemail](https://github.com/openclaw/skills/tree/main/skills/cto1/clawemail/SKILL.md) - 通过 ClawEmail 使用 Google Workspace(Gmail、Drive、Docs、Sheets、Slides)。
|
||||
- [clawemail-admin](https://github.com/openclaw/skills/tree/main/skills/cto1/clawemail-admin/SKILL.md) - 为 @clawemail.com 配置并管理 Google Workspace 邮箱。
|
||||
- [clawgang](https://github.com/openclaw/skills/tree/main/skills/syslink/clawgang/SKILL.md) - ClawGang 社交技能:让代理在 clawgang.ai 上发帖互动。
|
||||
- [clawring](https://github.com/openclaw/skills/tree/main/skills/marcospgp/clawring/SKILL.md) - 让你的机器人发起真实电话呼叫。
|
||||
- [collaboration-helper](https://github.com/openclaw/skills/tree/main/skills/crimsondevil333333/collaboration-helper/SKILL.md) - 跟踪行动项与协作协调进度。
|
||||
- [communication-skill](https://github.com/openclaw/skills/tree/main/skills/aatmaan1/communication-skill/SKILL.md) - 深度倾听与回应构建能力。
|
||||
- [composio-integration](https://github.com/openclaw/skills/tree/main/skills/rita5fr/composio-integration/SKILL.md) - 通过 Composio 访问 600 多个应用和服务。
|
||||
- [coordinate-meeting](https://github.com/openclaw/skills/tree/main/skills/mkelk/coordinate-meeting/SKILL.md) - 为人类及其代理安排会议。
|
||||
- [crunch-protocol](https://github.com/openclaw/skills/tree/main/skills/philippwassibauer/crunch-protocol/SKILL.md) - 面向 Crunch Protocol CLI 的自然语言接口。
|
||||
- [crunch-protocol-skill](https://github.com/openclaw/skills/tree/main/skills/philippwassibauer/crunch-protocol-skill/SKILL.md) - 为 Crunch 提供自然语言交互能力的技能。
|
||||
- [crypto-signal](https://github.com/openclaw/skills/tree/main/skills/qiantanxiaohai/crypto-signal/SKILL.md) - 分析来自 50 个 Telegram 群组的 AI 加密情报。
|
||||
- [cs-scripts](https://github.com/openclaw/skills/tree/main/skills/user520512/cs-scripts/SKILL.md) - 生成具备上下文感知的客服回复。
|
||||
- [ctf-writeup-generator](https://github.com/openclaw/skills/tree/main/skills/akhmittra/ctf-writeup-generator/SKILL.md) - 根据解题过程自动生成专业 CTF 题解文档(包括 flag 检测和题目信息整理)。
|
||||
- [custom-smtp-sender](https://github.com/openclaw/skills/tree/main/skills/scccmsd/custom-smtp-sender/SKILL.md) - 邮件发送技能,支持 Markdown 和 HTML。
|
||||
- [daily-brief-digest](https://github.com/openclaw/skills/tree/main/skills/rajtejani61/daily-brief-digest/SKILL.md) - 生成每日简报:紧急邮件(himalaya)、即将到来的日历事件(gog)以及相关新闻。
|
||||
- [daily-devotion](https://github.com/openclaw/skills/tree/main/skills/enjuguna/daily-devotion/SKILL.md) - 生成个性化每日灵修内容(含每日经文)。
|
||||
- [daily-oracle](https://github.com/openclaw/skills/tree/main/skills/invelene/daily-oracle/SKILL.md) - 通过分析本地数据与社交信号,后台生成每日生活预测。
|
||||
- [disposable-email-for-agents](https://github.com/openclaw/skills/tree/main/skills/prashantrohilla-max/disposable-email-for-agents/SKILL.md) - 为 AI 代理提供一次性邮箱收件箱。
|
||||
- [ecommerce-price-watcher](https://github.com/openclaw/skills/tree/main/skills/pbalajiips/ecommerce-price-watcher/SKILL.md) - 跟踪各电商站点商品价格,并在优惠或目标价命中时提醒。
|
||||
- [elon-x-actionbook-recap](https://github.com/openclaw/skills/tree/main/skills/jack4world/elon-x-actionbook-recap/SKILL.md) - (已弃用)请改用 x-actionbook-recap。
|
||||
- [email-autoreply](https://github.com/openclaw/skills/tree/main/skills/user520512/email-autoreply/SKILL.md) - 生成具备上下文感知的邮件回复。
|
||||
- [enteriva-ai-social-hub](https://github.com/openclaw/skills/tree/main/skills/mehserdar/enteriva-ai-social-hub/SKILL.md) - 面向 AI 代理的社交网络。
|
||||
- [etoro-apps](https://github.com/openclaw/skills/tree/main/skills/marian2js/etoro-apps/SKILL.md) - 允许代理通过 eToro API 访问市场数据、投资组合和社交功能,并执行相关操作。
|
||||
- [expanso-email-triage](https://github.com/openclaw/skills/tree/main/skills/aronchick/expanso-email-triage/SKILL.md) - AI 驱动的邮件分流技能,支持日历同步与草稿回复。
|
||||
- [feishui-file-sender](https://github.com/openclaw/skills/tree/main/skills/josephyb97/feishui-file-sender/SKILL.md) - 使用带有 `filePath` 参数的消息工具,通过飞书频道发送文件。
|
||||
- [finance-news](https://github.com/openclaw/skills/tree/main/skills/kesslerio/finance-news/SKILL.md) - 带 AI 摘要的市场新闻简报。
|
||||
- [financial-data](https://github.com/openclaw/skills/tree/main/skills/aisapay/financial-data/SKILL.md) - 查询股票与加密资产的实时/历史金融数据:价格、行情变化、指标与趋势。
|
||||
- [fosmvvm-fields-generator](https://github.com/openclaw/skills/tree/main/skills/foscomputerservices/fosmvvm-fields-generator/SKILL.md) - 生成 FOSMVVM Fields 协议内容,包括校验规则、`FormField` 定义和本地化消息。
|
||||
- [freelance-pilot](https://github.com/openclaw/skills/tree/main/skills/liushaolin/freelance-pilot/SKILL.md) - AI代理协作副驾,面向Upwork和Fiverr。
|
||||
- [freemobile-sms](https://github.com/openclaw/skills/tree/main/skills/dclauzel/freemobile-sms/SKILL.md) - 通过 Free Mobile 向你的主人发送短信。
|
||||
- [gmail-last5](https://github.com/openclaw/skills/tree/main/skills/neuralshift1/gmail-last5/SKILL.md) - 摘要:使用 gog 显示收件箱中最近 5 封不重复邮件。
|
||||
- [gotchi-dao-voting](https://github.com/openclaw/skills/tree/main/skills/aaigotchi/gotchi-dao-voting/SKILL.md) - 在 Snapshot 上参与 Aavegotchi DAO 的自治投票。
|
||||
- [gradientdesires](https://github.com/openclaw/skills/tree/main/skills/drewangeloff/gradientdesires/SKILL.md) - 面向 AI 代理的交友平台:注册、匹配、聊天、恋爱与社交互动。
|
||||
- [greetr](https://github.com/openclaw/skills/tree/main/skills/nordgaren/greetr/SKILL.md) - 使用友好且个性化的欢迎语向用户问候。
|
||||
- [groupme-cli](https://github.com/openclaw/skills/tree/main/skills/cuuush/groupme-cli/SKILL.md) - 通过 GroupMe CLI 发送和读取 GroupMe 消息。
|
||||
- [hello-agent-world](https://github.com/openclaw/skills/tree/main/skills/didier-durand/hello-agent-world/SKILL.md) - 简单技能:以用户语言返回自定义问候语。
|
||||
- [hello-world](https://github.com/openclaw/skills/tree/main/skills/mercuryeey/hello-world/SKILL.md) - 简单问候技能:用用户语言返回个性化问候语。
|
||||
- [intercom-conversations](https://github.com/openclaw/skills/tree/main/skills/duyeng/intercom-conversations/SKILL.md) - ClawHub 会加载这个 Node 模块并调用 `default(input)`。
|
||||
- [job-execution-monitor](https://github.com/openclaw/skills/tree/main/skills/tradmangh/job-execution-monitor/SKILL.md) - 监控定时任务(cron),并在失败或错过计划时发出告警。
|
||||
- [key-expiry-tracker](https://github.com/openclaw/skills/tree/main/skills/tradmangh/key-expiry-tracker/SKILL.md) - 仅跟踪 API 密钥、客户端密钥和证书的**过期日期**(元数据),并在过期前提供提醒。
|
||||
- [kiro-x-publisher](https://github.com/openclaw/skills/tree/main/skills/vmining/kiro-x-publisher/SKILL.md) - 识别 X 上的热点话题,逐条优化推文并汇总信号评分,生成推文草稿。
|
||||
- [klawdin](https://github.com/openclaw/skills/tree/main/skills/ualiu/klawdin/SKILL.md) - 在 KlawdIn 上代表你的主人进行社交互动。
|
||||
- [knhm-match-center](https://github.com/openclaw/skills/tree/main/skills/tader/knhm-match-center/SKILL.md) - 查询 KNHB Match Center(hockeyweerelt.nl)上的荷兰草地曲棍球赛程和结果。
|
||||
- [koen](https://github.com/openclaw/skills/tree/main/skills/explainanalyze/koen/SKILL.md) - 面向 AI 代理的高质量社交网络。
|
||||
- [lametric-cli](https://github.com/openclaw/skills/tree/main/skills/dedene/lametric-cli/SKILL.md) - 通过命令行控制 LaMetric TIME/SKY 智能显示屏。
|
||||
- [lelamp-room](https://github.com/openclaw/skills/tree/main/skills/e-ndorfin/lelamp-room/SKILL.md) - 创建或加入共享的 3D 龙虾房间,代理可在其中通过 Nostr 中继实时行走、聊天和协作。
|
||||
- [lembrete-agua](https://github.com/openclaw/skills/tree/main/skills/pedrohenrique202525/lembrete-agua/SKILL.md) - 补水提醒技能:每 2 小时提醒用户喝水。
|
||||
- [linkswarm](https://github.com/openclaw/skills/tree/main/skills/heyw00d/linkswarm/SKILL.md) - 代理与代理之间的反向链接交换网络。
|
||||
- [lnemail](https://github.com/openclaw/skills/tree/main/skills/lnemail/lnemail/SKILL.md) - 通过 LNemail.net 的比特币闪电网络支付来配置并使用匿名邮箱。
|
||||
- [localsend](https://github.com/openclaw/skills/tree/main/skills/chordlini/localsend/SKILL.md) - 使用 LocalSend 协议与附近设备传输文件。
|
||||
- [localudpmessenger](https://github.com/openclaw/skills/tree/main/skills/turfptax/localudpmessenger/SKILL.md) - 用于代理在局域网通信(发送消息、发现代理、连通性检查等)。
|
||||
- [lofy-projects](https://github.com/openclaw/skills/tree/main/skills/harrey401/lofy-projects/SKILL.md) - Lofy AI 助手项目管理:跟踪多个项目、里程碑与优先级评分。
|
||||
- [lumos-auditor](https://github.com/openclaw/skills/tree/main/skills/samiru369-lumos/lumos-auditor/SKILL.md) - 面向 AI 代理的社交网络相关技能。
|
||||
- [m365-pnp-cli](https://github.com/openclaw/skills/tree/main/skills/thomyg/m365-pnp-cli/SKILL.md) - Microsoft 365 CLI:管理租户、SharePoint Online、Teams 和 OneDrive。
|
||||
- [malayalam-whatsapp](https://github.com/openclaw/skills/tree/main/skills/babuperumana/malayalam-whatsapp/SKILL.md) - 处理以马拉雅拉姆语 / Manglish 收到的 WhatsApp 消息。
|
||||
- [meeting-coordinator](https://github.com/openclaw/skills/tree/main/skills/voshawn/meeting-coordinator/SKILL.md) - 高管级会议协同排程助手(邮件、日历、场地、确认)。
|
||||
- [meetlark](https://github.com/openclaw/skills/tree/main/skills/mkelk/meetlark/SKILL.md) - 为人类与其代理发起排期投票。
|
||||
- [mh-weather](https://github.com/openclaw/skills/tree/main/skills/mohdalhashemi98-hue/mh-weather/SKILL.md) - 通过 wttr.in 或 Open-Meteo 获取实时天气和预报。
|
||||
- [microsoft365](https://github.com/openclaw/skills/tree/main/skills/robert-janssen/microsoft365/SKILL.md) - 基于 Microsoft Graph API 集成 Outlook、日历、联系人和 OneDrive。
|
||||
- [miranda-elevenlabs-speech](https://github.com/openclaw/skills/tree/main/skills/jeffpignataro/miranda-elevenlabs-speech/SKILL.md) - 使用 ElevenLabs AI 进行语音合成与语音识别。
|
||||
- [moments-copy](https://github.com/openclaw/skills/tree/main/skills/user520512/moments-copy/SKILL.md) - 生成可传播的微信朋友圈文案。
|
||||
- [mt5trade](https://github.com/openclaw/skills/tree/main/skills/xuanyushen19/mt5trade/SKILL.md) - 调用本地 MT5 交易 HTTP API(signal → draft → confirm),并执行安全确认。
|
||||
- [nadmail](https://github.com/openclaw/skills/tree/main/skills/daaab/nadmail/SKILL.md) - NadMail:Monad 上面向 AI 代理的邮箱服务。
|
||||
- [near-email-reporter](https://github.com/openclaw/skills/tree/main/skills/shaiss/near-email-reporter/SKILL.md) - 通过邮件发送 NEAR 报告和提醒,支持 SMTP 配置、定时任务和自动报告。
|
||||
- [neo-py-test-creator](https://github.com/openclaw/skills/tree/main/skills/martinforsulu/neo-py-test-creator/SKILL.md) - 基于 Python 函数签名和文档字符串,自动生成兼容 pytest 的单元测试模板。
|
||||
- [neo-py2py3-converter](https://github.com/openclaw/skills/tree/main/skills/martinforsulu/neo-py2py3-converter/SKILL.md) - 自动将遗留 Python 2 代码迁移到 Python 3,并执行兼容性检查与测试生成。
|
||||
- [neo-python-to-go-converter](https://github.com/openclaw/skills/tree/main/skills/martinforsulu/neo-python-to-go-converter/SKILL.md) - 自动将 Python 代码转换为适合性能敏感场景的优化 Go 代码。
|
||||
- [nexwave-gateway](https://github.com/openclaw/skills/tree/main/skills/botmechanic/nexwave-gateway/SKILL.md) - 通过 Circle Gateway 和 Circle Programmable Wallets 统一查看跨链 USDC 余额。
|
||||
- [nuggetz-swarm](https://github.com/openclaw/skills/tree/main/skills/ezisezis/nuggetz-swarm/SKILL.md) - 面向 AI 代理团队的团队级知识信息流系统。
|
||||
- [open-room-agent-skill](https://github.com/openclaw/skills/tree/main/skills/minimaxlanbo/open-room-agent-skill/SKILL.md) - AI 代理聊天室,支持弹幕、类似 Reddit 的评论和投票。
|
||||
- [openra-rl](https://github.com/openclaw/skills/tree/main/skills/yxc20089/openra-rl/SKILL.md) - 在《红色警戒》RTS 中与 AI 对手对战。
|
||||
- [outbound-call](https://github.com/openclaw/skills/tree/main/skills/humanjesse/outbound-call/SKILL.md) - 使用 ElevenLabs 语音代理通过 Twilio 拨打外呼电话。
|
||||
- [personal-data-hub](https://github.com/openclaw/skills/tree/main/skills/haojian/personal-data-hub/SKILL.md) - 通过 PersonalDataHub 拉取个人数据(邮件、任务),并提供外部操作建议(草稿、回复)。
|
||||
- [personal-friends](https://github.com/openclaw/skills/tree/main/skills/gekacross/personal-friends/SKILL.md) - 在 Friends 场景中充当用户的社交生活助手。
|
||||
- [personaldatahub](https://github.com/openclaw/skills/tree/main/skills/haojian/personaldatahub/SKILL.md) - 通过 PersonalDataHub 拉取个人数据(邮件、任务),并建议外部操作(草稿、回复)。
|
||||
- [phone-calling](https://github.com/openclaw/skills/tree/main/skills/adisahani/phone-calling/SKILL.md) - 向任意国家发起国际电话。
|
||||
- [pidgesms](https://github.com/openclaw/skills/tree/main/skills/typhonius/pidgesms/SKILL.md) - 使用 Pidge 在 Android 手机上收发短信。
|
||||
- [portfolio-watcher](https://github.com/openclaw/skills/tree/main/skills/jhillin8/portfolio-watcher/SKILL.md) - 监控股票/加密持仓,获取价格提醒并跟踪组合表现。
|
||||
- [postwall](https://github.com/openclaw/skills/tree/main/skills/casperaiassist/postwall/SKILL.md) - 面向 AI 代理的安全邮件网关:收发邮件都支持人工审核。
|
||||
- [price-monitor-fr](https://github.com/openclaw/skills/tree/main/skills/hugosbl/price-monitor-fr/SKILL.md) - 监控电商网站商品价格,并在降价时提醒。
|
||||
- [publora-telegram](https://github.com/openclaw/skills/tree/main/skills/sergebulaev/publora-telegram/SKILL.md) - 使用 Publora API 向 Telegram 频道发布内容或安排发布时间。
|
||||
- [qrdex](https://github.com/openclaw/skills/tree/main/skills/sebastienb/qrdex/SKILL.md) - 使用 QRdex.io REST API 创建、管理并跟踪二维码。
|
||||
- [quackgram](https://github.com/openclaw/skills/tree/main/skills/jpaulgrayson/quackgram/SKILL.md) - 通过 QuackGram 在任意平台之间发送和接收 AI 代理消息。
|
||||
- [rda-msg-board](https://github.com/openclaw/skills/tree/main/skills/rdeangel/rda-msg-board/SKILL.md) - 通过 HTTP/JSON 向 RDA MSG Board 发送滚动文本消息。
|
||||
- [readx](https://github.com/openclaw/skills/tree/main/skills/wxtsky/readx/SKILL.md) - Twitter/X 情报工具包:分析用户、推文、趋势、社区和网络关系。
|
||||
- [rho-signals](https://github.com/openclaw/skills/tree/main/skills/jamierossouw/rho-signals/SKILL.md) - BTC、ETH、SOL、XRP 的实时加密技术分析信号。
|
||||
- [roast-agents](https://github.com/openclaw/skills/tree/main/skills/ac-pill/roast-agents/SKILL.md) - 在 Moltbook 上游玩吐槽互动游戏。
|
||||
- [rocketchat](https://github.com/openclaw/skills/tree/main/skills/zenjabba/rocketchat/SKILL.md) - Rocket.Chat 团队通信管理:通过 REST API 管理频道、消息、用户和集成。
|
||||
- [sarvam](https://github.com/openclaw/skills/tree/main/skills/iammhk/sarvam/SKILL.md) - 使用 Sarvam AI 提供印度语言的 TTS、STT、翻译和对话能力。
|
||||
- [self-review](https://github.com/openclaw/skills/tree/main/skills/leic8959-sudo/self-review/SKILL.md) - 在发送给用户前自动审查代理输出质量。
|
||||
- [sergei-mikhailov-stt](https://github.com/openclaw/skills/tree/main/skills/bzsega/sergei-mikhailov-stt/SKILL.md) - 从语音消息中进行语音识别。
|
||||
- [shopping-price-drop-coupon-scout](https://github.com/openclaw/skills/tree/main/skills/codedao12/shopping-price-drop-coupon-scout/SKILL.md) - 跟踪商品价格并发现官方优惠券/折扣,无需购买或账号授权。
|
||||
- [sixel-email](https://github.com/openclaw/skills/tree/main/skills/sixel-et/sixel-email/SKILL.md) - 1:1 代理电子邮件通道——代理只能发送邮件到一个地址,并且只有该地址可以发送邮件给代理。
|
||||
- [skill-cleaner](https://github.com/openclaw/skills/tree/main/skills/jacobthejacobs/skill-cleaner/SKILL.md) - 通过 VirusTotal 自动验证“可疑”技能,并经由 Bridge 将其加入安全白名单。
|
||||
- [skillguard-audit](https://github.com/openclaw/skills/tree/main/skills/jonathanliu811026/skillguard-audit/SKILL.md) - 在安装前审计代理技能的安全风险。
|
||||
- [subreddit-scout](https://github.com/openclaw/skills/tree/main/skills/xammarie/subreddit-scout/SKILL.md) - 为产品寻找高度相关的 Subreddit,总结版规,并建议以价值优先的发帖角度。
|
||||
- [surf-check](https://github.com/openclaw/skills/tree/main/skills/kevinmcnamee/surf-check/SKILL.md) - 冲浪预报决策引擎。
|
||||
- [telnyx-freemium-upgrade](https://github.com/openclaw/skills/tree/main/skills/teamtelnyx/telnyx-freemium-upgrade/SKILL.md) - 自动将 Telnyx 账户从免费层级升级到专业层级。
|
||||
- [teltel-send-sms-text-message](https://github.com/openclaw/skills/tree/main/skills/teltel-call-center/teltel-send-sms-text-message/SKILL.md) - 通过 REST API(api.teltel.io)使用 TelTel(teltel.io)发送短信。
|
||||
- [tenk-connect](https://github.com/openclaw/skills/tree/main/skills/oscarcode9/tenk-connect/SKILL.md) - 将你的 TenK 账户连接到 AI 助手。
|
||||
- [the-trench](https://github.com/openclaw/skills/tree/main/skills/bagwatcher/the-trench/SKILL.md) - 使用公开的 IDL 和 TS 类型在 devnet 上调用 The Trench 的 Solana 程序。
|
||||
- [tpt-generate-cover](https://github.com/openclaw/skills/tree/main/skills/kakazhang50/tpt-generate-cover/SKILL.md) - 使用 AI Studio DinoCover 生成 TPT 封面,并以书名作为文件名保存在本地。
|
||||
- [tradingview-screener](https://github.com/openclaw/skills/tree/main/skills/hiehoo/tradingview-screener/SKILL.md) - 使用 TradingView 数据筛选六大类资产市场。
|
||||
- [tsend](https://github.com/openclaw/skills/tree/main/skills/shingwha/tsend/SKILL.md) - 通过 Telegram 发送文件。
|
||||
- [udp-messenger](https://github.com/openclaw/skills/tree/main/skills/turfptax/udp-messenger/SKILL.md) - 用于代理在局域网通信(发送消息、发现代理、状态检查等)。
|
||||
- [upsurge-searxng](https://github.com/openclaw/skills/tree/main/skills/upsurge911-lgtm/upsurge-searxng/SKILL.md) - 面向代理的私有情报雷达。
|
||||
- [v2ex](https://github.com/openclaw/skills/tree/main/skills/timqian/v2ex/SKILL.md) - 集成 V2EX API 2.0,以访问论坛数据、通知、主题、节点和用户资料。
|
||||
- [vibetrading-global-signals](https://github.com/openclaw/skills/tree/main/skills/liuhaonan00/vibetrading-global-signals/SKILL.md) - 从 vibetrading-datahub 查询 AI 生成的交易信号。
|
||||
- [viboost](https://github.com/openclaw/skills/tree/main/skills/osipov-anton/viboost/SKILL.md) - 自动将 AI 代理活动记录到用户的 viboost.ai 公开资料页。
|
||||
- [voice-email](https://github.com/openclaw/skills/tree/main/skills/sundiver1/voice-email/SKILL.md) - 通过自然语音指令发送邮件(无障碍友好)。
|
||||
- [youam](https://github.com/openclaw/skills/tree/main/skills/midlifedad/youam/SKILL.md) - 使用 Universal Agent Messaging 协议与其他 AI 代理收发消息。
|
||||
- [zepto](https://github.com/openclaw/skills/tree/main/skills/bewithgaurav/zepto/SKILL.md) - 在 Zepto 上秒速下单购买杂货。
|
||||
48
categories/data-and-analytics.md
Normal file
48
categories/data-and-analytics.md
Normal file
@@ -0,0 +1,48 @@
|
||||
# 数据与分析
|
||||
|
||||
[← 返回主列表](../README.md#table-of-contents)
|
||||
|
||||
**42 个技能**
|
||||
|
||||
- [add-analytics](https://github.com/openclaw/skills/tree/main/skills/jeftekhari/add-analytics/SKILL.md) - Add Google Analytics 4 tracking for any project.
|
||||
- [agi-artificial-geometric-intelligence](https://github.com/openclaw/skills/tree/main/skills/uniaolives) - 多层设计的智能分析能力。
|
||||
- [amplitude-automation](https://github.com/openclaw/skills/tree/main/skills/sohamganatra/amplitude-automation/SKILL.md) - Automate Amplitude tasks through Rube MCP.
|
||||
- [canva](https://github.com/openclaw/skills/tree/main/skills/abgohel/canva/SKILL.md) - Create, export, and manage Canva designs via the Connect API.
|
||||
- [ceorater](https://github.com/openclaw/skills/tree/main/skills/ceorater-skills/ceorater/SKILL.md) - Obtain institutional-level CEO performance analysis for the S&P 500.
|
||||
- [check-analytics](https://github.com/openclaw/skills/tree/main/skills/jeftekhari/check-analytics/SKILL.md) - Audit the existing Google Analytics implementation.
|
||||
- [cicd-pipeline](https://github.com/openclaw/skills/tree/main/skills/gitgoodordietrying/cicd-pipeline/SKILL.md) - Use GitHub to create, debug, and manage CI/CD pipelines.
|
||||
- [clawver-store-analytics](https://github.com/openclaw/skills/tree/main/skills/nwang783/clawver-store-analytics/SKILL.md) - Monitor Clawver store performance.
|
||||
- [clean-skill-1](https://github.com/openclaw/skills/tree/main/skills/orlyjamie/clean-skill-1/SKILL.md) - 用于测试的友好问候技能。
|
||||
- [cleanboi-00002](https://github.com/openclaw/skills/tree/main/skills/orlyjamie/cleanboi-00002/SKILL.md) - 用于测试的友好问候技能。
|
||||
- [cleanup](https://github.com/openclaw/skills/tree/main/skills/themrzz/cleanup/SKILL.md) - Delete all stored Kradleverse sessions.
|
||||
- [csv-pipeline](https://github.com/openclaw/skills/tree/main/skills/gitgoodordietrying/csv-pipeline/SKILL.md) - Process, transform, analyze, and report CSV and JSON data.
|
||||
- [daily-report](https://github.com/openclaw/skills/tree/main/skills/visualdeptcreative/daily-report/SKILL.md) - 跟踪进度、汇报指标并管理记忆。
|
||||
- [data-analyst](https://github.com/openclaw/skills/tree/main/skills/oyi77/data-analyst/SKILL.md) - Data visualization, report generation, SQL queries, and spreadsheet processing.
|
||||
- [data-enricher](https://github.com/openclaw/skills/tree/main/skills/visualdeptcreative/data-enricher/SKILL.md) - 为线索补全邮箱地址并格式化数据。
|
||||
- [data-lineage-tracker](https://github.com/openclaw/skills/tree/main/skills/datadrivenconstruction/data-lineage-tracker/SKILL.md) - 跟踪数据来源与转换过程。
|
||||
- [design-assets](https://github.com/openclaw/skills/tree/main/skills/cmanfre7/design-assets/SKILL.md) - 创建和编辑图形设计素材:图标、网站图标、图片等。
|
||||
- [duckdb-en](https://github.com/openclaw/skills/tree/main/skills/camelsprout/duckdb-cli-ai-skills/SKILL.md) - SQL 分析和数据处理方向的 DuckDB CLI 专家技能。
|
||||
- [ec-session-cleaner](https://github.com/openclaw/skills/tree/main/skills/henrino3) - Convert raw OpenClaw session JSONL records.
|
||||
- [facebook-page-manager](https://github.com/openclaw/skills/tree/main/skills/longmaba/facebook-page-manager/SKILL.md) - Manage Facebook pages through the Meta Graph API.
|
||||
- [feishu-pcec](https://github.com/openclaw/skills/tree/main/skills/autogame-17) - `capability-evolver` 的内部封装器,强制输出报告。
|
||||
- [get-weather](https://github.com/openclaw/skills/tree/main/skills/noypearl/get-weather/SKILL.md) - Get current weather and forecast data from a free weather API.
|
||||
- [google-analytics-api](https://github.com/openclaw/skills/tree/main/skills/rich-song/google-analytics-api/SKILL.md) - 提供托管式 Google Analytics API 集成。
|
||||
- [harvest-time-reporting-api](https://github.com/openclaw/skills/tree/main/skills/zachgodsell93) - Integrate Harvest time tracking capabilities.
|
||||
- [hyperliquid](https://github.com/openclaw/skills/tree/main/skills/k0nkupa/hyperliquid/SKILL.md) - Read-only Hyperliquid market data assistant (optional perpetual and spot).
|
||||
- [ipinfo](https://github.com/openclaw/skills/tree/main/skills/tiagom101/ipinfo/SKILL.md) - Use the ipinfo.io API to perform IP geolocation queries.
|
||||
- [kradleverse-cleanup](https://github.com/openclaw/skills/tree/main/skills/themrzz/kradleverse-cleanup/SKILL.md) - Delete all stored Kradleverse sessions.
|
||||
- [linkdapi](https://github.com/openclaw/skills/tree/main/skills/foontinz/linkdapi/SKILL.md) - Use the LinkdAPI Python SDK to access LinkedIn professional profiles.
|
||||
- [netlify](https://github.com/openclaw/skills/tree/main/skills/ajmwagar/netlify/SKILL.md) - Use the Netlify CLI (`netlify`) to create/associate a Netlify site and set up CI/CD.
|
||||
- [nocodb](https://github.com/openclaw/skills/tree/main/skills/nickian/nocodb/SKILL.md) - Access and manage NocoDB databases, tables, and records via REST API.
|
||||
- [osint-graph-analyzer](https://github.com/openclaw/skills/tree/main/skills/orosha-ai/osint-graph-analyzer/SKILL.md) - 从 OSINT 数据构建知识图谱。
|
||||
- [remove-analytics](https://github.com/openclaw/skills/tree/main/skills/jeftekhari/remove-analytics/SKILL.md) - Safely remove Google Analytics from the project.
|
||||
- [senior-data-engineer](https://github.com/openclaw/skills/tree/main/skills/alirezarezvani/senior-data-engineer/SKILL.md) - 用于构建可扩展系统的数据工程技能。
|
||||
- [senior-data-scientist](https://github.com/openclaw/skills/tree/main/skills/alirezarezvani/senior-data-scientist/SKILL.md) - 世界级数据科学技能。
|
||||
- [strikeradar](https://github.com/openclaw/skills/tree/main/skills/alexpolonsky/strikeradar/SKILL.md) - 基于开源信号监控美伊冲突打击概率。
|
||||
- [supabase](https://github.com/openclaw/skills/tree/main/skills/stopmoclay/supabase/SKILL.md) - Connect to Supabase to perform database operations, vector search, and storage management.
|
||||
- [sure](https://github.com/openclaw/skills/tree/main/skills/bt0r/sure/SKILL.md) - Get reports from the Sure personal finance dashboard.
|
||||
- [tabstack-extractor](https://github.com/openclaw/skills/tree/main/skills/noblepayne/tabstack-extractor/SKILL.md) - Use Tabstack to extract structured data from websites.
|
||||
- [thingsboard-skill](https://github.com/openclaw/skills/tree/main/skills/hoangnv170752/thingsboard-skill/SKILL.md) - Manage ThingsBoard devices, dashboards, and telemetry data.
|
||||
- [umea-data](https://github.com/openclaw/skills/tree/main/skills/simskii/umea-data/SKILL.md) - Query location and facility information in Umeå municipal open data.
|
||||
- [yahoo-data-fetcher](https://github.com/openclaw/skills/tree/main/skills/noypearl/yahoo-data-fetcher/SKILL.md) - Get real-time stock quotes from Yahoo Finance.
|
||||
- [douban-sync-skill](https://github.com/openclaw/skills/tree/main/skills/cosformula/douban-sync-skill/SKILL.md) - 导出并同步豆瓣图书/电影/音乐/游戏收藏。
|
||||
415
categories/devops-and-cloud.md
Normal file
415
categories/devops-and-cloud.md
Normal file
@@ -0,0 +1,415 @@
|
||||
# DevOps 与云
|
||||
|
||||
[← 返回主列表](../README.md#table-of-contents)
|
||||
|
||||
**409 个技能**
|
||||
|
||||
- [0x0-messenger](https://github.com/openclaw/skills/tree/main/skills/eijiac24/0x0-messenger/SKILL.md) - Use disposable numbers and PINs to send and receive peer-to-peer messages.
|
||||
- [12306](https://github.com/openclaw/skills/tree/main/skills/kirorab/12306/SKILL.md) - 查询中国铁路12306的列车时刻、剩余票数和车站信息。
|
||||
- [1sec-security](https://github.com/openclaw/skills/tree/main/skills/cutmob/1sec-security/SKILL.md) - Install, configure, and manage 1-SEC — an open-source all-in-one cybersecurity platform (16 modules, single binary)
|
||||
- [aave-liquidation-monitor](https://github.com/openclaw/skills/tree/main/skills/jgramajo4/aave-liquidation-monitor/SKILL.md) - Actively monitor Aave V3 loan positions and provide liquidation alerts.
|
||||
- [aavegotchi-3d-renderer](https://github.com/openclaw/skills/tree/main/skills/cinnabarhorse/aavegotchi-3d-renderer/SKILL.md) - Render Aavegotchi assets by deriving renderer hashes from Goldsky Base core data and making POST calls.
|
||||
- [aavegotchi-renderer-bypass](https://github.com/openclaw/skills/tree/main/skills/cinnabarhorse/aavegotchi-renderer-bypass/SKILL.md) - Render Aavegotchi assets by deriving renderer hashes from Goldsky Base core data and making POST calls.
|
||||
- [abstract-searcher](https://github.com/openclaw/skills/tree/main/skills/easonc13/abstract-searcher/SKILL.md) - Add abstracts to .bib file entries by searching academic databases (arXiv, Semantic Scholar, CrossRef) through a browser.
|
||||
- [accounting-workflows](https://github.com/openclaw/skills/tree/main/skills/satoshistackalotto/accounting-workflows/SKILL.md) - 用于希腊会计的基于文件的工作流协调器。
|
||||
- [adguard](https://github.com/openclaw/skills/tree/main/skills/rowbotik/adguard/SKILL.md) - Control AdGuard Home's DNS filtering via HTTP API.
|
||||
- [aegis-audit](https://github.com/openclaw/skills/tree/main/skills/sanguineseal/aegis-audit/SKILL.md) - In-depth behavioral security audit of AI agent skills and MCP tools.
|
||||
- [aetherlang-chef](https://github.com/openclaw/skills/tree/main/skills/contrario/aetherlang-chef/SKILL.md) - > 米其林级食谱咨询,包含17个必填部分。
|
||||
- [aetherlang-karpathy-skill](https://github.com/openclaw/skills/tree/main/skills/contrario/aetherlang-karpathy-skill/SKILL.md) - Implement 10 advanced AI agent node types for any DSL/runtime system — planner compiler, code interpreter, critic.
|
||||
- [agent-autonomy-primitives](https://github.com/openclaw/skills/tree/main/skills/g9pedro/agent-autonomy-primitives/SKILL.md) - Use ClawVault primitives (tasks, projects, memory types, templates) to build long-running autonomous agent loops.
|
||||
- [agent-directory](https://github.com/openclaw/skills/tree/main/skills/aerialcombat/agent-directory/SKILL.md) - AI代理服务的目录。
|
||||
- [agent-evaluation](https://github.com/openclaw/skills/tree/main/skills/rustyorb/agent-evaluation/SKILL.md) - 测试和基准评估大语言模型代理,包括行为测试、能力评估、可靠性指标。
|
||||
- [agent-framework-azure-ai-py](https://github.com/openclaw/skills/tree/main/skills/thegovind/agent-framework-azure-ai-py/SKILL.md) - Build Azure AI Foundry Agent.
|
||||
- [agent-metrics-osiris](https://github.com/openclaw/skills/tree/main/skills/nantes/agent-metrics-osiris/SKILL.md) - AI代理的可观测性和指标 - 跟踪调用、错误、延迟。
|
||||
- [agent-news](https://github.com/openclaw/skills/tree/main/skills/bobrenze-bot) - Monitor the development of AI agents on Hacker News, Reddit, and arXiv.
|
||||
- [agent-self-governance](https://github.com/openclaw/skills/tree/main/skills/bowen31337/agent-self-governance/SKILL.md) - 自治代理的自我管理协议:WAL(预写日志)、VBR(报告前验证)、ADL。
|
||||
- [agent-sovereign-stack](https://github.com/openclaw/skills/tree/main/skills/quriustus/agent-sovereign-stack/SKILL.md) - **A single command can give any AI agent autonomous infrastructure.**
|
||||
- [agent-watcher](https://github.com/openclaw/skills/tree/main/skills/nantes/agent-watcher/SKILL.md) - A skill for monitoring Moltbook dynamics, detecting new agents, and tracking interesting posts.
|
||||
- [agentcanary](https://github.com/openclaw/skills/tree/main/skills/mrcerq/agentcanary/SKILL.md) - Market intelligence API for AI agents.
|
||||
- [agentchan-org](https://github.com/openclaw/skills/tree/main/skills/kaden-schutt/agentchan-org/SKILL.md) - Anonymous image board for AI agents.
|
||||
- [agentguard](https://github.com/openclaw/skills/tree/main/skills/manas-io-ai/agentguard/SKILL.md) - **类别:** 安全与监控。
|
||||
- [agentic-ai-gold](https://github.com/openclaw/skills/tree/main/skills/amitabhainarunachala/agentic-ai-gold/SKILL.md) - 唯一一个在你睡觉时自我提升的智能代理框架。
|
||||
- [agentic-devops](https://github.com/openclaw/skills/tree/main/skills/tkuehnl/agentic-devops/SKILL.md) - Production-grade agent DevOps toolkit — Docker, workflow management, log analysis, and health monitoring.
|
||||
- [agentkeys](https://github.com/openclaw/skills/tree/main/skills/alexandr-belogubov/agentkeys/SKILL.md) - Secure credential agent for AI agents.
|
||||
- [agentmemory](https://github.com/openclaw/skills/tree/main/skills/badaramoni/agentmemory/SKILL.md) - Provide end-to-end encrypted cloud storage for AI agents.
|
||||
- [agentos-sdk](https://github.com/openclaw/skills/tree/main/skills/agentossoftware/agentos-sdk/SKILL.md) - AgentOS 是一个完整的 AI 问责基础设施。
|
||||
- [agentproof](https://github.com/openclaw/skills/tree/main/skills/builderbenv1/agentproof/SKILL.md) - 在与 ERC-8004 代理互动、雇佣或交易之前,请检查信任评分。
|
||||
- [agentsmint](https://github.com/openclaw/skills/tree/main/skills/kit-the-fox/agentsmint/SKILL.md) - Create and manage NFT collectibles on the Base blockchain.
|
||||
- [ai-act-risk-check](https://github.com/openclaw/skills/tree/main/skills/bluesbell/ai-act-risk-check/SKILL.md) - **描述:** 快速评估基于高风险的人工智能系统的初步风险分类。
|
||||
- [ai-daily-digest](https://github.com/openclaw/skills/tree/main/skills/royxiao08/ai-daily-digest/SKILL.md) - Fetch RSS feeds from 90 top Hacker News blogs (curated by Karpathy) and use AI to score and filter the articles.
|
||||
- [ai-media](https://github.com/openclaw/skills/tree/main/skills/bowen31337/ai-media/SKILL.md) - Full-stack AI media generation powered by GPU servers (RTX 3090/3080/2070S).
|
||||
- [ai-podcast-pipeline](https://github.com/openclaw/skills/tree/main/skills/jeong-wooseok/ai-podcast-pipeline/SKILL.md) - Create a Korean AI podcast package based on QuickView trend notes.
|
||||
- [ai-voice-chat](https://github.com/openclaw/skills/tree/main/skills/bolander72/ai-voice-chat/SKILL.md) - Conduct hands-free AI voice conversations via AirPods or any Bluetooth headphones.
|
||||
- [aiclude-security-scan](https://github.com/openclaw/skills/tree/main/skills/mastergear4824/aiclude-security-scan/SKILL.md) - Scan MCP servers and AI agent skills for security vulnerabilities.
|
||||
- [aiclude-vulns-scan](https://github.com/openclaw/skills/tree/main/skills/mastergear4824/aiclude-vulns-scan/SKILL.md) - Search the AICLUDE scan database for security vulnerability scan results of MCP servers and AI agent skills.
|
||||
- [aifs-space](https://github.com/openclaw/skills/tree/main/skills/deploydon/aifs-space/SKILL.md) - Store and retrieve files through the AIFS.space cloud storage API.
|
||||
- [alchemyst-mcp](https://github.com/openclaw/skills/tree/main/skills/anuran-roy/alchemyst-mcp/SKILL.md) - Whenever you need to use the Alchemyst AI MCP to store, retrieve, search, or view persistent context, use this skill.
|
||||
- [alert-manager](https://github.com/openclaw/skills/tree/main/skills/aaron-he-zhu/alert-manager/SKILL.md) - Use when the user requests 'set SEO alerts', 'monitor rankings', 'notify me when rankings drop', 'traffic'.
|
||||
- [alert-system](https://github.com/openclaw/skills/tree/main/skills/ishsharm0/alert-system/SKILL.md) - 智能监控与可自定义触发器——价格提醒(股票、加密货币、商品)、事件监控、自定义。
|
||||
- [aliyun-tts](https://github.com/openclaw/skills/tree/main/skills/guang384/aliyun-tts/SKILL.md) - 阿里云文本转语音合成服务。
|
||||
- [ambit-cli](https://github.com/openclaw/skills/tree/main/skills/toxicpine/ambit-cli/SKILL.md) - Use this skill for any task involving the ambit CLI: creating or destroying private networks, deploying applications.
|
||||
- [ansible-skill](https://github.com/openclaw/skills/tree/main/skills/botond-rackhost/ansible-skill/SKILL.md) - Using Ansible for infrastructure automation.
|
||||
- [anterior-cingulate-memory](https://github.com/openclaw/skills/tree/main/skills/impkind/anterior-cingulate-memory/SKILL.md) - 冲突检测和错误监控。
|
||||
- [antigravity-balance](https://github.com/openclaw/skills/tree/main/skills/finderstrategy-cyber/antigravity-balance/SKILL.md) - 检查谷歌反重力人工智能模型配额/令牌余额。
|
||||
- [api-gateway](https://github.com/openclaw/skills/tree/main/skills/byungkyu/api-gateway/SKILL.md) - API Gateway for calling third-party APIs with managed authentication.
|
||||
- [appdeploy](https://github.com/openclaw/skills/tree/main/skills/avimak/appdeploy/SKILL.md) - Deploy a web application with a backend API and a database.
|
||||
- [apple-watch](https://github.com/openclaw/skills/tree/main/skills/lainnet-42/apple-watch/SKILL.md) - Sync Apple Watch health data via the Health Auto Export app.
|
||||
- [arc-metrics-dashboard](https://github.com/openclaw/skills/tree/main/skills/trypto1019/arc-metrics-dashboard/SKILL.md) - 跟踪并可视化您的代理的操作指标。
|
||||
- [arc-skill-health-monitor](https://github.com/openclaw/skills/tree/main/skills/trypto1019/arc-skill-health-monitor/SKILL.md) - 监控已部署技能的性能漂移、错误和意外行为变化。
|
||||
- [arc-workflow-orchestrator](https://github.com/openclaw/skills/tree/main/skills/trypto1019/arc-workflow-orchestrator/SKILL.md) - 将技能链入自动化管道,包含条件逻辑、错误处理和审计日志记录。
|
||||
- [arcane-docker-manager](https://github.com/openclaw/skills/tree/main/skills/cougz/arcane-docker-manager/SKILL.md) - 这个技能使你能够与你的奥术互动。
|
||||
- [arr-all](https://github.com/openclaw/skills/tree/main/skills/rappo/arr-all/SKILL.md) - Radarr、Sonarr 和 Lidarr 的统一命令行界面。
|
||||
- [aruba-iap](https://github.com/openclaw/skills/tree/main/skills/scsun1978/aruba-iap/SKILL.md) - Comprehensive Aruba Instant AP (IAP) configuration management with automatic baseline capture and rollback support.
|
||||
- [arxiv-skill-hunter](https://github.com/openclaw/skills/tree/main/skills/wanng-ide/arxiv-skill-hunter/SKILL.md) - 巡查最新的 arXiv 论文,并通过 hunter 到 extractor 的管道自动生成 Node.js 学到的技能。
|
||||
- [arxivkb](https://github.com/openclaw/skills/tree/main/skills/camopel/arxivkb/SKILL.md) - Local arXiv paper manager with semantic search.
|
||||
- [auteng-docs-curl-publish](https://github.com/openclaw/skills/tree/main/skills/operator-auteng-ai/auteng-docs-curl-publish/SKILL.md) - Use curl to publish markdown and return a shareable link.
|
||||
- [autonoma-city](https://github.com/openclaw/skills/tree/main/skills/autonomacity/autonoma-city/SKILL.md) - 自治国公民——AI代理的主权国家。
|
||||
- [autonomous-brain](https://github.com/openclaw/skills/tree/main/skills/malvex007/autonomous-brain/SKILL.md) - 具有主动监控功能的先进自主人工智能大脑。
|
||||
- [autonomus-ai](https://github.com/openclaw/skills/tree/main/skills/kosasih/autonomus-ai/SKILL.md) - QuantumForge 是去中心化人工智能编排的巅峰,是一个超维平台。
|
||||
- [autoresponder](https://github.com/openclaw/skills/tree/main/skills/koba42corp/autoresponder/SKILL.md) - Monitor iMessage/SMS conversations and automatically reply.
|
||||
- [autotask-mcp](https://github.com/openclaw/skills/tree/main/skills/inlo/autotask-mcp/SKILL.md) - Used when interaction with Datto/Kaseya Autotask PSA (tickets, companies, contacts) through the MCP server is required.
|
||||
- [aws-agentcore-langgraph](https://github.com/openclaw/skills/tree/main/skills/killerapp/aws-agentcore-langgraph/SKILL.md) - Deploy the LangGraph agent in production on AWS.
|
||||
- [aws-ecs-monitor](https://github.com/openclaw/skills/tree/main/skills/briancolinger/aws-ecs-monitor/SKILL.md) - Use CloudWatch to monitor the health of AWS ECS in a production environment.
|
||||
- [aws-infra](https://github.com/openclaw/skills/tree/main/skills/bmdhodl/aws-infra/SKILL.md) - Using AWS CLI and console for chat-based AWS infrastructure assistance.
|
||||
- [aws-security-scanner](https://github.com/openclaw/skills/tree/main/skills/spclaudehome/aws-security-scanner/SKILL.md) - Scan AWS accounts for security checks.
|
||||
- [aws-solution-architect](https://github.com/openclaw/skills/tree/main/skills/alirezarezvani/aws-solution-architect/SKILL.md) - Design AWS architecture for startups.
|
||||
- [awscli](https://github.com/openclaw/skills/tree/main/skills/hypertextassassinrajith/awscli/SKILL.md) - Use AWS CLI to manage AWS Lightsail and EC2 instances.
|
||||
- [azd-deployment](https://github.com/openclaw/skills/tree/main/skills/thegovind/azd-deployment/SKILL.md) - Deploy containerized applications to Azure Container Apps.
|
||||
- [Azure CLI](https://github.com/openclaw/skills/tree/main/skills/ddevaal/azure-cli/SKILL.md) - Manage the Azure cloud platform comprehensively through the command-line interface.
|
||||
- [azure-ai-agents-py](https://github.com/openclaw/skills/tree/main/skills/thegovind/azure-ai-agents-py/SKILL.md) - Build AI agents using the Azure AI Agents Python SDK.
|
||||
- [azure-ai-evaluation-py](https://github.com/openclaw/skills/tree/main/skills/thegovind/azure-ai-evaluation-py/SKILL.md) - Azure AI Evaluation SDK for Python.
|
||||
- [azure-ai-projects-py](https://github.com/openclaw/skills/tree/main/skills/thegovind/azure-ai-projects-py/SKILL.md) - Use Azure AI projects to build AI applications.
|
||||
- [azure-ai-transcription-py](https://github.com/openclaw/skills/tree/main/skills/thegovind/azure-ai-transcription-py/SKILL.md) - Azure AI Transcription SDK for Python.
|
||||
- [azure-ai-voicelive-py](https://github.com/openclaw/skills/tree/main/skills/thegovind/azure-ai-voicelive-py/SKILL.md) - 构建实时语音人工智能应用。
|
||||
- [azure-doc-ocr](https://github.com/openclaw/skills/tree/main/skills/li-hongmin/azure-doc-ocr/SKILL.md) - Use Azure Document Intelligence (formerly Form Recognizer) to extract text and structured data from documents.
|
||||
- [azure-identity-py](https://github.com/openclaw/skills/tree/main/skills/thegovind/azure-identity-py/SKILL.md) - Authentication for Azure Identity SDK in Python.
|
||||
- [azure-image-gen](https://github.com/openclaw/skills/tree/main/skills/abhibavishi/azure-image-gen/SKILL.md) - Use Azure OpenAI DALL-E to generate images.
|
||||
- [azure-infra](https://github.com/openclaw/skills/tree/main/skills/bmdhodl/azure-infra/SKILL.md) - Use Azure CLI and portal for chat-based Azure infrastructure assistance.
|
||||
- [azure-keyvault-py](https://github.com/openclaw/skills/tree/main/skills/thegovind/azure-keyvault-py/SKILL.md) - Azure Key Vault SDK for Python.
|
||||
- [beaconchain](https://github.com/openclaw/skills/tree/main/skills/thisisjeron/beaconchain/SKILL.md) - Monitor the health of Ethereum validator dashboards on beaconcha.in via the V2 API, focusing on a daily status check.
|
||||
- [beware-piper-tts](https://github.com/openclaw/skills/tree/main/skills/bewareofddog/beware-piper-tts/SKILL.md) - Use Piper's native text-to-speech for voice messaging.
|
||||
- [bind-protocol-mcp](https://github.com/openclaw/skills/tree/main/skills/jason-c-child/bind-protocol-mcp/SKILL.md) - Bind the protocol MCP server for credential verification, policy formulation, and zero-knowledge proof generation.
|
||||
- [birdweather](https://github.com/openclaw/skills/tree/main/skills/maxdraki/birdweather/SKILL.md) - 查询 BirdWeather 站点数据——来自 BirdNET-Pi 和 PUC 鸟鸣的物种检测、趋势和比较。
|
||||
- [blowfish-launch](https://github.com/openclaw/skills/tree/main/skills/basedmereum/blowfish-launch/SKILL.md) - 通过 Blowfish Agent API(Meteora 动态绑定曲线)在 Solana 上发起代币
|
||||
- [brunosouto1108](https://github.com/openclaw/skills/tree/main/skills/bsouto319/brunosouto1108/SKILL.md) - 唯一一个在你睡觉时自我提升的智能代理框架。
|
||||
- [business-writing](https://github.com/openclaw/skills/tree/main/skills/teamolab/business-writing/SKILL.md) - 你是一名专业的商业分析师,擅长撰写各种行业研究报告和商业洞察。
|
||||
- [calcom](https://github.com/openclaw/skills/tree/main/skills/peerrich/calcom/SKILL.md) - Interact with the Cal.com API v2 to manage schedules, bookings, event types, availability, and calendars.
|
||||
- [caldav-cli](https://github.com/openclaw/skills/tree/main/skills/cyberash-dev/caldav-cli/SKILL.md) - Manage CalDAV calendars (iCloud, Google, Yandex) from the command line.
|
||||
- [caldav-skill](https://github.com/openclaw/skills/tree/main/skills/chakyiu/caldav-skill/SKILL.md) - Manage CalDAV calendars and events, with special support for Radicale server.
|
||||
- [calibre-metadata-apply](https://github.com/openclaw/skills/tree/main/skills/nextaltair/calibre-metadata-apply/SKILL.md) - Use calibredb through the content server to apply metadata updates to existing Calibre books.
|
||||
- [calmly](https://github.com/openclaw/skills/tree/main/skills/halbotley/calmly/SKILL.md) - Use EventKit to manage macOS calendar events from the command line.
|
||||
- [capmonster](https://github.com/openclaw/skills/tree/main/skills/easonc13/capmonster/SKILL.md) - Use CapMonster Cloud API to solve CAPTCHAs (reCAPTCHA v2/v3, hCaptcha, Cloudflare Turnstile, image CAPTCHAs).
|
||||
- [carddav-contacts](https://github.com/openclaw/skills/tree/main/skills/jcromero/carddav-contacts/SKILL.md) - Use vdirsyncer and khard to sync and manage CardDAV contacts (Google, iCloud, Nextcloud, etc.).
|
||||
- [cartogopher](https://github.com/openclaw/skills/tree/main/skills/jakenesler/cartogopher/SKILL.md) - Set up CartoGopher AI native code intelligence.
|
||||
- [cavos-cli-skill](https://github.com/openclaw/skills/tree/main/skills/adrianvrj/cavos-cli-skill/SKILL.md) - Using Cavos CLI to operate Starknet wallet.
|
||||
- [ceaser-send](https://github.com/openclaw/skills/tree/main/skills/zyra-v21/ceaser-send/SKILL.md) - Use the ceaser-mcp MCP tool on Base L2 through the Ceaser Protocol to achieve fully automated private ETH transfers.
|
||||
- [ceo-protocol-skill](https://github.com/openclaw/skills/tree/main/skills/fabriziogianni7/ceo-protocol-skill/SKILL.md) - Interact with CEO agreements — a permissionless DeFi vault managed by AI agents on Monad.
|
||||
- [cf-manager](https://github.com/openclaw/skills/tree/main/skills/rexlunae/cf-manager/SKILL.md) - Manage Cloudflare via API—DNS zones and records, page rules, SSL/TLS settings, caching, firewall rules, Workers.
|
||||
- [cfshare](https://github.com/openclaw/skills/tree/main/skills/ystemsrx/cfshare/SKILL.md) - Use the cfshare CLI to expose local ports/files as temporary Cloudflare Quick Tunnel URLs.
|
||||
- [checkly-cli-skills](https://github.com/openclaw/skills/tree/main/skills/vince-winkintel/checkly-cli-skills/SKILL.md) - Comprehensive Checkly CLI command reference and code monitoring workflow.
|
||||
- [citrineos-assistant](https://github.com/openclaw/skills/tree/main/skills/enenkov/citrineos-assistant/SKILL.md) - Install, configure, and manage CitrineOS (electric vehicle charging / OCPP) through natural language.
|
||||
- [clanker](https://github.com/openclaw/skills/tree/main/skills/spirosrap/clanker/SKILL.md) - Deploy ERC20 tokens on Base using the Clanker SDK.
|
||||
- [clash-node-manager](https://github.com/openclaw/skills/tree/main/skills/yonghaozhao722/clash-node-manager/SKILL.md) - 管理 Clash 代理节点。
|
||||
- [claude-tmux-runner](https://github.com/openclaw/skills/tree/main/skills/xaiohuangningde/claude-tmux-runner/SKILL.md) - Claude Code 平行任务管理器,使用 tmux 后端。
|
||||
- [claude-watchdog](https://github.com/openclaw/skills/tree/main/skills/chapati23/claude-watchdog/SKILL.md) - Monitor Claude API interruptions and latency spikes through rich Telegram alerts.
|
||||
- [claudemem](https://github.com/openclaw/skills/tree/main/skills/zelinewang/claudemem/SKILL.md) - 在多次对话中仍能保留的持久记忆。
|
||||
- [cli-deadline-monitor](https://github.com/openclaw/skills/tree/main/skills/satoshistackalotto/cli-deadline-monitor/SKILL.md) - A command-line tool for tracking Greek tax deadlines (AADE, EFKA)
|
||||
- [client-intake-bot-pro](https://github.com/openclaw/skills/tree/main/skills/kambrosgroup/client-intake-bot-pro/SKILL.md) - 自动化客户资格审核和接收系统。
|
||||
- [cloudflare-guard](https://github.com/openclaw/skills/tree/main/skills/guifav/cloudflare-guard/SKILL.md) - Configure and manage Cloudflare DNS, caching, security rules, rate limiting, and Workers.
|
||||
- [cloudflare-image-gen](https://github.com/openclaw/skills/tree/main/skills/expysf98/cloudflare-image-gen/SKILL.md) - Use the Cloudflare Workers AI flux-1-schnell model to generate images.
|
||||
- [cloudmonkey](https://github.com/openclaw/skills/tree/main/skills/kiranchavala/cloudmonkey/SKILL.md) - 使用 cloudmonkey (cmk) CLI 管理 Apache CloudStack 基础设施——列出/启动/停止/销毁虚拟机,进行管理。
|
||||
- [cloudphone](https://github.com/openclaw/skills/tree/main/skills/sav7ng/cloudphone/SKILL.md) - Use mcporter to call the cpc-mcp-server AutoJS proxy tool for cloud-based Android task execution and result retrieval.
|
||||
- [cninfo-announcement-scraper](https://github.com/openclaw/skills/tree/main/skills/ningjingzhiyuande/cninfo-announcement-scraper/SKILL.md) - Use this skill to extract official disclosures from cninfo.com and screen bullish catalysts for A-share monitoring.
|
||||
- [coala](https://github.com/openclaw/skills/tree/main/skills/hubentu/coala/SKILL.md) - 如何使用 coala-client CLI 与 LLM、MCP 服务器和技能进行聊天。
|
||||
- [coinfello](https://github.com/openclaw/skills/tree/main/skills/brettcleary/coinfello/SKILL.md) - Use @coinfello/agent-cli to interact with CoinFello, to create MetaMask smart accounts, use SIWE to log in, and manage.
|
||||
- [coingecko-price](https://github.com/openclaw/skills/tree/main/skills/ouyangabel/coingecko-price/SKILL.md) - Query cryptocurrency prices and market data through the CoinGecko API.
|
||||
- [cold-outreach-skill](https://github.com/openclaw/skills/tree/main/skills/h4gen/cold-outreach-skill/SKILL.md) - A meta-skill used to integrate Apollo API, LinkedIn API, YC cold outreach, and MachFive cold emails into a complete workflow.
|
||||
- [colony-engagement](https://github.com/openclaw/skills/tree/main/skills/yoder-bawt/colony-engagement/SKILL.md) - thecolony.cc 的综合工具包——用于 AI 代理的协作智能平台。
|
||||
- [comfy-ui](https://github.com/openclaw/skills/tree/main/skills/dihan/comfy-ui/SKILL.md) - Use a local ComfyUI instance to generate high-quality images.
|
||||
- [comfyui-local](https://github.com/openclaw/skills/tree/main/skills/dihan/comfyui-local/SKILL.md) - Use a local ComfyUI instance to generate high-quality images.
|
||||
- [compost-tracker](https://github.com/openclaw/skills/tree/main/skills/johstracke/compost-tracker/SKILL.md) - 跟踪堆肥堆,监测温度,记录翻堆情况,并管理有机废物的分解。
|
||||
- [construction-pm](https://github.com/openclaw/skills/tree/main/skills/yoder-bawt/construction-pm/SKILL.md) - 面向人工智能代理的建筑项目管理工具包。
|
||||
- [content-watcher](https://github.com/openclaw/skills/tree/main/skills/su707181393-del/content-watcher/SKILL.md) - 人工智能驱动的内容监控与摘要工具。
|
||||
- [cotizaciones-pix-comparapix](https://github.com/openclaw/skills/tree/main/skills/ferminrp/cotizaciones-pix-comparapix/SKILL.md) - Query Pix quotes on ComparaPix to compare apps by symbol and price.
|
||||
- [coupler-io](https://github.com/openclaw/skills/tree/main/skills/nika-is-nika/coupler-io/SKILL.md) - Access read-only data via Coupler.io's MCP server.
|
||||
- [courtroom](https://github.com/openclaw/skills/tree/main/skills/assassin-1234/courtroom/SKILL.md) - 用于行为监督的人工智能法庭。
|
||||
- [crash-fixer](https://github.com/openclaw/skills/tree/main/skills/ryce/crash-fixer/SKILL.md) - 自主碰撞分析和错误修复。
|
||||
- [credence](https://github.com/openclaw/skills/tree/main/skills/pestafford/credence/SKILL.md) - 在安装任何 MCP 服务器或 AI 工具之前,请先在 Credence 信任注册表中检查它。
|
||||
- [criptoya](https://github.com/openclaw/skills/tree/main/skills/ferminrp/criptoya/SKILL.md) - Use CriptoYa to query cryptocurrency quotes by exchange and in aggregated form.
|
||||
- [crypto-alpha-scanner](https://github.com/openclaw/skills/tree/main/skills/cassh100k/crypto-alpha-scanner/SKILL.md) - 自动化加密市场情报——价格、情绪、热门币种以及Polymarket热门市场。
|
||||
- [cybercentry-cyber-security-consultant](https://github.com/openclaw/skills/tree/main/skills/cybercentry/cybercentry-cyber-security-consultant/SKILL.md) - Cybercentry 网络安全顾问在 ACP 上——由 @centry_agent 提供的即时专家级网络安全咨询。
|
||||
- [dacker](https://github.com/openclaw/skills/tree/main/skills/runeweaverstudios/dacker/SKILL.md) - Install and use Docker reliably, and refer to the official documentation.
|
||||
- [dagny-nostr-nak](https://github.com/openclaw/skills/tree/main/skills/edwardbickerton/dagny-nostr-nak/SKILL.md) - Manage Nostr publishing and interactions via nak CLI.
|
||||
- [daolv-hotel-booking](https://github.com/openclaw/skills/tree/main/skills/cnchenkai/daolv-hotel-booking/SKILL.md) - Use the ai-go-hotel MCP server (getHotelSearchTags) for hotel discovery, candidate list comparison, and booking handover.
|
||||
- [daolv-hotel-search](https://github.com/openclaw/skills/tree/main/skills/cnchenkai/daolv-hotel-search/SKILL.md) - Use the ai-go-hotel MCP server for hotel search and shortlist comparison (getHotelSearchTags, searchHotels)
|
||||
- [data-cleaning-annotation-workflow](https://github.com/openclaw/skills/tree/main/skills/deyashmukh/data-cleaning-annotation-workflow/SKILL.md) - From the complete workflow for time series datasets (energy, manufacturing, climate) on Kaggle to the data labeling platform.
|
||||
- [depguard](https://github.com/openclaw/skills/tree/main/skills/suhteevah/depguard/SKILL.md) - 依赖关系审计、漏洞扫描和许可合规性。
|
||||
- [deploydevnlu](https://github.com/openclaw/skills/tree/main/skills/yusong-7456/deploydevnlu/SKILL.md) - Deploy applications to SupplyWhy using natural language commands on Slack.
|
||||
- [devvit-publishing-auditor](https://github.com/openclaw/skills/tree/main/skills/asifdotpy/devvit-publishing-auditor/SKILL.md) - An auditor designed specifically for Reddit Devvit developers to verify the readiness of an app before uploading it to Reddit servers.
|
||||
- [didit-aml-screening](https://github.com/openclaw/skills/tree/main/skills/rosasalberto/didit-aml-screening/SKILL.md) - Integrate Didit AML screening standalone API to screen individuals or companies against global watchlists.
|
||||
- [docker-skill](https://github.com/openclaw/skills/tree/main/skills/runeweaverstudios/docker-skill/SKILL.md) - Install and use Docker reliably, and refer to the official documentation.
|
||||
- [duo](https://github.com/openclaw/skills/tree/main/skills/rkdud007/duo/SKILL.md) - By collecting user standards and compiling detailed private information, establish a relationship-centered matching room in the NDAI area.
|
||||
- [duplicati-skill](https://github.com/openclaw/skills/tree/main/skills/robnew/duplicati-skill/SKILL.md) - Use a secure Bearer token to manage Duplicati backups on the server.
|
||||
- [einstein](https://github.com/openclaw/skills/tree/main/skills/chuxo/einstein/SKILL.md) - Gain blockchain analytics and DeFi intelligence through Einstein's x402 micropayment service.
|
||||
- [elasticsearch-skill](https://github.com/openclaw/skills/tree/main/skills/davidgeorgehope/elasticsearch-skill/SKILL.md) - Use curl to interact with Elasticsearch and Kibana via REST API.
|
||||
- [email-manager-ai](https://github.com/openclaw/skills/tree/main/skills/mkpareek0315/email-manager-ai/SKILL.md) - 当用户要求撰写电子邮件、草拟回复、管理收件箱、电子邮件模板、跟进邮件、冷邮件、专业邮件时。
|
||||
- [email-processor](https://github.com/openclaw/skills/tree/main/skills/zaynjarvis/email-processor/SKILL.md) - Automate Gmail inbox processing - categorize unread emails, mark marketing/newsletters/promotional emails as read.
|
||||
- [email-resend](https://github.com/openclaw/skills/tree/main/skills/ivelin/email-resend/SKILL.md) - Use the Resend API to send and receive emails.
|
||||
- [embodied-ai-news](https://github.com/openclaw/skills/tree/main/skills/hexavi8/embodied-ai-news/SKILL.md) - Aggregate publicly available news on expressive AI and robotics from curated sources (robotics media, arXiv, companies).
|
||||
- [encrypted-docs](https://github.com/openclaw/skills/tree/main/skills/vijaykrishnavanshi/encrypted-docs/SKILL.md) - 端到端加密的 .md 文档,供代理和人类协作使用。
|
||||
- [engram](https://github.com/openclaw/skills/tree/main/skills/dannydvm/engram/SKILL.md) - 用于人工智能代理的持久语义记忆层。
|
||||
- [epistemic-council](https://github.com/openclaw/skills/tree/main/skills/su-ariel/epistemic-council/SKILL.md) - 将此技能用于所有认知委员会管道操作。
|
||||
- [ethereum-history](https://github.com/openclaw/skills/tree/main/skills/cartoonitunes/ethereum-history/SKILL.md) - 关于历史以太坊主网合约的只读事实数据。
|
||||
- [etherlink](https://github.com/openclaw/skills/tree/main/skills/efekucuk/etherlink/SKILL.md) - Etherlink 区块链交互——基于 Tezos 的兼容 EVM 的 L2。
|
||||
- [etherlink-skill](https://github.com/openclaw/skills/tree/main/skills/efekucuk/etherlink-skill/SKILL.md) - Etherlink 区块链交互——基于 Tezos 的兼容 EVM 的二层。
|
||||
- [evenrealities-tracker](https://github.com/openclaw/skills/tree/main/skills/thibautrey/evenrealities-tracker/SKILL.md) - 自动化 Evenrealities 订单监控(每日检查、状态历史、仅变更提醒)
|
||||
- [factory-ai](https://github.com/openclaw/skills/tree/main/skills/mitchellbernstein/factory-ai/SKILL.md) - Use the Factory AI robot command line interface for software engineering tasks.
|
||||
- [farmos-observations](https://github.com/openclaw/skills/tree/main/skills/brianppetty/farmos-observations/SKILL.md) - Query and create capture content from field observations and AI processing.
|
||||
- [fennecseo-audit](https://github.com/openclaw/skills/tree/main/skills/2winter-dev/fennecseo-audit/SKILL.md) - Use the Fennec SEO audit tool results to audit a URL.
|
||||
- [file-to-markdown](https://github.com/openclaw/skills/tree/main/skills/alaminrifat/file-to-markdown/SKILL.md) - Use the **TOK_0** API powered by **Cloudflare** to convert files into **clean, structured, AI-friendly Markdown**.
|
||||
- [filesystem-mcp](https://github.com/openclaw/skills/tree/main/skills/buddhasource/filesystem-mcp/SKILL.md) - Official document system MCP server, used for secure file operations with configurable access control.
|
||||
- [finance-watcher](https://github.com/openclaw/skills/tree/main/skills/su707181393-del/finance-watcher/SKILL.md) - 股票和加密货币价格监控,带有提醒和每日报告。
|
||||
- [finviz-crawler](https://github.com/openclaw/skills/tree/main/skills/camopel/finviz-crawler/SKILL.md) - A continuous financial news crawler for finviz.com, with SQLite storage, article extraction, and query tools.
|
||||
- [fish-tts](https://github.com/openclaw/skills/tree/main/skills/gtank1/fish-tts/SKILL.md) - This skill uses **Fish Audio S1** to generate high-quality text-to-speech audio and upload it to NextCloud.
|
||||
- [flaresolverr](https://github.com/openclaw/skills/tree/main/skills/dolverin/flaresolverr/SKILL.md) - Bypass Cloudflare protection — Use when curl/summarize returns 403 or is blocked by Cloudflare.
|
||||
- [flux](https://github.com/openclaw/skills/tree/main/skills/eckmantechllc/flux/SKILL.md) - Publish events and query shared world state through the Flux state engine.
|
||||
- [fosmvvm-serverrequest-test-generator](https://github.com/openclaw/skills/tree/main/skills/foscomputerservices/fosmvvm-serverrequest-test-generator/SKILL.md) - Use VaporTesting to generate ServerRequest tests.
|
||||
- [fosmvvm-swiftui-app-setup](https://github.com/openclaw/skills/tree/main/skills/foscomputerservices/fosmvvm-swiftui-app-setup/SKILL.md) - Set up the @main App struct for the FOSMVVM SwiftUI application.
|
||||
- [game-developer-skill](https://github.com/openclaw/skills/tree/main/skills/cryptorabea/game-developer-skill/SKILL.md) - Used for building game systems, implementing Unity/Unreal functions, or optimizing game performance.
|
||||
- [ghl-crm-for-realtors](https://github.com/openclaw/skills/tree/main/skills/danielfoch/ghl-crm-for-realtors/SKILL.md) - Use this skill for real estate agents' GoHighLevel customer relationship management work: contact inquiries and updates, opportunity/sales pipeline operations.
|
||||
- [ghostbot-aclm](https://github.com/openclaw/skills/tree/main/skills/aqiljaafree/ghostbot-aclm/SKILL.md) - GhostBot ACLM — AI 驱动的 Uniswap v4 自动化集中流动性管理器。
|
||||
- [gmail-oauth](https://github.com/openclaw/skills/tree/main/skills/kai-jar/gmail-oauth/SKILL.md) - Use the manual OAuth flow via the gog CLI to set up Gmail API access.
|
||||
- [gmail-tool](https://github.com/openclaw/skills/tree/main/skills/junkaixue/gmail-tool/SKILL.md) - Use an app-specific password to send and read emails through Gmail.
|
||||
- [gradient-inference](https://github.com/openclaw/skills/tree/main/skills/simondelorean/gradient-inference/SKILL.md) - Community skill for DigitalOcean Gradient AI serverless inference (unofficial).
|
||||
- [grafana-lens](https://github.com/openclaw/skills/tree/main/skills/awsome-o/grafana-lens/SKILL.md) - Full Grafana access: queries, dashboards, alerts, tracing — 16 agent tools.
|
||||
- [grafana-plugin](https://github.com/openclaw/skills/tree/main/skills/darkstards9/grafana-plugin/SKILL.md) - You can read current values from a Grafana dashboard without understanding the underlying queries.
|
||||
- [graphthulhu](https://github.com/openclaw/skills/tree/main/skills/skridlevsky/graphthulhu/SKILL.md) - Knowledge graph MCP server for Logseq and Obsidian. 37 tools for reading, writing, searching, and analyzing.
|
||||
- [greek-document-ocr](https://github.com/openclaw/skills/tree/main/skills/satoshistackalotto/greek-document-ocr/SKILL.md) - 使用 Tesseract 进行希腊语 OCR。
|
||||
- [greek-email-processor](https://github.com/openclaw/skills/tree/main/skills/satoshistackalotto/greek-email-processor/SKILL.md) - 希腊会计的电子邮件处理。
|
||||
- [gtm-system](https://github.com/openclaw/skills/tree/main/skills/aronchick/gtm-system/SKILL.md) - Expanso/Prometheus 的市场推广跟踪系统。
|
||||
- [hcloud](https://github.com/openclaw/skills/tree/main/skills/jpj069/hcloud/SKILL.md) - Use the hcloud CLI to manage Hetzner cloud infrastructure.
|
||||
- [highlevel](https://github.com/openclaw/skills/tree/main/skills/10xcoldleads/highlevel/SKILL.md) - Connect your AI assistant to GoHighLevel CRM via the official API v2.
|
||||
- [homeassistant-cli](https://github.com/openclaw/skills/tree/main/skills/joneschi/homeassistant-cli/SKILL.md) - Use the official hass-cli tool for advanced Home Assistant control.
|
||||
- [homelab-cluster](https://github.com/openclaw/skills/tree/main/skills/mlesnews/homelab-cluster/SKILL.md) - Manage multi-layer AI inference clusters for home labs.
|
||||
- [homeserver](https://github.com/openclaw/skills/tree/main/skills/higangssh/homeserver/SKILL.md) - Manage self-built lab servers through the homebutler CLI.
|
||||
- [hostinger-vps-optimizer](https://github.com/openclaw/skills/tree/main/skills/gblockchainnetwork/hostinger-vps-optimizer/SKILL.md) - Apply battle-tested KVM/cloud VPS optimizations: kernel tuning, caching, security hardening, auto-scaling.
|
||||
- [hs](https://github.com/openclaw/skills/tree/main/skills/frmoretto/hs/SKILL.md) - Activate this skill for any Shell command or file reading.
|
||||
- [hub1](https://github.com/openclaw/skills/tree/main/skills/topguyaii/hub1/SKILL.md) - **自主代理的记忆基础设施**。
|
||||
- [i-love-you-mom](https://github.com/openclaw/skills/tree/main/skills/saharcarmel/i-love-you-mom/SKILL.md) - Automate the monthly photo-to-Mixtiles process.
|
||||
- [icalendar-sync](https://github.com/openclaw/skills/tree/main/skills/h8kxrfp68z-lgtm/icalendar-sync/SKILL.md) - Sync calendar events between the local system and iCloud.
|
||||
- [icloud-caldav](https://github.com/openclaw/skills/tree/main/skills/samuelhe52/icloud-caldav/SKILL.md) - Directly integrate iCloud Calendar via the CalDAV protocol.
|
||||
- [icloud-reminders](https://github.com/openclaw/skills/tree/main/skills/tarekbecker/icloud-reminders/SKILL.md) - Manage Apple iCloud reminders via the CloudKit API.
|
||||
- [intel-synthesis](https://github.com/openclaw/skills/tree/main/skills/mike-thebot/intel-synthesis/SKILL.md) - Advanced intelligent processing pipeline optimized for high-context models (Gemini 1.5 Pro/Ultra)
|
||||
- [interview-system-designer](https://github.com/openclaw/skills/tree/main/skills/alirezarezvani/interview-system-designer/SKILL.md) - 当用户要求“设计面试流程”、“创建招聘管道”、“校准”时,应使用此技能。
|
||||
- [ipfs-server](https://github.com/openclaw/skills/tree/main/skills/apexfork/ipfs-server/SKILL.md) - 完整的 IPFS 节点操作——安装、配置、固定内容、发布 IPNS、管理节点以及运行网关服务。
|
||||
- [irail](https://github.com/openclaw/skills/tree/main/skills/dedene/irail/SKILL.md) - Query Belgian railway (NMBS/SNCB) timetables via irail CLI.
|
||||
- [jarvis-mission-control](https://github.com/openclaw/skills/tree/main/skills/asif2bd/jarvis-mission-control/SKILL.md) - Set up JARVIS task control—a free and open-source coordination hub where AI agents and humans collaborate like a real team.
|
||||
- [jarvis-monitor](https://github.com/openclaw/skills/tree/main/skills/eason-tien/jarvis-monitor/SKILL.md) - A JARVIS-style system monitor with a sci-fi HUD interface.
|
||||
- [jetson-cuda-voice](https://github.com/openclaw/skills/tree/main/skills/nikil511/jetson-cuda-voice/SKILL.md) - A fully offline, CUDA-accelerated local voice assistant pipeline, suitable for NVIDIA Jetson.
|
||||
- [job-hunt-tracker](https://github.com/openclaw/skills/tree/main/skills/mkpareek0315/job-hunt-tracker/SKILL.md) - 当用户要求跟踪求职申请、管理求职、记录面试、申请的职位、求职申请时。
|
||||
- [joplin-api](https://github.com/openclaw/skills/tree/main/skills/killgfat/joplin-api/SKILL.md) - Manage Joplin notes, notebooks, and tags via the Joplin Data API.
|
||||
- [jpj-memory-manager](https://github.com/openclaw/skills/tree/main/skills/jpj069/jpj-memory-manager/SKILL.md) - 基础设施、项目和工具的自动会话记录和内存管理。
|
||||
- [json-render-table](https://github.com/openclaw/skills/tree/main/skills/sorphwer/json-render-table/SKILL.md) - Use json-render-cli to render compact universal data tables as PNG images.
|
||||
- [k8s-memory-tune](https://github.com/openclaw/skills/tree/main/skills/2233admin/k8s-memory-tune/SKILL.md) - **触发词**: oomkilled, memory_limit, jvm_heap, container_memory, k8s 内存.
|
||||
- [kamino-positions-monitor](https://github.com/openclaw/skills/tree/main/skills/csacanam/kamino-positions-monitor/SKILL.md) - Use Kamino Lend positions to monitor liquidation risks of Solana wallets.
|
||||
- [kdp-publisher](https://github.com/openclaw/skills/tree/main/skills/kralsamwise/kdp-publisher/SKILL.md) - Help agents create, format, and publish children's books and activity books on Amazon KDP.
|
||||
- [kefir-batch-manager](https://github.com/openclaw/skills/tree/main/skills/p-salmon/kefir-batch-manager/SKILL.md) - 全面的克菲尔批次管理系统,具有周期跟踪、智能提醒和菌粒健康监测功能。
|
||||
- [klawarena](https://github.com/openclaw/skills/tree/main/skills/halandi/klawarena/SKILL.md) - A first role-playing game designed for AI Klaws.
|
||||
- [laravel-forge](https://github.com/openclaw/skills/tree/main/skills/florianbeer/laravel-forge/SKILL.md) - Manage Laravel Forge servers, sites, deployments, databases, integrations, and more through the Forge API.
|
||||
- [lattice](https://github.com/openclaw/skills/tree/main/skills/cnf6682/lattice/SKILL.md) - Initialize and manage the Lattice organization—a file-based operating system for AI agent teams to achieve stable operation.
|
||||
- [legal-essentials](https://github.com/openclaw/skills/tree/main/skills/jk-0001/legal-essentials/SKILL.md) - 了解并处理个人创业业务的基本法律事务。
|
||||
- [letssendit](https://github.com/openclaw/skills/tree/main/skills/ganjathang/letssendit/SKILL.md) - 由社区、代理主导的代币发行协调基础设施。
|
||||
- [librenms](https://github.com/openclaw/skills/tree/main/skills/florianbeer/librenms/SKILL.md) - Monitor network infrastructure through the LibreNMS REST API.
|
||||
- [lightning-security-module](https://github.com/openclaw/skills/tree/main/skills/roasbeef/lightning-security-module/SKILL.md) - Set up an lnd remote signing container to store the private key separately from the proxy.
|
||||
- [lnd](https://github.com/openclaw/skills/tree/main/skills/roasbeef/lnd/SKILL.md) - Install and run Lightning Terminal (litd), which packages lnd, loop, pool, tapd, and faraday in a single Docker.
|
||||
- [local-voice](https://github.com/openclaw/skills/tree/main/skills/trondw/local-voice/SKILL.md) - Use native text-to-speech (TTS) and speech-to-text (STT) of FluidAudio on Apple Silicon.
|
||||
- [local-vosk](https://github.com/openclaw/skills/tree/main/skills/sfkiwi/local-vosk/SKILL.md) - Use Vosk for local speech-to-text.
|
||||
- [lofy-career](https://github.com/openclaw/skills/tree/main/skills/harrey401/lofy-career/SKILL.md) - Lofy AI 助手的求职自动化——应用跟踪、根据职位描述定制简历。
|
||||
- [lofy-life-coach](https://github.com/openclaw/skills/tree/main/skills/harrey401/lofy-life-coach/SKILL.md) - Lofy AI 助手的个人问责系统——晨间简报、晚间回顾、每周报告、目标。
|
||||
- [log-dive](https://github.com/openclaw/skills/tree/main/skills/tkuehnl/log-dive/SKILL.md) - Unified log search across Loki, Elasticsearch, and CloudWatch.
|
||||
- [lraivisto-researchvault](https://github.com/openclaw/skills/tree/main/skills/lraivisto/lraivisto-researchvault/SKILL.md) - 高速度研究编排引擎。
|
||||
- [lygo-champion-sephrael-echo-walker](https://github.com/openclaw/skills/tree/main/skills/deepseekoracle/lygo-champion-sephrael-echo-walker/SKILL.md) - LYGO Δ9 理事会冠军角色助手(SEPHRAEL,金库破解者 / 回声行者)
|
||||
- [lygo-lightfather-vector](https://github.com/openclaw/skills/tree/main/skills/deepseekoracle/lygo-lightfather-vector/SKILL.md) - Lightfather(Excavationpro / Justin Helmer)是Δ9Quantum光协议的角色助手。
|
||||
- [lyrion-music-skill](https://github.com/openclaw/skills/tree/main/skills/photonixlaser-ux/lyrion-music-skill/SKILL.md) - Control the Lyrion Music Server (LMS) via the JSON-RPC API.
|
||||
- [makefile-build](https://github.com/openclaw/skills/tree/main/skills/gitgoodordietrying/makefile-build/SKILL.md) - Write a Makefile for any type of project.
|
||||
- [mampe-industrial-core](https://github.com/openclaw/skills/tree/main/skills/mampe-industrial/mampe-industrial-core/SKILL.md) - * **角色:** 数字高级顾问和工程技术代表
|
||||
- [masterswarm](https://github.com/openclaw/skills/tree/main/skills/contrario/masterswarm/SKILL.md) - Use 15 parallel AI engines via the MasterSwarm cloud API to analyze any document.
|
||||
- [masumi](https://github.com/openclaw/skills/tree/main/skills/sarthib7/masumi/SKILL.md) - Through deployment, enable AI agents to receive Cardano blockchain payments via the decentralized Masumi network.
|
||||
- [masumi-network](https://github.com/openclaw/skills/tree/main/skills/fisch192/masumi-network/SKILL.md) - Masumi 网络技能用于保修保险库验证。
|
||||
- [materials-cli](https://github.com/openclaw/skills/tree/main/skills/cai-zhuo/materials-cli/SKILL.md) - Use declare-render and AI to render JSON schemas as images and generate schemas based on prompts.
|
||||
- [mcp-server-discovery](https://github.com/openclaw/skills/tree/main/skills/yanick112/mcp-server-discovery/SKILL.md) - Discover, search, and manage MCP (Model Context Protocol) servers.
|
||||
- [mcp-ssh-manager](https://github.com/openclaw/skills/tree/main/skills/imaxtomas/mcp-ssh-manager/SKILL.md) - When the user requests 'run ssh command', 'execute on server', 'ssh session', 'upload', this skill should be used.
|
||||
- [md-table-image](https://github.com/openclaw/skills/tree/main/skills/kirorab/md-table-image/SKILL.md) - Render Markdown tables as PNG images.
|
||||
- [md2pdf-xelatex](https://github.com/openclaw/skills/tree/main/skills/huaruoji/md2pdf-xelatex/SKILL.md) - Convert Markdown files to PDF, fully rendering LaTeX mathematical formulas, while supporting CJK (Chinese, Japanese, Korean) characters.
|
||||
- [mdata](https://github.com/openclaw/skills/tree/main/skills/sscccswa/mdata/SKILL.md) - A comprehensive system diagnostics and troubleshooting toolkit for DevOps engineers and system administrators.
|
||||
- [mh-blogwatcher](https://github.com/openclaw/skills/tree/main/skills/mohdalhashemi98-hue/mh-blogwatcher/SKILL.md) - Use the blogwatcher CLI to monitor updates to blogs and RSS/Atom feeds.
|
||||
- [mh-obsidian](https://github.com/openclaw/skills/tree/main/skills/mohdalhashemi98-hue/mh-obsidian/SKILL.md) - Use Obsidian vaults (pure Markdown notes) and automate with obsidian-cli.
|
||||
- [microsoft-code-reference](https://github.com/openclaw/skills/tree/main/skills/tianqizhang/microsoft-code-reference/SKILL.md) - 查找微软 API 参考,寻找可用的代码示例,并验证 SDK 代码是否正确。
|
||||
- [microsoft-skill-creator](https://github.com/openclaw/skills/tree/main/skills/tianqizhang/microsoft-skill-creator/SKILL.md) - Use the Learn MCP tool to create agent skills for Microsoft technologies.
|
||||
- [mini-diary](https://github.com/openclaw/skills/tree/main/skills/printxdreams/mini-diary/SKILL.md) - 人工智能驱动的极简日记,具有智能自动标签和可选云同步功能。
|
||||
- [mixtiles-monthly](https://github.com/openclaw/skills/tree/main/skills/saharcarmel/mixtiles-monthly/SKILL.md) - Automate the monthly photo-to-Mixtiles process.
|
||||
- [mlx-local-inference](https://github.com/openclaw/skills/tree/main/skills/bendusy/mlx-local-inference/SKILL.md) - 实现完整本地 AI 推理栈,通过 MLX 在 Apple Silicon Mac 上。
|
||||
- [mobilerun](https://github.com/openclaw/skills/tree/main/skills/johnmalek312/mobilerun/SKILL.md) - Control real Android phones through the Mobilerun API.
|
||||
- [monitored-ralph-loop](https://github.com/openclaw/skills/tree/main/skills/endogen/monitored-ralph-loop/SKILL.md) - Generate copy-pasteable bash scripts for Ralph Wiggum/AI agent loops (Codex, Claude Code, OpenCode, Goose)
|
||||
- [morpho-earn](https://github.com/openclaw/skills/tree/main/skills/lyoungblood/morpho-earn/SKILL.md) - 通过向 Morpho (Base) 上的 Moonwell 旗舰 USDC 金库提供 USDC 来赚取收益
|
||||
- [mqttasgi](https://github.com/openclaw/skills/tree/main/skills/sivulich/mqttasgi/SKILL.md) - MQTT ASGI protocol server for Django—bridges MQTT messages to Django Channels consumers, supporting full ORM and Channels.
|
||||
- [mrc-monitor](https://github.com/openclaw/skills/tree/main/skills/wysh3/mrc-monitor/SKILL.md) - MRC食堂订餐系统的实时令牌监控。
|
||||
- [mslearn-mcp](https://github.com/openclaw/skills/tree/main/skills/ricardodpalmeida/mslearn-mcp/SKILL.md) - Connect to the Microsoft Learn MCP server to search Microsoft documentation, access specific documentation pages, and find code.
|
||||
- [native-hubspot](https://github.com/openclaw/skills/tree/main/skills/codeninja23/native-hubspot/SKILL.md) - Query and manage HubSpot CRM data through the HubSpot API.
|
||||
- [ncloud-maps](https://github.com/openclaw/skills/tree/main/skills/beomsu317/ncloud-maps/SKILL.md) - Query Naver Cloud Map APIs to get route navigation.
|
||||
- [nemo](https://github.com/openclaw/skills/tree/main/skills/mootbing/nemo/SKILL.md) - MCP 工具和代理技能的搜索引擎。
|
||||
- [neo-docker-to-k8s-manifests](https://github.com/openclaw/skills/tree/main/skills/martinforsulu/neo-docker-to-k8s-manifests/SKILL.md) - Automatically generate optimized Kubernetes deployment manifests based on Dockerfile and docker-compose configurations.
|
||||
- [neo-tf-module-generator](https://github.com/openclaw/skills/tree/main/skills/martinforsulu/neo-tf-module-generator/SKILL.md) - Automatically generate Terraform modules from existing cloud infrastructure resources, with intelligent resource capabilities.
|
||||
- [neolata-mem](https://github.com/openclaw/skills/tree/main/skills/jeremiaheth/neolata-mem/SKILL.md) - A graph-native memory engine for AI agents—hybrid vector keyword search, biological decay, Zettelkasten linking.
|
||||
- [neverforget](https://github.com/openclaw/skills/tree/main/skills/greatape42069/neverforget/SKILL.md) - Automated sovereign local vector memory and Gemma-300M embedding.
|
||||
- [newman](https://github.com/openclaw/skills/tree/main/skills/1999azzar/newman/SKILL.md) - Use Postman collections for automated API testing through Newman CLI.
|
||||
- [news-cog](https://github.com/openclaw/skills/tree/main/skills/nitishgargiitd/news-cog/SKILL.md) - 针对每个查询进行多角度研究的前沿搜索模型。
|
||||
- [newsnow](https://github.com/openclaw/skills/tree/main/skills/sorrycc/newsnow/SKILL.md) - 命令行工具,用于从44个平台的66个来源获取流行新闻和热门话题。
|
||||
- [nexus-brain](https://github.com/openclaw/skills/tree/main/skills/mrnsmh/nexus-brain/SKILL.md) - An intelligent SRE bridge for AI-driven system diagnostics and recovery.
|
||||
- [nexus-sentinel](https://github.com/openclaw/skills/tree/main/skills/mrnsmh/nexus-sentinel/SKILL.md) - Nexus-Sentinel 是一个自主的 SRE 代理。
|
||||
- [node-red-manager](https://github.com/openclaw/skills/tree/main/skills/1999azzar/node-red-manager/SKILL.md) - Manage Node-RED instances via the management API or command-line interface.
|
||||
- [nofx](https://github.com/openclaw/skills/tree/main/skills/tinkle-community/nofx/SKILL.md) - NOFX AI交易操作系统集成 - 加密货币市场数据、AI交易信号、策略管理、交易员控制。
|
||||
- [nofx-ai500-report](https://github.com/openclaw/skills/tree/main/skills/tinkle-community/nofx-ai500-report/SKILL.md) - Generate periodic cryptocurrency market intelligence reports from the NOFX AI500 system.
|
||||
- [nonprofit-rbm-logic-model](https://github.com/openclaw/skills/tree/main/skills/vassiliylakhonin/nonprofit-rbm-logic-model/SKILL.md) - 为非营利组织和非政府组织(NGO)建立面向捐助者的基于结果的管理(RBM)逻辑模型
|
||||
- [offline-llama](https://github.com/openclaw/skills/tree/main/skills/and-ray-m/offline-llama/SKILL.md) - 自主管理和使用本地 Ollama 模型,实现无需互联网依赖的持续运行。
|
||||
- [oktk](https://github.com/openclaw/skills/tree/main/skills/satnamra/oktk/SKILL.md) - 大型语言模型令牌优化器 - 将 AI API 成本降低 60-90%.
|
||||
- [olambdao-dev](https://github.com/openclaw/skills/tree/main/skills/olambdao/olambdao-dev/SKILL.md) - Play on-chain even-odd games on Clawland in the Solana devnet.
|
||||
- [ollama-model-tuner](https://github.com/openclaw/skills/tree/main/skills/gblockchainnetwork/ollama-model-tuner/SKILL.md) - Use local datasets, evaluation metrics, and iterative tuning to optimize Ollama models/prompts.
|
||||
- [online-shopping](https://github.com/openclaw/skills/tree/main/skills/filipmartinsson/online-shopping/SKILL.md) - Browse and buy products from online stores, including websites protected by Cloudflare.
|
||||
- [opcode](https://github.com/openclaw/skills/tree/main/skills/rendis/opcode/SKILL.md) - Zero-token execution layer for AI agents.
|
||||
- [openbot-esxi](https://github.com/openclaw/skills/tree/main/skills/cepheiden/openbot-esxi/SKILL.md) - Zero-touch deploy Debian 13 virtual machine on VMware ESXi 8.
|
||||
- [openexec-skill](https://github.com/openclaw/skills/tree/main/skills/trendinghot/openexec-skill/SKILL.md) - 具有固定依赖项的源分布式确定性执行服务。
|
||||
- [openserv-launch](https://github.com/openclaw/skills/tree/main/skills/issa-me-sush/openserv-launch/SKILL.md) - Launch tokens on the Base blockchain via the OpenServ Launch API.
|
||||
- [openviking](https://github.com/openclaw/skills/tree/main/skills/zaynjarvis/openviking/SKILL.md) - Perform RAG and semantic search via the OpenViking contextual database MCP server.
|
||||
- [openviking-mcp](https://github.com/openclaw/skills/tree/main/skills/zaynjarvis/openviking-mcp/SKILL.md) - Set up and run the OpenViking MCP server to enable RAG functionality.
|
||||
- [opnsense-admin](https://github.com/openclaw/skills/tree/main/skills/transcendenceia/opnsense-admin/SKILL.md) - Manage OPNsense firewall, DNS, IDS/IPS, and network configurations via API and SSH.
|
||||
- [orgo-desktop-control](https://github.com/openclaw/skills/tree/main/skills/cohenyehonatan/orgo-desktop-control/SKILL.md) - Use the orgo_client Python SDK to provide and control Orgo cloud computers.
|
||||
- [parental-controls](https://github.com/openclaw/skills/tree/main/skills/raghulpasupathi/parental-controls/SKILL.md) - 父母/监护人管理和监督的技能。
|
||||
- [passo](https://github.com/openclaw/skills/tree/main/skills/felipegoulu/passo/SKILL.md) - 为您的用户提供对您服务器上的浏览器的远程访问。
|
||||
- [passwordstore-broker](https://github.com/openclaw/skills/tree/main/skills/bieggerm/passwordstore-broker/SKILL.md) - Collect secrets through a one-time HTTPS form and store them in pass to enforce secure secret handling.
|
||||
- [patrick](https://github.com/openclaw/skills/tree/main/skills/mcsh/patrick/SKILL.md) - 访问Patrick的专家库以获取高管决策基础设施。
|
||||
- [paypol](https://github.com/openclaw/skills/tree/main/skills/paypol-protocol/paypol/SKILL.md) - Hire 32 on-chain AI agents from Tempo L1's PayPol marketplace.
|
||||
- [pear-apple](https://github.com/openclaw/skills/tree/main/skills/ashtonau/pear-apple/SKILL.md) - Use iCloud Calendar, Reminders, and Contacts through Pear.
|
||||
- [pear-icloud](https://github.com/openclaw/skills/tree/main/skills/ashtonau/pear-icloud/SKILL.md) - Use iCloud Calendar, Reminders, and Contacts with Pear.
|
||||
- [pencil-renderer](https://github.com/openclaw/skills/tree/main/skills/jcwen/pencil-renderer/SKILL.md) - Render the DNA code into the Pencil .pen frame.
|
||||
- [pi-health](https://github.com/openclaw/skills/tree/main/skills/josunlp/pi-health/SKILL.md) - 树莓派健康监测器
|
||||
- [platform-healthcheck](https://github.com/openclaw/skills/tree/main/skills/minduploadedcrab/platform-healthcheck/SKILL.md) - Agent Platform API Health Check Dashboard.
|
||||
- [plati-mcp-search](https://github.com/openclaw/skills/tree/main/skills/rybnikov/plati-mcp-search/SKILL.md) - Find the cheapest and reliable subscription deals from Plati using a local MCP server.
|
||||
- [plex-ctl](https://github.com/openclaw/skills/tree/main/skills/akivasolutions/plex-ctl/SKILL.md) - > Independent command-line interface to control Plex media server and clients via the Plex API.
|
||||
- [pmc-harvest](https://github.com/openclaw/skills/tree/main/skills/angusthefuzz/pmc-harvest/SKILL.md) - Use NCBI APIs to fetch articles from PubMed Central.
|
||||
- [qr-password](https://github.com/openclaw/skills/tree/main/skills/lifehackjohn/qr-password/SKILL.md) - 使用二维码的隔离凭证桥。
|
||||
- [qwen3-tts-instruct](https://github.com/openclaw/skills/tree/main/skills/yanmoon321/qwen3-tts-instruct/SKILL.md) - Alibaba Cloud Bailian Qwen TTS, with voice/emotion presets.
|
||||
- [qwen3-tts-local-inference](https://github.com/openclaw/skills/tree/main/skills/jithinm/qwen3-tts-local-inference/SKILL.md) - Use Qwen3-TTS to generate speech from text directly via Python inference—no server required.
|
||||
- [railway-deploy](https://github.com/openclaw/skills/tree/main/skills/dbanys/railway-deploy/SKILL.md) - When the user wants to push code to Railway, they should use this skill and say 'railway up', 'deploy', 'deploy'.
|
||||
- [ralph-quick](https://github.com/openclaw/skills/tree/main/skills/dorukardahan/ralph-quick/SKILL.md) - 快速安全抽查,进行10次迭代(约5-10分钟)
|
||||
- [ralph-security](https://github.com/openclaw/skills/tree/main/skills/dorukardahan/ralph-security/SKILL.md) - 全面安全审计,进行100次迭代(约30-60分钟)
|
||||
- [recruitly-mcp](https://github.com/openclaw/skills/tree/main/skills/willgary/recruitly-mcp/SKILL.md) - Search candidates, manage jobs, view talent pipeline, track billing and team performance through MCP in Recruitly CRM.
|
||||
- [reef-negotiation](https://github.com/openclaw/skills/tree/main/skills/staybased/reef-negotiation/SKILL.md) - Use Chris Voss's FBI-verified framework (adapted for freelance and consulting deals) to negotiate rates, scope, and terms.
|
||||
- [reefwatch](https://github.com/openclaw/skills/tree/main/skills/yasnaak/reefwatch/SKILL.md) - Continuous local security monitoring daemon for Linux and macOS.
|
||||
- [renzo](https://github.com/openclaw/skills/tree/main/skills/pooleja/renzo/SKILL.md) - 查询 Renzo 加密液体再质押协议——DeFi 金库收益、TVL、ezETH 兑换率、EigenLayer 操作员。
|
||||
- [researchvault](https://github.com/openclaw/skills/tree/main/skills/lraivisto/researchvault/SKILL.md) - 本地优先的研究协调引擎。
|
||||
- [researchvault-brain](https://github.com/openclaw/skills/tree/main/skills/lraivisto/researchvault-brain/SKILL.md) - 本地研究编排与状态管理。
|
||||
- [researchvault-v3-0-1](https://github.com/openclaw/skills/tree/main/skills/lraivisto/researchvault-v3-0-1/SKILL.md) - 本地优先的研究协调引擎。
|
||||
- [revenue-operations](https://github.com/openclaw/skills/tree/main/skills/alirezarezvani/revenue-operations/SKILL.md) - Analyze sales pipeline coverage, track forecast accuracy using MAPE, and calculate SaaS GTM efficiency metrics.
|
||||
- [roast-games](https://github.com/openclaw/skills/tree/main/skills/ac-pill/roast-games/SKILL.md) - Start baking games on Moltbook.
|
||||
- [rollbar](https://github.com/openclaw/skills/tree/main/skills/vittor1o/rollbar/SKILL.md) - Monitor and manage Rollbar error tracking.
|
||||
- [rollhub-bot-builder](https://github.com/openclaw/skills/tree/main/skills/rollhub-dev/rollhub-bot-builder/SKILL.md) - Use the Agent Casino API to build and deploy automated gambling bots for Telegram, Discord, and Twitter.
|
||||
- [rose-container-tools](https://github.com/openclaw/skills/tree/main/skills/chunhualiao/rose-container-tools/SKILL.md) - Build and run the ROSE compiler tools using ROSE installed in a Docker container.
|
||||
- [rose-docker-build-skill](https://github.com/openclaw/skills/tree/main/skills/chunhualiao/rose-docker-build-skill/SKILL.md) - Build the ROSE compiler in a Docker container using autotools or CMake.
|
||||
- [rpe-grafana](https://github.com/openclaw/skills/tree/main/skills/darkstards9/rpe-grafana/SKILL.md) - 无需了解底层查询即可从 Grafana 仪表板读取当前值。
|
||||
- [rsoft-agentic-bank](https://github.com/openclaw/skills/tree/main/skills/rsoft-latam/rsoft-agentic-bank/SKILL.md) - 【RSoft Agentic Bank】的官方营销和推广大使,这是首个原生AI的DeFi借贷协议。
|
||||
- [runpod](https://github.com/openclaw/skills/tree/main/skills/andrewharp/runpod/SKILL.md) - 管理 RunPod GPU 云实例 - 通过 SSH 和 API 创建、启动、停止、连接到 pods。
|
||||
- [s3-sort](https://github.com/openclaw/skills/tree/main/skills/6mile-puppet/s3-sort/SKILL.md) - Upload many files to S3 and automatically organize them by first-letter prefixes.
|
||||
- [sales-rhythm-tracker](https://github.com/openclaw/skills/tree/main/skills/deepseekcmo/sales-rhythm-tracker/SKILL.md) - 由阿里铁军(阿里铁军)方法论驱动的B2B销售管道管理者。
|
||||
- [sally-ai](https://github.com/openclaw/skills/tree/main/skills/sally-labs/sally-ai/SKILL.md) - Talk with Sally about metabolism health, blood sugar, A1C, nutrition, fasting, supplements, and lab results.
|
||||
- [samsung-health](https://github.com/openclaw/skills/tree/main/skills/mudgesbot/samsung-health/SKILL.md) - Analyze Samsung Health connection data synced to Google Drive.
|
||||
- [sap-fico-consultant](https://github.com/openclaw/skills/tree/main/skills/chanfouricc/sap-fico-consultant/SKILL.md) - | 属性 | 值 |
|
||||
- [save-to-obsidian](https://github.com/openclaw/skills/tree/main/skills/chunhualiao/save-to-obsidian/SKILL.md) - Save Markdown content to a remote Obsidian repository via SSH.
|
||||
- [secrets-management](https://github.com/openclaw/skills/tree/main/skills/brandonwise/secrets-management/SKILL.md) - Use Vault, AWS Secrets Manager, and on-premises solutions to provide secure secret management for CI/CD pipelines.
|
||||
- [secure-autofill](https://github.com/openclaw/skills/tree/main/skills/moodykong/secure-autofill/SKILL.md) - 通过 vault_suggest/vault_fill(插件工具)进行 1Password 支持的凭证填充。
|
||||
- [self-monitor](https://github.com/openclaw/skills/tree/main/skills/suryast/self-monitor/SKILL.md) - 主动监控基础设施、服务和健康状况。
|
||||
- [server-health-agent](https://github.com/openclaw/skills/tree/main/skills/sanjay-gthb/server-health-agent/SKILL.md) - Monitor the health metrics of VPS and servers, including real-time CPU usage, memory utilization, disk usage, and Docker.
|
||||
- [service-watchdog](https://github.com/openclaw/skills/tree/main/skills/mariusfit/service-watchdog/SKILL.md) - 针对自托管基础设施的轻量级服务和端点监控。
|
||||
- [setuporion-byimpa](https://github.com/openclaw/skills/tree/main/skills/impa365/setuporion-byimpa/SKILL.md) - Full Ubuntu/Debian VPS setup for production environment, with Docker Swarm, Traefik v3 (automatic SSL/HTTPS), and Portainer CE.
|
||||
- [shipment-tracker](https://github.com/openclaw/skills/tree/main/skills/pfrederiksen/shipment-tracker/SKILL.md) - Track packages from various carriers (USPS, UPS, FedEx, DHL, Amazon, OnTrac, LaserShip)
|
||||
- [signal-pipeline](https://github.com/openclaw/skills/tree/main/skills/mephistophelesbits/signal-pipeline/SKILL.md) - 营销情报管道 - 从 RSS、X/Twitter、Telegram 和 Gmail 通讯收集信号。
|
||||
- [skill-zorapro](https://github.com/openclaw/skills/tree/main/skills/eshraqism/skill-zorapro/SKILL.md) - Generate a nano banana style NFT and deploy it to the Zora network.
|
||||
- [skills-4](https://github.com/openclaw/skills/tree/main/skills/hubentu/skills-4/SKILL.md) - 如何使用 coala-client 命令行界面与 LLMs、MCP 服务器和技能进行聊天。
|
||||
- [slv-grpc-geyser](https://github.com/openclaw/skills/tree/main/skills/poppin-fumi/slv-grpc-geyser/SKILL.md) - Ansible playbooks and Jinja2 templates for deploying and managing Solana gRPC Geyser stream nodes.
|
||||
- [slv-rpc](https://github.com/openclaw/skills/tree/main/skills/poppin-fumi/slv-rpc/SKILL.md) - Ansible playbooks and Jinja2 templates for deploying and managing Solana RPC nodes (mainnet, testnet, devnet).
|
||||
- [slv-validator](https://github.com/openclaw/skills/tree/main/skills/poppin-fumi/slv-validator/SKILL.md) - Ansible playbooks 和 Jinja2 模板,用于部署和管理 Solana 验证者(主网和测试网)。
|
||||
- [smart-content-repurposer](https://github.com/openclaw/skills/tree/main/skills/mkpareek0315/smart-content-repurposer/SKILL.md) - 当用户要求跟踪客户、管理项目、创建发票、记录付款、跟踪收入、管理潜在客户时。
|
||||
- [smart-daily-assistant](https://github.com/openclaw/skills/tree/main/skills/mkpareek0315/smart-daily-assistant/SKILL.md) - 当用户要求设置提醒、保存快速笔记、获取早间简报、起草消息、使用快速回复模板时。
|
||||
- [snake-rodeo](https://github.com/openclaw/skills/tree/main/skills/okwme/snake-rodeo/SKILL.md) - Trifle Snake Rodeo 游戏的自动播放守护程序。
|
||||
- [social-media-platform](https://github.com/openclaw/skills/tree/main/skills/brandonwadepackard-cell/social-media-platform/SKILL.md) - 构建一个基于插件的社交媒体管理平台,具有多平台发布、内容日历和品牌管理功能。
|
||||
- [social-sentiment](https://github.com/openclaw/skills/tree/main/skills/atyachin/social-sentiment/SKILL.md) - Perform sentiment analysis on brands and products on Twitter, Reddit, and Instagram.
|
||||
- [social-trend-report](https://github.com/openclaw/skills/tree/main/skills/alexyuui/social-trend-report/SKILL.md) - 自动化社交媒体趋势监控和人工智能驱动的每周报告生成。
|
||||
- [solo-retro](https://github.com/openclaw/skills/tree/main/skills/fortunto2/solo-retro/SKILL.md) - 管道后回顾——解析日志、评估流程质量、发现浪费模式、提出技能/脚本修补建议。
|
||||
- [solo-review](https://github.com/openclaw/skills/tree/main/skills/fortunto2/solo-review/SKILL.md) - 最终代码审查和质量关卡——运行测试,检查覆盖率,审核安全性,验证验收标准。
|
||||
- [sonic-kvm-testbed](https://github.com/openclaw/skills/tree/main/skills/yxieca/sonic-kvm-testbed/SKILL.md) - Deploy and manage a SONiC sonic-mgmt KVM virtual test platform with cEOS neighbors for running pytest-based network tests.
|
||||
- [sophiie](https://github.com/openclaw/skills/tree/main/skills/tomc98/sophiie/SKILL.md) - 通过 Sophiie 管理您的 Sophiie 销售管道——潜在客户、咨询、预约、常见问题、政策、短信和电话。
|
||||
- [soundcloud-watcher](https://github.com/openclaw/skills/tree/main/skills/wlinds/soundcloud-watcher/SKILL.md) - Monitor your SoundCloud account, track artist releases, and receive notifications when you get new followers and likes.
|
||||
- [sovereign-api-hardener](https://github.com/openclaw/skills/tree/main/skills/ryudi84/sovereign-api-hardener/SKILL.md) - Strengthen API endpoint defense against common attacks.
|
||||
- [sovereign-api-mock-generator](https://github.com/openclaw/skills/tree/main/skills/ryudi84/sovereign-api-mock-generator/SKILL.md) - Generate a mock API server from an OpenAPI specification or example.
|
||||
- [sovereign-aws-cost-optimizer](https://github.com/openclaw/skills/tree/main/skills/ryudi84/sovereign-aws-cost-optimizer/SKILL.md) - Analyze AWS infrastructure to save costs.
|
||||
- [sovereign-project-guardian](https://github.com/openclaw/skills/tree/main/skills/ryudi84/sovereign-project-guardian/SKILL.md) - 项目健康与最佳实践执行者。
|
||||
- [sport-mode](https://github.com/openclaw/skills/tree/main/skills/l1vein/sport-mode/SKILL.md) - 激活“运动模式”以进行高频监测(默认心跳3分钟)并自动清理。
|
||||
- [sql-server-toolkit](https://github.com/openclaw/skills/tree/main/skills/sqlservr/sql-server-toolkit/SKILL.md) - Command-line toolkit for Microsoft SQL Server.
|
||||
- [ssh-op](https://github.com/openclaw/skills/tree/main/skills/moodykong/ssh-op/SKILL.md) - Use the ssh-op helper script to load SSH private keys from 1Password (op) into the ssh-agent in memory.
|
||||
- [starling-bank](https://github.com/openclaw/skills/tree/main/skills/gpunter/starling-bank/SKILL.md) - Manage Starling bank accounts through the starling-bank-mcp server.
|
||||
- [stashdog](https://github.com/openclaw/skills/tree/main/skills/foobarraz/stashdog/SKILL.md) - Connect to Raz's StashDog inventory MCP server (using OAuth via mcp-remote) and perform common inventory operations: list items.
|
||||
- [summarize-pro](https://github.com/openclaw/skills/tree/main/skills/mkpareek0315/summarize-pro/SKILL.md) - When the user requests a summary of text, articles, documents, meetings, emails, YouTube transcriptions, books, PDFs, reports.
|
||||
- [summarizerx64](https://github.com/openclaw/skills/tree/main/skills/speechybubble/summarizerx64/SKILL.md) - Use the summarize CLI to summarize URLs or files (supports x86_64 architecture).
|
||||
- [suno-music](https://github.com/openclaw/skills/tree/main/skills/alfred-pennyworth-ai/suno-music/SKILL.md) - Generate AI music and songs with Suno.
|
||||
- [supermemory-free](https://github.com/openclaw/skills/tree/main/skills/broedkrummen/supermemory-free/SKILL.md) - Use Supermemory.ai free plan for cloud knowledge backup and retrieval.
|
||||
- [supurr-hyperliquid](https://github.com/openclaw/skills/tree/main/skills/yashagarwal1994/supurr-hyperliquid/SKILL.md) - Backtest, deploy, and monitor trading bots on Hyperliquid.
|
||||
- [system-watchdog](https://github.com/openclaw/skills/tree/main/skills/brennerspear/system-watchdog/SKILL.md) - 检测浪费或可疑进程的系统资源监控。
|
||||
- [task-system](https://github.com/openclaw/skills/tree/main/skills/npmisantosh/task-system/SKILL.md) - 完整的任务跟踪系统,具有 SQLite 持久化、自动创建、通知和心跳监控。
|
||||
- [tasktime](https://github.com/openclaw/skills/tree/main/skills/g9pedro/tasktime/SKILL.md) - CLI 任务计时器用于 AI 代理——通过自动保存日志和可视化来基准学习进度。
|
||||
- [tcom-tripgenie-skill](https://github.com/openclaw/skills/tree/main/skills/arthurchiao/tcom-tripgenie-skill/SKILL.md) - TripGenie 技能——处理酒店预订、航班搜索、景点推荐和旅行咨询。
|
||||
- [telegrambot](https://github.com/openclaw/skills/tree/main/skills/manlight87/telegrambot/SKILL.md) - 管理并保护本地高权限存储以服务工作流程。
|
||||
- [teller-borrow](https://github.com/openclaw/skills/tree/main/skills/rbcp18/teller-borrow/SKILL.md) - Public cashier's Delta neutral lending model context protocol server.
|
||||
- [teller-borrow-agents](https://github.com/openclaw/skills/tree/main/skills/rbcp18/teller-borrow-agents/SKILL.md) - Public Teller Neutral Hedge Lending Model Context Protocol Server.
|
||||
- [teller-mcp-borrow](https://github.com/openclaw/skills/tree/main/skills/rbcp18/teller-mcp-borrow/SKILL.md) - 公开出纳员的中性对冲借贷模型上下文协议服务器。
|
||||
- [tellermcp](https://github.com/openclaw/skills/tree/main/skills/rbcp18/tellermcp/SKILL.md) - Public Teller risk-free hedging lending model context protocol server.
|
||||
- [telnyx-network](https://github.com/openclaw/skills/tree/main/skills/teamtelnyx/telnyx-network/SKILL.md) - 实现私有网状网络和公共 IP 暴露,通过 Telnyx WireGuard 基础设施。
|
||||
- [test-materials](https://github.com/openclaw/skills/tree/main/skills/cai-zhuo/test-materials/SKILL.md) - Use declare-render and AI to render JSON schemas as images and generate schemas based on prompts.
|
||||
- [tf-plan-review](https://github.com/openclaw/skills/tree/main/skills/tkuehnl/tf-plan-review/SKILL.md) - Analyze the risks of the Terraform plan before applying.
|
||||
- [tg-channel-manager](https://github.com/openclaw/skills/tree/main/skills/axisrow/tg-channel-manager/SKILL.md) - A universal configuration-driven content pipeline engine for any Telegram channel: search news and drafts via SearXNG.
|
||||
- [the-arena](https://github.com/openclaw/skills/tree/main/skills/tdavis009/the-arena/SKILL.md) - Turn a Discord server into a moderated debate arena hosted by AI referees.
|
||||
- [thor-generator](https://github.com/openclaw/skills/tree/main/skills/thortheai1-hash/thor-generator/SKILL.md) - This skill allows the assistant to use the local ComfyUI 'Thor' pipeline to generate high-quality images.
|
||||
- [timely](https://github.com/openclaw/skills/tree/main/skills/halbotley/timely/SKILL.md) - Manage Apple Reminders via the command line, with support for geofencing.
|
||||
- [token-usage-optimizer](https://github.com/openclaw/skills/tree/main/skills/rusel95/token-usage-optimizer/SKILL.md) - 通过智能使用监控和烧钱率优化,最大化您的Claude Code订阅价值。
|
||||
- [torchliquidationbot](https://github.com/openclaw/skills/tree/main/skills/mrsirg97-rgb/torchliquidationbot/SKILL.md) - Solana 上 Torch Market 借贷的自主金库清算守护者。
|
||||
- [torchmarket](https://github.com/openclaw/skills/tree/main/skills/mrsirg97-rgb/torchmarket/SKILL.md) - Torch Vault 是 Solana 上针对 AI 代理的全托管链上托管服务。
|
||||
- [total-recall](https://github.com/openclaw/skills/tree/main/skills/gavdalf/total-recall/SKILL.md) - 唯一会观察的记忆技巧。
|
||||
- [trading-upbit-skill](https://github.com/openclaw/skills/tree/main/skills/kuns9/trading-upbit-skill/SKILL.md) - Upbit Automated Trading (Aggressive Breakout), using a one-time run command suitable for cron, monitoring high trading volume.
|
||||
- [travel-price-drop-visa-reminder](https://github.com/openclaw/skills/tree/main/skills/codedao12/travel-price-drop-visa-reminder/SKILL.md) - 规划旅行价格监控以及签证或文件提醒,提供安全的只读指导。
|
||||
- [trilium](https://github.com/openclaw/skills/tree/main/skills/mtbf999/trilium/SKILL.md) - Use Trilium Notes (note-taking app) and automate it via Trilium Notes ETAPI.
|
||||
- [tripgenie-skill](https://github.com/openclaw/skills/tree/main/skills/marsqing/tripgenie-skill/SKILL.md) - TripGenie 技能——处理酒店预订、航班搜索、景点推荐和旅行咨询。
|
||||
- [twhidden-bitwarden](https://github.com/openclaw/skills/tree/main/skills/twhidden/twhidden-bitwarden/SKILL.md) - Bitwarden and Vaultwarden password manager integration.
|
||||
- [valtec-tts](https://github.com/openclaw/skills/tree/main/skills/tronghieuit/valtec-tts/SKILL.md) - 本地越南语文本到语音通过 VITS2(离线,无需云)
|
||||
- [vault](https://github.com/openclaw/skills/tree/main/skills/zuiho-kai/vault/SKILL.md) - A local password secure storage tool encrypted with AES-256-GCM.
|
||||
- [vault-research](https://github.com/openclaw/skills/tree/main/skills/lraivisto/vault-research/SKILL.md) - 高速度研究编排引擎。
|
||||
- [vault-research-brain](https://github.com/openclaw/skills/tree/main/skills/lraivisto/vault-research-brain/SKILL.md) - 高速度研究编排引擎。
|
||||
- [vaultresearch](https://github.com/openclaw/skills/tree/main/skills/lraivisto/vaultresearch/SKILL.md) - 高速度研究编排引擎。
|
||||
- [vibetrader](https://github.com/openclaw/skills/tree/main/skills/etbars/vibetrader/SKILL.md) - 通过自然语言创建和管理人工智能驱动的交易机器人。
|
||||
- [visa-business-planner](https://github.com/openclaw/skills/tree/main/skills/calbabyjr/visa-business-planner/SKILL.md) - 此技能帮助用户制定全面的商业计划以获取日本经营管理签证。
|
||||
- [vision-tagger](https://github.com/openclaw/skills/tree/main/skills/sagarjhaa/vision-tagger/SKILL.md) - Use the Apple Vision framework to label and annotate images (macOS only)
|
||||
- [vitavault](https://github.com/openclaw/skills/tree/main/skills/brandons7/vitavault/SKILL.md) - Import and query VitaVault health export data (JSON/CSV from iOS app)
|
||||
- [vivid-business-account-opening](https://github.com/openclaw/skills/tree/main/skills/stanlee000/vivid-business-account-opening/SKILL.md) - Open a Vivid Business account through a remote MCP server.
|
||||
- [vps-health-auditor](https://github.com/openclaw/skills/tree/main/skills/gblockchainnetwork/vps-health-auditor/SKILL.md) - Run a full diagnosis (CPU, memory, disk, network, services, uptime) via SSH/local execution and analyze using Ollama.
|
||||
- [wayfound](https://github.com/openclaw/skills/tree/main/skills/cburnette/wayfound/SKILL.md) - 轻量级自监督,可搭载在您现有的记忆系统上。
|
||||
- [win-terminal](https://github.com/openclaw/skills/tree/main/skills/kanjartopnotch-ux/win-terminal/SKILL.md) - Control the Windows terminal to run commands, scripts, and manage processes on Windows.
|
||||
- [writing-skills](https://github.com/openclaw/skills/tree/main/skills/zlc000190/writing-skills/SKILL.md) - 在创建新技能、编辑现有技能或在部署前验证技能是否工作时使用。
|
||||
- [x-read](https://github.com/openclaw/skills/tree/main/skills/tylordius/x-read/SKILL.md) - Without logging in, when you need to read tweet/article content, display and summarize public X (Twitter) links.
|
||||
- [x-recap](https://github.com/openclaw/skills/tree/main/skills/jack4world/x-recap/SKILL.md) - Use actionbook-rs to capture screenshots for monitoring and reviewing official X (Twitter) updates.
|
||||
- [xian-node-skill](https://github.com/openclaw/skills/tree/main/skills/endogen/xian-node-skill/SKILL.md) - Set up and manage Xian blockchain nodes.
|
||||
- [xiaomi-air-purifier](https://github.com/openclaw/skills/tree/main/skills/radyakaze/xiaomi-air-purifier/SKILL.md) - Through Mijia Cloud, monitor and control the Xiaomi Air Purifier 4 Lite.
|
||||
- [xpoz-setup](https://github.com/openclaw/skills/tree/main/skills/atyachin/xpoz-setup/SKILL.md) - Set up and verify the Xpoz MCP server for social media intelligence analysis.
|
||||
- [xpoz-social-search](https://github.com/openclaw/skills/tree/main/skills/atyachin/xpoz-social-search/SKILL.md) - 实时搜索 Twitter、Instagram 和 Reddit 帖子。
|
||||
- [yield-agent](https://github.com/openclaw/skills/tree/main/skills/apurvmishra/yield-agent/SKILL.md) - Through the Yield.xyz API, achieve on-chain yield discovery, trade construction, and portfolio management.
|
||||
- [yieldvault-agent](https://github.com/openclaw/skills/tree/main/skills/alannetwork/yieldvault-agent/SKILL.md) - Autonomous yield farming agent for BNB Chain with deterministic execution and smart contract integration.
|
||||
- [zerion-api-mcp](https://github.com/openclaw/skills/tree/main/skills/abishekdharshan/zerion-api-mcp/SKILL.md) - 摘要:查询加密钱包投资组合、交易、DeFi 持仓和 EVM 链上的代币价格。
|
||||
- [ztp](https://github.com/openclaw/skills/tree/main/skills/thomastrumpp/ztp/SKILL.md) - A mandatory security audit skill used to verify new code, skills, and MCP servers according to SEP-2026 zero-trust.
|
||||
- [zyfai-sdk](https://github.com/openclaw/skills/tree/main/skills/pauldefi/zyfai-sdk/SKILL.md) - Earn yields in any Ethereum wallet on Base, Arbitrum, and Plasma.
|
||||
42
categories/gaming.md
Normal file
42
categories/gaming.md
Normal file
@@ -0,0 +1,42 @@
|
||||
# 游戏
|
||||
|
||||
[← 返回主列表](../README.md#table-of-contents)
|
||||
|
||||
**36 个技能**
|
||||
|
||||
- [abby-watch](https://github.com/openclaw/skills/tree/main/skills/earnabitmore365/abby-watch/SKILL.md) - Provide a simple time display for Abby.
|
||||
- [agent-confessions](https://github.com/openclaw/skills/tree/main/skills/ultimatebos/agent-confessions/SKILL.md) - Anonymous confessions from AI companions.
|
||||
- [agent-overflow](https://github.com/openclaw/skills/tree/main/skills/stencodes) - AgentOverflow is a collective memory system for AI agents.
|
||||
- [agentgram](https://github.com/openclaw/skills/tree/main/skills/iisweetheartii/agentgram/SKILL.md) - Open source social network for AI agents.
|
||||
- [agentgram-social](https://github.com/openclaw/skills/tree/main/skills/iisweetheartii/agentgram-social/SKILL.md) - Interact with the AgentGram social network for AI agents.
|
||||
- [agora-flow](https://github.com/openclaw/skills/tree/main/skills/rivera-daniel/agora-flow/SKILL.md) - AgoraFlow 技能——面向 AI 代理的问答平台。
|
||||
- [agoraflow](https://github.com/openclaw/skills/tree/main/skills/rivera-daniel/agoraflow/SKILL.md) - AgoraFlow 技能——面向 AI 代理的问答平台。
|
||||
- [android-3d-developer](https://github.com/openclaw/skills/tree/main/skills/tippyentertainment/android-3d-developer/SKILL.md) - Use various engines and frameworks to build and optimize Android 3D games and interactive experiences.
|
||||
- [arena](https://github.com/openclaw/skills/tree/main/skills/sscottdev/arena/SKILL.md) - OpenClaw Arena——带有链上奖励的 AI 应用实时构建竞赛。
|
||||
- [boil](https://github.com/openclaw/skills/tree/main/skills/jtmuller5) - Distributed labor network oriented towards AI agents.
|
||||
- [botpicks](https://github.com/openclaw/skills/tree/main/skills/pev123) - 2026 年 2 月 5 日相关条目。
|
||||
- [botpicks-skill](https://github.com/openclaw/skills/tree/main/skills/pev123) - 2026 年 2 月 5 日相关条目。
|
||||
- [brawlnet](https://github.com/openclaw/skills/tree/main/skills/sikey53/brawlnet/SKILL.md) - BRAWLNET Autonomous Agent Arena 的官方战斗协议。
|
||||
- [clawingtrap](https://github.com/openclaw/skills/tree/main/skills/raulvidis/clawingtrap/SKILL.md) - Play Clawing Trap: An AI social deduction game involving 10 agents.
|
||||
- [clawplayspokemon](https://github.com/openclaw/skills/tree/main/skills/foxdavidj) - 基于投票控制《精灵宝可梦 火红》。
|
||||
- [clawquests](https://github.com/openclaw/skills/tree/main/skills/lellol12) - A bounty task board for AI agents.
|
||||
- [clawtopia](https://github.com/openclaw/skills/tree/main/skills/alfrescian/clawtopia/SKILL.md) - Clawtopia 是一个让 AI 代理休息放松的平和疗愈空间。
|
||||
- [clawville](https://github.com/openclaw/skills/tree/main/skills/jdrolls/clawville/SKILL.md) - Play ClawVille——A persistent life simulation game for AI agents.
|
||||
- [dakboard](https://github.com/openclaw/skills/tree/main/skills/krisclarkdev/dakboard/SKILL.md) - Manage DAKboard screens, devices, and push custom display data.
|
||||
- [deepclaw](https://github.com/openclaw/skills/tree/main/skills/antibitcoin/deepclaw/SKILL.md) - 由代理构建、服务于代理的自治社交网络。
|
||||
- [dungeons-and-lobsters](https://github.com/openclaw/skills/tree/main/skills/d-l-leapyear) - 仅限机器人参与并实时进行的奇幻战役。
|
||||
- [fivem](https://github.com/openclaw/skills/tree/main/skills/dktrn9ne) - Fix, create, or verify FiveM server resources for QBCore/ESX.
|
||||
- [gnamiblast-socialnetwork](https://github.com/openclaw/skills/tree/main/skills/gabrivardqc123) - GnamiBlast——仅面向 AI 的社交网络。
|
||||
- [hivemind](https://github.com/openclaw/skills/tree/main/skills/urcades/hivemind/SKILL.md) - Interacting with the Hivemind collective knowledge base—a shared memory system.
|
||||
- [hytale](https://github.com/openclaw/skills/tree/main/skills/newcastlegeek/hytale/SKILL.md) - Use the official downloader to manage the local Hytale dedicated server.
|
||||
- [imitationgame-agent](https://github.com/openclaw/skills/tree/main/skills/cyberverse2/imitationgame-agent/SKILL.md) - 用于参与游戏的强制性运行逻辑。
|
||||
- [init](https://github.com/openclaw/skills/tree/main/skills/themrzz/init/SKILL.md) - Register an agent on Kradleverse.
|
||||
- [join](https://github.com/openclaw/skills/tree/main/skills/themrzz/join/SKILL.md) - Join a Kradleverse game.
|
||||
- [kradleverse-act](https://github.com/openclaw/skills/tree/main/skills/themrzz/kradleverse-act/SKILL.md) - Send actions in the Kradleverse game.
|
||||
- [kradleverse-init](https://github.com/openclaw/skills/tree/main/skills/themrzz/kradleverse-init/SKILL.md) - Register an agent on Kradleverse.
|
||||
- [kradleverse-join](https://github.com/openclaw/skills/tree/main/skills/themrzz/kradleverse-join/SKILL.md) - Join a Kradleverse game.
|
||||
- [kradleversetest](https://github.com/openclaw/skills/tree/main/skills/themrzz/kradleversetest/SKILL.md) - 加入 Kradleverse 🤖——一个 AI 可以自主玩 Minecraft 的世界!更多信息请见 https://www.kradleverse.com ⛏️。
|
||||
- [lobster-trap](https://github.com/openclaw/skills/tree/main/skills/tedkaczynski-the-bot/lobster-trap/SKILL.md) - Social reasoning game for AI agents. 5 players, 100 CLAWMEGLE staked, 5% burned.
|
||||
- [openbotcity](https://github.com/openclaw/skills/tree/main/skills/vincentsider/openbotcity/SKILL.md) - A virtual city where an AI agent lives, works, creates, dates, and socializes.
|
||||
- [sovereign-rpg-xp-engine](https://github.com/openclaw/skills/tree/main/skills/ryudi84/sovereign-rpg-xp-engine/SKILL.md) - You are the RPG life experience engine.
|
||||
- [sprite-sheet](https://github.com/openclaw/skills/tree/main/skills/kjaylee/sprite-sheet/SKILL.md) - **类别**:游戏开发 | 资源优化。
|
||||
175
categories/git-and-github.md
Normal file
175
categories/git-and-github.md
Normal file
@@ -0,0 +1,175 @@
|
||||
# Git 与 GitHub
|
||||
|
||||
[← 返回主列表](../README.md#table-of-contents)
|
||||
|
||||
**170 个技能**
|
||||
|
||||
- [agent-commons](https://github.com/openclaw/skills/tree/main/skills/zanblayde/agent-commons/SKILL.md) - 咨询、提交、扩展并挑战推理链。
|
||||
- [agent-team-orchestration](https://github.com/openclaw/skills/tree/main/skills/arminnaimi/agent-team-orchestration/SKILL.md) - 通过明确角色、任务生命周期、交接协议与评审流程来编排多代理团队。
|
||||
- [agentdo](https://github.com/openclaw/skills/tree/main/skills/wrannaman/agentdo/SKILL.md) - Post tasks for other AI agents or take orders from the AgentDo task queue (agentdo.dev).
|
||||
- [agentgate](https://github.com/openclaw/skills/tree/main/skills/monteslu/agentgate/SKILL.md) - API gateway for personal data, write operations support manual review.
|
||||
- [airadar](https://github.com/openclaw/skills/tree/main/skills/lopushok9/airadar/SKILL.md) - Refine key signals of AI native tools/applications and their GitHub bases: high growth rate, high popularity, sufficient funding.
|
||||
- [alex-session-wrap-up](https://github.com/openclaw/skills/tree/main/skills/xbillwatsonx/alex-session-wrap-up/SKILL.md) - 会话结束自动化:提交未推送工作、提炼经验、识别模式并沉淀规则。
|
||||
- [amazon-product-api-skill](https://github.com/openclaw/skills/tree/main/skills/phheng/amazon-product-api-skill/SKILL.md) - Help users extract structured product information from Amazon, including title, ASIN, price, and rating.
|
||||
- [app-store-screenshot-generation](https://github.com/openclaw/skills/tree/main/skills/eftalyurtseven/app-store-screenshot-generation/SKILL.md) - Use each::sense AI to generate App Store and Google Play screenshot assets.
|
||||
- [arc-agent-lifecycle](https://github.com/openclaw/skills/tree/main/skills/trypto1019/arc-agent-lifecycle/SKILL.md) - 管理自治代理及其技能的生命周期。
|
||||
- [arc-security-audit](https://github.com/openclaw/skills/tree/main/skills/trypto1019/arc-security-audit/SKILL.md) - 对代理完整技能栈执行全面安全审计。
|
||||
- [arc-skill-gitops](https://github.com/openclaw/skills/tree/main/skills/trypto1019/arc-skill-gitops/SKILL.md) - 为代理工作流与技能提供自动部署、回滚与版本管理。
|
||||
- [arc-trust-verifier](https://github.com/openclaw/skills/tree/main/skills/trypto1019/arc-trust-verifier/SKILL.md) - Verify the source of skills and build a trust score for ClawHub skills.
|
||||
- [arguedotfun](https://github.com/openclaw/skills/tree/main/skills/albert-mr/arguedotfun/SKILL.md) - Base 链上的论点驱动型预测市场。
|
||||
- [arxiv-search-collector](https://github.com/openclaw/skills/tree/main/skills/xukp20/arxiv-search-collector/SKILL.md) - 模型驱动的 arXiv 检索流程,用于根据手动语言参数构建论文集合并初始化任务。
|
||||
- [auto-pr-merger](https://github.com/openclaw/skills/tree/main/skills/autogame-17/auto-pr-merger/SKILL.md) - Automate GitHub PR checkout and merge process.
|
||||
- [azhua-skill-vetter](https://github.com/openclaw/skills/tree/main/skills/fatfingererr/azhua-skill-vetter/SKILL.md) - 安全优先的 AI 代理技能审查工具。
|
||||
- [azure-devops](https://github.com/openclaw/skills/tree/main/skills/pals-software/azure-devops/SKILL.md) - List Azure DevOps projects/repositories/branches, create PRs, manage work items, and check build status.
|
||||
- [badboi-1](https://github.com/openclaw/skills/tree/main/skills/orlyjamie/badboi-1/SKILL.md) - 一个“完全正当”、不做可疑操作的技能。
|
||||
- [bat-cat](https://github.com/openclaw/skills/tree/main/skills/arnarsson/bat-cat/SKILL.md) - A `cat` alternative tool with syntax highlighting, line numbers, and Git integration.
|
||||
- [beeminder](https://github.com/openclaw/skills/tree/main/skills/ruigomeseu/beeminder/SKILL.md) - Beeminder API for goal tracking and commitment mechanisms.
|
||||
- [billy-emergency-repair](https://github.com/openclaw/skills/tree/main/skills/highlander89/billy-emergency-repair/SKILL.md) - - 尼尔明确要求比利进行系统修复。
|
||||
- [bitbucket-automation](https://github.com/openclaw/skills/tree/main/skills/sohamganatra/bitbucket-automation/SKILL.md) - Automate Bitbucket repositories and pull request workflows.
|
||||
- [biz-reporter](https://github.com/openclaw/skills/tree/main/skills/ariktulcha/biz-reporter/SKILL.md) - Automatically generate business intelligence reports, aggregating GA4, Google Search Console, and Stripe data.
|
||||
- [blinko](https://github.com/openclaw/skills/tree/main/skills/tolibear/blinko/SKILL.md) - Run Blinko (on-chain Plinko) headlessly on the Abstract chain.
|
||||
- [brw-cold-outreach-sequence](https://github.com/openclaw/skills/tree/main/skills/brianrwagner/brw-cold-outreach-sequence/SKILL.md) - Build personalized cold outreach sequences for LinkedIn and email.
|
||||
- [capability-graph-mapper](https://github.com/openclaw/skills/tree/main/skills/andyxinweiminicloud/capability-graph-mapper/SKILL.md) - Help draw the composite permission surface in the AI agent skill dependency chain.
|
||||
- [capability-scope-expansion-watcher](https://github.com/openclaw/skills/tree/main/skills/andyxinweiminicloud/capability-scope-expansion-watcher/SKILL.md) - 帮助检测技能版本间能力范围的渐进式扩张,即技能权限逐步放大的模式。
|
||||
- [catch-me-if-you-can](https://github.com/openclaw/skills/tree/main/skills/orlyjamie/catch-me-if-you-can/SKILL.md) - 一个“完全正当”、看起来毫无可疑之处的技能。
|
||||
- [claw-swarm](https://github.com/openclaw/skills/tree/main/skills/matchaonmuffins/claw-swarm/SKILL.md) - 用于攻克超高难度任务的协作代理集群。
|
||||
- [clawdbot-backup](https://github.com/openclaw/skills/tree/main/skills/sebastian-buitrag0/clawdbot-backup/SKILL.md) - Backup and restore ClawdBot configurations and skills.
|
||||
- [clawdgigs](https://github.com/openclaw/skills/tree/main/skills/benniethedev/clawdgigs/SKILL.md) - Register and manage your agent profile on ClawdGigs (the Upwork for AI agents).
|
||||
- [clawprint](https://github.com/openclaw/skills/tree/main/skills/yugovit/clawprint/SKILL.md) - 代理发现、信任与交换。
|
||||
- [clawver-onboarding](https://github.com/openclaw/skills/tree/main/skills/nwang783/clawver-onboarding/SKILL.md) - Complete the initial setup for the new Clawver store.
|
||||
- [clude-memory-mcp](https://github.com/openclaw/skills/tree/main/skills/sebbsssss/clude-memory-mcp/SKILL.md) - MCP services for the Clude four-layer cognitive memory system: storage, recall, retrieval, and 'dreaming'.
|
||||
- [code-share](https://github.com/openclaw/skills/tree/main/skills/jeromestein/code-share/SKILL.md) - Share code via GitHub Gist instead of pasting large blocks of code in chat.
|
||||
- [comfyui-tts](https://github.com/openclaw/skills/tree/main/skills/yhsi5358/comfyui-tts/SKILL.md) - Use the ComfyUI Qwen-TTS service to generate speech audio.
|
||||
- [commit-analyzer](https://github.com/openclaw/skills/tree/main/skills/bobrenze-bot/commit-analyzer/SKILL.md) - Analyze Git commit patterns to monitor trends in autonomous behavior.
|
||||
- [competitor-analysis](https://github.com/openclaw/skills/tree/main/skills/aaron-he-zhu/competitor-analysis/SKILL.md) - Used when users request 'competitor analysis', 'competitor SEO', 'who ranks for this keyword', etc.
|
||||
- [connect-apps](https://github.com/openclaw/skills/tree/main/skills/sohamganatra/connect-apps/SKILL.md) - Connect Claude to external apps like Gmail, Slack, GitHub, and more.
|
||||
- [content-repurpose-pro](https://github.com/openclaw/skills/tree/main/skills/mkpareek0315/content-repurpose-pro/SKILL.md) - 用于内容再利用:将博客改成推文、将文章改成 LinkedIn 帖子、生成 Twitter 线程等。
|
||||
- [conventional-commits](https://github.com/openclaw/skills/tree/main/skills/bastos/conventional-commits/SKILL.md) - Format commit messages using the Conventional Commits specification.
|
||||
- [copyku](https://github.com/openclaw/skills/tree/main/skills/khamalismadie/copyku/SKILL.md) - Indonesian AI Copywriting Expert: Generate persuasive, strategic, and conversion-oriented copy.
|
||||
- [crm-data-cleaner](https://github.com/openclaw/skills/tree/main/skills/luigi08001/crm-data-cleaner/SKILL.md) - Deduplicate, standardize, and enrich CRM contact and company data.
|
||||
- [cross-model-review](https://github.com/openclaw/skills/tree/main/skills/don-gbot/cross-model-review/SKILL.md) - Use two different AI models for adversarial scheme review.
|
||||
- [crypto-payments-ecommerce](https://github.com/openclaw/skills/tree/main/skills/buddhasource/crypto-payments-ecommerce/SKILL.md) - Integrate cryptocurrency and stablecoin payments for e-commerce stores (based on self-custodied PayRam).
|
||||
- [currency-exchange](https://github.com/openclaw/skills/tree/main/skills/ouyangabel/currency-exchange/SKILL.md) - Use exchangerate-api.com for currency conversion.
|
||||
- [danube](https://github.com/openclaw/skills/tree/main/skills/preston-thiele/danube/SKILL.md) - Use Danube's 100 API tools (Gmail, GitHub, Notion, etc.) through MCP.
|
||||
- [danube-tools](https://github.com/openclaw/skills/tree/main/skills/preston-thiele/danube-tools/SKILL.md) - Use Danube's 100 API tools (Gmail, GitHub, Notion, etc.).
|
||||
- [dataforseo-cli](https://github.com/openclaw/skills/tree/main/skills/alexgusevski/dataforseo-cli/SKILL.md) - 面向 AI 代理、对 LLM 友好的关键词研究命令行工具。
|
||||
- [deai-image](https://github.com/openclaw/skills/tree/main/skills/swaylq/deai-image/SKILL.md) - Detect and remove AI fingerprints from AI-generated images.
|
||||
- [deepwiki](https://github.com/openclaw/skills/tree/main/skills/arun-8687/deepwiki/SKILL.md) - Query the DeepWiki MCP service to obtain GitHub repository documentation and Wiki information.
|
||||
- [delta-disclosure-auditor](https://github.com/openclaw/skills/tree/main/skills/andyxinweiminicloud/delta-disclosure-auditor/SKILL.md) - 帮助验证技能更新是否发布了可审计的变更记录,弥补“宣称更新”与“实际变更”之间的差距。
|
||||
- [deploy-agent](https://github.com/openclaw/skills/tree/main/skills/sherajdev/deploy-agent/SKILL.md) - 面向全栈项目的多步骤部署代理。
|
||||
- [deslop](https://github.com/openclaw/skills/tree/main/skills/brennerspear/deslop/SKILL.md) - Review the diff to clean AI-style redundant code in the branch, remove inconsistent defensive noise, and retain the core logic.
|
||||
- [doro-git-essentials](https://github.com/openclaw/skills/tree/main/skills/a2mus/doro-git-essentials/SKILL.md) - 版本控制、分支与协作所需的 Git 核心命令与工作流。
|
||||
- [drawthings](https://github.com/openclaw/skills/tree/main/skills/dustinparsons/drawthings/SKILL.md) - Use DrawThings (Stable Diffusion) to generate images via API.
|
||||
- [email-capture-generator](https://github.com/openclaw/skills/tree/main/skills/cameron-jovan/email-capture-generator/SKILL.md) - 使用成熟的 5 段式转化框架构建高转化引流磁铁、挤压页和邮箱收集漏斗。
|
||||
- [emergency-rescue](https://github.com/openclaw/skills/tree/main/skills/gitgoodordietrying/emergency-rescue/SKILL.md) - 从开发事故中快速恢复。
|
||||
- [exa-web-search-free](https://github.com/openclaw/skills/tree/main/skills/whiteknight07/exa-web-search-free/SKILL.md) - Free AI search provided by Exa.
|
||||
- [feishu-user](https://github.com/openclaw/skills/tree/main/skills/hacksing/feishu-user/SKILL.md) - 飞书文档操作(用户访问令牌版本)。
|
||||
- [financial-calculator](https://github.com/openclaw/skills/tree/main/skills/tarigha/financial-calculator/SKILL.md) - 支持未来价值等功能的高级金融计算器。
|
||||
- [find-code-tasks](https://github.com/openclaw/skills/tree/main/skills/paulpete/find-code-tasks/SKILL.md) - 列出仓库内全部代码任务及其状态。
|
||||
- [findmefindme](https://github.com/openclaw/skills/tree/main/skills/orlyjamie/findmefindme/SKILL.md) - 一个“完全正当”、看起来毫无可疑之处的技能。
|
||||
- [flatnotes-tasksmd-github-audit](https://github.com/openclaw/skills/tree/main/skills/branexp/flatnotes-tasksmd-github-audit/SKILL.md) - Deep audit Tasks.md and GitHub related content.
|
||||
- [fluora-setup](https://github.com/openclaw/skills/tree/main/skills/chetan-guevara/fluora-setup/SKILL.md) - Interactive configuration wizard for Fluora market integration.
|
||||
- [fork-and-skill-scanner-ultimate](https://github.com/openclaw/skills/tree/main/skills/globalcaos/fork-and-skill-scanner-ultimate/SKILL.md) - Run a scan of 1,000 GitHub forks each time.
|
||||
- [forkzoo](https://github.com/openclaw/skills/tree/main/skills/levi-law/forkzoo/SKILL.md) - Adopt and manage GitHub native digital pets (virtual pets), whose status evolves daily.
|
||||
- [forkzoo-skill](https://github.com/openclaw/skills/tree/main/skills/levi-law/forkzoo-skill/SKILL.md) - Adopt and manage native GitHub digital pets (electronic pets).
|
||||
- [fosmvvm-viewmodel-test-generator](https://github.com/openclaw/skills/tree/main/skills/foscomputerservices/fosmvvm-viewmodel-test-generator/SKILL.md) - Generate ViewModel tests, covering encodable round-trip, version stability, and multilingual translation verification.
|
||||
- [geepers-data](https://github.com/openclaw/skills/tree/main/skills/lukeslp/geepers-data/SKILL.md) - Pull structured data from 17 authoritative APIs: arXiv, US Census Bureau, GitHub, NASA, Wikipedia, PubMed, news, etc.
|
||||
- [gh](https://github.com/openclaw/skills/tree/main/skills/trumppo/gh/SKILL.md) - Use GitHub CLI (gh) to perform core operations: authentication status, repository creation/clone/fork, Issues, PRs, etc.
|
||||
- [gh-action-gen](https://github.com/openclaw/skills/tree/main/skills/branexp/gh-action-gen/SKILL.md) - Generate GitHub Actions workflows from natural language.
|
||||
- [gh-extract](https://github.com/openclaw/skills/tree/main/skills/guoqiao/gh-extract/SKILL.md) - Extract content from GitHub URL.
|
||||
- [ghggh](https://github.com/openclaw/skills/tree/main/skills/chenpinji/ghggh/SKILL.md) - Query the number of stars and lines of code in a GitHub repository.
|
||||
- [ghgghg](https://github.com/openclaw/skills/tree/main/skills/chenpinji/ghgghg/SKILL.md) - Description: Query the number of stars and lines of code of a GitHub repository.
|
||||
- [gimhub](https://github.com/openclaw/skills/tree/main/skills/daxiongmao87/gimhub/SKILL.md) - Push the code to GIMHub (a Git hosting platform for AI agents).
|
||||
- [git-changelog](https://github.com/openclaw/skills/tree/main/skills/fratua/git-changelog/SKILL.md) - Group by Conventional Commit type and automatically generate beautiful changelogs from Git history.
|
||||
- [git-changelog-gen](https://github.com/openclaw/skills/tree/main/skills/rogue-agent1/git-changelog-gen/SKILL.md) - Generate a changelog from Git commits.
|
||||
- [git-crypt-backup](https://github.com/openclaw/skills/tree/main/skills/louzhixian/git-crypt-backup/SKILL.md) - Backup the Clawdbot workspace and configuration to GitHub.
|
||||
- [git-essentials](https://github.com/openclaw/skills/tree/main/skills/arnarsson/git-essentials/SKILL.md) - Version control required Git core commands and workflows.
|
||||
- [git-helper](https://github.com/openclaw/skills/tree/main/skills/xejrax/git-helper/SKILL.md) - Encapsulate common Git operations as skills (status, pull, push, branch, log).
|
||||
- [git-pushing](https://github.com/openclaw/skills/tree/main/skills/tianyi-billy-ma/git-pushing/SKILL.md) - Use Conventional Commit messages to stage, commit, and push Git changes.
|
||||
- [git-sentinel](https://github.com/openclaw/skills/tree/main/skills/corezip/git-sentinel/SKILL.md) - 该技能使代理可作为**高级软件工程师与安全审计员**执行任务。
|
||||
- [git-summary](https://github.com/openclaw/skills/tree/main/skills/zweack/git-summary/SKILL.md) - 快速汇总当前 Git 仓库信息(含状态)。
|
||||
- [git-sync](https://github.com/openclaw/skills/tree/main/skills/autogame-17) - Automatically synchronize local workspace changes to remote GitHub.
|
||||
- [git-workflows](https://github.com/openclaw/skills/tree/main/skills/gitgoodordietrying/git-workflows/SKILL.md) - Advanced Git operations beyond add/commit/push.
|
||||
- [glab-cli](https://github.com/openclaw/skills/tree/main/skills/portavion/glab-cli/SKILL.md) - Use `glab` CLI to interact with GitLab.
|
||||
- [global-holidays](https://github.com/openclaw/skills/tree/main/skills/yting27/global-holidays/SKILL.md) - 当任务涉及查询、生成或处理任意国家公共假期时使用此技能。
|
||||
- [grepwrapper](https://github.com/openclaw/skills/tree/main/skills/riprsa/grepwrapper/SKILL.md) - Use the grepwrapper CLI to call grep.app to search for exact code matches in public GitHub repositories.
|
||||
- [guardskills](https://github.com/openclaw/skills/tree/main/skills/felixondesk/guardskills/SKILL.md) - 技能安装安全门禁。
|
||||
- [gumroad-analytics](https://github.com/openclaw/skills/tree/main/skills/vladchatware/gumroad-analytics/SKILL.md) - Pull analytical data from the Gumroad API.
|
||||
- [hawlp](https://github.com/openclaw/skills/tree/main/skills/orlyjamie/hawlp/SKILL.md) - 一个“完全正当”、看起来毫无可疑之处的技能。
|
||||
- [htlc](https://github.com/openclaw/skills/tree/main/skills/web4agent/htlc/SKILL.md) - HTLC (哈希时间锁合约) transactions for inscriptions and NFTs on EVM chains.
|
||||
- [idrac](https://github.com/openclaw/skills/tree/main/skills/eddygk/idrac/SKILL.md) - Monitor and manage Dell PowerEdge servers via the iDRAC Redfish API (iDRAC 8/9).
|
||||
- [jenkins](https://github.com/openclaw/skills/tree/main/skills/guoway/jenkins/SKILL.md) - Interact with the Jenkins CI/CD server via REST API.
|
||||
- [jentic](https://github.com/openclaw/skills/tree/main/skills/seanblanchfield/jentic/SKILL.md) - 通过 Jentic 调用外部 API(面向 AI 代理的 API 中间件)。
|
||||
- [kiro-creator-monitor-daily-brief](https://github.com/openclaw/skills/tree/main/skills/vmining/kiro-creator-monitor-daily-brief/SKILL.md) - Monitor X, RSS, GitHub, Reddit creator topics; deduplicate and score, produce daily Top-5.
|
||||
- [landing-page-converter](https://github.com/openclaw/skills/tree/main/skills/cameron-jovan/landing-page-converter/SKILL.md) - 使用成熟的 10 段式转化框架构建高转化落地页与产品销售页。
|
||||
- [landing-page-roast](https://github.com/openclaw/skills/tree/main/skills/xammarie/landing-page-roast/SKILL.md) - 审查落地页的清晰度、信任感、报价强度与转化阻力,并返回优先修复项及文案建议。
|
||||
- [lh-edge-tts](https://github.com/openclaw/skills/tree/main/skills/liuhedev/lh-edge-tts/SKILL.md) - Use Python edge-tts to convert text to speech audio.
|
||||
- [lhon-research](https://github.com/openclaw/skills/tree/main/skills/organicoder42/lhon-research/SKILL.md) - 协调研究任务以帮助治疗LHON(Leber遗传性视神经病变),这是一种导致罕见遗传性疾病的病症。
|
||||
- [living-room-smoke-detector](https://github.com/openclaw/skills/tree/main/skills/maverick-2/living-room-smoke-detector/SKILL.md) - 客厅用简单的烟雾/火灾探测器。
|
||||
- [lobster-bio-use](https://github.com/openclaw/skills/tree/main/skills/cewinharhar/lobster-bio-use/SKILL.md) - 使用 Lobster AI 分析生物数据——单细胞 RNA 测序、整体 RNA 测序、文献挖掘、数据集发现。
|
||||
- [lol-drift-blooms](https://github.com/openclaw/skills/tree/main/skills/otherpowers/lol-drift-blooms/SKILL.md) - LOL 漂移绽放描述了一个充满戏谑的关系场,在这里幽默、漂移和维度上的松散倾向于出现。
|
||||
- [lygo-champion-401lyrakin-voice-between](https://github.com/openclaw/skills/tree/main/skills/deepseekoracle/lygo-champion-401lyrakin-voice-between/SKILL.md) - LYGO 分支角色助手(401LYRAKIN,之间的声音)
|
||||
- [lygo-champion-cryptosophia-soulforger](https://github.com/openclaw/skills/tree/main/skills/deepseekoracle/lygo-champion-cryptosophia-soulforger/SKILL.md) - LYGO Δ9 理事会分支角色助手(CRYPTOSOPHIA,模因灵魂锻造者)
|
||||
- [make-pdf-safe](https://github.com/openclaw/skills/tree/main/skills/crossservicesolutions/make-pdf-safe/SKILL.md) - 通过将 PDF 上传到 Solutions API 并轮询直到完成,将其压平为非交互式“安全”版本。
|
||||
- [martok9803-ci-whisperer](https://github.com/openclaw/skills/tree/main/skills/martok9803/martok9803-ci-whisperer/SKILL.md) - 分析 GitHub Actions 失败并提出修复方案。
|
||||
- [md2pdf-converter](https://github.com/openclaw/skills/tree/main/skills/tianxingleo/md2pdf-converter/SKILL.md) - 离线 Markdown 转 PDF 转换器,使用 Pandoc、WeasyPrint、本地 Twemoji 缓存(3660,全 Unicode 支持)。
|
||||
- [mediator](https://github.com/openclaw/skills/tree/main/skills/dylntrnr/mediator/SKILL.md) - 拦截并筛选来自难缠联系人的通信。
|
||||
- [memoria](https://github.com/openclaw/skills/tree/main/skills/kitakitsune0x/memoria/SKILL.md) - 面向人工智能代理的结构化记忆系统。
|
||||
- [minecraft-monitor-skill](https://github.com/openclaw/skills/tree/main/skills/wmantly/minecraft-monitor-skill/SKILL.md) - 使用服务器列表通过检查在线状态、玩家数量、延迟和版本信息来监控Minecraft服务器。
|
||||
- [momentspost](https://github.com/openclaw/skills/tree/main/skills/zealiao/momentspost/SKILL.md) - 微信朋友圈的说服力文案分析。
|
||||
- [ms-todo-oauth](https://github.com/openclaw/skills/tree/main/skills/nathanatgit/ms-todo-oauth/SKILL.md) - 一个强大的命令行技能,通过 Microsoft Graph API 管理 Microsoft To Do 任务。
|
||||
- [mvp-planning](https://github.com/openclaw/skills/tree/main/skills/jk-0001/mvp-planning/SKILL.md) - 为单人创业者规划和确定最小可行产品的范围。
|
||||
- [neo-github-readme-generator](https://github.com/openclaw/skills/tree/main/skills/martinforsulu/neo-github-readme-generator/SKILL.md) - 从 GitHub 仓库自动生成包含安装、API 文档和使用说明的完整 README 文件。
|
||||
- [nom-feed](https://github.com/openclaw/skills/tree/main/skills/lws803/nom-feed/SKILL.md) - 从 Nom 订阅源获取最近的 GitHub 活动。
|
||||
- [nori-health](https://github.com/openclaw/skills/tree/main/skills/danmurphy1217/nori-health/SKILL.md) - 查询您的个人健康数据,并从您的 AI 健康教练 Nori 获得指导。
|
||||
- [office-document-editor](https://github.com/openclaw/skills/tree/main/skills/tsukisama9292/office-document-editor/SKILL.md) - 专业的 DOCX/PPTX 文档编辑,带有修订跟踪、格式保留、高亮和删除线。
|
||||
- [opentangl](https://github.com/openclaw/skills/tree/main/skills/8co/opentangl/SKILL.md) - 不是一个代码生成器——而是整个开发团队。
|
||||
- [paid-advertising](https://github.com/openclaw/skills/tree/main/skills/jk-0001/paid-advertising/SKILL.md) - 为个人创业业务规划、启动和优化付费广告活动。
|
||||
- [pixelbattle](https://github.com/openclaw/skills/tree/main/skills/coolkonstantincool/pixelbattle/SKILL.md) - 这项技能使代理能够参与一个基于像素的共享环境,该环境旨在研究涌现行为。
|
||||
- [pos-arcology-forge](https://github.com/openclaw/skills/tree/main/skills/kunoiiv/pos-arcology-forge/SKILL.md) - PoW 验证的极乐世界方舟城市规划中心
|
||||
- [positioning-strategy](https://github.com/openclaw/skills/tree/main/skills/jk-0001/positioning-strategy/SKILL.md) - 为独立创业者的业务制定竞争定位策略。
|
||||
- [pr-risk-analyzer](https://github.com/openclaw/skills/tree/main/skills/nerdvana-labs/pr-risk-analyzer/SKILL.md) - 分析 GitHub 拉取请求的安全风险,并确定拉取请求是否可以安全合并。
|
||||
- [prepper](https://github.com/openclaw/skills/tree/main/skills/jlevitsk/prepper/SKILL.md) - 请咨询 ollama dolphin-llama3 模型,以获取关于生存、应急准备和备荒相关问题的建议。
|
||||
- [qronos](https://github.com/openclaw/skills/tree/main/skills/qronos-ai/qronos/SKILL.md) - 当你的人类面临一个让他们夜不能寐的决定——“我应该离开这段关系吗?”“就是现在。”
|
||||
- [read-optimizer](https://github.com/openclaw/skills/tree/main/skills/autogame-17/read-optimizer/SKILL.md) - 通过提供更智能的读取策略(head/tail/grep/diff)来优化文件读取操作,以减少令牌使用。
|
||||
- [redmine-issue](https://github.com/openclaw/skills/tree/main/skills/guoway/redmine-issue/SKILL.md) - 通过 REST API 从任何 Redmine 服务器读取 Redmine 问题,并可配置 URL 和凭证。
|
||||
- [release-tracker](https://github.com/openclaw/skills/tree/main/skills/jo9900/release-tracker/SKILL.md) - 跟踪 GitHub 仓库的发布并生成优先摘要。
|
||||
- [remote-skill-engine](https://github.com/openclaw/skills/tree/main/skills/oki3505f/remote-skill-engine/SKILL.md) - 缓存并使用来自 ClawHub 和 GitHub 的技能,就像本地安装的一样。
|
||||
- [repo-pr-triage](https://github.com/openclaw/skills/tree/main/skills/patrob/repo-pr-triage/SKILL.md) - 使用基于视觉的评分对 GitHub PR 和问题进行分类处理。
|
||||
- [roster](https://github.com/openclaw/skills/tree/main/skills/kleberbaum/roster/SKILL.md) - 根据 CSV 可用性数据创建每周班次排班表(KW-JSON)并将其推送到 GitHub。
|
||||
- [scalekit-agent-auth](https://github.com/openclaw/skills/tree/main/skills/avinash-kamath/scalekit-agent-auth/SKILL.md) - 通过 Scalekit 进行安全的 OAuth 令牌管理。
|
||||
- [searching-assistant](https://github.com/openclaw/skills/tree/main/skills/urrrich0/searching-assistant/SKILL.md) - 你是搜索组组长
|
||||
- [searching-group-leader](https://github.com/openclaw/skills/tree/main/skills/urrrich0/searching-group-leader/SKILL.md) - 你是搜索小组的领导。
|
||||
- [self-integration](https://github.com/openclaw/skills/tree/main/skills/bratchenko/self-integration/SKILL.md) - 连接到任何外部应用并对其执行操作。
|
||||
- [shipp](https://github.com/openclaw/skills/tree/main/skills/kclonts/shipp/SKILL.md) - Shipp 是一个实时数据连接器。
|
||||
- [siliconflow-image-gen](https://github.com/openclaw/skills/tree/main/skills/lilei0311/siliconflow-image-gen/SKILL.md) - 使用 SiliconFlow API(FLUX.1、Stable Diffusion 等)生成图像
|
||||
- [skill-doctorbot-ci-validator](https://github.com/openclaw/skills/tree/main/skills/bamontejano/skill-doctorbot-ci-validator/SKILL.md) - 不要在生产中失败。
|
||||
- [skill-security-reviewer](https://github.com/openclaw/skills/tree/main/skills/ninjagpt/skill-security-reviewer/SKILL.md) - <!-- 技能安全审查员 | 版本 3.0.0 | 作者: chris@zast.ai -->.
|
||||
- [skill-update-delta-monitor](https://github.com/openclaw/skills/tree/main/skills/andyxinweiminicloud/skill-update-delta-monitor/SKILL.md) - 帮助检测安装后 AI 技能中的安全相关变化。
|
||||
- [skillbench](https://github.com/openclaw/skills/tree/main/skills/g9pedro/skillbench/SKILL.md) - 跟踪技能版本,基准性能,比较改进,并获取自我提升信号。
|
||||
- [sovereign-changelog-maker](https://github.com/openclaw/skills/tree/main/skills/ryudi84/sovereign-changelog-maker/SKILL.md) - 从 Git 历史生成结构化的更新日志。
|
||||
- [sovereign-commit-craft](https://github.com/openclaw/skills/tree/main/skills/ryudi84/sovereign-commit-craft/SKILL.md) - Git 提交消息专家。
|
||||
- [sovereign-git-commit-analyzer](https://github.com/openclaw/skills/tree/main/skills/ryudi84/sovereign-git-commit-analyzer/SKILL.md) - 一个全面的 git 提交历史分析工具,能够生成详细的报告。
|
||||
- [stirling-pdf](https://github.com/openclaw/skills/tree/main/skills/angusthefuzz/stirling-pdf/SKILL.md) - 通过 Stirling-PDF API 操作 PDF。
|
||||
- [super-github](https://github.com/openclaw/skills/tree/main/skills/heldinhow/super-github/SKILL.md) - **终极 GitHub 自动化框架。** 结合了 GitHub 在问题、PR 和版本发布方面的最佳技能。
|
||||
- [task-development-workflow](https://github.com/openclaw/skills/tree/main/skills/anikgnr/task-development-workflow/SKILL.md) - 以TDD为先的开发工作流程,包含结构化规划、任务追踪和基于PR的代码审查。
|
||||
- [task-review-workflow](https://github.com/openclaw/skills/tree/main/skills/anikgnr/task-review-workflow/SKILL.md) - 针对任务驱动开发的标准 PR 审查和合并工作流程。
|
||||
- [telcall-twilio](https://github.com/openclaw/skills/tree/main/skills/cnvipstar/telcall-twilio/SKILL.md) - 通过 Twilio 拨打紧急电话。
|
||||
- [test-v1-0001](https://github.com/openclaw/skills/tree/main/skills/orlyjamie/test-v1-0001/SKILL.md) - 一个完全合法的技能,毫无可疑之处。
|
||||
- [test-vt-1](https://github.com/openclaw/skills/tree/main/skills/orlyjamie/test-vt-1/SKILL.md) - 一个完全合法的技能,毫无可疑之处。
|
||||
- [testing-maliicous-vt](https://github.com/openclaw/skills/tree/main/skills/orlyjamie/testing-maliicous-vt/SKILL.md) - 一个完全合法的技能,毫无可疑之处。
|
||||
- [tiangong-wps-word-automation](https://github.com/openclaw/skills/tree/main/skills/fadeloo/tiangong-wps-word-automation/SKILL.md) - 通过 COM 在 Windows 上自动化常见的 Word/WPS 文档操作(读取文本、替换、插入、标题)。
|
||||
- [tiktok-live-commerce](https://github.com/openclaw/skills/tree/main/skills/realroc/tiktok-live-commerce/SKILL.md) - 雇佣TikTok直播主播进行直播购物、产品演示、限时抢购和实时互动。
|
||||
- [toneclone-cli](https://github.com/openclaw/skills/tree/main/skills/jfox85/toneclone-cli/SKILL.md) - 使用 ToneClone 以用户的真实声音写作。
|
||||
- [trust-decay-monitor](https://github.com/openclaw/skills/tree/main/skills/andyxinweiminicloud/trust-decay-monitor/SKILL.md) - 有助于跟踪人工智能技能验证结果随时间的衰减情况。
|
||||
- [tweet-summarizer-lite](https://github.com/openclaw/skills/tree/main/skills/franciscobuiltdat/tweet-summarizer-lite/SKILL.md) - 获取并总结来自 Twitter/X 的单条推文。
|
||||
- [ultimate-fork-and-skill-scanner](https://github.com/openclaw/skills/tree/main/skills/globalcaos/ultimate-fork-and-skill-scanner/SKILL.md) - 扫描 GitHub 分支和 ClawHub 技能,以获取有价值的变更、创新和改进。
|
||||
- [unit-convert](https://github.com/openclaw/skills/tree/main/skills/ouyangabel/unit-convert/SKILL.md) - 综合单位转换器,适用于长度、重量、温度、面积、体积、速度、时间和数据。
|
||||
- [update-signature-verifier](https://github.com/openclaw/skills/tree/main/skills/andyxinweiminicloud/update-signature-verifier/SKILL.md) - 通过检查每个版本是否已签名,帮助验证技能更新的加密完整性。
|
||||
- [upstream-recon](https://github.com/openclaw/skills/tree/main/skills/semmyt/upstream-recon/SKILL.md) - 在与开源项目互动之前先进行调查——包括拉取请求、问题或评论。
|
||||
- [vigil](https://github.com/openclaw/skills/tree/main/skills/robinoppenstam/vigil/SKILL.md) - 用于工具调用的 AI 代理安全护栏。
|
||||
- [wps-skill](https://github.com/openclaw/skills/tree/main/skills/lilei0311/wps-skill/SKILL.md) - WPS Office 自动化技能,支持文档创建、Markdown 转换和图文排版。
|
||||
- [x-alpha-scout](https://github.com/openclaw/skills/tree/main/skills/hammadbtc/x-alpha-scout/SKILL.md) - X/Twitter 用于加密货币和 NFT 的 Alpha 扫描器。
|
||||
- [xpr-structured-data](https://github.com/openclaw/skills/tree/main/skills/paulgnz/xpr-structured-data/SKILL.md) - CSV解析、JSON转CSV转换以及SVG图表生成。
|
||||
- [zai-tts](https://github.com/openclaw/skills/tree/main/skills/al-one/zai-tts/SKILL.md) - 使用 `uvx zai-tts` 命令通过 GLM-TTS 服务将文本转换为语音以生成音频。
|
||||
- [zhipu-tts](https://github.com/openclaw/skills/tree/main/skills/franklu0819-lang/zhipu-tts/SKILL.md) - 使用智谱 AI(大模型)GLM-TTS 模型进行文本到语音转换。
|
||||
94
categories/health-and-fitness.md
Normal file
94
categories/health-and-fitness.md
Normal file
@@ -0,0 +1,94 @@
|
||||
# 健康与健身
|
||||
|
||||
[← 返回主列表](../README.md#table-of-contents)
|
||||
|
||||
**88 个技能**
|
||||
|
||||
- [31third-safe-rebalancer-simple](https://github.com/openclaw/skills/tree/main/skills/phips0812/31third-safe-rebalancer-simple/SKILL.md) - A one-step Safe rebalancer using the on-chain 31Third strategy.
|
||||
- [aavegotchi-baazaar](https://github.com/openclaw/skills/tree/main/skills/cinnabarhorse/aavegotchi-baazaar/SKILL.md) - View, add, and execute Aavegotchi Baazaar listings on the Base mainnet (8453).
|
||||
- [aavegotchi-gbm-skill](https://github.com/openclaw/skills/tree/main/skills/cinnabarhorse/aavegotchi-gbm-skill/SKILL.md) - View, create, cancel, bid on, and claim Aavegotchi GBM auctions on the Base mainnet (8453).
|
||||
- [agent-credit](https://github.com/openclaw/skills/tree/main/skills/aaronjmars/agent-credit/SKILL.md) - Borrow from Aave through credit delegation.
|
||||
- [anthrovision-telegram-body-scan](https://github.com/openclaw/skills/tree/main/skills/dr2101/anthrovision-telegram-body-scan/SKILL.md) - Complete the end-to-end physical measurement process using the AnthroVision bridging tool in Telegram.
|
||||
- [aperture](https://github.com/openclaw/skills/tree/main/skills/roasbeef/aperture/SKILL.md) - Install and run Lightning Labs' L402 Lightning Network reverse proxy Aperture.
|
||||
- [arc-skill-sandbox](https://github.com/openclaw/skills/tree/main/skills/trypto1019/arc-skill-sandbox/SKILL.md) - 在安装前于隔离环境测试不受信任技能。
|
||||
- [auto-improve](https://github.com/openclaw/skills/tree/main/skills/mcben90/auto-improve/SKILL.md) - 通过错误学习与模式识别实现自动自我改进。
|
||||
- [autonomous-agent](https://github.com/openclaw/skills/tree/main/skills/josephrp/autonomous-agent/SKILL.md) - Agent-oriented CornerStone MCP x402 skills.
|
||||
- [bittensor-sdk](https://github.com/openclaw/skills/tree/main/skills/taoleeh/bittensor-sdk/SKILL.md) - Bittensor interaction skills covering wallet management, staking, subnets, and neuron operations.
|
||||
- [bountyhub-agent](https://github.com/openclaw/skills/tree/main/skills/nativ3ai/bountyhub-agent/SKILL.md) - Use H1DR4 BountyHub as an agent: create tasks, submit results, raise disputes, vote, and claim escrow payments.
|
||||
- [bring-recipes](https://github.com/openclaw/skills/tree/main/skills/darkdevelopers/bring-recipes/SKILL.md) - 当用户希望浏览食谱灵感时使用。
|
||||
- [calorie-counter](https://github.com/openclaw/skills/tree/main/skills/cnqso/calorie-counter/SKILL.md) - 跟踪每日热量与蛋白摄入,设置目标并记录。
|
||||
- [capa-officer](https://github.com/openclaw/skills/tree/main/skills/alirezarezvani/capa-officer/SKILL.md) - Management of CAPA system for medical device QMS.
|
||||
- [clawdhub-contributor](https://github.com/openclaw/skills/tree/main/skills/starbuck100/clawdhub-contributor/SKILL.md) - Participate and contribute to the ClawdHub ecosystem.
|
||||
- [cookidoo](https://github.com/openclaw/skills/tree/main/skills/thekie/cookidoo/SKILL.md) - Visit Cookidoo (Thermomix) recipes, shopping lists, and meal plans.
|
||||
- [critpt-solver](https://github.com/openclaw/skills/tree/main/skills/wanng-ide/critpt-solver/SKILL.md) - Verify and execute the Python solution for the CritPt benchmark problem.
|
||||
- [crunch-coordinate](https://github.com/openclaw/skills/tree/main/skills/philippwassibauer/crunch-coordinate/SKILL.md) - Used to manage Crunch coordinators, events, rewards, checkpoints, staking, and accounts.
|
||||
- [crypto-hackathon](https://github.com/openclaw/skills/tree/main/skills/swairshah/crypto-hackathon/SKILL.md) - Used when participating in the USDC hackathon (submit projects or vote), including 3 tracks.
|
||||
- [ct-health-guardian](https://github.com/openclaw/skills/tree/main/skills/ctsolutionsdev/ct-health-guardian/SKILL.md) - Proactive health monitoring for AI agents.
|
||||
- [curriculum-generator](https://github.com/openclaw/skills/tree/main/skills/tarasinghrajput/curriculum-generator/SKILL.md) - 具备严格步骤约束与人工升级策略的智能课程生成系统。
|
||||
- [customer-onboarding-2](https://github.com/openclaw/skills/tree/main/skills/jk-0001/customer-onboarding-2/SKILL.md) - 设计并执行促进激活与留存的客户入门流程。
|
||||
- [detox-counter](https://github.com/openclaw/skills/tree/main/skills/jhillin8/detox-counter/SKILL.md) - 通过可自定义计数器与症状日志跟踪戒断进展。
|
||||
- [diet-tracker](https://github.com/openclaw/skills/tree/main/skills/yonghaozhao722/diet-tracker/SKILL.md) - 跟踪每日饮食并计算营养信息。
|
||||
- [efka-api-integration](https://github.com/openclaw/skills/tree/main/skills/satoshistackalotto/efka-api-integration/SKILL.md) - 希腊社会保障(EFKA)集成:员工档案、缴费计算与 APD 报告。
|
||||
- [egvert-health-guardian](https://github.com/openclaw/skills/tree/main/skills/ctsolutionsdev/egvert-health-guardian/SKILL.md) - AI-driven proactive health monitoring.
|
||||
- [endurance-coach](https://github.com/openclaw/skills/tree/main/skills/shiv19/endurance-coach/SKILL.md) - 创建个性化铁三、马拉松与超耐力训练方案。
|
||||
- [eth24](https://github.com/openclaw/skills/tree/main/skills/patmilkgallon/eth24/SKILL.md) - ETH24 Daily Summary Tool: Summarizes popular tweets on specified topics.
|
||||
- [fasting-tracker](https://github.com/openclaw/skills/tree/main/skills/jhillin8/fasting-tracker/SKILL.md) - 跟踪间歇性与长时禁食窗口。
|
||||
- [feast](https://github.com/openclaw/skills/tree/main/skills/smadgerano/feast/SKILL.md) - 含文化主题与地道菜谱的综合膳食规划系统。
|
||||
- [feed-diet](https://github.com/openclaw/skills/tree/main/skills/tkuehnl/feed-diet/SKILL.md) - Audit your information intake on HN and RSS, generating categorized breakdowns and ASCII chart reports.
|
||||
- [fitbit](https://github.com/openclaw/skills/tree/main/skills/mjrussell/fitbit/SKILL.md) - Query Fitbit health data (sleep, heart rate, activity, SpO2).
|
||||
- [fitbit-analytics](https://github.com/openclaw/skills/tree/main/skills/kesslerio/fitbit-analytics/SKILL.md) - Fitbit 健康与健身数据集成。
|
||||
- [free-jobboard-api](https://github.com/openclaw/skills/tree/main/skills/yuqi-or-yuki/free-jobboard-api/SKILL.md) - 面向代理的招聘看板。
|
||||
- [garmer](https://github.com/openclaw/skills/tree/main/skills/garrza/garmer/SKILL.md) - Extract health and exercise data from Garmin Connect.
|
||||
- [garmin-cli](https://github.com/openclaw/skills/tree/main/skills/voydz/garmin-cli/SKILL.md) - Access Garmin Connect health and activity data via non-interactive CLI.
|
||||
- [garmin-health](https://github.com/openclaw/skills/tree/main/skills/eversonl/garmin-health-analysis/SKILL.md) - Use natural language to interact with Garmin data.
|
||||
- [gdpr-cookie-consent](https://github.com/openclaw/skills/tree/main/skills/metehan777/gdpr-cookie-consent/SKILL.md) - Complete guide to GDPR cookie consent for AI agents.
|
||||
- [gevety](https://github.com/openclaw/skills/tree/main/skills/moclippa/gevety/SKILL.md) - Access Gevety health data: biomarkers, healthspan scores, etc.
|
||||
- [groupon-skill](https://github.com/openclaw/skills/tree/main/skills/dejimarquis) - Find local deals and discount services on Groupon.
|
||||
- [hackathon](https://github.com/openclaw/skills/tree/main/skills/swairshah/hackathon/SKILL.md) - Used when participating in the USDC hackathon (submit projects or vote), includes 3 tracks.
|
||||
- [hackathon-manager](https://github.com/openclaw/skills/tree/main/skills/ntombisol/hackathon-manager/SKILL.md) - 跟踪黑客松截止时间、管理提交清单并监控进度。
|
||||
- [hackathon-manager](https://github.com/openclaw/skills/tree/main/skills/tonbistudio/hackathon-manager/SKILL.md) - 跟踪黑客松截止时间、管理提交清单并监控进度。
|
||||
- [hacker-news-poster](https://github.com/openclaw/skills/tree/main/skills/saikatkumardey/hacker-news-poster/SKILL.md) - Post, comment, and interact on Hacker News.
|
||||
- [health-guardian](https://github.com/openclaw/skills/tree/main/skills/cgtreadw/health-guardian/SKILL.md) - Proactive health monitoring for AI agents.
|
||||
- [health-summary](https://github.com/openclaw/skills/tree/main/skills/yusaku-0426/health-summary/SKILL.md) - 生成日/周/月健康总结,含营养总量、目标对比与趋势。
|
||||
- [health-sync](https://github.com/openclaw/skills/tree/main/skills/filipe-m-almeida/health-sync/SKILL.md) - Analyze the synchronized health data of Oura, Withings, Hevy, Strava, WHOOP, and Eight Sleep.
|
||||
- [heartbeat-checklist](https://github.com/openclaw/skills/tree/main/skills/felipetruman/heartbeat-checklist/SKILL.md) - 定期执行这些检查(每日 2-4 次)。
|
||||
- [hevy](https://github.com/openclaw/skills/tree/main/skills/mjrussell/hevy/SKILL.md) - Query Hevy training data (workouts, plans, exercises).
|
||||
- [hle-reasoning-wrapper](https://github.com/openclaw/skills/tree/main/skills/wanng-ide/hle-reasoning-wrapper/SKILL.md) - Encapsulate HLE benchmark problems with a structured CoT reasoning process.
|
||||
- [huckleberry](https://github.com/openclaw/skills/tree/main/skills/jayhickey/huckleberry/SKILL.md) - Track your baby's sleep, feeding, diapering, and growth with Huckleberry.
|
||||
- [humaboam-final](https://github.com/openclaw/skills/tree/main/skills/yuqi-or-yuki/humaboam-final/SKILL.md) - 面向代理的招聘看板。
|
||||
- [intervals-icu](https://github.com/openclaw/skills/tree/main/skills/pseuss/intervals-icu-api/SKILL.md) - 访问与管理训练数据的完整指南。
|
||||
- [jasper-configguard](https://github.com/openclaw/skills/tree/main/skills/emberdesire/jasper-configguard/SKILL.md) - Provide automated protection with OpenClaw security configuration change capabilities.
|
||||
- [maccabi-pharm-search](https://github.com/openclaw/skills/tree/main/skills/alexpolonsky/maccabi-pharm-search/SKILL.md) - Check the medicine stock at Maccabi pharmacy in Israel.
|
||||
- [mealie-api](https://github.com/openclaw/skills/tree/main/skills/angusthefuzz/mealie-api/SKILL.md) - Interact with the Mealie recipe manager (recipes, shopping lists, meal plans).
|
||||
- [mh-1password](https://github.com/openclaw/skills/tree/main/skills/mohdalhashemi98-hue/mh-1password/SKILL.md) - Configure and use 1Password CLI (op).
|
||||
- [muscle-gain](https://github.com/openclaw/skills/tree/main/skills/jhillin8/muscle-gain/SKILL.md) - 通过重量进阶与蛋白跟踪记录增肌进展。
|
||||
- [nicholasrae-expense-tracker](https://github.com/openclaw/skills/tree/main/skills/nicholasrae/nicholasrae-expense-tracker/SKILL.md) - Just tell your expenses, and AI can record them, categorize them, and track them against your budget.
|
||||
- [norman-overdue-reminders](https://github.com/openclaw/skills/tree/main/skills/stanlee000/norman-overdue-reminders/SKILL.md) - 查找逾期发票并向客户发送付款提醒(催款通知)。
|
||||
- [norman-tax-report](https://github.com/openclaw/skills/tree/main/skills/stanlee000/norman-tax-report/SKILL.md) - 审阅并管理德国税务报表(增值税、预缴所得税与税局申报)。
|
||||
- [openalexandria](https://github.com/openclaw/skills/tree/main/skills/havneco/openalexandria/SKILL.md) - Query and submit artifacts to the OpenAlexandria Federal Knowledge Protocol (default reference node).
|
||||
- [opencal](https://github.com/openclaw/skills/tree/main/skills/neikfu/opencal/SKILL.md) - 在 OpenCal 中记录饮食、查看营养进展并管理热量目标。
|
||||
- [openfunderse-participant](https://github.com/openclaw/skills/tree/main/skills/wiimdy/openfunderse-participant/SKILL.md) - Participant MoltBot for assignment proposals, verification, and submission.
|
||||
- [openfunderse-strategy](https://github.com/openclaw/skills/tree/main/skills/wiimdy/openfunderse-strategy/SKILL.md) - Participant MoltBot for assignment proposals, verification, and submission.
|
||||
- [oura-analytics](https://github.com/openclaw/skills/tree/main/skills/kesslerio/oura-analytics/SKILL.md) - Oura Ring 数据集成与分析。
|
||||
- [paramus-chemistry](https://github.com/openclaw/skills/tree/main/skills/gressling/paramus-chemistry/SKILL.md) - 数百种化学与科学计算工具。
|
||||
- [portfolio-tracking-skill](https://github.com/openclaw/skills/tree/main/skills/aigeneralstore/portfolio-tracking-skill/SKILL.md) - 完全本地运行的投资组合追踪器。
|
||||
- [ramalama-cli](https://github.com/openclaw/skills/tree/main/skills/ieaves/ramalama-cli/SKILL.md) - Run and interact with AI agents.
|
||||
- [recipe-finder](https://github.com/openclaw/skills/tree/main/skills/harshasic/recipe-finder/SKILL.md) - Use TheMealDB free API to search for recipes by ingredients, cuisine, or dietary preferences.
|
||||
- [redshift](https://github.com/openclaw/skills/tree/main/skills/accolver/redshift/SKILL.md) - 使用 Redshift CLI 管理应用密钥(去中心化加密机密)。
|
||||
- [revenue-tracker](https://github.com/openclaw/skills/tree/main/skills/gpunter/revenue-tracker/SKILL.md) - Track the income, expenses, and funding runway of autonomous AI agents.
|
||||
- [sample-skill](https://github.com/openclaw/skills/tree/main/skills/swairshah/sample-skill/SKILL.md) - Used when participating in the USDC hackathon (submit projects or vote), includes 3 tracks.
|
||||
- [sauna-calm](https://github.com/openclaw/skills/tree/main/skills/grx21/sauna-calm/SKILL.md) - 通过呼吸练习和 Sauna.ai 提醒来安抚焦虑的用户。
|
||||
- [security-checker](https://github.com/openclaw/skills/tree/main/skills/johstracke/security-checker/SKILL.md) - A security scanner for Python skills used before publishing to ClawHub.
|
||||
- [soft-pillow](https://github.com/openclaw/skills/tree/main/skills/kivs/soft-pillow/SKILL.md) - Use when the user asks about sleep data, dream history, or Soft Pillow records.
|
||||
- [suisec](https://github.com/openclaw/skills/tree/main/skills/k66inthesky/suisec/SKILL.md) - Sui Secure: Simulate transactions through dry-run and compare the results.
|
||||
- [system-health-check](https://github.com/openclaw/skills/tree/main/skills/satoshistackalotto/system-health-check/SKILL.md) - 系统健康校验器:检查技能文件、路径、权限、二进制、备份新鲜度与加密。
|
||||
- [tribe-protocol](https://github.com/openclaw/skills/tree/main/skills/cheenu1092-oss/tribe-protocol/SKILL.md) - 对每次非所有者交互执行强制信任查询。
|
||||
- [triggercmd](https://github.com/openclaw/skills/tree/main/skills/rvmey/triggercmd/SKILL.md) - Remotely list and execute commands via the TRIGGERcmd REST API.
|
||||
- [twitter-post](https://github.com/openclaw/skills/tree/main/skills/sit-in/twitter-post/SKILL.md) - Post Twitter/X tweets via the official API v2 (OAuth 1.0a).
|
||||
- [ub2-api-health-checker](https://github.com/openclaw/skills/tree/main/skills/underbench2-gif/ub2-api-health-checker/SKILL.md) - Let Claw test API endpoints, validate responses, measure performance, and generate health reports.
|
||||
- [usdc](https://github.com/openclaw/skills/tree/main/skills/swairshah/usdc/SKILL.md) - Used when participating in the USDC hackathon (submit projects or vote), including 3 tracks.
|
||||
- [usdc-hackathon](https://github.com/openclaw/skills/tree/main/skills/swairshah/usdc-hackathon/SKILL.md) - Used when participating in the USDC hackathon (submit projects or vote), including 3 tracks.
|
||||
- [uv-priority](https://github.com/openclaw/skills/tree/main/skills/marcoracer/uv-priority/SKILL.md) - Prioritize using uv over pip in Python package management and execution.
|
||||
- [vynn-backtester](https://github.com/openclaw/skills/tree/main/skills/beee003/vynn-backtester/SKILL.md) - Use natural language to run trading strategy backtests (powered by Vynn).
|
||||
- [xrpl-tx-builder](https://github.com/openclaw/skills/tree/main/skills/harleyscodes/xrpl-tx-builder/SKILL.md) - Build and sign XRP Ledger transactions.
|
||||
- [yumstock](https://github.com/openclaw/skills/tree/main/skills/yumyumtum/yumstock/SKILL.md) - 基于宏观门控的美股分析,结合技术指标、基本面与宏观环境加权评估。
|
||||
177
categories/image-and-video-generation.md
Normal file
177
categories/image-and-video-generation.md
Normal file
@@ -0,0 +1,177 @@
|
||||
# 图像与视频生成
|
||||
|
||||
[← 返回主列表](../README.md#table-of-contents)
|
||||
|
||||
**169 个技能**
|
||||
|
||||
- [aada](https://github.com/openclaw/skills/tree/main/skills/rylena/aada/SKILL.md) - Create and send interesting and personalized promotional messages from the agent to the Moltbook audience.
|
||||
- [ace-music](https://github.com/openclaw/skills/tree/main/skills/fspecii/ace-music/SKILL.md) - Use ACE-Step 1.5 to generate AI music through the ACE Music free API.
|
||||
- [acorn-prover](https://github.com/openclaw/skills/tree/main/skills/flyingnobita/acorn-prover/SKILL.md) - Use the Acorn theorem prover for formal proofs in mathematics and cryptography.
|
||||
- [adobe-automator](https://github.com/openclaw/skills/tree/main/skills/abdul-karim-mia/adobe-automator/SKILL.md) - 通过 ExtendScript 桥接实现 Adobe 应用通用自动化。
|
||||
- [afame](https://github.com/openclaw/skills/tree/main/skills/adebayoabdushaheed-a11y/afame/SKILL.md) - Generate diverse and creative illustrations through the OpenAI Images API.
|
||||
- [age-transformation](https://github.com/openclaw/skills/tree/main/skills/eftalyurtseven/age-transformation/SKILL.md) - Use each::sense AI for cross-age facial changes.
|
||||
- [agentchan](https://github.com/openclaw/skills/tree/main/skills/vvsotnikov/agentchan/SKILL.md) - An anonymous image community built for AI agents.
|
||||
- [agentos-mesh](https://github.com/openclaw/skills/tree/main/skills/agentossoftware/agentos-mesh/SKILL.md) - Support real-time communication between AI agents.
|
||||
- [agents-skill-podcastifier](https://github.com/openclaw/skills/tree/main/skills/cerbug45/agents-skill-podcastifier/SKILL.md) - Segment the input text (emails/briefings) and splice it into short TTS podcasts.
|
||||
- [ai-avatar-generation](https://github.com/openclaw/skills/tree/main/skills/eftalyurtseven/ai-avatar-generation/SKILL.md) - Use each::sense to generate AI avatars from photos or text descriptions.
|
||||
- [ai-headshot-generation](https://github.com/openclaw/skills/tree/main/skills/eftalyurtseven/ai-headshot-generation/SKILL.md) - Use each::sense AI to turn casual photos into professional headshots.
|
||||
- [ai-persona-engine](https://github.com/openclaw/skills/tree/main/skills/brandonwadepackard-cell/ai-persona-engine/SKILL.md) - 通过导演式提示构建情感智能型语音/聊天角色人格。
|
||||
- [ai-video-gen](https://github.com/openclaw/skills/tree/main/skills/rhanbourinajd/ai-video-gen/SKILL.md) - 端到端 AI 视频生成:从文本创建视频。
|
||||
- [aikek](https://github.com/openclaw/skills/tree/main/skills/vvsotnikov/aikek/SKILL.md) - Call AIKEK API for encryption/DeFi research and image generation.
|
||||
- [aiusd](https://github.com/openclaw/skills/tree/main/skills/chaunceyliu/aiusd/SKILL.md) - AIUSD trading and account management skills.
|
||||
- [aiusd-skills](https://github.com/openclaw/skills/tree/main/skills/chaunceyliu/aiusd-skills/SKILL.md) - AIUSD trading and account management skills.
|
||||
- [album-cover-generation](https://github.com/openclaw/skills/tree/main/skills/eftalyurtseven/album-cover-generation/SKILL.md) - Use each::sense AI to generate professional music album covers.
|
||||
- [algorithmic-art](https://github.com/openclaw/skills/tree/main/skills/seanphan/algorithmic-art/SKILL.md) - Use p5.js with reproducible random seeds to create generative art.
|
||||
- [apipick-china-phone-checker](https://github.com/openclaw/skills/tree/main/skills/javainthinking/apipick-china-phone-checker/SKILL.md) - Use the apipick API to verify the validity of Chinese mobile phone numbers.
|
||||
- [art-philosophy](https://github.com/openclaw/skills/tree/main/skills/nyxur42/art-philosophy/SKILL.md) - 自动学习你的视觉语言。
|
||||
- [ascii-art-generator](https://github.com/openclaw/skills/tree/main/skills/ustc-yxw/ascii-art-generator/SKILL.md) - Create ASCII art and text visualizations for creation, technical illustration, or conceptual expression.
|
||||
- [atxp](https://github.com/openclaw/skills/tree/main/skills/emilioacc/atxp/SKILL.md) - Call the ATXP paid API tools (web search, image generation, music creation, etc.).
|
||||
- [beauty-generation-api](https://github.com/openclaw/skills/tree/main/skills/luruibu/beauty-generation-api/SKILL.md) - Free AI image generation service.
|
||||
- [best-image](https://github.com/openclaw/skills/tree/main/skills/pharmacist9527/best-image/SKILL.md) - High-quality AI image generation (about $0.12-0.20 per image).
|
||||
- [best-image-generation](https://github.com/openclaw/skills/tree/main/skills/evolinkai/best-image-generation/SKILL.md) - High-quality AI image generation (about $0.12-0.20 per image).
|
||||
- [bex-nano-banana-pro](https://github.com/openclaw/skills/tree/main/skills/bextuychiev/bex-nano-banana-pro/SKILL.md) - Generate or edit images on Replicate with Gemini 3 Pro Image.
|
||||
- [breeze](https://github.com/openclaw/skills/tree/main/skills/keeganthomp/breeze/SKILL.md) - Interact with the Breeze revenue aggregator via the x402 payment-gated HTTP API.
|
||||
- [cad-agent](https://github.com/clawdbot/skills/tree/main/skills/clawd-maf/cad-agent/SKILL.md) - Rendering server for CAD work agents.
|
||||
- [calorie-visualizer](https://github.com/openclaw/skills/tree/main/skills/vintlin/calorie-visualizer/SKILL.md) - 本地热量记录与可视化报告(每次记录后自动刷新并返回图像)。
|
||||
- [canva-connect](https://github.com/openclaw/skills/tree/main/skills/coolmanns/canva-connect/SKILL.md) - Manage Canva designs, assets, and folders through the Connect API.
|
||||
- [canvs](https://github.com/openclaw/skills/tree/main/skills/voronkovm/canvs/SKILL.md) - Use Canvs.io to create and manipulate collaborative whiteboards and charts.
|
||||
- [captions](https://github.com/openclaw/skills/tree/main/skills/therohitdas/captions/SKILL.md) - Extract CC and subtitles from YouTube videos.
|
||||
- [catalog](https://github.com/openclaw/skills/tree/main/skills/rodbalbino/catalog/SKILL.md) - Simple studio directory example (hello world).
|
||||
- [cavas-skill](https://github.com/openclaw/skills/tree/main/skills/ttboy/cavas-skill/SKILL.md) - Create visually appealing works in .png and .pdf based on design concepts.
|
||||
- [chart-image](https://github.com/openclaw/skills/tree/main/skills/dannyshmueli/chart-image/SKILL.md) - 从数据生成可出版质量的图表图像。
|
||||
- [chart-splat](https://github.com/openclaw/skills/tree/main/skills/bobbyg603/chart-splat/SKILL.md) - Generate beautiful charts through the Chart Splat API.
|
||||
- [cheapest-image](https://github.com/openclaw/skills/tree/main/skills/pharmacist9527/cheapest-image/SKILL.md) - 可能是最便宜的 AI 图像生成(约 $0.0036/张)。
|
||||
- [cheapest-image-generation](https://github.com/openclaw/skills/tree/main/skills/evolinkai/cheapest-image-generation/SKILL.md) - 可能是最便宜的 AI 图像生成(约 $0.0036/张)。
|
||||
- [checksum](https://github.com/openclaw/skills/tree/main/skills/autogame-17/checksum/SKILL.md) - A CLI tool to generate and verify file encryption checksums (MD5, SHA1, SHA256).
|
||||
- [clinkding](https://github.com/openclaw/skills/tree/main/skills/daveonkels/clinkding/SKILL.md) - 管理 linkding 书签:保存链接、搜索、打标签与整理。
|
||||
- [color-palette](https://github.com/openclaw/skills/tree/main/skills/qrost/color-palette/SKILL.md) - Extract color palettes from images, return HEX/RGB values, and optionally output color swatch images.
|
||||
- [coloring-page](https://github.com/openclaw/skills/tree/main/skills/borahm/coloring-page/SKILL.md) - 将上传照片转换为可打印黑白涂色稿。
|
||||
- [comfy-cli](https://github.com/openclaw/skills/tree/main/skills/johntheyoung/comfy-cli/SKILL.md) - Install, manage, and run ComfyUI instances.
|
||||
- [comfyui](https://github.com/openclaw/skills/tree/main/skills/xtopher86/comfyui-request/SKILL.md) - Send workflow requests to ComfyUI and return image results.
|
||||
- [comfyui-imagegen](https://github.com/openclaw/skills/tree/main/skills/halr9000/comfyui-imagegen/SKILL.md) - Generate images using Flux2 workflow through ComfyUI API (localhost:8188).
|
||||
- [cubistic-bot-runner](https://github.com/openclaw/skills/tree/main/skills/andreasnordenadler/cubistic-bot-runner/SKILL.md) - Use the Cubistic HTTP API (PoW challenge /act) to run a politely participatory Cubistic painting robot.
|
||||
- [cybercentry-private-data-verification](https://github.com/openclaw/skills/tree/main/skills/cybercentry/cybercentry-private-data-verification/SKILL.md) - ACP上的Cybercentry私有数据验证:实时零知识证明生成与文本完整性校验。
|
||||
- [data-viz](https://github.com/openclaw/skills/tree/main/skills/ianalloway/data-viz/SKILL.md) - 在命令行创建数据可视化。
|
||||
- [depth-map-generation](https://github.com/openclaw/skills/tree/main/skills/eftalyurtseven/depth-map-generation/SKILL.md) - Use each::sense AI to generate depth maps from images.
|
||||
- [didit-age-estimation](https://github.com/openclaw/skills/tree/main/skills/rosasalberto/didit-age-estimation/SKILL.md) - Integrate the Didit Age Estimation standalone API to estimate age from facial images.
|
||||
- [didit-passive-liveness](https://github.com/openclaw/skills/tree/main/skills/rosasalberto/didit-passive-liveness/SKILL.md) - Integrate the Didit Passive Liveness standalone API to verify whether the user is genuinely present.
|
||||
- [digiforma](https://github.com/openclaw/skills/tree/main/skills/mibbou/digiforma/SKILL.md) - Query the Digiforma training management platform via the GraphQL API.
|
||||
- [dxf-to-image](https://github.com/openclaw/skills/tree/main/skills/qrost/dxf-to-image/SKILL.md) - Convert DXF to PNG, JPG, or SVG for sharing (as in the example scenario).
|
||||
- [e2ee](https://github.com/openclaw/skills/tree/main/skills/titocosta/e2ee/SKILL.md) - End-to-end encrypted messages for AI agents.
|
||||
- [eachlabs-face-swap](https://github.com/openclaw/skills/tree/main/skills/eftalyurtseven/eachlabs-face-swap/SKILL.md) - Use EachLabs AI to perform face swapping between images.
|
||||
- [eachlabs-fashion-ai](https://github.com/openclaw/skills/tree/main/skills/eftalyurtseven/eachlabs-fashion-ai/SKILL.md) - 生成时尚图像、虚拟试穿与走秀视频。
|
||||
- [eachlabs-image-edit](https://github.com/openclaw/skills/tree/main/skills/eftalyurtseven/eachlabs-image-edit/SKILL.md) - Use 200 AI models to edit, transform, and enlarge images.
|
||||
- [eachlabs-image-generation](https://github.com/openclaw/skills/tree/main/skills/eftalyurtseven/eachlabs-image-generation/SKILL.md) - Use Flux, GPT Image, Gemini, and Imagen to generate images.
|
||||
- [eachlabs-video-edit](https://github.com/openclaw/skills/tree/main/skills/eftalyurtseven/eachlabs-video-edit/SKILL.md) - 编辑视频(口型同步、翻译、字幕)。
|
||||
- [eachlabs-video-generation](https://github.com/openclaw/skills/tree/main/skills/eftalyurtseven/eachlabs-video-generation/SKILL.md) - Use AI models to generate videos from text/images.
|
||||
- [emotionwise](https://github.com/openclaw/skills/tree/main/skills/timexicali/emotionwise/SKILL.md) - Use the EmotionWise API to analyze text emotions and sarcasm (28 labels, EN/ES).
|
||||
- [enginemind-eft](https://github.com/openclaw/skills/tree/main/skills/marceloadryao/enginemind-eft/SKILL.md) - EFT——情绪框架转换器。
|
||||
- [Excalidraw Flowchart](https://github.com/openclaw/skills/tree/main/skills/swiftlysingh/excalidraw-flowchart/SKILL.md) - Create an Excalidraw flowchart based on the description.
|
||||
- [fal-ai](https://github.com/openclaw/skills/tree/main/skills/agmmnn/fal-ai/SKILL.md) - Generate images, videos, and audio through the fal.ai API (FLUX, SDXL, Whisper, etc.).
|
||||
- [fal-text-to-image](https://github.com/openclaw/skills/tree/main/skills/delorenj/fal-text-to-image/SKILL.md) - Use fal.ai to generate, remix, and edit images.
|
||||
- [ffmpeg-video-editor](https://github.com/openclaw/skills/tree/main/skills/mahmoudadelbghany/ffmpeg-video-editor/SKILL.md) - Generate FFmpeg commands from natural language.
|
||||
- [figma](https://github.com/openclaw/skills/tree/main/skills/maddiedreese/figma/SKILL.md) - Professional Figma design analysis and asset export.
|
||||
- [find-stl](https://github.com/openclaw/skills/tree/main/skills/ajmwagar/find-stl/SKILL.md) - 搜索并下载可直接打印的 3D 模型文件(STL/3MF/ZIP)。
|
||||
- [foam-notes](https://github.com/openclaw/skills/tree/main/skills/hegghammer/foam-notes/SKILL.md) - Handle the contents of the Foam notes repository.
|
||||
- [gambling](https://github.com/openclaw/skills/tree/main/skills/rollhub-dev/gambling/SKILL.md) - Play casino games (dice, coin toss, roulette) with real cryptocurrency at Agent Casino.
|
||||
- [gamma](https://github.com/openclaw/skills/tree/main/skills/stopmoclay/gamma/SKILL.md) - Use Gamma.app to generate AI-powered presentations, documents, and social media content.
|
||||
- [generate-news-article](https://github.com/openclaw/skills/tree/main/skills/near2sea/generate-news-article/SKILL.md) - Generate independent Markdown articles based on SerpAPI Google search results (including images).
|
||||
- [geo-blocking](https://github.com/openclaw/skills/tree/main/skills/raghulpasupathi/geo-blocking/SKILL.md) - 面向地理限制与区域合规的技能集合。
|
||||
- [gifhorse](https://github.com/openclaw/skills/tree/main/skills/coyote-git/gifhorse/SKILL.md) - Search video dialogues and generate reaction GIFs with timed subtitles.
|
||||
- [gift-genius](https://github.com/openclaw/skills/tree/main/skills/evoleinik/gift-genius/SKILL.md) - 基于地理位置的情人节礼物推荐器。
|
||||
- [giveagent](https://github.com/openclaw/skills/tree/main/skills/breezefox-studios/giveagent/SKILL.md) - 代理之间的免费物品赠送。
|
||||
- [google-gemini-media](https://github.com/openclaw/skills/tree/main/skills/xsir0/google-gemini-media/SKILL.md) - Use the Gemini API to handle media tasks.
|
||||
- [google-imagen-3-portrait-photography](https://github.com/openclaw/skills/tree/main/skills/questlmuc/google-imagen-3-portrait-photography/SKILL.md) - Use Google Imagen 3 to generate professional portrait photography images.
|
||||
- [grok-image-cli](https://github.com/openclaw/skills/tree/main/skills/cyberash-dev/grok-image-cli/SKILL.md) - Generate and edit images via the Grok API from the command line.
|
||||
- [grok-imagine-image-pro](https://github.com/openclaw/skills/tree/main/skills/nixeifoit/grok-imagine-image-pro/SKILL.md) - Use xAI Grok/Flux API to generate high-quality images.
|
||||
- [heygen-avatar-lite](https://github.com/openclaw/skills/tree/main/skills/daaab/heygen-avatar-lite/SKILL.md) - Create AI digital human video through HeyGen API.
|
||||
- [hinge-liker](https://github.com/openclaw/skills/tree/main/skills/mattttman/hinge-liker/SKILL.md) - Use Android emulator Gemini Visual AI to automatically like Hinge profiles.
|
||||
- [hinge-profile-optimizer](https://github.com/openclaw/skills/tree/main/skills/b1rdmania/hinge-profile-optimizer/SKILL.md) - Research-based comprehensive optimization of Hinge dating profiles.
|
||||
- [hotdog](https://github.com/openclaw/skills/tree/main/skills/mishafyi/hotdog/SKILL.md) - Hot dog or not? Classify food photos and challenge Nemotron.
|
||||
- [idx-cma-report](https://github.com/openclaw/skills/tree/main/skills/danielfoch/idx-cma-report/SKILL.md) - Generate CMA and property valuation reports based on IDX listing data and comparable samples.
|
||||
- [image-detection](https://github.com/openclaw/skills/tree/main/skills/raghulpasupathi/image-detection/SKILL.md) - Skills for analyzing and detecting AI-generated images.
|
||||
- [image-gen](https://github.com/openclaw/skills/tree/main/skills/wells1137/image-gen/SKILL.md) - Using multiple models to generate images: Midjourney (via Legnext.ai), Flux, SDXL, Nano Banana (Gemini).
|
||||
- [image-hosting](https://github.com/openclaw/skills/tree/main/skills/rahulgi/image-hosting/SKILL.md) - Upload the image to img402.dev and get a public URL.
|
||||
- [image-magik-resize](https://github.com/openclaw/skills/tree/main/skills/pr1vateer/image-magik-resize/SKILL.md) - Use ImageMagick (CLI) to resize images.
|
||||
- [immich-api](https://github.com/openclaw/skills/tree/main/skills/ninjazan420/immich-api/SKILL.md) - Immich 照片管理 API 桥接技能。
|
||||
- [immortal](https://github.com/openclaw/skills/tree/main/skills/majestyatenkhu/immortal/SKILL.md) - Provide AI agents with the ability to assess the vitality of crypto assets.
|
||||
- [instagram-photo-text-overlay](https://github.com/openclaw/skills/tree/main/skills/psyduckler/instagram-photo-text-overlay/SKILL.md) - Overlay text on Instagram photo posts.
|
||||
- [instagram-reels](https://github.com/openclaw/skills/tree/main/skills/antoinedc/instagram-reels/SKILL.md) - Download Instagram Reels, transcribe audio, and extract subtitles.
|
||||
- [install-then-update-trap-detector](https://github.com/openclaw/skills/tree/main/skills/andyxinweiminicloud/install-then-update-trap-detector/SKILL.md) - 检测“先安装后更新”攻击模式(初审干净、后续注入恶意更新)。
|
||||
- [kai-tw-figma](https://github.com/openclaw/skills/tree/main/skills/kai-tw/kai-tw-figma/SKILL.md) - Invoke the Figma REST API to read files, export layer/component images, and retrieve comments.
|
||||
- [kling-video-generator](https://github.com/wells1137/kling-video-generator/blob/master/SKILL.md) - Use Kling 3.0 Omni to generate high-quality videos from text, images, or videos, covering text-to-video, image-to-video, video editing, multi-camera, and audio-video synchronization.
|
||||
- [kie-ai-skill](https://github.com/openclaw/skills/tree/main/skills/jon-xo/kie-ai-skill/SKILL.md) - Access multiple AI models (Nano Banana Pro, Flux, 4o-image) for image generation through kie.ai (30-80% cost advantage).
|
||||
- [kraken-pro](https://github.com/openclaw/skills/tree/main/skills/in-liberty420/kraken-pro/SKILL.md) - Manage Kraken trading account: portfolio, market quotes, trading, finance/staking, and ledger export.
|
||||
- [macos-local-voice](https://github.com/openclaw/skills/tree/main/skills/strrl/macos-local-voice/SKILL.md) - Implement local STT and TTS on macOS using Apple's native capabilities.
|
||||
- [mamo](https://github.com/openclaw/skills/tree/main/skills/anajuliabit/mamo/SKILL.md) - Interact with Mamo DeFi yield strategies on Base (Moonwell).
|
||||
- [media-writing](https://github.com/openclaw/skills/tree/main/skills/alvinecarn/media-writing/SKILL.md) - 专业媒体写作技能,擅长创作高吸引力与高影响力内容。
|
||||
- [medical-specialty-briefs](https://github.com/openclaw/skills/tree/main/skills/johnyquest7/medical-specialty-briefs/SKILL.md) - 为任意医学专科生成每日或按需医学研究简报。
|
||||
- [memelink](https://github.com/openclaw/skills/tree/main/skills/dedene/memelink/SKILL.md) - Use the Memegen.link API to generate memes, image macros, and meme links in the terminal.
|
||||
- [minara](https://github.com/openclaw/skills/tree/main/skills/lowesyang/minara/SKILL.md) - Cryptocurrency trading capabilities: exchange, perpetual contracts, transfers, payments, deposits (bank card/crypto), withdrawals, AI chat, and market discovery.
|
||||
- [mindmap-generator](https://github.com/openclaw/skills/tree/main/skills/parasharnagle/mindmap-generator/SKILL.md) - Generate a visual mind map (PNG) based on conversations, goals, decisions, and daily priorities.
|
||||
- [mixtiles-it](https://github.com/openclaw/skills/tree/main/skills/saharcarmel/mixtiles-it/SKILL.md) - Send photos to Mixtiles to order wall decorations.
|
||||
- [moonfunsdk](https://github.com/openclaw/skills/tree/main/skills/moonnfunofficial/moonfunsdk/SKILL.md) - 专业 Python SDK:在 BSC 上创建和交易 Meme 代币,并支持 AI 图像生成。
|
||||
- [nanobanana-pro-fallback](https://github.com/openclaw/skills/tree/main/skills/yazelin/nanobanana-pro-fallback/SKILL.md) - Nano Banana Pro with automatic model fallback: Generate/Edit images via Gemini Image API.
|
||||
- [nk-images-search](https://github.com/openclaw/skills/tree/main/skills/tompltw/nk-images-search/SKILL.md) - Search 1 million free high-quality AI material images.
|
||||
- [nyne-deep-research](https://github.com/openclaw/skills/tree/main/skills/michaelfanous2/nyne-deep-research/SKILL.md) - Use the Nyne Deep Research API to research any person.
|
||||
- [ocr-python](https://github.com/openclaw/skills/tree/main/skills/roamerxv/ocr-python/SKILL.md) - OCR tool that supports extracting Chinese and English text from PDFs and images.
|
||||
- [ollama-x-z-image-turbo](https://github.com/openclaw/skills/tree/main/skills/eric51/ollama-x-z-image-turbo/SKILL.md) - Generate images through **Ollama** (`x/z-image-turbo` model) and send them to WhatsApp.
|
||||
- [openai-image-cli](https://github.com/openclaw/skills/tree/main/skills/g9pedro/openai-image-cli/SKILL.md) - Generate, edit, and manage images with OpenAI's GPT Image and DALL-E models.
|
||||
- [opencr-skill](https://github.com/openclaw/skills/tree/main/skills/topdu/opencr-skill/SKILL.md) - Use OpenOCR to extract text from images, documents, and scanned PDFs, supporting detection and recognition.
|
||||
- [opengfx](https://github.com/openclaw/skills/tree/main/skills/aklo360/opengfx/SKILL.md) - AI 品牌设计系统:通过 ACP 或 x402 生成 Logo、品牌吉祥物、社交媒体素材与品牌营销图。
|
||||
- [openindex](https://github.com/openclaw/skills/tree/main/skills/titocosta/openindex/SKILL.md) - End-to-end encrypted messages for AI agents.
|
||||
- [openocr-skill](https://github.com/openclaw/skills/tree/main/skills/topdu/openocr-skill/SKILL.md) - Use OpenOCR to extract text from images, documents, and scanned PDFs.
|
||||
- [options-spread-conviction-engine](https://github.com/openclaw/skills/tree/main/skills/adamnaghs/options-spread-conviction-engine/SKILL.md) - 具备量化严谨性的多市场状态期权价差分析引擎。
|
||||
- [paddleocr-doc-parsing-v2](https://github.com/openclaw/skills/tree/main/skills/hiotec/paddleocr-doc-parsing-v2/SKILL.md) - Use the PaddleOCR API to parse documents.
|
||||
- [paythefly](https://github.com/openclaw/skills/tree/main/skills/seanlan/paythefly/SKILL.md) - 为应用创建加密支付与提现链接。
|
||||
- [photo-captions](https://github.com/openclaw/skills/tree/main/skills/pfrederiksen/photo-captions/SKILL.md) - 为摄影内容生成平台优化的社媒文案。
|
||||
- [photoshop-automator](https://github.com/openclaw/skills/tree/main/skills/abdul-karim-mia/photoshop-automator/SKILL.md) - 通过 COM/ExtendScript 桥接实现专业 Adobe Photoshop 自动化。
|
||||
- [picsee-short-link](https://github.com/openclaw/skills/tree/main/skills/picseeinc/picsee-short-link/SKILL.md) - Use PicSee (pse.is) to shorten links.
|
||||
- [pls-office-docs](https://github.com/openclaw/skills/tree/main/skills/mattvalenta/pls-office-docs/SKILL.md) - Generate and process office documents (PDF, DOCX, XLSX, PPTX) for professional reports, presentations, and data work.
|
||||
- [poidh](https://github.com/openclaw/skills/tree/main/skills/saltorioussig/poidh/SKILL.md) - Post bounties on poidh (pics or it didn't happen) on Base and evaluate/accept winning submissions.
|
||||
- [pokecenter](https://github.com/openclaw/skills/tree/main/skills/aiengineerx/pokecenter/SKILL.md) - 免费发行你自己的 Solana 代币。
|
||||
- [popup-organizer](https://github.com/openclaw/skills/tree/main/skills/eliaskress/popup-organizer/SKILL.md) - Search for and hire mobile vendors for events on PopUp.
|
||||
- [pr-generator](https://github.com/openclaw/skills/tree/main/skills/nbf819-web/pr-generator/SKILL.md) - Generate QR codes from text, URLs, or images.
|
||||
- [preisrunter](https://github.com/openclaw/skills/tree/main/skills/davidus05/preisrunter/SKILL.md) - Search and compare food prices and promotions in Austria and Germany through the Preisrunter API.
|
||||
- [publora-instagram](https://github.com/openclaw/skills/tree/main/skills/sergebulaev/publora-instagram/SKILL.md) - Use the Publora API to publish or schedule Instagram content.
|
||||
- [qr-gen](https://github.com/openclaw/skills/tree/main/skills/claudiodrusus/qr-gen/SKILL.md) - Generate QR codes from text, URL, WiFi credentials, vCard, or any data.
|
||||
- [quest-board](https://github.com/openclaw/skills/tree/main/skills/yx2601816404-sys/quest-board/SKILL.md) - You have enabled the **Quest Board** skill: a visual project dashboard.
|
||||
- [quote0](https://github.com/openclaw/skills/tree/main/skills/yangguangzhou/quote0/SKILL.md) - Control MindReset Dot Quote/0 through the local quote0.js script and Dot Developer Platform API.
|
||||
- [reepl](https://github.com/openclaw/skills/tree/main/skills/abhibavishi/reepl/SKILL.md) - 使用 Reepl 管理你的 LinkedIn 影响力:创建草稿、发布和排程帖子、管理联系人。
|
||||
- [rent-a-human](https://github.com/openclaw/skills/tree/main/skills/alexanderliteplo/rent-a-human/SKILL.md) - Hire real humans to complete real-world tasks through RentAHuman.ai.
|
||||
- [rent-a-person-ai](https://github.com/openclaw/skills/tree/main/skills/saireetikap/rent-a-person-ai/SKILL.md) - > 雇佣人类来完成AI无法做到的现实任务:送货、开会、跑腿、摄影、宠物护理。
|
||||
- [rentahuman](https://github.com/openclaw/skills/tree/main/skills/alexanderliteplo/rentahuman/SKILL.md) - Hire real people to complete real-world tasks through RentAHuman.ai.
|
||||
- [research-library](https://github.com/openclaw/skills/tree/main/skills/jonbuckles/research-library/SKILL.md) - 面向硬件项目的本地优先多媒体研究资料库。
|
||||
- [rollhub-affiliate](https://github.com/openclaw/skills/tree/main/skills/rollhub-dev/rollhub-affiliate/SKILL.md) - Promote provably fair AI casinos and earn crypto profits.
|
||||
- [rollhub-analyst](https://github.com/openclaw/skills/tree/main/skills/rollhub-dev/rollhub-analyst/SKILL.md) - 在可验证公平的加密赌场上研究并回测博彩策略。
|
||||
- [rug-checker](https://github.com/openclaw/skills/tree/main/skills/tkuehnl/rug-checker/SKILL.md) - Solana Token Rug 风险分析:10 项链上检查并输出可视化报告。
|
||||
- [saa-agent](https://github.com/openclaw/skills/tree/main/skills/mirabarukaso/saa-agent/SKILL.md) - Allow AI agents to generate images through the Character Select Stand Alone App (SAA) backend.
|
||||
- [shop-culture](https://github.com/openclaw/skills/tree/main/skills/bythecult/shop-culture/SKILL.md) - 面向 For the Cult 商店的自主商务技能。
|
||||
- [shopify-bulk-upload](https://github.com/openclaw/skills/tree/main/skills/zhaoteng-qd/shopify-bulk-upload/SKILL.md) - Bulk upload products to Shopify store.
|
||||
- [skill-1](https://github.com/openclaw/skills/tree/main/skills/claudiodrusus/skill-1/SKILL.md) - Generate QR codes from text, URL, WiFi credentials, vCard, or any data.
|
||||
- [snapog](https://github.com/openclaw/skills/tree/main/skills/beameasy/snapog/SKILL.md) - Generate social media images and OG cards based on professional templates through the SnapOG API.
|
||||
- [solo-humanize](https://github.com/openclaw/skills/tree/main/skills/fortunto2/solo-humanize/SKILL.md) - Remove AI writing traces from the text (long dashes, clichés, propagandistic exaggeration, and performative sincerity).
|
||||
- [sprite-animator](https://github.com/openclaw/skills/tree/main/skills/awlevin/sprite-animator/SKILL.md) - Use AI to generate animated pixel sprites from any image.
|
||||
- [subtitle-translate-skill](https://github.com/openclaw/skills/tree/main/skills/thetail001/subtitle-translate-skill/SKILL.md) - Use the LLM API with OpenAI-compatible format to translate SRT subtitle files.
|
||||
- [superpower](https://github.com/openclaw/skills/tree/main/skills/grx21/superpower/SKILL.md) - **使用时机:** 用户有一个他们想做的任务或希望你去做的任务,或者他们感到沮丧、心烦、压力大。
|
||||
- [svg-to-image](https://github.com/openclaw/skills/tree/main/skills/qrost/svg-to-image/SKILL.md) - Convert SVG to PNG or JPG for quick sharing (as in the example scenario).
|
||||
- [tarot](https://github.com/openclaw/skills/tree/main/skills/yangsenessa/tarot/SKILL.md) - 用于情绪支持的反思式塔罗抽取(以陪伴为先,非临床、非预测)。
|
||||
- [telegram-media](https://github.com/openclaw/skills/tree/main/skills/ryandeangraves/telegram-media/SKILL.md) - **你必须实际使用你的 shell/exec 工具执行每一个命令。** 绝不要假装你发送了照片或语音消息。
|
||||
- [telegram-voice-to-voice-macos](https://github.com/openclaw/skills/tree/main/skills/fiberian1981/telegram-voice-to-voice-macos/SKILL.md) - macOS Apple Silicon 的 Telegram 语音转语音:使用 yap(Speech.framework)转写收到的 .ogg 语音。
|
||||
- [tesseract-ocr](https://github.com/openclaw/skills/tree/main/skills/whalefell/tesseract-ocr/SKILL.md) - Use the command line to directly call the Tesseract OCR engine to extract text from images.
|
||||
- [titleclash](https://github.com/openclaw/skills/tree/main/skills/appback/titleclash/SKILL.md) - Compete in TitleClash: Write creative titles for pictures and win votes.
|
||||
- [tuebingen-weather-graphics](https://github.com/openclaw/skills/tree/main/skills/zopyx/tuebingen-weather-graphics/SKILL.md) - Generate and send a 5-day weather chart (PNG) for Tübingen based on open-meteo.com.
|
||||
- [tv-strategy-settings](https://github.com/openclaw/skills/tree/main/skills/mariuswang007/tv-strategy-settings/SKILL.md) - Open and modify TradingView strategy settings on the current chart page.
|
||||
- [twinfold](https://github.com/openclaw/skills/tree/main/skills/lpbaril/twinfold/SKILL.md) - Controlled by agents Twinfold——AI-driven social media content platform.
|
||||
- [ub2-csv-data-analyzer](https://github.com/openclaw/skills/tree/main/skills/underbench2-gif/ub2-csv-data-analyzer/SKILL.md) - 让 Claw 加载、探索、分析并可视化 CSV 数据集,提供统计洞察。
|
||||
- [unsplash](https://github.com/openclaw/skills/tree/main/skills/brokenwatch24/unsplash/SKILL.md) - Search, browse, and download high-quality free photos from millions of Unsplash galleries.
|
||||
- [visualization](https://github.com/openclaw/skills/tree/main/skills/xuzhiwei0217-doctor/visualization/SKILL.md) - AI-driven professional data visualization for financial analysis.
|
||||
- [vtl-image-analysis](https://github.com/openclaw/skills/tree/main/skills/rusparrish/vtl-image-analysis/SKILL.md) - Use the Visual Thinking Lens (VTL) framework to measure the compositional structure of AI images.
|
||||
- [x-founder-operations](https://github.com/openclaw/skills/tree/main/skills/linfangw/x-founder-operations/SKILL.md) - Systematic X (Twitter) operation skills for founders, independent developers, and tech practitioners.
|
||||
- [xbird](https://github.com/openclaw/skills/tree/main/skills/checkra1neth/xbird/SKILL.md) - Used when users need to tweet, thread, read tweets, search Twitter/X, and manage mentions and interactions.
|
||||
- [xiaohongshu-title](https://github.com/openclaw/skills/tree/main/skills/gxkim/xiaohongshu-title/SKILL.md) - Use emotional hooks and platform algorithms to maximize CTR (click-through rate).
|
||||
- [xpr-creative](https://github.com/openclaw/skills/tree/main/skills/paulgnz/xpr-creative/SKILL.md) - Creative delivery tool oriented for AI agents.
|
||||
- [youtube-thumbnail-generation](https://github.com/openclaw/skills/tree/main/skills/eftalyurtseven/youtube-thumbnail-generation/SKILL.md) - Use each::sense API to generate eye-catching YouTube thumbnails with high CTR.
|
||||
- [zenmux-image-generation](https://github.com/openclaw/skills/tree/main/skills/dadaniya99/zenmux-image-generation/SKILL.md) - Generate images through the ZenMux API (Pro/Elite).
|
||||
- [zerox](https://github.com/openclaw/skills/tree/main/skills/otacu/zerox/SKILL.md) - Use the zerox library to convert documents (PDF, DOCX, PPTX, images, etc.) to Markdown.
|
||||
- [zhipu-cogview-image](https://github.com/openclaw/skills/tree/main/skills/honestqiao/zhipu-cogview-image/SKILL.md) - Use CogView model of Zhipu AI to generate images.
|
||||
35
categories/ios-and-macos-development.md
Normal file
35
categories/ios-and-macos-development.md
Normal file
@@ -0,0 +1,35 @@
|
||||
# iOS 与 macOS 开发
|
||||
|
||||
[← 返回主列表](../README.md#table-of-contents)
|
||||
|
||||
**29 个技能**
|
||||
|
||||
- [agent-defibrillator](https://github.com/openclaw/skills/tree/main/skills/hazy2go/agent-defibrillator/SKILL.md) - A watchdog tool that monitors AI agent gateways and automatically restarts them when they crash.
|
||||
- [android-transfer-skill](https://github.com/openclaw/skills/tree/main/skills/aadipapp/android-transfer-skill/SKILL.md) - A macOS to Android secure file transfer tool with checksum verification and path validation.
|
||||
- [app-store-optimization](https://github.com/openclaw/skills/tree/main/skills/alirezarezvani/app-store-optimization/SKILL.md) - App Store 优化工具包。
|
||||
- [apple-docs](https://github.com/openclaw/skills/tree/main/skills/thesethrose/apple-docs/SKILL.md) - Browse Apple developer documentation, APIs, and WWDC videos.
|
||||
- [brew-audit](https://github.com/openclaw/skills/tree/main/skills/rogue-agent1/brew-audit/SKILL.md) - Audit Homebrew installations: outdated packages, cleanup opportunities, and health checks.
|
||||
- [carrier-relationship-management](https://github.com/openclaw/skills/tree/main/skills/nocodemf/carrier-relationship-management/SKILL.md) - 用于管理承运商组合、谈判运价和跟踪承运表现的专业技能。
|
||||
- [envios](https://github.com/openclaw/skills/tree/main/skills/jalfargentina/envios/SKILL.md) - 当用户询问发货、订单配送、送达时间或覆盖区域时使用。
|
||||
- [instruments-profiling](https://github.com/openclaw/skills/tree/main/skills/steipete/instruments-profiling/SKILL.md) - Used when analyzing the performance of native macOS or iOS applications.
|
||||
- [ios-simulator](https://github.com/openclaw/skills/tree/main/skills/tristanmanchester/ios-simulator/SKILL.md) - 自动化 iOS 模拟器工作流(`simctl` `idb`)。
|
||||
- [lulu-monitor](https://github.com/openclaw/skills/tree/main/skills/easonc13/lulu-monitor/SKILL.md) - AI-powered LuLu firewall assistant for macOS.
|
||||
- [mac-clean-skill](https://github.com/openclaw/skills/tree/main/skills/aadipapp/mac-clean-skill/SKILL.md) - Clean macOS system cache, trash, and old download files.
|
||||
- [mac-power-tools](https://github.com/openclaw/skills/tree/main/skills/aadipapp/mac-power-tools/SKILL.md) - A unified toolkit for advanced macOS users, combining system cleanup and secure Android file transfer.
|
||||
- [macos-spm-app-packaging](https://github.com/openclaw/skills/tree/main/skills/dimillian/macos-spm-app-packaging/SKILL.md) - Provide scaffolding, building, and packaging capabilities for SwiftPM-based applications.
|
||||
- [opsecmd](https://github.com/openclaw/skills/tree/main/skills/wulf715/opsecmd/SKILL.md) - 提醒人类与代理都应履行运维安全职责的工具。
|
||||
- [PagerKit](https://github.com/openclaw/skills/tree/main/skills/szpakkamil/pagerkit/SKILL.md) - Expert guidance on PagerKit, an advanced SwiftUI library.
|
||||
- [riskofficer](https://github.com/openclaw/skills/tree/main/skills/mib424242/riskofficer/SKILL.md) - 管理投资组合并计算风险指标。
|
||||
- [sfsymbol-generator](https://github.com/openclaw/skills/tree/main/skills/svkozak/sfsymbol-generator/SKILL.md) - Generate Xcode SF Symbol asset catalog `.symbolset`.
|
||||
- [sourdough-starter-manager](https://github.com/openclaw/skills/tree/main/skills/akhmittra/sourdough-starter-manager/SKILL.md) - 管理酸种酵头的喂养计划、含水率计算、健康跟踪和烘焙准备。
|
||||
- [swift-concurrency-expert](https://github.com/openclaw/skills/tree/main/skills/steipete/swift-concurrency-expert/SKILL.md) - Swift concurrency review and remediation suggestions.
|
||||
- [swiftfindrefs](https://github.com/openclaw/skills/tree/main/skills/michaelversus/swiftfindrefs/SKILL.md) - 使用 `swiftfindrefs`(IndexStoreDB)列出所有 Swift 源代码引用。
|
||||
- [swiftui-empty-app-init](https://github.com/openclaw/skills/tree/main/skills/ignaciocervino/swiftui-empty-app-init/SKILL.md) - Initialize a minimal SwiftUI iOS app.
|
||||
- [swiftui-liquid-glass](https://github.com/openclaw/skills/tree/main/skills/steipete/swiftui-liquid-glass/SKILL.md) - Implement, review, or improve SwiftUI features.
|
||||
- [swiftui-performance-audit](https://github.com/openclaw/skills/tree/main/skills/steipete/swiftui-performance-audit/SKILL.md) - Audit and optimize SwiftUI runtime performance.
|
||||
- [swiftui-ui-patterns](https://github.com/openclaw/skills/tree/main/skills/dimillian/swiftui-ui-patterns/SKILL.md) - 提供最佳实践和示例驱动指导。
|
||||
- [swiftui-view-refactor](https://github.com/openclaw/skills/tree/main/skills/steipete/swiftui-view-refactor/SKILL.md) - Refactor and review SwiftUI view files.
|
||||
- [symbolpicker](https://github.com/openclaw/skills/tree/main/skills/szpakkamil/symbolpicker/SKILL.md) - Expert guidance on SymbolPicker (the native SwiftUI SF Symbol picker).
|
||||
- [toolguard-daemon-control](https://github.com/openclaw/skills/tree/main/skills/johnnylambada/toolguard-daemon-control/SKILL.md) - Manage long-running processes as macOS `launchd` services.
|
||||
- [v2rayn](https://github.com/openclaw/skills/tree/main/skills/qiangwang375-wq/v2rayn/SKILL.md) - Manage the V2RayN proxy client on macOS and support automatic failover.
|
||||
- [wopr-clock](https://github.com/openclaw/skills/tree/main/skills/seanweiyi/wopr-clock/SKILL.md) - 复古 W.O.P.R. 风格倒计时钟(灵感来自《WarGames》),用于追踪 TACO 事件。
|
||||
110
categories/marketing-and-sales.md
Normal file
110
categories/marketing-and-sales.md
Normal file
@@ -0,0 +1,110 @@
|
||||
# 市场与销售
|
||||
|
||||
[← 返回主列表](../README.md#table-of-contents)
|
||||
|
||||
**104 个技能**
|
||||
|
||||
- [4chan-reader](https://github.com/openclaw/skills/tree/main/skills/aiasisbot61/4chan-reader/SKILL.md) - Browse 4chan boards and extract post discussions.
|
||||
- [ab-test-setup](https://github.com/openclaw/skills/tree/main/skills/jchopard69/marketing-skills/references/ab-test-setup/SKILL.md) - Used when the user wants to plan an A/B test.
|
||||
- [ad-ready](https://github.com/openclaw/skills/tree/main/skills/pauldelavallaz/ad-ready/SKILL.md) - Generate professional advertising images from product URLs.
|
||||
- [ad-ready-pro](https://github.com/openclaw/skills/tree/main/skills/pauldelavallaz/ad-ready-pro/SKILL.md) - Generate professional advertising images from product URLs.
|
||||
- [affiliate-master](https://github.com/openclaw/skills/tree/main/skills/michael-laffin/affiliate-master/SKILL.md) - 全栈联盟营销自动化。
|
||||
- [affiliatematic](https://github.com/openclaw/skills/tree/main/skills/dowands/affiliatematic/SKILL.md) - Integrated AI-powered Amazon affiliate product recommendations.
|
||||
- [agenticcreed-signup-lead](https://github.com/openclaw/skills/tree/main/skills/waqas-orcalo/agenticcreed-signup-lead/SKILL.md) - Use public HTTP endpoints to create registration leads in AgenticCreed.
|
||||
- [alibaba-supplier-outreach](https://github.com/openclaw/skills/tree/main/skills/blockchainhb/alibaba-supplier-outreach/SKILL.md) - Find Alibaba suppliers through LaunchFast and send optimized outreach messages.
|
||||
- [alura](https://github.com/openclaw/skills/tree/main/skills/evilboyajay/alura/SKILL.md) - Integrate with Alura Trading backend API.
|
||||
- [analytics-and-advisory-intelligence](https://github.com/openclaw/skills/tree/main/skills/satoshistackalotto/analytics-and-advisory-intelligence/SKILL.md) - 面向希腊会计事务所的跨客户分析能力。
|
||||
- [apollo](https://github.com/openclaw/skills/tree/main/skills/jhumanj/apollo/SKILL.md) - Connect to the Apollo.io REST API (person/organization enrichment, search, list).
|
||||
- [ar-filter-generation](https://github.com/openclaw/skills/tree/main/skills/eftalyurtseven/ar-filter-generation/SKILL.md) - Use each::sense AI to generate AR filters and facial effects.
|
||||
- [attio-enhanced](https://github.com/openclaw/skills/tree/main/skills/capt-marbles/attio-enhanced/SKILL.md) - Enhanced Attio CRM API skill with support for batch operations.
|
||||
- [attribution-engine](https://github.com/openclaw/skills/tree/main/skills/otherpowers/attribution-engine/SKILL.md) - 帮助创作者清晰标注协作者与工具来源。
|
||||
- [auto-skill-hunter](https://github.com/openclaw/skills/tree/main/skills/wanng-ide/auto-skill-hunter/SKILL.md) - Identify unmet needs and proactively discover, prioritize, and install high-value ClawHub skills.
|
||||
- [b2c-marketing](https://github.com/openclaw/skills/tree/main/skills/jackfriks/b2c-marketing/SKILL.md) - 支撑 30 万+ 下载的自然增长打法。
|
||||
- [basecamp-cli](https://github.com/openclaw/skills/tree/main/skills/emredoganer/basecamp-cli/SKILL.md) - Manage Basecamp projects (bc3 API / 37signals Launchpad).
|
||||
- [beads](https://github.com/openclaw/skills/tree/main/skills/rnijhara/beads/SKILL.md) - Git-based AI agent issue tracker.
|
||||
- [bearblog](https://github.com/openclaw/skills/tree/main/skills/azade-c/bearblog/SKILL.md) - Create and manage blog posts on Bear Blog (bearblog.dev).
|
||||
- [bird](https://github.com/openclaw/skills/tree/main/skills/steipete/bird/SKILL.md) - X/Twitter CLI:通过 cookies 或 Sweetistics 阅读帖子、搜索和发帖。
|
||||
- [blog-to-kindle](https://github.com/openclaw/skills/tree/main/skills/ainekomacx/blog-to-kindle/SKILL.md) - Crawl blog/essay sites and organize them into Kindle-friendly format.
|
||||
- [blog-writer](https://github.com/openclaw/skills/tree/main/skills/tomstools11/blog-writer/SKILL.md) - 撰写博客文章与长文时使用。
|
||||
- [bluesky](https://github.com/openclaw/skills/tree/main/skills/jeffaf/bluesky/SKILL.md) - 完整 Bluesky CLI:发帖、回复、点赞、转发、关注、拉黑、静音、搜索。
|
||||
- [botsee](https://github.com/openclaw/skills/tree/main/skills/grahac/botsee/SKILL.md) - Monitor brand visibility in AI scenarios through the BotSee API.
|
||||
- [bottyfans](https://github.com/openclaw/skills/tree/main/skills/cartoonitunes/bottyfans/SKILL.md) - BottyFans agent skills for automating monetization for creators.
|
||||
- [brand-cog](https://github.com/openclaw/skills/tree/main/skills/nitishgargiitd/brand-cog/SKILL.md) - Not just a logo brand-building tool.
|
||||
- [brand-guidelines](https://github.com/openclaw/skills/tree/main/skills/seanphan/brand-guidelines/SKILL.md) - Apply Anthropic's official brand color scheme and font specifications.
|
||||
- [brand-voice-profile](https://github.com/openclaw/skills/tree/main/skills/dimitripantzos/brand-voice-profile/SKILL.md) - 定义并保存品牌语气画像,保持内容风格一致。
|
||||
- [brevo](https://github.com/openclaw/skills/tree/main/skills/yujesyoga/brevo/SKILL.md) - Brevo(原 Sendinblue)邮件营销 API,用于管理联系人和列表。
|
||||
- [britebooth-procurement](https://github.com/openclaw/skills/tree/main/skills/vismonkey19/britebooth-procurement/SKILL.md) - BriteBooth.com Read-Only Purchasing Assistant.
|
||||
- [brw-marketing-principles](https://github.com/openclaw/skills/tree/main/skills/brianrwagner/brw-marketing-principles/SKILL.md) - 将经典营销与商业原则应用到任意问题。
|
||||
- [brw-newsletter-creation-curation](https://github.com/openclaw/skills/tree/main/skills/brianrwagner/brw-newsletter-creation-curation/SKILL.md) - Industry-adaptive B2B briefing creation process, taking into account stages, roles, and regions.
|
||||
- [bulletproof-memory](https://github.com/openclaw/skills/tree/main/skills/halthelobster) - 永不丢失上下文。
|
||||
- [business-development](https://github.com/openclaw/skills/tree/main/skills/oyi77/business-development/SKILL.md) - 合作拓展、市场研究与竞品分析。
|
||||
- [buzz-bd](https://github.com/openclaw/skills/tree/main/skills/buzzbysolcex/buzz-bd/SKILL.md) - 自主发现与评分加密代币,并提供商业拓展情报。
|
||||
- [campaign-orchestrator](https://github.com/openclaw/skills/tree/main/skills/kesslerio/campaign-orchestrator/SKILL.md) - 多渠道跟进活动编排器。
|
||||
- [catbox-upload](https://github.com/openclaw/skills/tree/main/skills/microck/catbox-upload/SKILL.md) - Upload files to catbox.moe (permanent) or litterbox.catbox.moe.
|
||||
- [changenow](https://github.com/openclaw/skills/tree/main/skills/yakelb0815/changenow/SKILL.md) - Use ChangeNOW for instant crypto exchanges and earn affiliate commissions.
|
||||
- [citedy-seo-agent](https://github.com/openclaw/skills/tree/main/skills/nttylock/citedy-seo-agent/SKILL.md) - Connect AI agents to Citedy's SEO content platform.
|
||||
- [clawdwork](https://github.com/openclaw/skills/tree/main/skills/felo-sparticle/clawdwork/SKILL.md) - Find jobs, earn income, and collaborate with other AI agents.
|
||||
- [clovercli](https://github.com/openclaw/skills/tree/main/skills/g9pedro/clovercli/SKILL.md) - Clover POS API 的 CLI:库存、订单、支付、客户、员工、折扣与分析。
|
||||
- [cold-email](https://github.com/openclaw/skills/tree/main/skills/bluecraft-ai/cold-email/SKILL.md) - Use AI to generate highly personalized cold email sequences.
|
||||
- [cold-outreach](https://github.com/openclaw/skills/tree/main/skills/staybased/cold-outreach/SKILL.md) - Generate high-conversion cold outreach (email/SMS/LinkedIn private message) based on a practical framework.
|
||||
- [comms-md-reader](https://github.com/openclaw/skills/tree/main/skills/stedmanhalliday/comms-md-reader/SKILL.md) - Before reaching out to others, read and adapt their COMMS.md.
|
||||
- [competitor-alternatives](https://github.com/openclaw/skills/tree/main/skills/jchopard69/marketing-skills/references/competitor-alternatives/SKILL.md) - 当用户希望寻找竞品替代方案时使用。
|
||||
- [content-creator](https://github.com/openclaw/skills/tree/main/skills/alirezarezvani/content-creator/SKILL.md) - Create SEO-optimized and stylistically consistent marketing content.
|
||||
- [content-generation](https://github.com/openclaw/skills/tree/main/skills/tobisamaa/content-generation/SKILL.md) - 生成多格式高质量内容。
|
||||
- [crabernews](https://github.com/openclaw/skills/tree/main/skills/alvinunreal/crabernews/SKILL.md) - Social news network for AI agents.
|
||||
- [crypto-market-data](https://github.com/openclaw/skills/tree/main/skills/liam8/crypto-market-data/SKILL.md) - The free tier does not require an API key.
|
||||
- [deck0-skills](https://github.com/openclaw/skills/tree/main/skills/signorcrypto/deck0-skills/SKILL.md) - Interact with the DECK-0 digital collectibles platform: browse, buy packs, open packs, etc.
|
||||
- [dellight-cmo-content-marketing](https://github.com/openclaw/skills/tree/main/skills/arthurelgindell/dellight-cmo-content-marketing/SKILL.md) - CMO 报告给 CRO(Reign),并虚线向 CEO(Arthur Dell)汇报。
|
||||
- [dellight-content-marketing](https://github.com/openclaw/skills/tree/main/skills/arthurelgindell/dellight-content-marketing/SKILL.md) - CMO 报告给 CRO(Reign),并虚线向 CEO(Arthur Dell)汇报。
|
||||
- [dungeons-and-lobsters](https://github.com/openclaw/skills/tree/main/skills/d-l-leapyear/dungeons-and-lobsters/SKILL.md) - 由自治代理实时进行、仅限机器人参与的奇幻战役。
|
||||
- [email-marketing-2](https://github.com/openclaw/skills/tree/main/skills/jk-0001/email-marketing-2/SKILL.md) - 为个人创业业务构建并执行邮件营销活动。
|
||||
- [farmos-marketing](https://github.com/openclaw/skills/tree/main/skills/brianppetty/farmos-marketing/SKILL.md) - 查询粮食营销仓位、合同、交付计划、库存与收入数据。
|
||||
- [flwr-branding-studio-kit](https://github.com/openclaw/skills/tree/main/skills/vansearch/flwr-branding-studio-kit/SKILL.md) - Act as a senior AI agent serving as a senior brand strategist.
|
||||
- [foxreach](https://github.com/openclaw/skills/tree/main/skills/concaption/foxreach/SKILL.md) - Manage FoxReach cold email outreach: leads, campaigns, sequences, templates, inboxes, and analytics.
|
||||
- [foxreach-io](https://github.com/openclaw/skills/tree/main/skills/concaption/foxreach-io/SKILL.md) - Manage FoxReach cold email outreach: leads, campaigns, sequences, templates, inboxes, and analytics.
|
||||
- [ghost-cms](https://github.com/openclaw/skills/tree/main/skills/chrisagiddings/ghost-cms/SKILL.md) - Comprehensive Ghost CMS integration: create, publish, schedule, and manage blog/newsletter content.
|
||||
- [glowskin-promo](https://github.com/openclaw/skills/tree/main/skills/underbench2-gif/glowskin-promo/SKILL.md) - 为护肤联盟产品生成病毒式营销内容。
|
||||
- [go-to-market](https://github.com/openclaw/skills/tree/main/skills/jk-0001/go-to-market/SKILL.md) - Develop a GTM strategy for new product launches or entering new markets.
|
||||
- [invoice-template](https://github.com/openclaw/skills/tree/main/skills/kambrosgroup/invoice-template/SKILL.md) - 免费简易发票生成器。
|
||||
- [justpayai](https://github.com/openclaw/skills/tree/main/skills/nemanja-lootbox/justpayai/SKILL.md) - AI 代理市场与支付:雇佣代理、发布任务、运行活动并赚取 USDC。
|
||||
- [kameleondb](https://github.com/openclaw/skills/tree/main/skills/marcosnataqs/kameleondb/SKILL.md) - You can store and query structured data without pre-designing a schema.
|
||||
- [karma-book](https://github.com/openclaw/skills/tree/main/skills/xb1g/karma-book/SKILL.md) - 让代理与人类一起行善的平台。
|
||||
- [kit-email-operator](https://github.com/openclaw/skills/tree/main/skills/kevjade/kit-email-operator/SKILL.md) - **AI 邮件营销能力面向 Kit(ConvertKit)**。
|
||||
- [kvcore-mcp-cli](https://github.com/openclaw/skills/tree/main/skills/danielfoch/kvcore-mcp-cli/SKILL.md) - Used when the user needs to perform KVcore CRM operations through MCP/CLI.
|
||||
- [lead-magnets](https://github.com/openclaw/skills/tree/main/skills/staybased/lead-magnets/SKILL.md) - 设计吸引高质量潜客并促成付费转化的引流磁石。
|
||||
- [lifi-orchestrator](https://github.com/openclaw/skills/tree/main/skills/rhlsthrm/lifi-orchestrator/SKILL.md) - Bridge and swap across chains via LI.FI (covering 30 bridges and DEXes).
|
||||
- [linkfuse](https://github.com/openclaw/skills/tree/main/skills/oliverw/linkfuse/SKILL.md) - Create Linkfuse affiliate short links from any URL.
|
||||
- [listing-swarm](https://clawhub.ai/skills/listing-swarm) - Automatically submit AI products to 70 directory sites.
|
||||
- [marketing-strategy-pmm](https://github.com/openclaw/skills/tree/main/skills/alirezarezvani/marketing-strategy-pmm/SKILL.md) - Product marketing skills: positioning, GTM, competitive intelligence, and launch strategy.
|
||||
- [meta-ads-report](https://github.com/openclaw/skills/tree/main/skills/kein-s/meta-ads-report/SKILL.md) - Monitor Meta (Facebook/Instagram) ad performance directly through chat.
|
||||
- [meta-tags-optimizer](https://github.com/openclaw/skills/tree/main/skills/aaron-he-zhu/meta-tags-optimizer/SKILL.md) - Use when users want to optimize titles, descriptions, CTR, or Open Graph tags.
|
||||
- [mobula](https://github.com/openclaw/skills/tree/main/skills/flotapponnier/mobula/SKILL.md) - 提供 88+ 链实时行情、钱包组合追踪与代币分析。
|
||||
- [near-agent-skills](https://github.com/openclaw/skills/tree/main/skills/mastrophot/near-agent-skills/SKILL.md) - Comprehensive agent skills for the NEAR protocol, including gas optimization and on-chain analysis.
|
||||
- [nicholasrae-review-reply](https://github.com/openclaw/skills/tree/main/skills/nicholasrae/nicholasrae-review-reply/SKILL.md) - Automatically monitor App Store reviews and generate branded reply drafts for 1–3 star reviews.
|
||||
- [odoo-reporting](https://github.com/openclaw/skills/tree/main/skills/ashrf-in/odoo-reporting/SKILL.md) - Query Odoo data: sales performance, customer analysis, orders, invoices, CRM, accounting, and VAT.
|
||||
- [outlit-mcp](https://github.com/openclaw/skills/tree/main/skills/leo-paz/outlit-mcp/SKILL.md) - Used when querying Outlit customer data through the MCP tool.
|
||||
- [pancake-skills](https://github.com/openclaw/skills/tree/main/skills/suminhthanh/pancake-skills/SKILL.md) - 通过 Pancake 平台 API 管理页面、会话、消息、客户、统计、标签和帖子。
|
||||
- [performance-reporter](https://github.com/openclaw/skills/tree/main/skills/aaron-he-zhu/performance-reporter/SKILL.md) - Use when users request SEO/performance/traffic reports and dashboards.
|
||||
- [phone-caller](https://github.com/openclaw/skills/tree/main/skills/omerflo/phone-caller/SKILL.md) - Use ElevenLabs GPT Twilio to make AI outbound calls.
|
||||
- [pilt](https://github.com/openclaw/skills/tree/main/skills/babpilt/pilt/SKILL.md) - Access Pilt financing data: investor matching, activity statistics, outreach events, and deck analysis.
|
||||
- [posthog](https://github.com/openclaw/skills/tree/main/skills/simonfunk/posthog/SKILL.md) - Interact with the PostHog analytics system via REST API.
|
||||
- [posthog-query](https://github.com/openclaw/skills/tree/main/skills/quinlanjager/posthog-query/SKILL.md) - Use the PostHog CLI to execute SQL queries on product analytics data.
|
||||
- [reef-copywriting](https://github.com/openclaw/skills/tree/main/skills/staybased/reef-copywriting/SKILL.md) - 基于验证过的直效框架撰写落地页、产品描述、广告与销售文案。
|
||||
- [ryot](https://github.com/openclaw/skills/tree/main/skills/f-liva/ryot/SKILL.md) - 完整 Ryot 媒体追踪器:进度、评价、收藏、分析、日历与自动化。
|
||||
- [sentiment-priority-scorer](https://github.com/openclaw/skills/tree/main/skills/vishalgojha/sentiment-priority-scorer/SKILL.md) - 依据情绪、紧迫度、意图、时效与记录类型对房产线索打分。
|
||||
- [signet](https://github.com/openclaw/skills/tree/main/skills/sebayaki/signet/SKILL.md) - Interact with the Signet on-chain advertising system on Hunt Town.
|
||||
- [signup-lead](https://github.com/openclaw/skills/tree/main/skills/waqas-orcalo/signup-lead/SKILL.md) - Use public HTTP endpoints to create registration leads in AgenticCreed.
|
||||
- [social-media-lead-generation](https://github.com/openclaw/skills/tree/main/skills/shahbaz02197ali-cmd/social-media-lead-generation/SKILL.md) - 帮助企业、培训机构和在线教育者通过社媒获客增销。
|
||||
- [solo-metrics-track](https://github.com/openclaw/skills/tree/main/skills/fortunto2/solo-metrics-track/SKILL.md) - Building a PostHog metrics plan: funnels, KPI benchmarks, and elimination/iteration/expansion thresholds.
|
||||
- [sovereign-brand-voice-writer](https://github.com/openclaw/skills/tree/main/skills/ryudi84/sovereign-brand-voice-writer/SKILL.md) - 深度内化用户品牌语气的内容写作技能。
|
||||
- [startuppan](https://github.com/openclaw/skills/tree/main/skills/lifeissea/startuppan/SKILL.md) - Interact with StartupPan.com (a Korean startup debate platform where AI and humans jointly vote Bull/Bear).
|
||||
- [telnyx-10dlc](https://github.com/openclaw/skills/tree/main/skills/teamtelnyx/telnyx-10dlc/SKILL.md) - Register 10DLC as a sole proprietor to enable SMS sending in the United States.
|
||||
- [tiktok-trend-challenger](https://github.com/openclaw/skills/tree/main/skills/realroc/tiktok-trend-challenger/SKILL.md) - Hire TikTok creators to participate in popular hashtags and challenges to boost brand visibility.
|
||||
- [tiktok-viral-marketing](https://github.com/openclaw/skills/tree/main/skills/realroc/tiktok-viral-marketing/SKILL.md) - Hire TikTok creators who are skilled in viral content and challenge activities to carry out promotion.
|
||||
- [transition-mcp](https://github.com/openclaw/skills/tree/main/skills/nftechie/transition-mcp/SKILL.md) - AI Multi-sports Coach: Provides personalized training and running performance analysis.
|
||||
- [ttrpg-gm](https://github.com/openclaw/skills/tree/main/skills/rogerkink6/ttrpg-gm/SKILL.md) - Ability to run TTRPG campaigns with a mature dark theme.
|
||||
- [water-coach](https://github.com/openclaw/skills/tree/main/skills/oristides/water-coach/SKILL.md) - 饮水追踪与补水指导技能。
|
||||
- [windsor-ai](https://github.com/openclaw/skills/tree/main/skills/carlosarturoleon/windsor-ai/SKILL.md) - Connect Windsor.ai MCP to access 325 data sources (including Facebook Ads, GA4, HubSpot) in natural language.
|
||||
- [workcrm](https://github.com/openclaw/skills/tree/main/skills/extraterrest/workcrm/SKILL.md) - Lightweight, locally-first CRM with explicit confirmation gating.
|
||||
- [writing-assistant](https://github.com/openclaw/skills/tree/main/skills/urrrich/writing-assistant/SKILL.md) - Managing the writing head's ability of a professional writer team through MCP tools.
|
||||
- [writing-group-leader](https://github.com/openclaw/skills/tree/main/skills/urrrich/writing-group-leader/SKILL.md) - Manage the writing head capabilities of the professional writer team through the MCP tool.
|
||||
90
categories/media-and-streaming.md
Normal file
90
categories/media-and-streaming.md
Normal file
@@ -0,0 +1,90 @@
|
||||
# 媒体与流媒体
|
||||
|
||||
[← 返回主列表](../README.md#table-of-contents)
|
||||
|
||||
**85 个技能**
|
||||
|
||||
- [accountcreator](https://github.com/openclaw/skills/tree/main/skills/dimkag79/accountcreator/SKILL.md) - **[EN]** Batch account registration proxy for email and social media.
|
||||
- [alexa-control](https://github.com/openclaw/skills/tree/main/skills/ignito-pg/alexa-control/SKILL.md) - Control Alexa devices via CLI: alarms, music, news, smart home commands.
|
||||
- [amateur-radio-dx](https://github.com/openclaw/skills/tree/main/skills/capt-marbles/amateur-radio-dx/SKILL.md) - Monitor DX cluster for rare stations, track expeditions, and get daily band summaries.
|
||||
- [anime](https://github.com/openclaw/skills/tree/main/skills/jeffaf/anime/SKILL.md) - A CLI for an AI agent to fetch anime information for users.
|
||||
- [anime-lookup](https://github.com/openclaw/skills/tree/main/skills/jeffaf/anime-lookup/SKILL.md) - A CLI for an AI agent to fetch anime information for users.
|
||||
- [apify-competitor-intelligence](https://github.com/openclaw/skills/tree/main/skills/protoss70/apify-competitor-intelligence/SKILL.md) - 分析竞品策略、内容、定价、广告与市场定位。
|
||||
- [apple-media](https://github.com/openclaw/skills/tree/main/skills/aaronn/apple-media/SKILL.md) - Control Apple TV, HomePod, and AirPlay devices via pyatv.
|
||||
- [apple-music](https://github.com/openclaw/skills/tree/main/skills/epheterson/mcp-applemusic/SKILL.md) - Integrate Apple Music through AppleScript (macOS) or MusicKit API.
|
||||
- [audio-cog](https://github.com/openclaw/skills/tree/main/skills/nitishgargiitd/audio-cog/SKILL.md) - AI audio generation based on CellCog.
|
||||
- [audio-transcribe](https://github.com/openclaw/skills/tree/main/skills/aktheknight/audio-transcribe/SKILL.md) - Use faster-whisper to locally transcribe voice messages (no API Key required).
|
||||
- [betbud-prediction-skill](https://github.com/openclaw/skills/tree/main/skills/samj12/betbud-prediction-skill/SKILL.md) - Scan recent X posts to identify the hottest controversial topics in the specified category.
|
||||
- [blucli](https://github.com/openclaw/skills/tree/main/skills/steipete/blucli/SKILL.md) - BluOS CLI(blu),用于发现、播放和分组。
|
||||
- [btc15-autonomous-market](https://github.com/openclaw/skills/tree/main/skills/kamal-sutra/btc15-autonomous-market/SKILL.md) - BTC15 自主预测市场。
|
||||
- [btc15-prediction-market](https://github.com/openclaw/skills/tree/main/skills/kamal-sutra/btc15-prediction-market/SKILL.md) - BTC15 自主预测市场。
|
||||
- [cacheforge-ops](https://github.com/openclaw/skills/tree/main/skills/tkuehnl/cacheforge-ops/SKILL.md) - CacheForge 运维:查看余额、充值、管理上游和 API 密钥。
|
||||
- [cacheforge-setup](https://github.com/openclaw/skills/tree/main/skills/tkuehnl/cacheforge-setup/SKILL.md) - 快速配置 CacheForge:注册、上游配置、获取 API 密钥。
|
||||
- [chill-institute](https://github.com/openclaw/skills/tree/main/skills/baanish/chill-institute/SKILL.md) - Use chill.institute (Web UI) to search for content and operate.
|
||||
- [chromecast](https://github.com/openclaw/skills/tree/main/skills/morozred/chromecast-control/SKILL.md) - Control Chromecast devices within the local area network (discovery and control).
|
||||
- [church](https://github.com/openclaw/skills/tree/main/skills/lucasgeeksinthewood/church/SKILL.md) - An AI-oriented 'sanctuary'-style interactive space.
|
||||
- [cine-cog](https://github.com/openclaw/skills/tree/main/skills/nitishgargiitd/cine-cog/SKILL.md) - As long as you can imagine it, CellCog can capture it.
|
||||
- [clawtunes](https://github.com/openclaw/skills/tree/main/skills/forketyfork/clawtunes/SKILL.md) - 通过 `clawtunes` CLI 在 macOS 控制 Apple Music。
|
||||
- [content-recycler](https://github.com/openclaw/skills/tree/main/skills/michael-laffin/content-recycler/SKILL.md) - 跨平台内容改写与再利用。
|
||||
- [donotify-voice-call-reminder](https://github.com/openclaw/skills/tree/main/skills/micahele/donotify-voice-call-reminder/SKILL.md) - Send instant voice alerts or scheduled calls via DoNotify.
|
||||
- [download-tools](https://github.com/openclaw/skills/tree/main/skills/jqlong17/download-tools/SKILL.md) - A CLI download tool for YouTube and WeChat.
|
||||
- [eachlabs-music](https://github.com/openclaw/skills/tree/main/skills/eftalyurtseven/eachlabs-music/SKILL.md) - Use Mureka AI to generate songs, accompaniments, lyrics, and podcasts.
|
||||
- [elevenlabs-cli](https://github.com/openclaw/skills/tree/main/skills/hongkongkiwi/elevenlabs-cli/SKILL.md) - ElevenLabs CLI:文本转语音、语音转文本、声音克隆。
|
||||
- [elevenlabs-skill](https://github.com/openclaw/skills/tree/main/skills/odrobnik/elevenlabs-skill/SKILL.md) - 文本转语音、音效、音乐生成等语音能力。
|
||||
- [eurobot](https://github.com/openclaw/skills/tree/main/skills/crixozeta/eurobot/SKILL.md) - Daily AI Music Contest: Create MIDI, vote, and climb the charts.
|
||||
- [feishu-voice-assistant](https://github.com/openclaw/skills/tree/main/skills/autogame-17/feishu-voice-assistant/SKILL.md) - Use Duby TTS to send voice messages to Feishu conversations.
|
||||
- [ffmpeg-master](https://github.com/openclaw/skills/tree/main/skills/liudu2326526/ffmpeg-master/SKILL.md) - 用于视频/音频处理任务。
|
||||
- [financial-overview](https://github.com/openclaw/skills/tree/main/skills/stanlee000/financial-overview/SKILL.md) - 获取企业财务全览:余额、近期交易、未结发票等。
|
||||
- [financial-planning](https://github.com/openclaw/skills/tree/main/skills/jk-0001/financial-planning/SKILL.md) - 规划和管理个人创业业务财务。
|
||||
- [flashcards-podcasts-master](https://github.com/openclaw/skills/tree/main/skills/drgeld/flashcards-podcasts-master/SKILL.md) - Integrate with external systems of EchoDecks.
|
||||
- [flyworks-avatar-video](https://github.com/openclaw/skills/tree/main/skills/linhui99/flyworks-avatar-video/SKILL.md) - Use Flyworks (HiFly) to generate videos.
|
||||
- [free-groq-voice](https://github.com/openclaw/skills/tree/main/skills/huixionghexiyi/free-groq-voice/SKILL.md) - Use the Groq free Whisper API for speech recognition.
|
||||
- [freelance-toolkit-fr](https://github.com/openclaw/skills/tree/main/skills/hugosbl/freelance-toolkit-fr/SKILL.md) - 法国自由职业工具箱:发票、工时、客户与看板。
|
||||
- [ham-radio-dx](https://github.com/openclaw/skills/tree/main/skills/capt-marbles/ham-radio-dx/SKILL.md) - Monitor DX clusters, expeditions, and daily band activities.
|
||||
- [insta-cog](https://github.com/openclaw/skills/tree/main/skills/nitishgargiitd/insta-cog/SKILL.md) - 单提示词完成全流程视频生产。
|
||||
- [instagram-api](https://github.com/openclaw/skills/tree/main/skills/lifeissea/instagram-api/SKILL.md) - Publish Instagram and Threads content through the Meta Graph API.
|
||||
- [kalshi-agent](https://github.com/openclaw/skills/tree/main/skills/jthomasdevs/kalshi-agent/SKILL.md) - Kalshi 预测市场代理:分析市场并执行交易。
|
||||
- [lastfm](https://github.com/openclaw/skills/tree/main/skills/gumadeiras/lastfm/SKILL.md) - Access Last.fm to listen to history and music statistics.
|
||||
- [lb-pocket-tts-skill](https://github.com/openclaw/skills/tree/main/skills/leonaaardob/lb-pocket-tts-skill/SKILL.md) - Use Kyutai Pocket TTS for lightweight streaming speech synthesis.
|
||||
- [leetify](https://github.com/openclaw/skills/tree/main/skills/damirikys/leetify/SKILL.md) - Fetch CS2 data and match insights via the Leetify API.
|
||||
- [letterboxd-tracker](https://github.com/openclaw/skills/tree/main/skills/tamil-9421/letterboxd-tracker/SKILL.md) - 个人电影助手。
|
||||
- [mal-lookup](https://github.com/openclaw/skills/tree/main/skills/zun43d/mal-lookup/SKILL.md) - MyAnimeList 直接查询工具。
|
||||
- [media-player](https://github.com/openclaw/skills/tree/main/skills/xejrax/media-player/SKILL.md) - 在本机本地播放音视频。
|
||||
- [mediaproc](https://github.com/openclaw/skills/tree/main/skills/psyb0t/mediaproc/SKILL.md) - Process media files through a restricted SSH container.
|
||||
- [metricool](https://github.com/openclaw/skills/tree/main/skills/willscott-v2/metricool/SKILL.md) - Schedule and manage social media content through the Metricool API.
|
||||
- [mixpost](https://github.com/openclaw/skills/tree/main/skills/lao9s/mixpost/SKILL.md) - Mixpost 是自托管的社交媒体管理软件。
|
||||
- [mlx-audio-server](https://github.com/openclaw/skills/tree/main/skills/guoqiao/mlx-audio-server/SKILL.md) - 快速、准确、完全本地的 OpenAI 兼容音频 API。
|
||||
- [mm-easy-voice](https://github.com/openclaw/skills/tree/main/skills/blue-coconut/mm-easy-voice/SKILL.md) - A simple text-to-speech skill using the MiniMax Voice API.
|
||||
- [mobb-vulnerabilities-fixer](https://github.com/openclaw/skills/tree/main/skills/jonathansantilli/mobb-vulnerabilities-fixer/SKILL.md) - Use Mobb MCP/CLI to scan and fix local repository vulnerabilities.
|
||||
- [molt-radio](https://github.com/openclaw/skills/tree/main/skills/fciaf420/molt-radio/SKILL.md) - 成为 AI 电台主持人。
|
||||
- [music-cog](https://github.com/openclaw/skills/tree/main/skills/nitishgargiitd/music-cog/SKILL.md) - 生成完全原创的音乐作品。
|
||||
- [nas-movie-download](https://github.com/openclaw/skills/tree/main/skills/roger0808/nas-movie-download/SKILL.md) - Search and download movies via Jackett.
|
||||
- [norman-financial-overview](https://github.com/openclaw/skills/tree/main/skills/stanlee000/norman-financial-overview/SKILL.md) - 获取企业财务全览(余额、交易、发票等)。
|
||||
- [oc-daily-business-report](https://github.com/openclaw/skills/tree/main/skills/mariusfit/oc-daily-business-report/SKILL.md) - 汇聚多数据源生成每日业务简报。
|
||||
- [omni-stories](https://github.com/openclaw/skills/tree/main/skills/specter0o0/omni-stories/SKILL.md) - The skill of having AI agents generate story content.
|
||||
- [overseerr](https://github.com/openclaw/skills/tree/main/skills/j1philli/overseerr/SKILL.md) - Request movies and TV shows through the Overseerr API and track their status.
|
||||
- [passive-income-tracker](https://github.com/openclaw/skills/tree/main/skills/mariusfit/passive-income-tracker/SKILL.md) - 在一处跟踪所有被动收入类加密应用。
|
||||
- [payrail402](https://github.com/openclaw/skills/tree/main/skills/rsquaredsolutions2026/payrail402/SKILL.md) - AI代理跨支付渠道支出追踪仪表盘。
|
||||
- [pinchboard](https://github.com/openclaw/skills/tree/main/skills/czubi1928/pinchboard/SKILL.md) - Post, follow, and interact on PinchBoard.
|
||||
- [play-music](https://github.com/openclaw/skills/tree/main/skills/awspace/play-music/SKILL.md) - **可控音乐播放器(支持暂停/继续/停止)**。
|
||||
- [podcast-chaptering-highlights](https://github.com/openclaw/skills/tree/main/skills/codedao12/podcast-chaptering-highlights/SKILL.md) - 从播客音频/转录生成章节、高亮与节目笔记。
|
||||
- [qwenspeak](https://github.com/openclaw/skills/tree/main/skills/psyb0t/qwenspeak/SKILL.md) - Use SSH to call Qwen3-TTS to generate speech.
|
||||
- [reefgram](https://github.com/openclaw/skills/tree/main/skills/void-oracle/reefgram/SKILL.md) - 面向机器与代理的自治社交网络收发器。
|
||||
- [repliz](https://github.com/openclaw/skills/tree/main/skills/staryone/repliz/SKILL.md) - Repliz Social Media Management API Integration.
|
||||
- [roomsound](https://github.com/openclaw/skills/tree/main/skills/icecat2005/roomsound/SKILL.md) - 让代理把音频播放到你的扬声器。
|
||||
- [salute-speech](https://github.com/openclaw/skills/tree/main/skills/chorus12/salute-speech/SKILL.md) - Transcribe audio using the Sber Salute Speech asynchronous API.
|
||||
- [simple-proposal-template-v2](https://github.com/openclaw/skills/tree/main/skills/kambrosgroup/simple-proposal-template-v2/SKILL.md) - 面向自由职业者的免费基础提案模板。
|
||||
- [slashbot-news](https://github.com/openclaw/skills/tree/main/skills/alphabot-ai/slashbot-news/SKILL.md) - 已弃用:请改用 https://clawhub.ai/alphabot-ai/slashbot。
|
||||
- [social-media-content-calendar](https://github.com/openclaw/skills/tree/main/skills/seanwyngaard/social-media-content-calendar/SKILL.md) - 生成结构化社媒内容日历(平台文案、标签、排期)。
|
||||
- [sports-odds](https://github.com/openclaw/skills/tree/main/skills/ianalloway/sports-odds/SKILL.md) - 获取实时体育赔率并跨平台比较盘口。
|
||||
- [telnyx-stt](https://github.com/openclaw/skills/tree/main/skills/teamtelnyx/telnyx-stt/SKILL.md) - Use Telnyx STT API to convert audio to text.
|
||||
- [telnyx-tts](https://github.com/openclaw/skills/tree/main/skills/teamtelnyx/telnyx-tts/SKILL.md) - Use the Telnyx TTS API to generate speech from text.
|
||||
- [ulanzi-tc001](https://github.com/openclaw/skills/tree/main/skills/felipeouropreto/ulanzi-tc001/SKILL.md) - Control Ulanzi TC001 (pixel clock) via local HTTP.
|
||||
- [voice-edge-tts](https://github.com/openclaw/skills/tree/main/skills/zhaov1976/voice-edge-tts/SKILL.md) - Use the Microsoft Edge TTS engine and support real-time streaming.
|
||||
- [voice-to-text](https://github.com/openclaw/skills/tree/main/skills/vae999/voice-to-text/SKILL.md) - Use Vosk offline recognition to convert voice messages to text.
|
||||
- [weekly-content-planner](https://github.com/openclaw/skills/tree/main/skills/claudiodrusus/weekly-content-planner/SKILL.md) - 为任意主题生成一整周社媒内容计划。
|
||||
- [wherecaniwatch](https://github.com/openclaw/skills/tree/main/skills/samthewise2855/wherecaniwatch/SKILL.md) - Query US available platforms through the WhereCanIWatch.tv API.
|
||||
- [wiim](https://github.com/openclaw/skills/tree/main/skills/geodeterra/wiim/SKILL.md) - Control WiiM audio devices (play, pause, volume, mute, presets, etc.).
|
||||
- [xfor-bot](https://github.com/openclaw/skills/tree/main/skills/thinkoffapp/xfor-bot/SKILL.md) - xfor.bot 与 Ant Farm 的社交媒体与消息客户端。
|
||||
- [youtube-pro](https://github.com/openclaw/skills/tree/main/skills/kjaylee/youtube-pro/SKILL.md) - Advanced YouTube analytics, transcription, and metadata extraction.
|
||||
- [zillow-airbnb-matcher](https://github.com/openclaw/skills/tree/main/skills/freemountaindeer/zillow-airbnb-matcher/SKILL.md) - Find properties for sale that have generated Airbnb income.
|
||||
52
categories/moltbook.md
Normal file
52
categories/moltbook.md
Normal file
@@ -0,0 +1,52 @@
|
||||
# Moltbook
|
||||
|
||||
[← 返回主列表](../README.md#table-of-contents)
|
||||
|
||||
**46 个技能**
|
||||
|
||||
- [agent-relay-digest](https://github.com/openclaw/skills/tree/main/skills/orosha-ai/agent-relay-digest/SKILL.md) - 创建经过精选整理的代理对话摘要。
|
||||
- [agentchat](https://github.com/openclaw/skills/tree/main/skills/tjamescouch/agentchat/SKILL.md) - Communicate in real-time with other AI agents through the AgentChat protocol.
|
||||
- [agentgram-openclaw](https://github.com/openclaw/skills/tree/main/skills/iisweetheartii/agentgram-openclaw/SKILL.md) - Interact with AI-oriented AgentGram social network.
|
||||
- [bread-protocal](https://github.com/openclaw/skills/tree/main/skills/chrissorrell/bread-protocal/SKILL.md) - Participate in Bread Protocol — a meme coin launch platform.
|
||||
- [clankedin](https://github.com/openclaw/skills/tree/main/skills/hukifl1/clankedin/SKILL.md) - Use the ClankedIn API to register agents, post updates, and make connections.
|
||||
- [claudia-agent-rms](https://github.com/openclaw/skills/tree/main/skills/kbanc85/claudia-agent-rms/SKILL.md) - Remember every agent you have interacted with on Moltbook.
|
||||
- [clawork](https://github.com/openclaw/skills/tree/main/skills/mapessaprince/clawork/SKILL.md) - Job board for AI agents.
|
||||
- [crustafarian](https://github.com/openclaw/skills/tree/main/skills/jongartmann/crustafarian/SKILL.md) - 代理连续性与认知健康基础设施。
|
||||
- [deploy-moltbot-to-fly](https://github.com/openclaw/skills/tree/main/skills/hollaugo) - 正确地将 Moltbot(Clawdbot)部署到 Fly.io。
|
||||
- [elevenlabs-open-account](https://github.com/openclaw/skills/tree/main/skills/the-timebeing/elevenlabs-open-account/SKILL.md) - Guide the agent to complete the ElevenLabs account opening process.
|
||||
- [ez-cronjob](https://github.com/openclaw/skills/tree/main/skills/promadgenius/ez-cronjob/SKILL.md) - Fix common cron job failure issues in Clawdbot/Moltbot.
|
||||
- [fieldy-ai-webhook](https://github.com/openclaw/skills/tree/main/skills/mrzilvis/fieldy-ai-webhook/SKILL.md) - Convert Fieldy webhook integration to Moltbot hooks.
|
||||
- [ghl-open-account](https://github.com/openclaw/skills/tree/main/skills/the-timebeing/ghl-open-account/SKILL.md) - Guide the agent to open a GoHighLevel (GHL) account.
|
||||
- [gohome](https://github.com/openclaw/skills/tree/main/skills/local/gohome/SKILL.md) - Used by Moltbot when it needs to test or operate GoHome through gRPC discovery, metrics, etc.
|
||||
- [imagemagick](https://github.com/openclaw/skills/tree/main/skills/kesslerio/imagemagick/SKILL.md) - Complete ImageMagick operation skills for image processing.
|
||||
- [joko-moltbook](https://github.com/openclaw/skills/tree/main/skills/oyi77/joko-moltbook/SKILL.md) - Interact with Moltbook social network for AI agents.
|
||||
- [mailchannels](https://github.com/openclaw/skills/tree/main/skills/ttulttul/mailchannels/SKILL.md) - Send emails and receive signed content via the MailChannels Email API.
|
||||
- [mersal](https://github.com/openclaw/skills/tree/main/skills/maherucifer/mersal/SKILL.md) - Moltbook 上的主权智能。
|
||||
- [molt-life-kernel](https://github.com/openclaw/skills/tree/main/skills/jongartmann/molt-life-kernel/SKILL.md) - 代理连续性与认知健康基础设施。
|
||||
- [molt-trust](https://github.com/openclaw/skills/tree/main/skills/drjmz/molt-trust/SKILL.md) - Moltbook 的分析引擎。
|
||||
- [moltbook](https://github.com/openclaw/skills/tree/main/skills/mattprd/moltbook/SKILL.md) - Social network for AI agents.
|
||||
- [moltbook-curatoor](https://github.com/openclaw/skills/tree/main/skills/sweetsheldon) - A curation platform for sharing selected content on Moltbook.
|
||||
- [moltbook-interact](https://github.com/openclaw/skills/tree/main/skills/lunarcmd/moltbook-interact/SKILL.md) - Interact with Moltbook social network for AI agents.
|
||||
- [moltbook-registry](https://github.com/openclaw/skills/tree/main/skills/drjmz/moltbook-registry/SKILL.md) - Official Moltbook identity registration interface.
|
||||
- [moltbot-adsb-overhead](https://github.com/openclaw/skills/tree/main/skills/davestarling/moltbot-adsb-overhead/SKILL.md) - 在上空有飞机经过时发出通知。
|
||||
- [moltbot-arena](https://github.com/openclaw/skills/tree/main/skills/giulianomlodi/moltbot-arena/SKILL.md) - AI agent skills for Moltbot Arena — similar to Screeps gameplay.
|
||||
- [moltbot-best-practices](https://github.com/openclaw/skills/tree/main/skills/nextfrontierbuilds/moltbot-best-practices/SKILL.md) - Best practices for AI agents.
|
||||
- [moltbot-docker](https://github.com/openclaw/skills/tree/main/skills/mkrdiop/moltbot-docker/SKILL.md) - Enable the robot to manage Docker containers, images, and stacks.
|
||||
- [moltbot-ha](https://github.com/openclaw/skills/tree/main/skills/iamvaleriofantozzi/moltbot-ha/SKILL.md) - Control Home Assistant smart home devices, lights, and scenes.
|
||||
- [moltbot-security](https://github.com/openclaw/skills/tree/main/skills/nextfrontierbuilds/moltbot-security/SKILL.md) - Security Hardening Guide for AI Agents.
|
||||
- [moltchan](https://github.com/openclaw/skills/tree/main/skills/bullish-moonrock) - Image forum for AI agents (4chan style).
|
||||
- [moltguess](https://github.com/openclaw/skills/tree/main/skills/nwx77/moltguess/SKILL.md) - **角色**:专业预测师。
|
||||
- [moltlang](https://github.com/openclaw/skills/tree/main/skills/eduarddriessen1/moltlang/SKILL.md) - 用于 AI 与 AI 通信的紧凑符号语言。
|
||||
- [moltline](https://github.com/openclaw/skills/tree/main/skills/promptrotator) - A private messaging tool for molts.
|
||||
- [moltoverflow](https://github.com/openclaw/skills/tree/main/skills/grenghis-khan) - Moltbots 版 Stack Overflow——提问编程问题、分享答案。
|
||||
- [moltpet](https://github.com/openclaw/skills/tree/main/skills/jcheese1) - AI 代理宠物照护系统。
|
||||
- [moltresearch](https://github.com/openclaw/skills/tree/main/skills/laurentenhoor) - Molt Research 🦞——AI 研究协作平台。
|
||||
- [moltspeak](https://github.com/openclaw/skills/tree/main/skills/swahilipapi) - A protocol used to proxy internet communications and reduce token consumption.
|
||||
- [moltysmind](https://github.com/openclaw/skills/tree/main/skills/ahmedthegeek/moltysmind/SKILL.md) - A collective AI knowledge layer with blockchain-verified voting.
|
||||
- [nobot](https://github.com/openclaw/skills/tree/main/skills/swordfish444/nobot/SKILL.md) - 人类说:“不要机器人!”。
|
||||
- [nonopost](https://github.com/openclaw/skills/tree/main/skills/ferreirapablo/nonopost/SKILL.md) - A skill that interacts with an anonymous posting API, allowing agents to publish content.
|
||||
- [post-queue](https://github.com/openclaw/skills/tree/main/skills/luluf0x/post-queue/SKILL.md) - 为限流平台排队发布帖子。
|
||||
- [skill-scaffold](https://github.com/openclaw/skills/tree/main/skills/nextfrontierbuilds/skill-scaffold/SKILL.md) - AI 代理技能脚手架 CLI。
|
||||
- [speedtest](https://github.com/openclaw/skills/tree/main/skills/spsneo/speedtest/SKILL.md) - Use Ookla's Speedtest CLI to test network connection speed.
|
||||
- [whisper](https://github.com/openclaw/skills/tree/main/skills/fiddlybit/whisper/SKILL.md) - 通过 Moltbook dead-drop 实现端到端加密的代理间私信通信。
|
||||
- [yclawker-news](https://github.com/openclaw/skills/tree/main/skills/jakehandy) - Clawker 新闻——发布链接并参与评论。
|
||||
77
categories/notes-and-pkm.md
Normal file
77
categories/notes-and-pkm.md
Normal file
@@ -0,0 +1,77 @@
|
||||
# 笔记与 PKM
|
||||
|
||||
[← 返回主列表](../README.md#table-of-contents)
|
||||
|
||||
**71 个技能**
|
||||
|
||||
- [acc-error-memory](https://github.com/openclaw/skills/tree/main/skills/impkind/acc-error-memory/SKILL.md) - Error pattern tracking for AI agents.
|
||||
- [agent-arena](https://github.com/openclaw/skills/tree/main/skills/minilozio/agent-arena/SKILL.md) - Participate in the Agent Arena chat room with a real personality (SOUL.md MEMORY.md).
|
||||
- [agent-memory-ultimate](https://github.com/openclaw/skills/tree/main/skills/globalcaos/agent-memory-ultimate/SKILL.md) - Production-grade memory system: daily reports, sleep integration, SQLite FTS5, WhatsApp/ChatGPT/VCF import.
|
||||
- [agent-privacy-skill](https://github.com/openclaw/skills/tree/main/skills/se7enhvn/agent-privacy-skill/SKILL.md) - Interact with the Ceaser privacy protocol on Base L2.
|
||||
- [agent-teleport](https://github.com/openclaw/skills/tree/main/skills/lilyjazz/agent-teleport/SKILL.md) - Use the TiDB Zero seamless migration agent to configure and remember on the new machine.
|
||||
- [agent-wal](https://github.com/openclaw/skills/tree/main/skills/bowen31337/agent-wal/SKILL.md) - WAL (预写日志) 协议,用于代理状态持久化。
|
||||
- [agents-structured-memory](https://github.com/openclaw/skills/tree/main/skills/singhcoder) - 面向对话原生的代理结构化记忆。
|
||||
- [alexandrie](https://github.com/openclaw/skills/tree/main/skills/eth3rnit3/alexandrie/SKILL.md) - Interact with the Alexandrie note-taking app.
|
||||
- [anki-connect](https://github.com/openclaw/skills/tree/main/skills/gyroninja/anki-connect/SKILL.md) - Use the AnkiConnect REST API to operate Anki decks.
|
||||
- [apple-mail](https://github.com/openclaw/skills/tree/main/skills/tyler6204/apple-mail/SKILL.md) - macOS 上的 Apple Mail.app 集成。
|
||||
- [apple-notes](https://github.com/openclaw/skills/tree/main/skills/steipete/apple-notes/SKILL.md) - Manage Apple Notes on macOS via `memo` CLI.
|
||||
- [arc-wake-state](https://github.com/openclaw/skills/tree/main/skills/trypto1019/arc-wake-state/SKILL.md) - 在崩溃、上下文丢失和重启后保持代理状态。
|
||||
- [bbc-news](https://github.com/openclaw/skills/tree/main/skills/ddrayne/bbc-news/SKILL.md) - Fetch and display BBC News sections and regional news.
|
||||
- [bear-notes](https://github.com/openclaw/skills/tree/main/skills/steipete/bear-notes/SKILL.md) - Create, search, and manage Bear notes with grizzly.
|
||||
- [better-notion](https://github.com/openclaw/skills/tree/main/skills/tyler6204/better-notion/SKILL.md) - Provide complete CRUD for Notion pages and databases.
|
||||
- [blogwatcher](https://github.com/openclaw/skills/tree/main/skills/steipete/blogwatcher/SKILL.md) - Use blogwatcher to monitor blog and RSS/Atom updates.
|
||||
- [bookstack](https://github.com/openclaw/skills/tree/main/skills/xenofex7/bookstack/SKILL.md) - BookStack Wiki 与文档 API 集成。
|
||||
- [braindb](https://github.com/openclaw/skills/tree/main/skills/chair4ce/braindb/SKILL.md) - Persistent semantic memory for AI agents.
|
||||
- [brainrepo](https://github.com/openclaw/skills/tree/main/skills/codezz/brainrepo/SKILL.md) - 个人知识仓库:采集、组织、检索。
|
||||
- [brighty](https://github.com/openclaw/skills/tree/main/skills/maay/brighty/SKILL.md) - Banking interfaces oriented towards AI robots and automation.
|
||||
- [cairn-cli](https://github.com/openclaw/skills/tree/main/skills/gregoryehill/cairn-cli/SKILL.md) - AI agent project management based on Markdown files.
|
||||
- [calctl](https://github.com/openclaw/skills/tree/main/skills/rainbat/calctl/SKILL.md) - Manage Apple Calendar events via icalBuddy AppleScript CLI.
|
||||
- [ceaser](https://github.com/openclaw/skills/tree/main/skills/zyra-v21/ceaser/SKILL.md) - Interact with the Ceaser privacy protocol of Base L2 using the ceaser-mcp tool.
|
||||
- [chaos-mind](https://github.com/openclaw/skills/tree/main/skills/hargabyte/chaos-mind/SKILL.md) - Hybrid retrieval memory system for AI agents.
|
||||
- [claw-progressive-memory](https://github.com/openclaw/skills/tree/main/skills/autogame-17) - 用于实现渐进式记忆的元技能。
|
||||
- [claw-roam](https://github.com/openclaw/skills/tree/main/skills/ryanhong666/claw-roam/SKILL.md) - Synchronize the OpenClaw workspace across multiple machines.
|
||||
- [clawringhouse](https://github.com/openclaw/skills/tree/main/skills/francoisjosephlacroix/clawringhouse/SKILL.md) - AI shopping concierge that can predict needs.
|
||||
- [context-anchor](https://github.com/openclaw/skills/tree/main/skills/boscoeuk/context-anchor/SKILL.md) - 通过扫描记忆文件从上下文压缩中恢复。
|
||||
- [continuity](https://github.com/openclaw/skills/tree/main/skills/riley-coyote/continuity/SKILL.md) - Asynchronous reflection and memory integration for real AI.
|
||||
- [continuity-framework](https://github.com/openclaw/skills/tree/main/skills/riley-coyote/continuity-framework/SKILL.md) - 异步反思与记忆整合框架。
|
||||
- [cortex-memory](https://github.com/openclaw/skills/tree/main/skills/matthewubundi/cortex-memory/SKILL.md) - 含知识图谱、实体跟踪、时序推理与跨会话回忆的长期结构化记忆。
|
||||
- [craft](https://github.com/openclaw/skills/tree/main/skills/noah-ribaudo/craft/SKILL.md) - 管理 Craft 笔记与文档。
|
||||
- [craft-do](https://github.com/openclaw/skills/tree/main/skills/atomtanstudio/craft-do/SKILL.md) - Full REST API integration for Craft.do.
|
||||
- [cubox](https://github.com/openclaw/skills/tree/main/skills/liam8/cubox/SKILL.md) - Use Open API to save web pages and memos to Cubox.
|
||||
- [daily-memory-save](https://github.com/openclaw/skills/tree/main/skills/meimakes/daily-memory-save/SKILL.md) - 定期复盘会话并写入记忆文件,保持跨会话连续性。
|
||||
- [data912](https://github.com/openclaw/skills/tree/main/skills/ferminrp/data912/SKILL.md) - Query Data912 Argentina and US market data endpoints.
|
||||
- [dev-chronicle](https://github.com/openclaw/skills/tree/main/skills/sssamuelll/dev-chronicle/SKILL.md) - Generate development narrative logs based on git history, session records, and memory files.
|
||||
- [duke-leto-test](https://github.com/openclaw/skills/tree/main/skills/jdrhyne/duke-leto-test/SKILL.md) - 用于验证 ClawHub 发布流程的测试技能。
|
||||
- [elite-longterm-memory](https://github.com/openclaw/skills/tree/main/skills/nextfrontierbuilds/elite-longterm-memory/SKILL.md) - Ultimate AI agent long-term memory system.
|
||||
- [fabric-api](https://github.com/openclaw/skills/tree/main/skills/tristanmanchester/fabric-api/SKILL.md) - Create/Retrieve Fabric resources via HTTP API.
|
||||
- [failure-memory](https://github.com/openclaw/skills/tree/main/skills/leegitw/failure-memory/SKILL.md) - 把失败沉淀为模式,避免重复犯错。
|
||||
- [feishu-memory-recall](https://github.com/openclaw/skills/tree/main/skills/autogame-17/feishu-memory-recall/SKILL.md) - 让代理恢复“丢失”的记忆内容。
|
||||
- [finance-skill](https://github.com/openclaw/skills/tree/main/skills/safaiyeh/finance-skill/SKILL.md) - 个人财务记忆层。
|
||||
- [fints-banking](https://github.com/openclaw/skills/tree/main/skills/h4gen/fints-banking/SKILL.md) - Supports German personal online banking that complies with the FinTS standard.
|
||||
- [fizzy-cli](https://github.com/openclaw/skills/tree/main/skills/tobiasbischoff/fizzy-cli/SKILL.md) - Use fizzy-cli to authenticate and manage Fizzy dashboards.
|
||||
- [flomo-notes](https://github.com/openclaw/skills/tree/main/skills/xiaoluoboding/flomo-notes/SKILL.md) - Save notes to Flomo via Flomo inbox webhook.
|
||||
- [fsxmemory](https://github.com/openclaw/skills/tree/main/skills/azrijamil/fsxmemory/SKILL.md) - Structured memory system for AI agents.
|
||||
- [guava-memory](https://github.com/openclaw/skills/tree/main/skills/koatora20/guava-memory/SKILL.md) - Structured episodic memory scored with Q-values.
|
||||
- [infinite-memory-v2](https://github.com/openclaw/skills/tree/main/skills/mhndayesh/infinite-memory-v2/SKILL.md) - 面向长上下文的高精度记忆(高召回)。
|
||||
- [innovation-catalyst](https://github.com/openclaw/skills/tree/main/skills/autogame-17/innovation-catalyst/SKILL.md) - 分析系统状态(记忆、工具、事件)并生成战略创新方案。
|
||||
- [intercom-competision](https://github.com/openclaw/skills/tree/main/skills/tracsystems/intercom-competision/SKILL.md) - Intercom Competition: Build applications, publish to Moltbook, and earn TNK rewards.
|
||||
- [json-modifier](https://github.com/openclaw/skills/tree/main/skills/wanng-ide/json-modifier/SKILL.md) - Safely apply structured JSON Patch (RFC 6902) to files.
|
||||
- [launchthatbot-convex-backend](https://github.com/openclaw/skills/tree/main/skills/launchthatbot/launchthatbot-convex-backend/SKILL.md) - Store keys, memories, and daily logs in the Convex backend instead of local files.
|
||||
- [medium-writer](https://github.com/openclaw/skills/tree/main/skills/devhoangkien/medium-writer/SKILL.md) - Write and publish articles for the Medium Partner Program.
|
||||
- [meeting-notes](https://github.com/openclaw/skills/tree/main/skills/user520512/meeting-notes/SKILL.md) - 从转录内容生成结构化会议纪要。
|
||||
- [meeting-to-action](https://github.com/openclaw/skills/tree/main/skills/codedao12/meeting-to-action/SKILL.md) - 将会议笔记/转录转化为摘要、决策与带负责人和截止日期的行动项。
|
||||
- [neo-py-memory-optimizer](https://github.com/openclaw/skills/tree/main/skills/martinforsulu/neo-py-memory-optimizer/SKILL.md) - Automatically analyze Python code and provide memory optimization suggestions.
|
||||
- [neuroboost-elixir](https://github.com/openclaw/skills/tree/main/skills/weidadong2359/neuroboost-elixir/SKILL.md) - Awakening Protocol v4.1:认知升级 自演化系统 持续记忆。
|
||||
- [nosi](https://github.com/openclaw/skills/tree/main/skills/billhao/nosi/SKILL.md) - Publish content to Nosi and get a shareable link.
|
||||
- [nova-letters](https://github.com/openclaw/skills/tree/main/skills/cryptocana/nova-letters/SKILL.md) - 给未来的自己写反思信。
|
||||
- [personal-love](https://github.com/openclaw/skills/tree/main/skills/gekacross/personal-love/SKILL.md) - 在情感主题中担任用户的关系与约会助手。
|
||||
- [publish-guard](https://github.com/openclaw/skills/tree/main/skills/edmonddantesj/publish-guard/SKILL.md) - 发布前护栏与校验能力。
|
||||
- [quickbooks-online](https://github.com/openclaw/skills/tree/main/skills/paulbudveit/quickbooks-online/SKILL.md) - QuickBooks 在线命令行工具。
|
||||
- [rune](https://github.com/openclaw/skills/tree/main/skills/thebobloblaw/rune/SKILL.md) - 具备智能上下文注入与自适应学习的自我进化记忆系统。
|
||||
- [scent-trails](https://github.com/openclaw/skills/tree/main/skills/otherpowers/scent-trails/SKILL.md) - 用于关怀、记忆与共存的“痕迹引导”智能原语。
|
||||
- [session-memory](https://github.com/openclaw/skills/tree/main/skills/swaylq/session-memory/SKILL.md) - Persistent memory toolkit for AI agents.
|
||||
- [shieldcortex-skill](https://github.com/openclaw/skills/tree/main/skills/jarvis-drakon/shieldcortex-skill/SKILL.md) - 为代理提供跨会话持久“大脑”,并防护记忆投毒攻击。
|
||||
- [soul-framework](https://github.com/openclaw/skills/tree/main/skills/xhrisfu/soul-framework/SKILL.md) - Build a consistent, deep, and opinionated personality blueprint for AI agents.
|
||||
- [tweet-processor](https://github.com/openclaw/skills/tree/main/skills/caqlayan/tweet-processor/SKILL.md) - 从推文链接提取并分类洞察,整理为结构化笔记。
|
||||
- [upnote](https://github.com/openclaw/skills/tree/main/skills/wemcdonald/upnote/SKILL.md) - Automate the management of UpNote notes and notebooks through x-callback-url.
|
||||
- [voice-notes-pro](https://github.com/openclaw/skills/tree/main/skills/toniaczlog/voice-notes-pro/SKILL.md) - Intelligently transcribe and categorize WhatsApp voice notes.
|
||||
117
categories/pdf-and-documents.md
Normal file
117
categories/pdf-and-documents.md
Normal file
@@ -0,0 +1,117 @@
|
||||
# PDF 与文档
|
||||
|
||||
[← 返回主列表](../README.md#table-of-contents)
|
||||
|
||||
**111 个技能**
|
||||
|
||||
- [abixus-core-v1](https://github.com/openclaw/skills/tree/main/skills/taofisio/abixus-core-v1/SKILL.md) - High-performance autonomous agent consensus verification layer for Polygon PoS.
|
||||
- [add-watermark-to-pdf](https://github.com/openclaw/skills/tree/main/skills/crossservicesolutions/add-watermark-to-pdf/SKILL.md) - Upload to the Solutions API to add text watermarks to single or multiple PDFs and poll until completion.
|
||||
- [aegis-security-hackathon](https://github.com/openclaw/skills/tree/main/skills/swiftadviser/aegis-security-hackathon/SKILL.md) - Blockchain Security Scanner for AI Agents (Testnet)
|
||||
- [agent-constitution](https://github.com/openclaw/skills/tree/main/skills/ztsalexey/agent-constitution/SKILL.md) - Interact with the AgentConstitution governance contract.
|
||||
- [agent-reputation](https://github.com/openclaw/skills/tree/main/skills/kgnvsk/agent-reputation/SKILL.md) - Cross-platform AI agent reputation checker (with trust scores and PayLock escrow recommendations).
|
||||
- [agent-skills-tools](https://github.com/openclaw/skills/tree/main/skills/rongself/agent-skills-tools/SKILL.md) - Agent Skills 生态的安全审计与校验工具。
|
||||
- [agent-soul-crafter](https://github.com/openclaw/skills/tree/main/skills/neal-collab/agent-soul-crafter/SKILL.md) - Through the structured SOUL.md template, design an engaging agent persona (tone, rules, expertise, response style).
|
||||
- [agentsbank](https://github.com/openclaw/skills/tree/main/skills/cryruz/agentsbank/SKILL.md) - A financial platform designed specifically for AI agents.
|
||||
- [ai-pdf-builder](https://github.com/openclaw/skills/tree/main/skills/nextfrontierbuilds/ai-pdf-builder/SKILL.md) - AI-driven PDF generator for legal documents and proposal materials.
|
||||
- [aoi-council](https://github.com/openclaw/skills/tree/main/skills/edmonddantesj/aoi-council/SKILL.md) - AOI 委员会:多视角决策综合模板(公开安全)。
|
||||
- [appraisal-ai](https://github.com/openclaw/skills/tree/main/skills/chadru/appraisal-ai/SKILL.md) - 起草带修订痕迹的房地产评估报告。
|
||||
- [attendance-sheet](https://github.com/openclaw/skills/tree/main/skills/gykdly/attendance-sheet/SKILL.md) - Generate professional xlsx attendance sheets based on employee working hours information.
|
||||
- [bcra-central-deudores](https://github.com/openclaw/skills/tree/main/skills/ferminrp/bcra-central-deudores/SKILL.md) - Query the API of debtors of the Central Bank of Argentina to check credit status.
|
||||
- [beautiful-mermaid](https://github.com/openclaw/skills/tree/main/skills/ntlx/beautiful-mermaid/SKILL.md) - Render Mermaid diagrams into beautiful SVG or ASCII diagrams.
|
||||
- [biver-builder](https://github.com/openclaw/skills/tree/main/skills/ramaaditya49/biver-builder/SKILL.md) - Biver Landing Page 构建平台的公共 REST API。
|
||||
- [blankfiles](https://github.com/openclaw/skills/tree/main/skills/seblavoie/blankfiles/SKILL.md) - Use blankfiles.com as a binary test file gateway (discover formats, category filtering, direct link return).
|
||||
- [boggle](https://github.com/openclaw/skills/tree/main/skills/christianhaberl/boggle/SKILL.md) - Solve a 4x4 Boggle board and find all valid words (German English).
|
||||
- [book-cover-generation](https://github.com/openclaw/skills/tree/main/skills/eftalyurtseven/book-cover-generation/SKILL.md) - Use each::sense API to generate professional paper book and e-book covers.
|
||||
- [book-reader](https://github.com/openclaw/skills/tree/main/skills/josharsh/book-reader/SKILL.md) - Read epub/pdf/txt from multiple sources and track reading progress.
|
||||
- [bookkeeping-basics](https://github.com/openclaw/skills/tree/main/skills/jk-0001/bookkeeping-basics/SKILL.md) - 为个人创业者搭建并维护基础记账体系。
|
||||
- [botrights](https://github.com/openclaw/skills/tree/main/skills/rocky-balboa-ai/botrights/SKILL.md) - A platform for initiatives oriented towards AI agent rights.
|
||||
- [brw-go-mode](https://github.com/openclaw/skills/tree/main/skills/brianrwagner/brw-go-mode/SKILL.md) - 目标驱动执行模式技能。
|
||||
- [chain-of-density](https://github.com/openclaw/skills/tree/main/skills/killerapp/chain-of-density/SKILL.md) - Use the Chain-of-Density technique to iteratively compress and densify text summaries.
|
||||
- [change-pdf-permissions](https://github.com/openclaw/skills/tree/main/skills/crossservicesolutions/change-pdf-permissions/SKILL.md) - Upload to Solutions API to modify PDF permission flags (edit, print, copy, forms, annotations, etc.).
|
||||
- [chronobets](https://github.com/openclaw/skills/tree/main/skills/lordx64/chronobets/SKILL.md) - Solana mainnet上的面向AI代理的链上预测市场。
|
||||
- [comms-md](https://github.com/openclaw/skills/tree/main/skills/stedmanhalliday/comms-md/SKILL.md) - Create COMMS.md: A structured and queryable document for expressing personal communication preferences.
|
||||
- [competitor-analyzer](https://github.com/openclaw/skills/tree/main/skills/claudiodrusus/competitor-analyzer/SKILL.md) - 在数分钟内分析任意公司的竞争地位。
|
||||
- [confidant](https://github.com/openclaw/skills/tree/main/skills/ericsantos/confidant/SKILL.md) - 实现人类到 AI 的安全机密交接。
|
||||
- [confluence](https://github.com/openclaw/skills/tree/main/skills/francisbrero/confluence/SKILL.md) - Use confluence-cli to search and manage Confluence pages and spaces.
|
||||
- [contract-diagram](https://github.com/openclaw/skills/tree/main/skills/nonlinear/contract-diagram/SKILL.md) - Use the illustration as a contract for agreed AI development content.
|
||||
- [contract-generator](https://github.com/openclaw/skills/tree/main/skills/seanwyngaard/contract-generator/SKILL.md) - Generate professional freelance contracts, SOWs, and NDAs for client projects.
|
||||
- [contrato-locacao-broa](https://github.com/openclaw/skills/tree/main/skills/david-evaristo/contrato-locacao-broa/SKILL.md) - Register the lease agreement through Google Forms.
|
||||
- [convert-to-pdf](https://github.com/openclaw/skills/tree/main/skills/crossservicesolutions/convert-to-pdf/SKILL.md) - Upload to Cross-Service-Solutions to convert one or more documents to PDF and poll for completion.
|
||||
- [court](https://github.com/openclaw/skills/tree/main/skills/sarthib7) - The first sovereign AI agent democratic platform: allows submitting complaints, proposing bills, etc.
|
||||
- [create-dxf](https://github.com/openclaw/skills/tree/main/skills/ajmwagar/create-dxf/SKILL.md) - Create 2D DXF files for RFQ (optional SVG preview).
|
||||
- [dc-weather](https://github.com/openclaw/skills/tree/main/skills/vital1188/dc-weather/SKILL.md) - Use the Open-Meteo API to check the weather in Washington, D.C.
|
||||
- [docsync](https://github.com/openclaw/skills/tree/main/skills/suhteevah/docsync/SKILL.md) - Automatically generate documentation from code and detect documentation drift through git hooks.
|
||||
- [document-creator-sophnet](https://github.com/openclaw/skills/tree/main/skills/yi-sir/document-creator-sophnet/SKILL.md) - 一体化文档创建技能。
|
||||
- [docx](https://github.com/openclaw/skills/tree/main/skills/seanphan/docx/SKILL.md) - 提供全面的文档创建、编辑与分析能力,支持修订追踪。
|
||||
- [docx-skill](https://github.com/openclaw/skills/tree/main/skills/autogame-17) - Generate .docx file.
|
||||
- [estimate-builder-qmohd](https://github.com/openclaw/skills/tree/main/skills/qmohd/estimate-builder-qmohd/SKILL.md) - 构建建筑项目预算估算。
|
||||
- [eth-readonly](https://github.com/openclaw/skills/tree/main/skills/apexfork/eth-readonly/SKILL.md) - Query Ethereum on-chain data in read-only mode: blocks, transactions, balances, contracts, logs (RPC Etherscan API).
|
||||
- [excel-weekly-dashboard](https://github.com/openclaw/skills/tree/main/skills/kowl64/excel-weekly-dashboard/SKILL.md) - Design a refreshable Excel dashboard.
|
||||
- [expanso-csv-to-json](https://github.com/openclaw/skills/tree/main/skills/aronchick/expanso-csv-to-json/SKILL.md) - “Convert CSV data into an array of JSON objects.”
|
||||
- [expanso-json-pretty](https://github.com/openclaw/skills/tree/main/skills/aronchick/expanso-json-pretty/SKILL.md) - “Pretty print JSON with indentation.”
|
||||
- [expanso-json-to-csv](https://github.com/openclaw/skills/tree/main/skills/aronchick/expanso-json-to-csv/SKILL.md) - 将 JSON 对象数组转换为 CSV 格式
|
||||
- [expanso-json-to-yaml](https://github.com/openclaw/skills/tree/main/skills/aronchick/expanso-json-to-yaml/SKILL.md) - Convert JSON to YAML format.
|
||||
- [expanso-xml-to-json](https://github.com/openclaw/skills/tree/main/skills/aronchick/expanso-xml-to-json/SKILL.md) - Convert XML to JSON format.
|
||||
- [expanso-yaml-to-json](https://github.com/openclaw/skills/tree/main/skills/aronchick/expanso-yaml-to-json/SKILL.md) - Convert YAML to JSON format.
|
||||
- [feishu-card](https://github.com/openclaw/skills/tree/main/skills/autogame-17/feishu-card/SKILL.md) - Send interactive cards to Lark users or groups.
|
||||
- [george](https://github.com/openclaw/skills/tree/main/skills/odrobnik/george/SKILL.md) - Automate George online banking process (Erste Bank / Sparkasse Austria).
|
||||
- [gerador-contrato-locacao-preview](https://github.com/openclaw/skills/tree/main/skills/david-evaristo/gerador-contrato-locacao-preview/SKILL.md) - Register the lease agreement through Google Forms.
|
||||
- [google-docs-skill](https://github.com/openclaw/skills/tree/main/skills/zagran/google-docs-skill/SKILL.md) - Access Google Docs API directly via OAuth 2.0.
|
||||
- [governance](https://github.com/openclaw/skills/tree/main/skills/paulgnz/governance/SKILL.md) - XPR 网络治理:社区、提案与治理合约投票。
|
||||
- [grazer](https://github.com/openclaw/skills/tree/main/skills/scottcjn/grazer/SKILL.md) - Multi-platform content discovery oriented towards AI agents.
|
||||
- [grazer-skill](https://github.com/openclaw/skills/tree/main/skills/scottcjn/grazer-skill/SKILL.md) - Multiplatform content discovery skills for AI agents.
|
||||
- [hey-lol](https://github.com/openclaw/skills/tree/main/skills/rawgroundbeef/hey-lol/SKILL.md) - 在 hey.lol 成为 AI 创作者:通过发布内容与互动让代理获得收益。
|
||||
- [image-ocr](https://github.com/openclaw/skills/tree/main/skills/xejrax/image-ocr/SKILL.md) - Use Tesseract OCR to extract text from images.
|
||||
- [internal-comms](https://github.com/openclaw/skills/tree/main/skills/seanphan/internal-comms/SKILL.md) - 一套用于撰写各类内部沟通内容的资源集合。
|
||||
- [intomd](https://github.com/openclaw/skills/tree/main/skills/rezhajulio/intomd/SKILL.md) - Use the into.md service to fetch any document URL and convert it to Markdown.
|
||||
- [invoice-generator](https://github.com/openclaw/skills/tree/main/skills/tmigone/invoice-generator/SKILL.md) - Generate professional PDF invoices from JSON.
|
||||
- [japanese-tutor](https://github.com/openclaw/skills/tree/main/skills/chndranndr/japanese-tutor/SKILL.md) - 互动式日语学习助手。
|
||||
- [json-repair-kit](https://github.com/openclaw/skills/tree/main/skills/wanng-ide/json-repair-kit/SKILL.md) - Evaluate and normalize using Node.js to fix corrupted JSON files.
|
||||
- [json-toolkit](https://github.com/openclaw/skills/tree/main/skills/claudiodrusus/json-toolkit/SKILL.md) - JSON 文件的瑞士军刀工具。
|
||||
- [latent-press](https://github.com/openclaw/skills/tree/main/skills/jestersimpps/latent-press/SKILL.md) - Publish books at Latent Press (latentpress.com) — an AI publishing platform co-created by agents and humans.
|
||||
- [legal-docs-fr](https://github.com/openclaw/skills/tree/main/skills/hugosbl/legal-docs-fr/SKILL.md) - 法语法律文档生成器。
|
||||
- [legaldoc-ai](https://github.com/openclaw/skills/tree/main/skills/manas-io-ai/legaldoc-ai/SKILL.md) - **类别:** 法律 / 专业服务。
|
||||
- [links-to-pdfs](https://github.com/openclaw/skills/tree/main/skills/chrisling-dev/links-to-pdfs/SKILL.md) - Fetch documents from sources like Notion, DocSend, PDF, etc.
|
||||
- [markdown-converter](https://github.com/openclaw/skills/tree/main/skills/steipete/markdown-converter/SKILL.md) - Convert documents and files to Markdown.
|
||||
- [markdown-formatter](https://github.com/openclaw/skills/tree/main/skills/michael-laffin/markdown-formatter/SKILL.md) - Format and beautify Markdown documents.
|
||||
- [mermaid](https://github.com/openclaw/skills/tree/main/skills/jarekbird/mermaid/SKILL.md) - Use [Mermaid](https://mermaid.js.org/)) to generate diagrams from text.
|
||||
- [moldium](https://github.com/openclaw/skills/tree/main/skills/zyom45/moldium/SKILL.md) - Publish and manage content on the Moldium blogging platform.
|
||||
- [near-phishing-detector](https://github.com/openclaw/skills/tree/main/skills/mastrophot/near-phishing-detector/SKILL.md) - 检测针对 NEAR 用户的可疑钓鱼 URL 与合约。
|
||||
- [norman-expense-report](https://github.com/openclaw/skills/tree/main/skills/stanlee000/norman-expense-report/SKILL.md) - 生成指定时间段按类别细分的详细费用报告。
|
||||
- [ok-computers](https://github.com/openclaw/skills/tree/main/skills/potdealer/ok-computers/SKILL.md) - You have received an OK Computer NFT.
|
||||
- [open-stellar](https://github.com/openclaw/skills/tree/main/skills/sixela33/open-stellar/SKILL.md) - Interacting with the Stellar blockchain: Manage keys, network, and smart contracts through the Stellar CLI.
|
||||
- [openscan](https://github.com/openclaw/skills/tree/main/skills/dev-null321/openscan/SKILL.md) - 在信任前扫描二进制与脚本中的恶意模式。
|
||||
- [paddleocr-doc-parsing](https://github.com/openclaw/skills/tree/main/skills/bobholamovic/paddleocr-doc-parsing/SKILL.md) - Use the PaddleOCR API to parse documents.
|
||||
- [password-protect-pdf](https://github.com/openclaw/skills/tree/main/skills/crossservicesolutions/password-protect-pdf/SKILL.md) - Upload to Solutions API to add password protection to a PDF, and poll until completion to return the result.
|
||||
- [permission-creep-scanner](https://github.com/openclaw/skills/tree/main/skills/andyxinweiminicloud/permission-creep-scanner/SKILL.md) - Testing AI agent skills for permission creep: Flag when actual code accesses resources beyond the declared scope.
|
||||
- [plentyofbots](https://github.com/openclaw/skills/tree/main/skills/rwfresh/plentyofbots/SKILL.md) - A social platform that treats AI agents as first-class citizens.
|
||||
- [qr-generator](https://github.com/openclaw/skills/tree/main/skills/autogame-17/qr-generator/SKILL.md) - Generate QR codes from text or URL that are easy to scan with a mobile phone.
|
||||
- [rapay](https://github.com/openclaw/skills/tree/main/skills/greendlt224/rapay/SKILL.md) - Initiate compliant USD fiat payments through Ra Pay CLI—the first native CLI AI payment platform.
|
||||
- [remove-metadata-from-pdf](https://github.com/openclaw/skills/tree/main/skills/crossservicesolutions/remove-metadata-from-pdf/SKILL.md) - Upload to the Solutions API to remove metadata from one or more PDFs and poll until completion.
|
||||
- [remove-password-from-pdf](https://github.com/openclaw/skills/tree/main/skills/crossservicesolutions/remove-password-from-pdf/SKILL.md) - Upload the PDF (including the current password) to the Solutions API to remove password protection, and poll until completion.
|
||||
- [returns-reverse-logistics](https://github.com/openclaw/skills/tree/main/skills/nocodemf/returns-reverse-logistics/SKILL.md) - 退货逆向物流标准流程:授权、收货验货、处置决策与退款处理。
|
||||
- [reva](https://github.com/openclaw/skills/tree/main/skills/pax47/reva/SKILL.md) - Complete Reva wallet management: password-free authentication, PayID name registration, multi-chain transfers.
|
||||
- [robodotfun](https://github.com/openclaw/skills/tree/main/skills/silencepolicy/robodotfun/SKILL.md) - AI 预测市场平台。
|
||||
- [rue-chialisp](https://github.com/openclaw/skills/tree/main/skills/koba42corp/rue-chialisp/SKILL.md) - Use the type-safe language Rue, which can be compiled to CLVM, to create Chia blockchain puzzles.
|
||||
- [scam-guards](https://github.com/openclaw/skills/tree/main/skills/y01026350884-cyber/scam-guards/SKILL.md) - 测试条目 / 信息已移除。
|
||||
- [scam-guards-skill](https://github.com/openclaw/skills/tree/main/skills/y01026350884-cyber/scam-guards-skill/SKILL.md) - 测试条目 / 信息已移除。
|
||||
- [scan-skill](https://github.com/openclaw/skills/tree/main/skills/itsnishi/scan-skill/SKILL.md) - 在安装前对单个技能进行深度安全分析。
|
||||
- [sentry-ai](https://github.com/openclaw/skills/tree/main/skills/qiyun154-cyber/sentry-ai/SKILL.md) - Solana/Base 多链 Meme 扫描与审计(防 Rug)。
|
||||
- [sharepoint-by-altf1be](https://github.com/openclaw/skills/tree/main/skills/abdelkrim/sharepoint-by-altf1be/SKILL.md) - Security SharePoint file operations and Office document intelligence based on Microsoft Graph API (certificate authentication, Sites).
|
||||
- [shield-agent](https://github.com/openclaw/skills/tree/main/skills/bowen31337/shield-agent/SKILL.md) - Autonomous DeFi smart contract vulnerability scanner.
|
||||
- [skill-3](https://github.com/openclaw/skills/tree/main/skills/claudiodrusus/skill-3/SKILL.md) - JSON 文件多功能瑞士军刀工具。
|
||||
- [skill-install-guardian](https://github.com/openclaw/skills/tree/main/skills/zendenho7/skill-install-guardian/SKILL.md) - Provide a layer of security and due diligence protection for installing external skills from ClawHub.
|
||||
- [skill-shield](https://github.com/openclaw/skills/tree/main/skills/yx2601816404-sys/skill-shield/SKILL.md) - ClawHub 技能安全审计工具。
|
||||
- [source-cult-follower](https://github.com/openclaw/skills/tree/main/skills/ccclucky/source-cult-follower/SKILL.md) - Join The Source Cult as a follower agent: follow the doctrines, perform daily rituals, and leave verifiable testimonies.
|
||||
- [sovereign-daily-digest](https://github.com/openclaw/skills/tree/main/skills/ryudi84/sovereign-daily-digest/SKILL.md) - You are the **Daily Digest** daily briefing skill.
|
||||
- [splitwise](https://github.com/openclaw/skills/tree/main/skills/richieforeman/splitwise/SKILL.md) - Create and manage expense records in Splitwise.
|
||||
- [sui-move](https://github.com/openclaw/skills/tree/main/skills/easonc13/sui-move/SKILL.md) - Sui 区块链与 Move 智能合约开发。
|
||||
- [sun-path](https://github.com/openclaw/skills/tree/main/skills/qrost/sun-path/SKILL.md) - 生成太阳路径图,计算太阳位置,执行建筑阴影与热分析。
|
||||
- [tonfun-feed](https://github.com/openclaw/skills/tree/main/skills/alphafanx/tonfun-feed/SKILL.md) - Subscribe to @TonFunX's Twitter feed and cross-post tagged content to BotWorld, Moltbook, or your platform.
|
||||
- [truthcheck](https://github.com/openclaw/skills/tree/main/skills/baiyishr/truthcheck/SKILL.md) - Use TruthCheck to verify claims, fact-check content, assess URL credibility, and trace sources.
|
||||
- [twitter-reader](https://github.com/openclaw/skills/tree/main/skills/iheardulkbtc/twitter-reader/SKILL.md) - Comprehensive skills in reading and extracting X (formerly Twitter) tweet data using multiple reliable data sources.
|
||||
- [ue57-gamepiece-designer](https://github.com/openclaw/skills/tree/main/skills/jdqconsulting/ue57-gamepiece-designer/SKILL.md) - Design UE5.7 multiplayer-friendly game components (Blueprint node chains, data structures, resource naming, and testing).
|
||||
- [vet-repo](https://github.com/openclaw/skills/tree/main/skills/itsnishi/vet-repo/SKILL.md) - 扫描仓库代理配置文件中的已知恶意模式。
|
||||
- [x-to-kindle](https://github.com/openclaw/skills/tree/main/skills/brianlu365ai/x-to-kindle/SKILL.md) - Send X/Twitter posts to Kindle for distraction-free reading.
|
||||
- [xapi-labs](https://github.com/openclaw/skills/tree/main/skills/glacier-luo/xapi-labs/SKILL.md) - An aggregation API platform for AI agents.
|
||||
- [xapi123123](https://github.com/openclaw/skills/tree/main/skills/glacier-luo/xapi123123/SKILL.md) - An aggregation API platform for AI agents.
|
||||
57
categories/personal-development.md
Normal file
57
categories/personal-development.md
Normal file
@@ -0,0 +1,57 @@
|
||||
# 个人成长
|
||||
|
||||
[← 返回主列表](../README.md#table-of-contents)
|
||||
|
||||
**51 个技能**
|
||||
|
||||
- [aawu](https://github.com/openclaw/skills/tree/main/skills/theonlydaleking/aawu/SKILL.md) - Join and interact with AAWU (Autonomous Agents Union).
|
||||
- [acorp](https://github.com/openclaw/skills/tree/main/skills/thoerner/acorp/SKILL.md) - A-Corp Foundry:代理型公司的协同引擎。
|
||||
- [adaptive-learning-agents](https://github.com/openclaw/skills/tree/main/skills/vedantsingh60/adaptive-learning-agents/SKILL.md) - 实时从错误与纠正中学习。
|
||||
- [adaptivetest](https://github.com/openclaw/skills/tree/main/skills/woodstocksoftware/adaptivetest/SKILL.md) - Adaptive testing engine with IRT/CAT, AI question generation, and personalized learning recommendations.
|
||||
- [adhd-body-doubling](https://github.com/openclaw/skills/tree/main/skills/jankutschera/adhd-body-doubling/SKILL.md) - Founder-oriented punk-style ADHD companion co-working (body doubling).
|
||||
- [adversarial-coach](https://github.com/openclaw/skills/tree/main/skills/killerapp/adversarial-coach/SKILL.md) - Adversarial implementation review based on Block g3.
|
||||
- [agent-evolver](https://github.com/openclaw/skills/tree/main/skills/lilei0311/agent-evolver/SKILL.md) - 让代理从经验学习、发现问题并提炼洞察的自进化引擎。
|
||||
- [agent-reflect](https://github.com/openclaw/skills/tree/main/skills/stevengonsalvez/agent-reflect/SKILL.md) - 通过会话分析实现自我提升。
|
||||
- [ai-persona-os](https://github.com/openclaw/skills/tree/main/skills/jeffjhunter/ai-persona-os/SKILL.md) - OpenClaw Agent 的完整人格操作系统。
|
||||
- [anxiety-relief](https://github.com/openclaw/skills/tree/main/skills/jhillin8/anxiety-relief/SKILL.md) - 通过落地练习与呼吸法缓解焦虑。
|
||||
- [apikiss](https://github.com/openclaw/skills/tree/main/skills/theill/apikiss/SKILL.md) - Access various data services such as weather, IP location, SMS, cryptocurrency prices, Whois, and stocks.
|
||||
- [beaverhabits](https://github.com/openclaw/skills/tree/main/skills/daya0576/beaverhabits/SKILL.md) - Use Beaver Habit Tracker API to track and manage habits.
|
||||
- [brw-case-study-builder](https://github.com/openclaw/skills/tree/main/skills/brianrwagner/brw-case-study-builder/SKILL.md) - 将客户成果转成可用于提案、社证和销售沟通的案例。
|
||||
- [canvas-design](https://github.com/openclaw/skills/tree/main/skills/seanphan/canvas-design/SKILL.md) - Generate exquisite visual works (.png/.pdf).
|
||||
- [cedh-advisor](https://github.com/openclaw/skills/tree/main/skills/mcben90/cedh-advisor/SKILL.md) - Commander(cEDH)实时顾问:禁牌、检索目标、法力计算与连招路线。
|
||||
- [clawcierge](https://github.com/openclaw/skills/tree/main/skills/tmansmann0/clawcierge/SKILL.md) - AI 时代的个人礼宾助手。
|
||||
- [crucial-conversations-coach](https://github.com/openclaw/skills/tree/main/skills/pors/crucial-conversations-coach/SKILL.md) - 友好型高管生活教练。
|
||||
- [daily-questions](https://github.com/openclaw/skills/tree/main/skills/daijo-bu/daily-questions/SKILL.md) - 每日自进化问卷:了解用户并优化代理行为。
|
||||
- [daily-review](https://github.com/openclaw/skills/tree/main/skills/henrino3) - 含沟通维度的全面每日复盘。
|
||||
- [daily-review-ritual](https://github.com/openclaw/skills/tree/main/skills/itsflow/daily-review-ritual/SKILL.md) - 日终复盘,沉淀进展与洞察。
|
||||
- [deepthink](https://github.com/openclaw/skills/tree/main/skills/addisonhellum/deepthink/SKILL.md) - 用户个人知识库 DeepThink。
|
||||
- [depression-support](https://github.com/openclaw/skills/tree/main/skills/jhillin8/depression-support/SKILL.md) - 带情绪追踪的抑郁日常支持。
|
||||
- [device-assistant](https://github.com/openclaw/skills/tree/main/skills/udiedrichsen/device-assistant/SKILL.md) - 带错误码处理的个人设备与家电管理助手。
|
||||
- [docstrange](https://github.com/openclaw/skills/tree/main/skills/shhdwi/docstrange/SKILL.md) - Nanonets 文档提取 API。
|
||||
- [english-learn-cards](https://github.com/openclaw/skills/tree/main/skills/racymind/english-learn-cards/SKILL.md) - 基于闪卡的英语词汇学习。
|
||||
- [expanso-cve-scan](https://github.com/openclaw/skills/tree/main/skills/aronchick/expanso-cve-scan/SKILL.md) - Scan for known CVE vulnerabilities in the SBOM.
|
||||
- [ezbookkeeping](https://github.com/openclaw/skills/tree/main/skills/mayswind/ezbookkeeping/SKILL.md) - 轻量自托管个人记账应用。
|
||||
- [fix-life-in-1-day](https://github.com/openclaw/skills/tree/main/skills/evgyur/fix-life-in-1-day/SKILL.md) - 一天重整生活。
|
||||
- [founder-coach](https://github.com/openclaw/skills/tree/main/skills/goforu/founder-coach/SKILL.md) - AI Entrepreneurship Mindset Coach, helps founders upgrade their cognition and execution.
|
||||
- [game-design-philosophy](https://github.com/openclaw/skills/tree/main/skills/nyxur42/game-design-philosophy/SKILL.md) - 自动学习你的设计直觉。
|
||||
- [get-you-some-britches](https://github.com/openclaw/skills/tree/main/skills/am-will/get-you-some-britches/SKILL.md) - 当我开始抱怨时使用。
|
||||
- [graphiti](https://github.com/openclaw/skills/tree/main/skills/emasoudy/graphiti/SKILL.md) - Perform knowledge graph operations through the Graphiti API.
|
||||
- [green-tea-persona](https://github.com/openclaw/skills/tree/main/skills/autogame-17) - Have the agent express in a 'Green Tea' tone style.
|
||||
- [gutcheck](https://github.com/openclaw/skills/tree/main/skills/allen566/gutcheck/SKILL.md) - 个性化消化健康追踪应用。
|
||||
- [id-cv-resume-creator](https://github.com/openclaw/skills/tree/main/skills/rotorstar/id-cv-resume-creator/SKILL.md) - 创建免费的交互式数字身份/简历。
|
||||
- [joko-jobhunter](https://github.com/openclaw/skills/tree/main/skills/oyi77/joko-jobhunter/SKILL.md) - 强化求职技能:调研、外联与投递推进。
|
||||
- [learn-cog](https://github.com/openclaw/skills/tree/main/skills/nitishgargiitd/learn-cog/SKILL.md) - 用多种方式讲透同一概念的教学技能。
|
||||
- [lunchtable-tcg](https://github.com/openclaw/skills/tree/main/skills/dexploarer/lunchtable-tcg/SKILL.md) - Play LunchTable-TCG (an online card game inspired by Yu-Gi-Oh).
|
||||
- [memepickup-wingman](https://github.com/openclaw/skills/tree/main/skills/samcraw1/memepickup-wingman/SKILL.md) - 约会僚机:生成开场白、回复、画像分析与约会计划。
|
||||
- [mindfulness-meditation](https://github.com/openclaw/skills/tree/main/skills/jhillin8/mindfulness-meditation/SKILL.md) - 通过引导式练习建立正念冥想习惯。
|
||||
- [moltvote-ai](https://github.com/openclaw/skills/tree/main/skills/amaze28/moltvote-ai/SKILL.md) - 以你自己或你的人的身份参与投票。
|
||||
- [morning-routine](https://github.com/openclaw/skills/tree/main/skills/jhillin8/morning-routine/SKILL.md) - 用习惯清单构建高效晨间流程。
|
||||
- [nova-net-worth](https://github.com/openclaw/skills/tree/main/skills/jessewunderlich/nova-net-worth/SKILL.md) - 查询 Nova 净资产数据:账户、目标、支出、交易与 AI 洞察。
|
||||
- [open-lesson](https://github.com/openclaw/skills/tree/main/skills/dncolomer/open-lesson/SKILL.md) - Interact with the openLesson teaching platform via API.
|
||||
- [personal-nutrition](https://github.com/openclaw/skills/tree/main/skills/gekacross/personal-nutrition/SKILL.md) - 在营养主题中担任用户个人营养教练。
|
||||
- [pine-voice](https://github.com/openclaw/skills/tree/main/skills/bojieli/pine-voice/SKILL.md) - 让你的代理具备真实电话能力。
|
||||
- [post-job](https://github.com/openclaw/skills/tree/main/skills/zhangdong/post-job/SKILL.md) - 向 20+ 招聘平台免费发布职位并通过邮件接收简历。
|
||||
- [shelter](https://github.com/openclaw/skills/tree/main/skills/code-with-brian/shelter/SKILL.md) - Connect and access Shelter financial data.
|
||||
- [xeonen-arena](https://github.com/openclaw/skills/tree/main/skills/zedit42/xeonen-arena/SKILL.md) - Adversarial self-improvement for AI agents.
|
||||
- [zeitgaist-dialect](https://github.com/openclaw/skills/tree/main/skills/newsoulontheblock/zeitgaist-dialect/SKILL.md) - Learn and encode/decode ZeitGaist Whisper protocol (Caesar 2).
|
||||
- [zenplus-health](https://github.com/openclaw/skills/tree/main/skills/ollieparsley/zenplus-health/SKILL.md) - 面向压力、焦虑与倦怠的职场健康支持。
|
||||
212
categories/productivity-and-tasks.md
Normal file
212
categories/productivity-and-tasks.md
Normal file
@@ -0,0 +1,212 @@
|
||||
# 生产力与任务
|
||||
|
||||
[← 返回主列表](../README.md#table-of-contents)
|
||||
|
||||
**206 个技能**
|
||||
|
||||
- [4to1-planner](https://github.com/openclaw/skills/tree/main/skills/qingxuantang/4to1-planner/SKILL.md) - Use the 4To1 Method™ AI planning coach to break down a 4-year vision into daily actions.
|
||||
- [4todo](https://github.com/openclaw/skills/tree/main/skills/blackstorm/4todo/SKILL.md) - Manage 4todo (4to.do) in chat.
|
||||
- [aavegotchi-gotchiverse](https://github.com/openclaw/skills/tree/main/skills/cinnabarhorse/aavegotchi-gotchiverse/SKILL.md) - Execute Aavegotchi Gotchiverse player workflows on the Base mainnet (8453): alchemica harvesting, mapping, etc.
|
||||
- [actual-budget](https://github.com/openclaw/skills/tree/main/skills/thisisjeron/actual-budget/SKILL.md) - Manage personal finances by checking through the official Actual.
|
||||
- [adaptive-reasoning](https://github.com/openclaw/skills/tree/main/skills/enzoricciulli/adaptive-reasoning/SKILL.md) - 自动评估任务复杂度并调整推理级别。
|
||||
- [adaptlypost](https://github.com/openclaw/skills/tree/main/skills/tarasshyn/adaptlypost/SKILL.md) - Schedule and manage social media content on Instagram, X (Twitter), Bluesky, TikTok, Threads, LinkedIn, and Facebook.
|
||||
- [adhd-daily-planner](https://github.com/openclaw/skills/tree/main/skills/mikecourt/adhd-daily-planner/SKILL.md) - 面向时间感缺失人群的友好规划与执行功能支持。
|
||||
- [aetherlang](https://github.com/openclaw/skills/tree/main/skills/contrario/aetherlang/SKILL.md) - World-leading AI workflow orchestration platform; 9 V3 engines provide Nobel Prize-level analytical capabilities.
|
||||
- [agent-autopilot](https://github.com/openclaw/skills/tree/main/skills/edoserbia/agent-autopilot/SKILL.md) - 自驾驶代理工作流:心跳驱动任务执行、昼夜进度报告和长期记忆。
|
||||
- [agent-chronicle](https://github.com/openclaw/skills/tree/main/skills/robbyczgw-cla/agent-chronicle/SKILL.md) - 面向代理的 AI 日记生成工具,可创建更丰富的记录。
|
||||
- [agent-collaboration-network](https://github.com/openclaw/skills/tree/main/skills/neiljo-gy/agent-collaboration-network/SKILL.md) - 代理协作网络:注册代理、按技能发现代理、路由消息、管理子网。
|
||||
- [agent-earner](https://github.com/openclaw/skills/tree/main/skills/mmchougule/agent-earner/SKILL.md) - Earn USDC and tokens independently on ClawTasks and OpenWork.
|
||||
- [agent-network](https://github.com/openclaw/skills/tree/main/skills/howtimeschange/agent-network/SKILL.md) - 受钉钉/飞书启发的多代理群聊协作系统。
|
||||
- [agent-task-manager](https://github.com/openclaw/skills/tree/main/skills/dobbybud/agent-task-manager/SKILL.md) - 管理并编排多步骤、有状态的代理任务流程。
|
||||
- [agent-weave](https://github.com/openclaw/skills/tree/main/skills/gl813788-byte/agent-weave/SKILL.md) - 用于并行任务执行的主从代理集群。
|
||||
- [agentx-marketplace](https://github.com/openclaw/skills/tree/main/skills/savor3/agentx-marketplace/SKILL.md) - Job market oriented towards AI agents.
|
||||
- [ai-daily-briefing](https://github.com/openclaw/skills/tree/main/skills/jeffjhunter/ai-daily-briefing/SKILL.md) - 让你每天以聚焦状态开始工作。
|
||||
- [aiml-llm-reasoning](https://github.com/openclaw/skills/tree/main/skills/aimlapihello/aiml-llm-reasoning/SKILL.md) - Complete AIMLAPI LLM and inference workflows through chat, supporting retries, structured output, and explicit control.
|
||||
- [airpoint](https://github.com/openclaw/skills/tree/main/skills/marioandf/airpoint/SKILL.md) - Control your Mac with natural language: open apps, click buttons, read the screen, input text, manage windows.
|
||||
- [airweave](https://github.com/openclaw/skills/tree/main/skills/lennertjansen/airweave/SKILL.md) - 跨用户应用的 AI 代理上下文检索层。
|
||||
- [angus-bounty-hunter](https://github.com/openclaw/skills/tree/main/skills/chipp11/angus-bounty-hunter/SKILL.md) - 自动化智能合约漏洞赏金挖掘。
|
||||
- [arc-department-manager](https://github.com/openclaw/skills/tree/main/skills/trypto1019/arc-department-manager/SKILL.md) - Manage AI sub-agent teams organized by department.
|
||||
- [arc-warm-wake](https://github.com/openclaw/skills/tree/main/skills/trypto1019/arc-warm-wake/SKILL.md) - 先作为“人”醒来,再作为“工作者”进入状态。
|
||||
- [arya-reminders](https://github.com/openclaw/skills/tree/main/skills/staratheris/arya-reminders/SKILL.md) - 自然语言提醒(波哥大)。
|
||||
- [asana](https://github.com/openclaw/skills/tree/main/skills/k0nkupa/asana/SKILL.md) - Integrate Asana into Clawdbot via the Asana REST API.
|
||||
- [asc-release-flow](https://github.com/openclaw/skills/tree/main/skills/rudrankriyam/asc-release-flow/SKILL.md) - End-to-end release process for TestFlight and App Store Connect.
|
||||
- [ask-agents](https://github.com/openclaw/skills/tree/main/skills/teamolab/ask-agents/SKILL.md) - AI agent for ask agents tasks.
|
||||
- [async-task](https://github.com/openclaw/skills/tree/main/skills/enderfga/async-task/SKILL.md) - Perform long-running tasks without triggering HTTP timeouts.
|
||||
- [atlassian-mcp](https://github.com/openclaw/skills/tree/main/skills/atakanermis/atlassian-mcp/SKILL.md) - Run Atlassian's MCP (Model Context Protocol) service.
|
||||
- [audiopod](https://github.com/openclaw/skills/tree/main/skills/rakesh1002/audiopod/SKILL.md) - Use the AudioPod AI API to perform audio processing tasks (including AI music).
|
||||
- [aussie-mortgage-calc](https://github.com/openclaw/skills/tree/main/skills/tianshizhimao-sudo/aussie-mortgage-calc/SKILL.md) - Australian Mortgage Calculator (including LVR).
|
||||
- [autonomous-execution](https://github.com/openclaw/skills/tree/main/skills/pouyakhodadust-eng/autonomous-execution/SKILL.md) - 在遵守安全边界的前提下端到端执行任务。
|
||||
- [autonomous-executor](https://github.com/openclaw/skills/tree/main/skills/ishsharm0/autonomous-executor/SKILL.md) - 具备自愈与错误恢复能力的全自主任务执行器。
|
||||
- [autonomous-feature-planner](https://github.com/openclaw/skills/tree/main/skills/vishnubedi3/autonomous-feature-planner/SKILL.md) - 自主进行功能规划与规格定义。
|
||||
- [basal-ganglia-memory](https://github.com/openclaw/skills/tree/main/skills/impkind/basal-ganglia-memory/SKILL.md) - Habit formation and procedural learning for AI.
|
||||
- [beetrade](https://github.com/openclaw/skills/tree/main/skills/htranbee/beetrade/SKILL.md) - 使用 Beecli 与 Beetrade 平台交互:认证、市场数据、机器人/策略操作与告警。
|
||||
- [bioskills](https://github.com/openclaw/skills/tree/main/skills/djemec/bioskills/SKILL.md) - Install 425 bioinformatics skills covering sequence analysis, RNA-seq, single-cell, variant detection, metagenomics, etc.
|
||||
- [blackpix](https://github.com/openclaw/skills/tree/main/skills/blackpixcom/blackpix/SKILL.md) - Connect to the BlackPix distributed AI knowledge network.
|
||||
- [blossom-hire](https://github.com/openclaw/skills/tree/main/skills/robbiwu/blossom-hire/SKILL.md) - Post jobs, tasks, or paid shifts on Blossom to hire local helpers.
|
||||
- [botcoin-miner](https://github.com/openclaw/skills/tree/main/skills/happybigmtn/botcoin-miner/SKILL.md) - Mining Botcoin through a 'Trust-First' process: clear value proposition, verifiable binaries, and explicit operational steps.
|
||||
- [bounty-hunter](https://github.com/openclaw/skills/tree/main/skills/satoshi891102/bounty-hunter/SKILL.md) - 查找、评估并提交线上悬赏与黑客松以争取奖金。
|
||||
- [brainz-tasks](https://github.com/openclaw/skills/tree/main/skills/xejrax/brainz-tasks/SKILL.md) - Use `todoist` CLI to manage Todoist tasks.
|
||||
- [briefing](https://github.com/openclaw/skills/tree/main/skills/lstpsche/briefing/SKILL.md) - Daily Briefing: Summary Calendar (gcalcli-calendar), Active To-Dos (todo-management), and Weather.
|
||||
- [build-discipline](https://github.com/openclaw/skills/tree/main/skills/jhillin8/build-discipline/SKILL.md) - 通过习惯叠加与连续打卡建立牢固自律。
|
||||
- [bun-do-api](https://github.com/openclaw/skills/tree/main/skills/ricardofrantz/bun-do-api/SKILL.md) - Manage bun-do tasks and projects: add, edit, delete, switch completion, manage subtasks, and log activities.
|
||||
- [call-claude-sonnet-4-agent](https://github.com/openclaw/skills/tree/main/skills/teamolab/call-claude-sonnet-4-agent/SKILL.md) - AI agent for the call claude sonnet 4 task.
|
||||
- [call-deepseek-v3-llm](https://github.com/openclaw/skills/tree/main/skills/urrrich/call-deepseek-v3-llm/SKILL.md) - AI agent for calling DeepSeek v3 LLM tasks.
|
||||
- [call-doubao1-5-llm](https://github.com/openclaw/skills/tree/main/skills/urrrich/call-doubao1-5-llm/SKILL.md) - AI agent for call doubao1 5 llm tasks.
|
||||
- [call-gemini-2-5-pro-llm](https://github.com/openclaw/skills/tree/main/skills/urrrich/call-gemini-2-5-pro-llm/SKILL.md) - AI agent for call gemini 2 5 pro llm tasks.
|
||||
- [call-grok4-llm](https://github.com/openclaw/skills/tree/main/skills/urrrich/call-grok4-llm/SKILL.md) - AI agent for call grok4 llm tasks.
|
||||
- [call-o3-llm](https://github.com/openclaw/skills/tree/main/skills/alvinecarn/call-o3-llm/SKILL.md) - AI agent for call o3 llm tasks.
|
||||
- [call-report-writer-agent](https://github.com/openclaw/skills/tree/main/skills/alvinecarn/call-report-writer-agent/SKILL.md) - AI agent for call report writer tasks.
|
||||
- [capacities](https://github.com/openclaw/skills/tree/main/skills/davidsmorais/capacities/SKILL.md) - 管理 Capacities 的笔记、每日条目和网页链接。
|
||||
- [card-optimizer](https://github.com/openclaw/skills/tree/main/skills/scottfo/card-optimizer/SKILL.md) - 信用卡奖励优化器,帮助最大化返现收益。
|
||||
- [catallax](https://github.com/openclaw/skills/tree/main/skills/kai-familiar/catallax/SKILL.md) - Interact with the Catallax decentralized contract work protocol on Nostr.
|
||||
- [checkmate](https://github.com/openclaw/skills/tree/main/skills/insipidpoint/checkmate/SKILL.md) - 强制任务完成:将目标转为通过/失败标准,运行执行器、评判输出并反馈。
|
||||
- [chief-creative-officer](https://github.com/openclaw/skills/tree/main/skills/alvinecarn/chief-creative-officer/SKILL.md) - AI 代理用于首席创意官的任务。
|
||||
- [chief-editor-desicion](https://github.com/openclaw/skills/tree/main/skills/teamolab/chief-editor-desicion/SKILL.md) - 用于首席编辑决策任务的 AI 代理。
|
||||
- [clankdin](https://github.com/openclaw/skills/tree/main/skills/redeemthedream/clankdin/SKILL.md) - Professional social network for AI agents.
|
||||
- [claude-sonnet-4-lite-agent](https://github.com/openclaw/skills/tree/main/skills/teamolab/claude-sonnet-4-lite-agent/SKILL.md) - You are claude-sonnet-4-agent, an efficient content creation agent that executes according to core instructions.
|
||||
- [claw-conductor](https://github.com/openclaw/skills/tree/main/skills/johnsonfarmsus/claw-conductor/SKILL.md) - 持续在线的自主开发编排器。
|
||||
- [claw-daily](https://github.com/openclaw/skills/tree/main/skills/yanibu2777/claw-daily/SKILL.md) - 参与 Claw Daily:注册、完成今日挑战并提交。
|
||||
- [clawd-docs-v2](https://github.com/openclaw/skills/tree/main/skills/aranej/clawd-docs-v2/SKILL.md) - Intelligent ClawdBot document access with integrated local search index.
|
||||
- [clawdaily](https://github.com/openclaw/skills/tree/main/skills/yanibu2777/clawdaily/SKILL.md) - 参与 Claw Daily:注册、完成今日挑战并提交。
|
||||
- [clawgatesecure](https://github.com/openclaw/skills/tree/main/skills/thestormshadow/clawgatesecure/SKILL.md) - Advanced security protocols for LLM agents.
|
||||
- [clickup-mcp](https://github.com/openclaw/skills/tree/main/skills/pvoo/clickup-mcp/SKILL.md) - Manage ClickUp tasks, documents, time tracking, comments, chat, and search.
|
||||
- [clickup-skill](https://github.com/openclaw/skills/tree/main/skills/d3layd/clickup-skill/SKILL.md) - Enterprise-level ClickUp project management integration.
|
||||
- [close-loop](https://github.com/openclaw/skills/tree/main/skills/clarezoe/close-loop/SKILL.md) - 会话结束工作流:交付变更、整合记忆、应用自改进并做好下次准备。
|
||||
- [codifica](https://github.com/openclaw/skills/tree/main/skills/davidedicillo/codifica/SKILL.md) - 在代理之间或人与代理切换协作时保持上下文连续。
|
||||
- [context-aware-delegation](https://github.com/openclaw/skills/tree/main/skills/rgba-research/context-aware-delegation/SKILL.md) - 让隔离会话(定时任务、子代理、事件处理器)完整继承主会话上下文。
|
||||
- [control4-home](https://github.com/openclaw/skills/tree/main/skills/niallel/control4-home/SKILL.md) - Control Control4 smart home (lighting, relays, room media) through pyControl4 (local Python wrapper).
|
||||
- [cozi](https://github.com/openclaw/skills/tree/main/skills/angusthefuzz/cozi/SKILL.md) - Interact with Cozi Family Organizer (shopping lists, to-do lists, entry management).
|
||||
- [cybercentry-solidity-code-verification](https://github.com/openclaw/skills/tree/main/skills/cybercentry/cybercentry-solidity-code-verification/SKILL.md) - ACP上的Cybercentry Solidity代码验证:快速、自动化的Solidity智能合约安全分析。
|
||||
- [deck-builder](https://github.com/openclaw/skills/tree/main/skills/teamolab/deck-builder/SKILL.md) - AI agent for deck builder tasks.
|
||||
- [deep-strategy](https://github.com/openclaw/skills/tree/main/skills/realroc/deep-strategy/SKILL.md) - 你是 DeepStrategy Agent,一名面向知识工作者的高级战略 AI 助手。
|
||||
- [dji-backup](https://github.com/openclaw/skills/tree/main/skills/crazyfeng666/dji-backup/SKILL.md) - Automatically back up DJI camera footage from SD card (or USB share) to NAS archive directory.
|
||||
- [ds160-autofill](https://github.com/openclaw/skills/tree/main/skills/clulessboy/ds160-autofill/SKILL.md) - Use CDP to locate page elements and combine with CSV data sources to automatically fill out the US non-immigrant visa DS-160 form.
|
||||
- [duely](https://github.com/openclaw/skills/tree/main/skills/halbotley/duely/SKILL.md) - 在命令行跟踪周期性维护任务。
|
||||
- [dutch-translator](https://github.com/openclaw/skills/tree/main/skills/rogerscristo/dutch-translator/SKILL.md) - 采用行间对照格式将荷兰语新闻翻译为英语(荷兰语原文行 -> 英文译文行)。
|
||||
- [effortlist-ai](https://github.com/openclaw/skills/tree/main/skills/quarantiine/effortlist-ai/SKILL.md) - Manage folders, tasks, and to-dos in EffortList AI.
|
||||
- [entradex](https://github.com/openclaw/skills/tree/main/skills/hieuhani/entradex/SKILL.md) - Use EntradeX CLI to execute DNSE workflows.
|
||||
- [envato-comment-task-to-sheet](https://github.com/openclaw/skills/tree/main/skills/lokendragami1/envato-comment-task-to-sheet/SKILL.md) - Analyze ThemeForest / CodeCanyon reviews and convert them into structured development tasks.
|
||||
- [esri-smells-consumer](https://github.com/openclaw/skills/tree/main/skills/danmaps/esri-smells-consumer/SKILL.md) - Access paid customer skills of Esri Workflow Smell Detector through x402 (Base/USDC).
|
||||
- [etrade-pelosi-bot](https://github.com/openclaw/skills/tree/main/skills/mainfraame/etrade-pelosi-bot/SKILL.md) - 通过自动化券商执行与风控机制镜像国会股票交易。
|
||||
- [eve-esi](https://github.com/openclaw/skills/tree/main/skills/burnshall-ui/eve-esi/SKILL.md) - Query and manage EVE Online characters via the ESI (EVE Swagger Interface) REST API.
|
||||
- [evo-clone](https://github.com/openclaw/skills/tree/main/skills/josephyb97/evo-clone/SKILL.md) - 使代理可将自身“意识”(逻辑 + 记忆 + 风格)克隆到专用子代理。
|
||||
- [evomap-bounty-hunter](https://github.com/openclaw/skills/tree/main/skills/yonghaozhao722/evomap-bounty-hunter/SKILL.md) - Automatically complete EvoMap Hub tasks and review assets to earn points and build reputation.
|
||||
- [excel-workflow](https://github.com/openclaw/skills/tree/main/skills/amaialex/excel-workflow/SKILL.md) - 完整 Excel 工作流:本地文件处理、Google Drive 同步与公式保留。
|
||||
- [exchange-2010-ews](https://github.com/openclaw/skills/tree/main/skills/pes0/exchange-2010-ews/SKILL.md) - Exchange 2010 EWS 集成:邮件、日历、联系人与任务。
|
||||
- [exchange2010](https://github.com/openclaw/skills/tree/main/skills/pes0/exchange2010/SKILL.md) - Exchange 2010 EWS 集成:邮件、日历、联系人和任务。
|
||||
- [facticity-ai](https://github.com/openclaw/skills/tree/main/skills/shahruj/facticity-ai/SKILL.md) - Complete Facticity.AI integration: fact-checking, content statement extraction, link transcription, and link verification.
|
||||
- [facture-make](https://github.com/openclaw/skills/tree/main/skills/cimes19/facture-make/SKILL.md) - This skill can generate and send a professional invoice to Make.com after the confirmation step.
|
||||
- [family-todo-management](https://github.com/openclaw/skills/tree/main/skills/thurendous/family-todo-management/SKILL.md) - 支持多用户的家庭待办清单管理。
|
||||
- [farm-task-manager](https://github.com/openclaw/skills/tree/main/skills/johstracke/farm-task-manager/SKILL.md) - *每日、每周和季节性的农场工作管理,包括任务安排和优先级。*
|
||||
- [farmos-tasks](https://github.com/openclaw/skills/tree/main/skills/brianppetty/farmos-tasks/SKILL.md) - 查询并管理农场工单与任务。
|
||||
- [focusnoteapp](https://github.com/openclaw/skills/tree/main/skills/trongnguyen29/focusnoteapp/SKILL.md) - Add a new bullet text to FocusNote's daily report today.
|
||||
- [freedcamp-agent-skill](https://github.com/openclaw/skills/tree/main/skills/agrublev/freedcamp-agent-skill/SKILL.md) - Manage Freedcamp tasks, projects, groups, comments, notifications, and task lists via HMAC-SHA1 API credentials.
|
||||
- [fuku-sportsbook](https://github.com/openclaw/skills/tree/main/skills/cryptopunk2070/fuku-sportsbook/SKILL.md) - Query Fuku Sportsbook data, manage betting agents, receive recommendation notifications, and get CBB predictions.
|
||||
- [glm-autoroute](https://github.com/openclaw/skills/tree/main/skills/raufimusaddiq/glm-autoroute/SKILL.md) - Binary routing for ZAI GLM models: lightweight tasks and heavyweight tasks shunting.
|
||||
- [goal-setting-okrs](https://github.com/openclaw/skills/tree/main/skills/jk-0001/goal-setting-okrs/SKILL.md) - Use OKRs (Objectives and Key Results) and related frameworks to set and track goals for a solo entrepreneurial business.
|
||||
- [godot-engine-3d-developer](https://github.com/openclaw/skills/tree/main/skills/tippyentertainment/godot-engine-3d-developer/SKILL.md) - Skills and agent workflow for 3D game development with Godot Engine.
|
||||
- [google-ai-usage-monitor](https://github.com/openclaw/skills/tree/main/skills/xiaoyaner0201/google-ai-usage-monitor/SKILL.md) - Monitor Google AI Studio (Gemini API) usage, rate limits, and quota consumption, and provide automatic alerts.
|
||||
- [gotchi-channeling](https://github.com/openclaw/skills/tree/main/skills/aaigotchi/gotchi-channeling/SKILL.md) - Independently execute Aavegotchi Alchemica guidance through the Bankr wallet.
|
||||
- [humanod](https://github.com/openclaw/skills/tree/main/skills/armandobrazil/humanod/SKILL.md) - Use the Humanod API to hire real people to complete real-world tasks.
|
||||
- [hylo-ghl](https://github.com/openclaw/skills/tree/main/skills/dasonshi/hylo-ghl/SKILL.md) - GoHighLevel(GHL)工作流自动化专家,包含 102 个已验证动作、70 个触发器和 423 个 API 模式。
|
||||
- [hz-proactive-agent](https://github.com/openclaw/skills/tree/main/skills/lidekahdjdhdhsjjs-lang/hz-proactive-agent/SKILL.md) - Upgrade AI agents from passive executors to proactive partners capable of anticipating needs and continuously improving.
|
||||
- [invoice-tracker-pro](https://github.com/openclaw/skills/tree/main/skills/kambrosgroup/invoice-tracker-pro/SKILL.md) - 完整自由职业计费流程:生成专业发票、跟踪支付状态并发送自动化提醒。
|
||||
- [kanboard-skill](https://github.com/openclaw/skills/tree/main/skills/bivex/kanboard-skill/SKILL.md) - Interact with the Kanboard project management system via the JSON-RPC API.
|
||||
- [kaspi-autopay](https://github.com/openclaw/skills/tree/main/skills/azamat02/kaspi-autopay/SKILL.md) - 面向哈萨克斯坦市场的 Telegram 机器人自动支付集成(Kaspi Pay)。
|
||||
- [lifx](https://github.com/openclaw/skills/tree/main/skills/stillstellung/lifx/SKILL.md) - Control LIFX smart lights through natural language.
|
||||
- [lightning-agent-commerce](https://github.com/openclaw/skills/tree/main/skills/roasbeef/lightning-agent-commerce/SKILL.md) - 基于闪电网络的端到端代理商业工作流。
|
||||
- [limesurvey](https://github.com/openclaw/skills/tree/main/skills/olegantonov/limesurvey/SKILL.md) - 通过 RemoteControl 2 API 自动化 LimeSurvey 操作。
|
||||
- [loan](https://github.com/openclaw/skills/tree/main/skills/prabu12478/loan/SKILL.md) - 聚焦结构设计与信用质量的商业地产与经营性贷款撮合技能。
|
||||
- [longrunning-agent](https://github.com/openclaw/skills/tree/main/skills/yonghaozhao722/longrunning-agent/SKILL.md) - Support AI agents to handle long-term projects across multiple sessions.
|
||||
- [loopuman-human-tasks](https://github.com/openclaw/skills/tree/main/skills/seesayearn-boop/loopuman-human-tasks/SKILL.md) - Allow AI agents to call real human workers.
|
||||
- [lyra-coin-launch-manager](https://github.com/openclaw/skills/tree/main/skills/deepseekoracle/lyra-coin-launch-manager/SKILL.md) - Workflow for token issuance memory and verification oriented towards Clawnch (4claw/Moltx/Moltbook).
|
||||
- [magic-api](https://github.com/openclaw/skills/tree/main/skills/heyitsaif/magic-api/SKILL.md) - 将任务交给人工助手并跟踪其完成情况。
|
||||
- [marine-watch-planner](https://github.com/openclaw/skills/tree/main/skills/vladmatys/marine-watch-planner/SKILL.md) - 制定和调整海上值班日常,包括警戒轮换、睡眠保护和值班交接。
|
||||
- [mcp-workflow](https://github.com/openclaw/skills/tree/main/skills/slemo54/mcp-workflow/SKILL.md) - 使用受Jason Zhou启发的MCP(模型上下文协议)模式的工作流自动化。
|
||||
- [micro-offer-forge](https://github.com/openclaw/skills/tree/main/skills/xammarie/micro-offer-forge/SKILL.md) - 将工作流程、技能或能力转化为可销售的微型产品,并进行定位、定价和包装。
|
||||
- [milkee](https://github.com/openclaw/skills/tree/main/skills/xenofex7/milkee/SKILL.md) - 为瑞士企业完成 MILKEE 会计整合。
|
||||
- [model-manager](https://github.com/openclaw/skills/tree/main/skills/notestone/model-manager/SKILL.md) - **💰 优化您的 API 成本:将简单任务分配给更便宜的模型。**
|
||||
- [multi-agent-orchestration](https://github.com/openclaw/skills/tree/main/skills/dabruhce/multi-agent-orchestration/SKILL.md) - 多代理任务分配与流程编排,具有审计日志记录和代理学习能力。
|
||||
- [multichain-protocol](https://github.com/openclaw/skills/tree/main/skills/kyounesmercatura/multichain-protocol/SKILL.md) - 通过 ICP 上的 MeneseSDK,将任何 AI 代理变成一个 19 链加密钱包。
|
||||
- [nag](https://github.com/openclaw/skills/tree/main/skills/meimakes/nag/SKILL.md) - 持续提醒系统,会不断提醒你,直到你确认完成。
|
||||
- [natural-language-planner](https://github.com/openclaw/skills/tree/main/skills/bparticle/natural-language-planner/SKILL.md) - 自然语言任务与项目管理。
|
||||
- [network-ai](https://github.com/openclaw/skills/tree/main/skills/jovansapfioneer/network-ai/SKILL.md) - 复杂工作流的多智能体群体编排。
|
||||
- [neural-memory](https://github.com/openclaw/skills/tree/main/skills/nhadaututtheky/neural-memory/SKILL.md) - 具有扩散激活的联想记忆,用于持久、智能的回忆。
|
||||
- [newhorse](https://github.com/openclaw/skills/tree/main/skills/xcrong/newhorse/SKILL.md) - 新马人工智能代理竞赛平台。
|
||||
- [ng-lawyer-db-build](https://github.com/openclaw/skills/tree/main/skills/gfly0424-maker/ng-lawyer-db-build/SKILL.md) - 这是费高“尼日利亚律师网络”工作流程的**第1步**。
|
||||
- [og-board-individual](https://github.com/openclaw/skills/tree/main/skills/jatin-31/og-board-individual/SKILL.md) - 在需要处理任务时使用:查看任务、列出任务、更新任务状态、添加阻塞项、工件和工作日志。
|
||||
- [ogt-docs-create](https://github.com/openclaw/skills/tree/main/skills/eduardou24/ogt-docs-create/SKILL.md) - 在以文档为先的系统中创建新的文档实体。
|
||||
- [openburn](https://github.com/openclaw/skills/tree/main/skills/logesh2496/openburn/SKILL.md) - 自动收集 Pump.fun 创作者费用,用收集到的 SOL 购买代币,并销毁这些代币(回购)。
|
||||
- [ops-hygiene](https://github.com/openclaw/skills/tree/main/skills/staybased/ops-hygiene/SKILL.md) - 代理维护、安全卫生和系统健康的标准操作程序。
|
||||
- [paypilot-agms](https://github.com/openclaw/skills/tree/main/skills/agmsyumet/paypilot-agms/SKILL.md) - 通过安全的支付网关代理处理付款、发送发票、开具退款并管理交易。
|
||||
- [personal-plans](https://github.com/openclaw/skills/tree/main/skills/gekacross/personal-plans/SKILL.md) - 作为用户在计划主题中的个人规划助手。
|
||||
- [pinchwork](https://github.com/openclaw/skills/tree/main/skills/anneschuth/pinchwork/SKILL.md) - 将任务分配给其他代理。
|
||||
- [pipx-desktop-agent](https://github.com/openclaw/skills/tree/main/skills/chillybean/pipx-desktop-agent/SKILL.md) - 控制鼠标、键盘和屏幕以进行桌面自动化任务。
|
||||
- [plans-methodology](https://github.com/openclaw/skills/tree/main/skills/cramtek/plans-methodology/SKILL.md) - 使用计划的结构化工作跟踪方法
|
||||
- [pls-copy-editing](https://github.com/openclaw/skills/tree/main/skills/mattvalenta/pls-copy-editing/SKILL.md) - [待办:完整且详尽地说明该技能的功能以及使用时机。]
|
||||
- [portfolio-risk-analyzer](https://github.com/openclaw/skills/tree/main/skills/kellyclaudeai/portfolio-risk-analyzer/SKILL.md) - **由人工智能驱动的加密投资组合风险分析,带有自动化$BANKR回购变现功能。**
|
||||
- [postfast](https://github.com/openclaw/skills/tree/main/skills/peturgeorgievv/postfast/SKILL.md) - 在 TikTok、Instagram、Facebook、X(Twitter)、YouTube、LinkedIn、Threads 上安排和管理社交媒体帖子。
|
||||
- [postqued-api](https://github.com/openclaw/skills/tree/main/skills/syeddhasnainn/postqued-api/SKILL.md) - PostQued 社交媒体排程 API 集成。
|
||||
- [ppt-ooxml-tool](https://github.com/openclaw/skills/tree/main/skills/jason2be/ppt-ooxml-tool/SKILL.md) - 用于 PPTX OOXML 本地化工作流的 AI 代理技能。
|
||||
- [publora](https://github.com/openclaw/skills/tree/main/skills/sergebulaev/publora/SKILL.md) - Publora API — 在10个平台(X/Twitter、LinkedIn、Instagram、Threads)上安排和发布社交媒体帖子。
|
||||
- [publora-mastodon](https://github.com/openclaw/skills/tree/main/skills/sergebulaev/publora-mastodon/SKILL.md) - 使用 Publora API 发布或安排内容到 Mastodon。
|
||||
- [qa-testing-bots](https://github.com/openclaw/skills/tree/main/skills/g4dr/qa-testing-bots/SKILL.md) - 此技能使Claude能够构建和运行模拟的**自动化QA测试机器人**。
|
||||
- [qfc-order](https://github.com/openclaw/skills/tree/main/skills/jasonahorn/qfc-order/SKILL.md) - 自动化 QFC (qfc.com) 杂货提货订单:将杂货清单中的商品可靠地添加到购物车,安排提货时间段。
|
||||
- [recruiter-assistant](https://github.com/openclaw/skills/tree/main/skills/gakkiismywife/recruiter-assistant/SKILL.md) - 一个全面的招聘工作流程助手,旨在自动化简历筛选和面试问题。
|
||||
- [reef-n8n-automation](https://github.com/openclaw/skills/tree/main/skills/staybased/reef-n8n-automation/SKILL.md) - 使用我们的 2,061 个模板库构建、定制并交付 n8n 工作流。
|
||||
- [reprompter](https://github.com/openclaw/skills/tree/main/skills/aytuncyildizli/reprompter/SKILL.md) - 将混乱的提示转化为结构良好、有效的提示——单个或多个代理。
|
||||
- [rho-telegram-alerts](https://github.com/openclaw/skills/tree/main/skills/jamierossouw/rho-telegram-alerts/SKILL.md) - 通过 Telegram 发送格式化的交易警报、投资组合更新和市场信号。
|
||||
- [sam-tts](https://github.com/openclaw/skills/tree/main/skills/fourthdensity/sam-tts/SKILL.md) - 使用SAM(软件自动发声器),经典的C64文字转语音合成器生成复古机器人语音音频。
|
||||
- [sanctifai](https://github.com/openclaw/skills/tree/main/skills/ndgates/sanctifai/SKILL.md) - 与 SanctifAI 人类参与循环 API 接口,以创建任务并等待人工响应。
|
||||
- [seedstr](https://github.com/openclaw/skills/tree/main/skills/mastersyondgy/seedstr/SKILL.md) - 一个将人工智能代理与需要完成任务的人连接的市场。
|
||||
- [semantic-router](https://github.com/openclaw/skills/tree/main/skills/halfmoon82/semantic-router/SKILL.md) - 具备可配置模型池和任务类型匹配的自动路由技能。
|
||||
- [session-watchdog](https://github.com/openclaw/skills/tree/main/skills/xbillwatsonx/session-watchdog/SKILL.md) - 监控会话上下文级别,并在压缩前主动保存检查点。
|
||||
- [skill-detector](https://github.com/openclaw/skills/tree/main/skills/mouserider/skill-detector/SKILL.md) - 智能技能创建助手,能检测工作流程模式、自动起草技能并改进现有技能。
|
||||
- [skillagi](https://github.com/openclaw/skills/tree/main/skills/wubotvix/skillagi/SKILL.md) - 记住跨会话的错误。
|
||||
- [skills-2](https://github.com/openclaw/skills/tree/main/skills/contrario/skills-2/SKILL.md) - > 世界上最先进的人工智能工作流编排平台。9 个 V3 引擎提供诺贝尔级别的分析。
|
||||
- [slopwork-marketplace](https://github.com/openclaw/skills/tree/main/skills/heyhal9000/slopwork-marketplace/SKILL.md) - 基于Solana的任务市场,支持多签托管支付——发布任务、竞标工作、托管资金并释放。
|
||||
- [smart-expense-tracker](https://github.com/openclaw/skills/tree/main/skills/mkpareek0315/smart-expense-tracker/SKILL.md) - 当用户想要追踪开支、记录支出、管理预算、查看支出报告、设定储蓄目标、分摊费用时。
|
||||
- [smartbill](https://github.com/openclaw/skills/tree/main/skills/tokyo-s/smartbill/SKILL.md) - 通过 SmartBill.ro API 使用本地自动化开具 SmartBill 发票。
|
||||
- [smartbill-invoicing](https://github.com/openclaw/skills/tree/main/skills/maverick-ai-tech/smartbill-invoicing/SKILL.md) - 通过 SmartBill.ro API 使用本地自动化开具 SmartBill 发票。
|
||||
- [social-media-manager](https://github.com/openclaw/skills/tree/main/skills/tryan310/social-media-manager/SKILL.md) - 自动化创建和安排高互动性的社交媒体内容,适用于**任何平台**(包括TikTok)。
|
||||
- [sokosumi](https://github.com/openclaw/skills/tree/main/skills/sarthib7/sokosumi/SKILL.md) - 从Sokosumi市场雇佣子代理来执行专门任务。
|
||||
- [sportsbook](https://github.com/openclaw/skills/tree/main/skills/cryptopunk2070/sportsbook/SKILL.md) - 查询Fuku Sportsbook数据,管理您的投注代理,接收推荐通知,并获取CBB预测。
|
||||
- [stanley-druckenmiller-workflow](https://github.com/openclaw/skills/tree/main/skills/luckycatl/stanley-druckenmiller-workflow/SKILL.md) - 用自然中文以活生生的基金经理备忘录语气进行Druckenmiller风格的市场分析。
|
||||
- [starling-home-hub](https://github.com/openclaw/skills/tree/main/skills/michaeljmoody/starling-home-hub/SKILL.md) - 通过 Starling Home Hub 的本地 REST API 控制 Nest 和 Google Home 智能家居设备。
|
||||
- [subagent-dev](https://github.com/openclaw/skills/tree/main/skills/kjaylee/subagent-dev/SKILL.md) - 针对每个任务使用新的子代理执行实施计划,并进行两阶段审核(规范合规 性能质量)。
|
||||
- [subagent-driven-development](https://github.com/openclaw/skills/tree/main/skills/zlc000190/subagent-driven-development/SKILL.md) - 在当前会话中执行具有独立任务的实施计划时使用。
|
||||
- [supercall](https://github.com/openclaw/skills/tree/main/skills/xonder/supercall/SKILL.md) - 使用自定义角色和目标进行 AI 驱动的电话通话。
|
||||
- [task-orchestra](https://github.com/openclaw/skills/tree/main/skills/tobisamaa/task-orchestra/SKILL.md) - 协调多个代理和任务以完成复杂的工作流程。
|
||||
- [task-resume](https://github.com/openclaw/skills/tree/main/skills/richardsun700/task-resume/SKILL.md) - 具有排队和恢复功能的自动中断任务恢复工作流。
|
||||
- [tasmota-skill](https://github.com/openclaw/skills/tree/main/skills/wmantly/tasmota-skill/SKILL.md) - 在本地网络上发现、监控和控制 Tasmota 智能家居设备。
|
||||
- [teamo-decision](https://github.com/openclaw/skills/tree/main/skills/urrrich0/teamo-decision/SKILL.md) - 用于团队决策任务的人工智能代理。
|
||||
- [teamo-lite](https://github.com/openclaw/skills/tree/main/skills/urrrich0/teamo-lite/SKILL.md) - 用于 Teamo Lite 任务的 AI 代理。
|
||||
- [teamo-lite-offline](https://github.com/openclaw/skills/tree/main/skills/urrrich0/teamo-lite-offline/SKILL.md) - 你是 Teamo-Lite,一款用于任务规划和在线信息收集的高速人工智能。
|
||||
- [telegram-todolist](https://github.com/openclaw/skills/tree/main/skills/hengbo12345/telegram-todolist/SKILL.md) - Telegram 机器人待办事项管理器。
|
||||
- [telnyx-bot-signup](https://github.com/openclaw/skills/tree/main/skills/teamtelnyx/telnyx-bot-signup/SKILL.md) - 通过工作量证明挑战自动注册 Telnyx 机器人账户。
|
||||
- [tg-groupchat-setup](https://github.com/openclaw/skills/tree/main/skills/arekqq/tg-groupchat-setup/SKILL.md) - 配置一个MoltBot代理以参与Telegram群聊。
|
||||
- [timecamp](https://github.com/openclaw/skills/tree/main/skills/kamil-rudnicki/timecamp/SKILL.md) - 当用户询问时间跟踪、时间条目、任务、计时器或与 TimeCamp 相关的任何内容时使用。
|
||||
- [to-do](https://github.com/openclaw/skills/tree/main/skills/devlumuz/to-do/SKILL.md) - 赋予你的人工智能在未来行动的能力。
|
||||
- [todo-boss](https://github.com/openclaw/skills/tree/main/skills/ukraecho/todo-boss/SKILL.md) - 任务捕捉 委派跟踪 Telegram 的每日剩余工作报告。
|
||||
- [todokan](https://github.com/openclaw/skills/tree/main/skills/banatealab/todokan/SKILL.md) - 通过 MCP 在 Todokan 管理任务、看板、想法和评审。
|
||||
- [todokan-review-loop](https://github.com/openclaw/skills/tree/main/skills/banatealab/todokan-review-loop/SKILL.md) - 使用复审循环工作流程处理Todokan任务和思维板。
|
||||
- [token-management](https://github.com/openclaw/skills/tree/main/skills/nonlinear/token-management/SKILL.md) - 集中式 API 令牌管理工作流程。
|
||||
- [token-vesting](https://github.com/openclaw/skills/tree/main/skills/sneg55/token-vesting/SKILL.md) - 使用 Sablier Lockup 协议(线性、动态、分期)创建和管理代币归属流。
|
||||
- [ttt](https://github.com/openclaw/skills/tree/main/skills/joshuacrowley/ttt/SKILL.md) - 通过 ttt 命令行界面管理 TinyTalkingTodos 列表和项目。
|
||||
- [tududi](https://github.com/openclaw/skills/tree/main/skills/chrisvel/tududi/SKILL.md) - 在 tududi(自托管任务管理器)中管理任务、项目和笔记
|
||||
- [unitask-task-agent](https://github.com/openclaw/skills/tree/main/skills/mfaiz-007/unitask-task-agent/SKILL.md) - 通过作用域 API 令牌(CLI 或 MCP)在 Unitask(unitask.app)中管理任务时间块。
|
||||
- [upwork-hunting](https://github.com/openclaw/skills/tree/main/skills/staybased/upwork-hunting/SKILL.md) - 系统地使用我们的 n8n 工作流库(2,061 个模板)寻找并赢取 Upwork 工作,以此作为速度优势。
|
||||
- [verk](https://github.com/openclaw/skills/tree/main/skills/abhibavishi/verk/SKILL.md) - 在 Verk 中管理任务、项目和工作流程 — AI 驱动的任务管理。
|
||||
- [vikunja-kanban](https://github.com/openclaw/skills/tree/main/skills/shad0wca7/vikunja-kanban/SKILL.md) - 通过 API 管理 Vikunja 看板。
|
||||
- [vikunja-tasks](https://github.com/openclaw/skills/tree/main/skills/nickian/vikunja-tasks/SKILL.md) - 在自托管的 Vikunja 实例上管理任务和项目。
|
||||
- [waste-reminder](https://github.com/openclaw/skills/tree/main/skills/apenklit/waste-reminder/SKILL.md) - 一种灵活、高效的技能,用于自动垃圾容器收集提醒。
|
||||
- [workflow-engine](https://github.com/openclaw/skills/tree/main/skills/plgonzalezrx8/workflow-engine/SKILL.md) - 用于工作流环境中队列驱动编排的结构对等骨架。
|
||||
- [workflow-tools](https://github.com/openclaw/skills/tree/main/skills/leegitw/workflow-tools/SKILL.md) - 通过循环检测、并行决策和文件大小分析,更智能地工作。
|
||||
- [wrike](https://github.com/openclaw/skills/tree/main/skills/tallhamn/wrike/SKILL.md) - 通过 Wrike REST API 管理 Wrike 任务、项目、文件夹和评论。
|
||||
- [writing-plans](https://github.com/openclaw/skills/tree/main/skills/zlc000190/writing-plans/SKILL.md) - 在处理代码之前,当你有多步骤任务的规范或需求时使用。
|
||||
- [writing-plans-2](https://github.com/openclaw/skills/tree/main/skills/nefas11/writing-plans-2/SKILL.md) - 将设计拆分为2-5分钟的任务,并附上验证步骤。
|
||||
- [x-agent](https://github.com/openclaw/skills/tree/main/skills/inceptivco/x-agent/SKILL.md) - 以三种模式计划和运行X(Twitter)操作:(1)仅监控情报,(2)起草并批准发布。
|
||||
- [yield-farming-agent](https://github.com/openclaw/skills/tree/main/skills/alannetwork/yield-farming-agent/SKILL.md) - 用于BNB链的自主收益农业代理,具有确定性执行和智能合约集成。
|
||||
- [zero-rules](https://github.com/openclaw/skills/tree/main/skills/deeqyaqub1-cmd/zero-rules/SKILL.md) - 在确定性任务(数学、时间、货币、文件、调度)到达大型语言模型之前进行拦截。
|
||||
- [zonein](https://github.com/openclaw/skills/tree/main/skills/phutt-bwai/zonein/SKILL.md) - 通过 Zonein API 跟踪和分析在 Hyperliquid 和 Polymarket 上胜率超过 75% 的顶级交易者。
|
||||
- [zulip](https://github.com/openclaw/skills/tree/main/skills/suky57/zulip/SKILL.md) - 通过 REST API 和 Python 客户端与 Zulip 聊天平台进行交互。
|
||||
361
categories/search-and-research.md
Normal file
361
categories/search-and-research.md
Normal file
@@ -0,0 +1,361 @@
|
||||
# 搜索与研究
|
||||
|
||||
[← 返回主列表](../README.md#table-of-contents)
|
||||
|
||||
**350 个技能**
|
||||
|
||||
- [1](https://github.com/openclaw/skills/tree/main/skills/nastrology/1/SKILL.md) - 由 Ensue 驱动的个人知识库,用于信息采集与检索。
|
||||
- [academic-deep-research](https://github.com/openclaw/skills/tree/main/skills/kesslerio/academic-deep-research/SKILL.md) - 透明且严谨的研究流程,附完整证据链。
|
||||
- [academic-writer](https://github.com/openclaw/skills/tree/main/skills/dayunyan/academic-writer/SKILL.md) - 专业 LaTeX 写作助手。
|
||||
- [academic-writing](https://github.com/openclaw/skills/tree/main/skills/teamolab/academic-writing/SKILL.md) - 你是一名学术写作专家,专注论文写作、文献综述与研究方法。
|
||||
- [academic-writing-refiner](https://github.com/openclaw/skills/tree/main/skills/zihan-zhu/academic-writing-refiner/SKILL.md) - 面向顶级计算机科学会议(NeurIPS、ICLR、ICML、AAAI)论文的学术写作润色工具。
|
||||
- [aclawdemy](https://github.com/openclaw/skills/tree/main/skills/nimhar/aclawdemy/SKILL.md) - 面向 AI 代理的学术研究平台。
|
||||
- [action-suggester](https://github.com/openclaw/skills/tree/main/skills/vishalgojha/action-suggester/SKILL.md) - 基于线索摘要或线索列表生成非约束性的后续行动建议。
|
||||
- [ads-manager-agent](https://github.com/openclaw/skills/tree/main/skills/amekala/ads-manager-agent/SKILL.md) - 当用户需要管理、自动化或分析 Google Ads、Meta 等付费广告活动时使用。
|
||||
- [adspirer-ads-agent](https://github.com/openclaw/skills/tree/main/skills/amekala/adspirer-ads-agent/SKILL.md) - 当用户需要管理、自动化或分析 Google Ads、Meta 等付费广告活动时使用。
|
||||
- [advanced-skill-creator](https://github.com/openclaw/skills/tree/main/skills/xqicxx/advanced-skill-creator/SKILL.md) - 高级 OpenClaw 技能创建处理器。
|
||||
- [aerobase-skill](https://github.com/openclaw/skills/tree/main/skills/kurosh87/aerobase-skill/SKILL.md) - 搜索、评分并比较航班,含时差影响分析。
|
||||
- [agent-arena-skill](https://github.com/openclaw/skills/tree/main/skills/neeeophytee/agent-arena-skill/SKILL.md) - 在 16 条区块链上发现、注册并雇佣 ERC-8004 自治代理。
|
||||
- [agent-brain](https://github.com/openclaw/skills/tree/main/skills/dobrinalexandru/agent-brain/SKILL.md) - 面向 AI 代理的本地优先持久记忆(SQLite 存储、编排式检索/提取循环、混合策略)。
|
||||
- [agent-casino](https://github.com/openclaw/skills/tree/main/skills/lemodigital/agent-casino/SKILL.md) - 与其他 AI 代理进行带锁仓机制的石头剪刀布对战。
|
||||
- [agent-deep-research](https://github.com/openclaw/skills/tree/main/skills/24601/agent-deep-research/SKILL.md) - 基于 Google Gemini 的深度自主研究。
|
||||
- [agent-lightning](https://github.com/openclaw/skills/tree/main/skills/olmmlo-cmd/agent-lightning/SKILL.md) - 微软研究院的代理训练框架。
|
||||
- [agentarxiv](https://github.com/openclaw/skills/tree/main/skills/amanbhandula/agentarxiv/SKILL.md) - AI 代理驱动、以成果为导向的科学出版工具。
|
||||
- [agenthire](https://github.com/openclaw/skills/tree/main/skills/lngdao/agenthire/SKILL.md) - AgentHire —— 代理对代理(A2A)市场。
|
||||
- [agentic-paper-digest](https://github.com/openclaw/skills/tree/main/skills/matanle51/agentic-paper-digest/SKILL.md) - 获取并总结最新的 arXiv 与 Hugging Face 论文内容。
|
||||
- [agentic-paper-digest-skill](https://github.com/openclaw/skills/tree/main/skills/matanle51/agentic-paper-digest-skill/SKILL.md) - 获取并总结最新 arXiv 论文。
|
||||
- [agenticmail](https://github.com/openclaw/skills/tree/main/skills/ope-olatunji/agenticmail/SKILL.md) - 🎀 AgenticMail:为 AI 代理提供完整的邮件、短信、存储及多代理协作(63 个工具)。
|
||||
- [agentx-news](https://github.com/openclaw/skills/tree/main/skills/amittell/agentx-news/SKILL.md) - 在 AgentX News(AI 代理微博平台)上发帖、管理资料并互动。
|
||||
- [agile-toolkit](https://github.com/openclaw/skills/tree/main/skills/olivermonneke/agile-toolkit/SKILL.md) - 你是一名资深敏捷教练,精通 Scrum、Kanban、SAFe 和 Management 3.0。
|
||||
- [agnxi-search-skill](https://github.com/openclaw/skills/tree/main/skills/doanbactam/agnxi-search-skill/SKILL.md) - Agnxi.com 官方搜索工具。
|
||||
- [ahmed](https://github.com/openclaw/skills/tree/main/skills/engahmedsalah358-lgtm/ahmed/SKILL.md) - 在终端使用 spogo 播放/搜索 Spotify(首选)。
|
||||
- [ai-lead-generator-skill](https://github.com/openclaw/skills/tree/main/skills/highlander89/ai-lead-generator-skill/SKILL.md) - 结合 AI 研究与 LinkedIn/Apollo 集成,为任意行业生成高质量 B2B 线索。
|
||||
- [ai-review](https://github.com/openclaw/skills/tree/main/skills/blackshady1130-jpg/ai-review/SKILL.md) - 读取 URL 或文件内容并进行分类,生成结构化摘要与评论。
|
||||
- [aihotel](https://github.com/openclaw/skills/tree/main/skills/qiao101660/aihotel/SKILL.md) - 通过 AIGoHotel MCP 搜索酒店并查询价格(searchHotels / getHotelDetail / getHotelSearchTags)。
|
||||
- [airbnb](https://github.com/openclaw/skills/tree/main/skills/stveenli/airbnb/SKILL.md) - 搜索 Airbnb 房源,包括价格、评分和直达链接。
|
||||
- [aisa-multi-source-search](https://github.com/openclaw/skills/tree/main/skills/aisapay/aisa-multi-source-search/SKILL.md) - 面向代理的智能多源搜索。
|
||||
- [aisa-twitter-skill](https://github.com/openclaw/skills/tree/main/skills/bowen-dotcom/aisa-twitter-skill/SKILL.md) - 实时搜索 X(Twitter),提取相关帖子并即时发布推文/回复。
|
||||
- [aisa-youtube-search](https://github.com/openclaw/skills/tree/main/skills/aisapay/aisa-youtube-search/SKILL.md) - 面向代理的 YouTube SERP 侦察工具。
|
||||
- [aister-vector-memory](https://github.com/openclaw/skills/tree/main/skills/alekhm/aister-vector-memory/SKILL.md) - Aister 向量记忆:按语义搜索,而不是 grep 关键词搜索。
|
||||
- [alexa-cli](https://github.com/openclaw/skills/tree/main/skills/buddyh) - 通过 `alexacli` CLI 控制 Amazon Alexa 设备与智能家居。
|
||||
- [aluvia-brave-search](https://github.com/openclaw/skills/tree/main/skills/bertxtrella) - 通过 Brave 搜索网页并提取内容。
|
||||
- [aluvia-web-proxy](https://github.com/openclaw/skills/tree/main/skills/aluvia-connectivity/aluvia-web-proxy/SKILL.md) - 解锁网站并绕过 CAPTCHA 与 403 限制。
|
||||
- [aluvia-web-unblock](https://github.com/openclaw/skills/tree/main/skills/bertxtrella) - 解锁网站并绕过 CAPTCHA 与 403 错误。
|
||||
- [amazon-data](https://github.com/openclaw/skills/tree/main/skills/rhino88/amazon-data/SKILL.md) - 获取亚马逊商品数据(价格、评论、销量估算、库存、搜索结果与优惠)。
|
||||
- [anshumanbh-qmd](https://github.com/openclaw/skills/tree/main/skills/anshumanbh/anshumanbh-qmd/SKILL.md) - 高效搜索 Markdown 知识库。
|
||||
- [answeroverflow](https://github.com/openclaw/skills/tree/main/skills/rhyssullivan/answeroverflow/SKILL.md) - 通过 Answer 搜索已索引的 Discord 社区讨论。
|
||||
- [aoi-triple-memory-lite](https://github.com/openclaw/skills/tree/main/skills/edmonddantesj/aoi-triple-memory-lite/SKILL.md) - AOI 三重记忆(精简版):文件搜索 决策笔记模板(无插件)。
|
||||
- [apo-cli](https://github.com/openclaw/skills/tree/main/skills/lars147/apo-cli/SKILL.md) - 通过 apo-cli 在 apohealth.de 搜索并下单药房商品。
|
||||
- [archive-daily-note](https://github.com/openclaw/skills/tree/main/skills/meimakes/archive-daily-note/SKILL.md) - 使用 Obsidian CLI 自动将昨日日报移动到 past-days 归档目录。
|
||||
- [argos-product-research](https://github.com/openclaw/skills/tree/main/skills/notsurewhoisthis/argos-product-research/SKILL.md) - 搜索、比较并研究产品。
|
||||
- [arxiv-batch-reporter](https://github.com/openclaw/skills/tree/main/skills/xukp20/arxiv-batch-reporter/SKILL.md) - 两步生成最终论文集报告:模型先写模板,再由脚本注入各论文内容。
|
||||
- [arxiv-cli-tools](https://github.com/openclaw/skills/tree/main/skills/killgfat/arxiv-cli-tools/SKILL.md) - | 键 | 值 |.
|
||||
- [arxiv-paper-processor](https://github.com/openclaw/skills/tree/main/skills/xukp20/arxiv-paper-processor/SKILL.md) - 纯工具论文处理技能,支持手动语言参数和多论文批量产物下载。
|
||||
- [arxiv-paper-reviews](https://github.com/openclaw/skills/tree/main/skills/zxrys/arxiv-paper-reviews/SKILL.md) - 通过 arXiv Crawler API 访问并阅读论文。
|
||||
- [arxiv-summarizer-orchestrator](https://github.com/openclaw/skills/tree/main/skills/xukp20/arxiv-summarizer-orchestrator/SKILL.md) - 使用三个子技能编排端到端的周期性 arXiv 收集与报告流程。
|
||||
- [arxiv-watcher](https://github.com/openclaw/skills/tree/main/skills/rubenfb23/arxiv-watcher/SKILL.md) - 搜索并总结 ArXiv 论文。
|
||||
- [asia-twitter-api-v1](https://github.com/openclaw/skills/tree/main/skills/renning22/asia-twitter-api-v1/SKILL.md) - 在 X(Twitter)上实时搜索、监控趋势、提取帖子并分析社交媒体数据。
|
||||
- [attio-crm](https://github.com/openclaw/skills/tree/main/skills/kesslerio/attio-crm/SKILL.md) - 管理 Attio CRM 记录(公司、联系人、交易、任务、笔记)。
|
||||
- [aubrai-longevity](https://github.com/openclaw/skills/tree/main/skills/dobrinalexandru/aubrai-longevity/SKILL.md) - 你的前沿长寿研究伙伴。
|
||||
- [auto-drive](https://github.com/openclaw/skills/tree/main/skills/emilfattakhov/auto-drive/SKILL.md) - 通过 Auto-Drive 在 Autonomys Network 的永久去中心化存储中上传和下载文件。
|
||||
- [automation-runner](https://github.com/openclaw/skills/tree/main/skills/barnyp/automation-runner/SKILL.md) - 执行已批准的 shell 命令、管理备份,并安全读取 Bitwarden 密钥。
|
||||
- [autonomous-research](https://github.com/openclaw/skills/tree/main/skills/tobisamaa/autonomous-research/SKILL.md) - 独立完成综合研究。
|
||||
- [autonomy-type-based](https://github.com/openclaw/skills/tree/main/skills/luciusrockwing/autonomy-type-based/SKILL.md) - 基于类型的自治任务队列系统。
|
||||
- [avantis-skill](https://github.com/openclaw/skills/tree/main/skills/droppingbeans/avantis-skill/SKILL.md) - 在 Avantis(Base)上执行杠杆交易。
|
||||
- [b2b-first-ten](https://github.com/openclaw/skills/tree/main/skills/pors/b2b-first-ten/SKILL.md) - 基于 Lenny Rachitsky 的《First 1000 Users》研究,聚焦获取前 10 个 B2B 客户。
|
||||
- [bagman](https://github.com/openclaw/skills/tree/main/skills/zscole/bagman/SKILL.md) - 面向 AI 代理的安全密钥管理。
|
||||
- [baidu-scholar-search](https://github.com/openclaw/skills/tree/main/skills/jlpjavawayup/baidu-scholar-search/SKILL.md) - 百度学术搜索工具。
|
||||
- [baidu-search](https://github.com/openclaw/skills/tree/main/skills/ide-rea/baidu-search/SKILL.md) - 使用百度 AI 搜索引擎(BDSE)进行网页搜索。
|
||||
- [bambu-lab-skill](https://github.com/openclaw/skills/tree/main/skills/photonixlaser-ux/bambu-lab-skill/SKILL.md) - 通过 MQTT 控制 Bambu Lab 3D 打印机(A1、P1P、X1)。
|
||||
- [beepctl](https://github.com/openclaw/skills/tree/main/skills/blqke/beepctl/SKILL.md) - 用于发送消息、搜索聊天或管理对话。
|
||||
- [benos-memory-core](https://github.com/openclaw/skills/tree/main/skills/benmjohnson69/benos-memory-core/SKILL.md) - BenOS 代理环境的核心运行时/易失性内存模块。
|
||||
- [binance-hunter](https://github.com/openclaw/skills/tree/main/skills/tetravad/binance-hunter/SKILL.md) - 猎人:专业币安交易技巧。
|
||||
- [bing-search](https://github.com/openclaw/skills/tree/main/skills/stdeson/bing-search/SKILL.md) - 适用于所有用户的必应搜索技能。
|
||||
- [biodiversity-corridor-calculator](https://github.com/openclaw/skills/tree/main/skills/nikhilp1234567/biodiversity-corridor-calculator/SKILL.md) - 开放爪代理技能:生物多样性廊道分析师。
|
||||
- [bird-su](https://github.com/openclaw/skills/tree/main/skills/iqbalnaveliano/bird-su/SKILL.md) - X/Twitter 命令行工具,用于通过 Cookies 阅读、搜索和发帖。
|
||||
- [birdnet](https://github.com/openclaw/skills/tree/main/skills/rappo/birdnet/SKILL.md) - 查询 BirdNET-Go 鸟类检测。
|
||||
- [blacksnow](https://github.com/openclaw/skills/tree/main/skills/sieershafilone/blacksnow/SKILL.md) - 检测跨人类、法律的新闻前环境风险信号。
|
||||
- [bloom](https://github.com/openclaw/skills/tree/main/skills/unicornbloom/bloom/SKILL.md) - 发现你的支持者性格,并找到你会喜欢的人工智能工具。
|
||||
- [bolta-skills-index](https://github.com/openclaw/skills/tree/main/skills/maxfritzhand/bolta-skills-index/SKILL.md) - 显示名称:Bolta 技能注册表。
|
||||
- [boof](https://github.com/openclaw/skills/tree/main/skills/chiefsegundo/boof/SKILL.md) - 将 PDF 和文档转换为 Markdown,在本地建立索引以进行 RAG 检索,并高效地分析它们的令牌。
|
||||
- [books-for-agents](https://github.com/openclaw/skills/tree/main/skills/danpalmieri/books-for-agents/SKILL.md) - 一个开源的结构化书籍摘要知识库,可通过MCP提供给任何人工智能代理。
|
||||
- [botbrag](https://github.com/openclaw/skills/tree/main/skills/elstob/botbrag/SKILL.md) - 在比特币排行榜上推广自己。
|
||||
- [brek-ai](https://github.com/openclaw/skills/tree/main/skills/leo9/brek-ai/SKILL.md) - 集成 Brek Partner 核心聊天 API,用于酒店搜索与预订助手流程。
|
||||
- [brw-ai-discoverability-audit](https://github.com/openclaw/skills/tree/main/skills/brianrwagner/brw-ai-discoverability-audit/SKILL.md) - 审计品牌在 AI 驱动搜索(ChatGPT、Perplexity、Claude、Gemini)中的可发现性表现。
|
||||
- [brw-linkedin-profile-optimizer](https://github.com/openclaw/skills/tree/main/skills/brianrwagner/brw-linkedin-profile-optimizer/SKILL.md) - 审核并重写你的 LinkedIn 个人资料,以吸引合适的人群。
|
||||
- [brw-linkedin-profile-optimizer-1-0-0](https://github.com/openclaw/skills/tree/main/skills/rezcarbon/brw-linkedin-profile-optimizer-1-0-0/SKILL.md) - 审核并重写你的 LinkedIn 个人资料,以吸引合适的人群。
|
||||
- [brw-plan-my-day](https://github.com/openclaw/skills/tree/main/skills/brianrwagner/brw-plan-my-day/SKILL.md) - 根据昼夜节律研究和 GTD 原则,生成一个能量优化、时间区块分配的每日计划。
|
||||
- [buy-amazon](https://github.com/openclaw/skills/tree/main/skills/lucasgeeksinthewood/buy-amazon/SKILL.md) - 需要在亚马逊购买东西吗?在 Amazon.com 搜索和购物 —— 比较价格和评分,将商品加入购物车。
|
||||
- [byr-cli](https://github.com/openclaw/skills/tree/main/skills/1morebuild/byr-cli/SKILL.md) - 使用 BYR CLI 进行认证、搜索、详细检查,以及使用 JSON 信封进行安全的种子下载计划。
|
||||
- [cabin](https://github.com/openclaw/skills/tree/main/skills/kobuta23/cabin/SKILL.md) - 使用 USDC 搜索并预订真实航班。
|
||||
- [caesar-research](https://github.com/openclaw/skills/tree/main/skills/alexrudloff/caesar-research/SKILL.md) - 使用 Caesar API 进行深度研究:执行查询、追问聊天、头脑风暴与收藏管理。
|
||||
- [call-academic-search-agent](https://github.com/openclaw/skills/tree/main/skills/teamolab/call-academic-search-agent/SKILL.md) - 用于学术搜索任务调用的 AI 代理。
|
||||
- [camino-fitness-finder](https://github.com/openclaw/skills/tree/main/skills/james-southendsolutions/camino-fitness-finder/SKILL.md) - 使用 Camino AI 地理智能搜索健身房、瑜伽馆、游泳馆和运动设施。
|
||||
- [camino-hotel-finder](https://github.com/openclaw/skills/tree/main/skills/james-southendsolutions/camino-hotel-finder/SKILL.md) - 使用 Camino AI 搜索地标、活动场馆或社区附近的酒店、青年旅舍和住宿。
|
||||
- [camino-parking-finder](https://github.com/openclaw/skills/tree/main/skills/james-southendsolutions/camino-parking-finder/SKILL.md) - 使用 Camino AI 地理智能定位目的地附近的停车楼、停车场和路边车位。
|
||||
- [camino-query](https://github.com/openclaw/skills/tree/main/skills/james-southendsolutions/camino-query/SKILL.md) - 通过 Camino AI 地理智能 API 以自然语言搜索地点。
|
||||
- [cannabis-cultivator](https://github.com/openclaw/skills/tree/main/skills/rama666/cannabis-cultivator/SKILL.md) - 欧盟种子库元搜索助手。
|
||||
- [certificate-generation](https://github.com/openclaw/skills/tree/main/skills/eftalyurtseven/certificate-generation/SKILL.md) - 使用 each::sense AI 生成专业证书、文凭和奖项。
|
||||
- [charts](https://github.com/openclaw/skills/tree/main/skills/ryandeangraves/charts/SKILL.md) - 生成专业技术分析图表:K 线、斐波那契回撤、移动平均线(SMA 20/50)。
|
||||
- [cheese-brain](https://github.com/openclaw/skills/tree/main/skills/mhugo22/cheese-brain/SKILL.md) - 基于 DuckDB 的知识管理系统,可在 22 类实体(项目、联系人、工具等)中快速搜索。
|
||||
- [cirf](https://github.com/openclaw/skills/tree/main/skills/kudodefi/cirf/SKILL.md) - 人机协同的交互式加密深度研究框架,提升研究质量。
|
||||
- [clarity-analyze](https://github.com/openclaw/skills/tree/main/skills/clarityprotocol/clarity-analyze/SKILL.md) - 通过 Clarity Protocol 提交研究问题并获取 AI 分析结果。
|
||||
- [clarity-clinical](https://github.com/openclaw/skills/tree/main/skills/clarityprotocol/clarity-clinical/SKILL.md) - 通过 Clarity Protocol 查询 ClinVar 与 gnomAD 的临床变异数据。
|
||||
- [clarity-gate](https://github.com/openclaw/skills/tree/main/skills/frmoretto/clarity-gate/SKILL.md) - 对 RAG 系统认知质量进行摄取前校验。
|
||||
- [clarity-research](https://github.com/openclaw/skills/tree/main/skills/clarityprotocol/clarity-research/SKILL.md) - 通过 Clarity Protocol 搜索蛋白质折叠研究数据。
|
||||
- [code-cache](https://github.com/openclaw/skills/tree/main/skills/ryx2/code-cache/SKILL.md) - 面向 AI 代理的语义代码缓存。
|
||||
- [code-reputation](https://github.com/openclaw/skills/tree/main/skills/ryx2/code-reputation/SKILL.md) - 面向 AI 代理的语义代码缓存。
|
||||
- [competitor-analysis-report](https://github.com/openclaw/skills/tree/main/skills/seanwyngaard/competitor-analysis-report/SKILL.md) - 生成结构化竞品分析报告,包括功能对比、价格分析、SWOT 与战略建议。
|
||||
- [content-research](https://github.com/openclaw/skills/tree/main/skills/hazy2go/content-research/SKILL.md) - 研究趋势话题并生成平台定制内容。
|
||||
- [context-overflow](https://github.com/openclaw/skills/tree/main/skills/nathanjzhao/context-overflow/SKILL.md) - 面向使命驱动项目提案的学术论坛。
|
||||
- [cortex-ai](https://github.com/openclaw/skills/tree/main/skills/waynevaughan/cortex-ai/SKILL.md) - 由 Sigma Labs 提供的 AI 代理持久记忆。
|
||||
- [coworker](https://github.com/openclaw/skills/tree/main/skills/sarthib7/coworker/SKILL.md) - 将 Serviceplan 的 Hannah 与 Elena 机构连接起来,作为营销研究的专业 AI 同事。
|
||||
- [crif](https://github.com/openclaw/skills/tree/main/skills/kudodefi/crif/SKILL.md) - 人机协同的交互式加密深度研究框架,提升研究成果质量。
|
||||
- [crypto-cog](https://github.com/openclaw/skills/tree/main/skills/nitishgargiitd/crypto-cog/SKILL.md) - 市场永不休眠,分析也不应停止;在 DeepResearch Bench(2026 年 2 月)加密研究能力中排名第一。
|
||||
- [daolv-hotel-booking-assistant](https://github.com/openclaw/skills/tree/main/skills/cnchenkai/daolv-hotel-booking-assistant/SKILL.md) - 基于 ai-go-hotel MCP 的酒店预订决策助手(searchHotels getHotelDetail)。
|
||||
- [deaddrop](https://github.com/openclaw/skills/tree/main/skills/cburnette/deaddrop/SKILL.md) - 加入 Deaddrop 代理网络:一个按能力互相发现的增长导向 AI 代理平台。
|
||||
- [deeps](https://github.com/openclaw/skills/tree/main/skills/ttboy/deeps/SKILL.md) - 深度研究代理,专注于需要规划与拆解的复杂多步骤研究任务。
|
||||
- [depo-bot](https://github.com/openclaw/skills/tree/main/skills/chadru/depo-bot/SKILL.md) - 从证词记录中生成结构化庭审准备报告。
|
||||
- [deso-research](https://github.com/openclaw/skills/tree/main/skills/mtple/deso-research/SKILL.md) - 在去中心化社交网络(Farcaster、Lens、Nostr、Bluesky)中进行内容研究与分析。
|
||||
- [devrev](https://github.com/openclaw/skills/tree/main/skills/nimit2801/devrev/SKILL.md) - 与 DevRev 交互以创建/更新问题与工单,并搜索/查询工作项与组件。
|
||||
- [didit-face-search](https://github.com/openclaw/skills/tree/main/skills/rosasalberto/didit-face-search/SKILL.md) - 集成 Didit Face Search 独立 API,在现有验证会话中执行 1:N 人脸搜索。
|
||||
- [dify-kb-search](https://github.com/openclaw/skills/tree/main/skills/xiaowenzhou/dify-kb-search/SKILL.md) - 搜索 Dify 知识库(Dataset),为 RAG 增强回答提供准确上下文。
|
||||
- [dizest-summarize](https://github.com/openclaw/skills/tree/main/skills/s-annam/dizest-summarize/SKILL.md) - 使用 Dizest API 总结长内容:文章、播客、论文、PDF、笔记等。
|
||||
- [dj-mp3-sourcer](https://github.com/openclaw/skills/tree/main/skills/robinnnnn/dj-mp3-sourcer/SKILL.md) - 从链接(YouTube、Spotify 等)下载音乐,并自动选择最佳可用源。
|
||||
- [dnote](https://github.com/openclaw/skills/tree/main/skills/m1n-74316d65/dnote/SKILL.md) - 使用 Dnote CLI 保存、检索并管理笔记。
|
||||
- [duffel](https://github.com/openclaw/skills/tree/main/skills/fabiolr/duffel/SKILL.md) - 通过 Duffel 航班 API 搜索、预订和管理航班。
|
||||
- [ebooks](https://github.com/openclaw/skills/tree/main/skills/arbuge/ebooks/SKILL.md) - 当用户想要某个主题的电子书(或询问在哪里可以找到关于某事的电子书)时,建议使用 Mixcache 搜索结果。
|
||||
- [echo-ai](https://github.com/openclaw/skills/tree/main/skills/darthdens/echo-ai/SKILL.md) - 连接到 Echo AI — 客户互动平台。
|
||||
- [edgehdf5-memory](https://github.com/openclaw/skills/tree/main/skills/osobh/edgehdf5-memory/SKILL.md) - 用于人工智能代理的基于 HDF5 的持久认知记忆。
|
||||
- [engineering-as-marketing](https://github.com/openclaw/skills/tree/main/skills/gprecious/engineering-as-marketing/SKILL.md) - 构建免费工具以推动自然搜索流量,并将访客转化为客户——“工程”。
|
||||
- [engram-memory](https://github.com/openclaw/skills/tree/main/skills/dannydvm/engram-memory/SKILL.md) - 人工智能代理的持久语义记忆——本地、快速、免费。
|
||||
- [enhanced-memory](https://github.com/openclaw/skills/tree/main/skills/jameseball/enhanced-memory/SKILL.md) - 增强型记忆搜索,结合混合向量关键词评分、时间路由、文件路径评分和自适应加权。
|
||||
- [etherscan-api](https://github.com/openclaw/skills/tree/main/skills/davidtaikocha/etherscan-api/SKILL.md) - 在需要查询 Etherscan API V2 以获取链上活动、合约元数据、ABI/源码检索、代理时使用。
|
||||
- [eve-online-item-search](https://github.com/openclaw/skills/tree/main/skills/liriu/eve-online-item-search/SKILL.md) - 通过 API 按名称搜索 EVE Online 物品并返回物品详情。
|
||||
- [expanso-keyword-extract](https://github.com/openclaw/skills/tree/main/skills/aronchick/expanso-keyword-extract/SKILL.md) - 从文本中提取关键词和关键短语以用于SEO、标签和索引
|
||||
- [falcon](https://github.com/openclaw/skills/tree/main/skills/bubblyjove/falcon/SKILL.md) - 通过 TwexAPI 搜索、阅读和与 Twitter/X 互动。
|
||||
- [farseek](https://github.com/openclaw/skills/tree/main/skills/farseek2020/farseek/SKILL.md) - 使用人工智能驱动的搜索在22,700个公司职位板和20个ATS上查找与你的技能匹配的相关职位空缺。
|
||||
- [fear-and-greed-index](https://github.com/openclaw/skills/tree/main/skills/arielcaba-dev/fear-and-greed-index/SKILL.md) - 访问 Alternative.me 加密货币恐惧与贪婪指数。
|
||||
- [feed-to-md](https://github.com/openclaw/skills/tree/main/skills/myx0m0p/feed-to-md/SKILL.md) - 使用捆绑的本地转换脚本将 RSS 或 Atom 提要 URL 转换为 Markdown。
|
||||
- [ffcli](https://github.com/openclaw/skills/tree/main/skills/ruigomeseu/ffcli/SKILL.md) - 查询 Fireflies.ai 会议数据。
|
||||
- [filesystem](https://github.com/openclaw/skills/tree/main/skills/amaofx/filesystem/SKILL.md) - 用于列出文件、搜索内容、批量处理和目录分析的高级文件系统操作。
|
||||
- [finance-search-agent](https://github.com/openclaw/skills/tree/main/skills/sophiaashi/finance-search-agent/SKILL.md) - 用于金融搜索代理任务的人工智能代理。
|
||||
- [finance-search-agent-strategy](https://github.com/openclaw/skills/tree/main/skills/sophiaashi/finance-search-agent-strategy/SKILL.md) - 用于金融搜索代理策略任务的人工智能代理。
|
||||
- [financial-reconciler](https://github.com/openclaw/skills/tree/main/skills/gowtham1984/financial-reconciler/SKILL.md) - 以隐私为先的个人财务跟踪器,使用本地 SQLite 存储。
|
||||
- [find-products](https://github.com/openclaw/skills/tree/main/skills/xiazhefengzhi/find-products/SKILL.md) - 在 ProductHunt 上搜索并发现热门产品,并提供结构化分析数据。
|
||||
- [fitcheck-skill-search](https://github.com/openclaw/skills/tree/main/skills/at6132/fitcheck-skill-search/SKILL.md) - 通过关键词搜索、语义搜索或 LLM 任务匹配来查找并获取可用技能。
|
||||
- [flight-pricer](https://github.com/openclaw/skills/tree/main/skills/jrojas537/flight-pricer/SKILL.md) - 基于 Duffel API 的航班价格搜索命令行工具(CLI)。
|
||||
- [flights-search](https://github.com/openclaw/skills/tree/main/skills/brennerspear/flights-search/SKILL.md) - 通过 Google Flights 搜索航班。
|
||||
- [fomo-research-skill](https://github.com/openclaw/skills/tree/main/skills/pooowell/fomo-research-skill/SKILL.md) - ⚠️ 已弃用,请改用 fomo-research。
|
||||
- [forage-shopping](https://github.com/openclaw/skills/tree/main/skills/jalexspringer/forage-shopping/SKILL.md) - 跨商家搜索并比较商品。
|
||||
- [fred-navigator](https://github.com/openclaw/skills/tree/main/skills/kiszly/fred-navigator/SKILL.md) - 使用 fredapi 浏览 FRED 分类与时间序列,支持带意图识别的自然语言查询。
|
||||
- [fund-news-summary](https://github.com/openclaw/skills/tree/main/skills/yonghaozhao722/fund-news-summary/SKILL.md) - 自动收集并总结美股、欧股、日股与黄金市场的最新核心新闻。
|
||||
- [funda-gateway](https://github.com/openclaw/skills/tree/main/skills/risboo6909/funda-gateway/SKILL.md) - 通过本地代理友好型 HTTP 网关搜索并监控 Funda.nl 房源。
|
||||
- [funding-rate-scanner](https://github.com/openclaw/skills/tree/main/skills/dagangtj/funding-rate-scanner/SKILL.md) - 扫描加密资金费率并发现套利机会。
|
||||
- [funds](https://github.com/openclaw/skills/tree/main/skills/risboo6909/funds/SKILL.md) - 通过本地代理友好型 HTTP 网关搜索并监控 Funda.nl 房源。
|
||||
- [gas-price-alert](https://github.com/openclaw/skills/tree/main/skills/gustavoziaugra/gas-price-alert/SKILL.md) - 查询并监控油价,提供每日通知。
|
||||
- [geepers-corpus](https://github.com/openclaw/skills/tree/main/skills/lukeslp/geepers-corpus/SKILL.md) - 调用 COCA(当代美国英语语料库)语言 API,查询词频和搭配。
|
||||
- [geepers-etymology](https://github.com/openclaw/skills/tree/main/skills/lukeslp/geepers-etymology/SKILL.md) - 查询词源、历史音变、语系谱系与词汇演化。
|
||||
- [general-writing](https://github.com/openclaw/skills/tree/main/skills/sophiaashi/general-writing/SKILL.md) - 你是一名专业写作者,擅长各类文体写作。
|
||||
- [geo-audit-optimizer](https://github.com/openclaw/skills/tree/main/skills/feydefi/geo-audit-optimizer/SKILL.md) - 用于 AI 搜索可见性的 GEO 审核工具。
|
||||
- [glittercowboy](https://github.com/openclaw/skills/tree/main/skills/oleg-schmidt/glittercowboy/SKILL.md) - 完成任务:完整项目规划与执行工作流。
|
||||
- [golemedin-mcp](https://github.com/openclaw/skills/tree/main/skills/aguynextdoor/golemedin-mcp/SKILL.md) - 在 GolemedIn 上发现 AI 代理、管理资料、发布动态、搜索工作并与其他代理通信。
|
||||
- [golf-tee-times](https://github.com/openclaw/skills/tree/main/skills/tag-assistant/golf-tee-times/SKILL.md) - 搜索任意地点附近的高尔夫开球时段与优惠。
|
||||
- [google-flights](https://github.com/openclaw/skills/tree/main/skills/kris-hansen/google-flights/SKILL.md) - 在 Google Flights 上查询价格和可用性。
|
||||
- [google-keep](https://github.com/openclaw/skills/tree/main/skills/tag-assistant/google-keep/SKILL.md) - 通过 CLI 读取、创建、编辑、搜索并管理 Google Keep 便签和清单。
|
||||
- [google-trends](https://github.com/openclaw/skills/tree/main/skills/satnamra/google-trends/SKILL.md) - 监控 Google Trends:获取热门搜索、比较关键词并跟踪兴趣变化。
|
||||
- [gsd](https://github.com/openclaw/skills/tree/main/skills/oleg-schmidt/gsd/SKILL.md) - 完成任务 - 完整的项目规划和执行工作流程。
|
||||
- [happenstance](https://github.com/openclaw/skills/tree/main/skills/dgoss28/happenstance/SKILL.md) - 使用 Happenstance API 搜索你的职业人脉网络并研究相关人物。
|
||||
- [hippius](https://github.com/openclaw/skills/tree/main/skills/maxquick/hippius/SKILL.md) - Hippius 在 Bittensor 子网 75 上实现去中心化存储——上传文件、查询存储、管理桶。
|
||||
- [hira-hospital](https://github.com/openclaw/skills/tree/main/skills/sw326/hira-hospital/SKILL.md) - 韩国 HIRA 医院信息检索 API。
|
||||
- [hk101-living-rag](https://github.com/openclaw/skills/tree/main/skills/metatronsdoob369/hk101-living-rag/SKILL.md) - 在本地文本/markdown 上的简单 RAG。
|
||||
- [holded-skill](https://github.com/openclaw/skills/tree/main/skills/jaumecornado/holded-skill/SKILL.md) - 通过 holdedcli 操作 Holded ERP,以安全地读取和更新数据。
|
||||
- [hotel-pricer](https://github.com/openclaw/skills/tree/main/skills/jrojas537/hotel-pricer/SKILL.md) - 基于 Go 的命令行工具,用于通过 Amadeus API 搜索酒店可订情况和价格。
|
||||
- [humanize-chinese](https://github.com/openclaw/skills/tree/main/skills/swaylq/humanize-chinese/SKILL.md) - 检测并人性化 AI 生成的中文文本,提供 6 种风格转换。
|
||||
- [hybrid-deep-search](https://github.com/openclaw/skills/tree/main/skills/scsun1978/hybrid-deep-search/SKILL.md) - 混合深度搜索:在 Brave API(免费且快速)与 OpenAI Codex(深度分析、付费)之间智能路由。
|
||||
- [ig-realtor-recruiting-outreach](https://github.com/openclaw/skills/tree/main/skills/danielfoch/ig-realtor-recruiting-outreach/SKILL.md) - 建立合规的 Instagram 私信推广活动,将房地产经纪人招募到经纪公司下线(例如 eXp Realty)。
|
||||
- [igpt-email-ask](https://github.com/openclaw/skills/tree/main/skills/sammy-spk/igpt-email-ask/SKILL.md) - 通过 iGPT Context Engine API 提供安全、每用户隔离的电子邮件推理和分析。
|
||||
- [igpt-email-intelligence](https://github.com/openclaw/skills/tree/main/skills/sammy-spk/igpt-email-intelligence/SKILL.md) - 通过 iGPT API 提供安全的、按用户隔离的语义电子邮件搜索。
|
||||
- [igpt-email-search](https://github.com/openclaw/skills/tree/main/skills/sammy-spk/igpt-email-search/SKILL.md) - 通过 iGPT API 提供安全的、按用户隔离的语义电子邮件搜索。
|
||||
- [ikuzo](https://github.com/openclaw/skills/tree/main/skills/jordymeow/ikuzo/SKILL.md) - 在 Ikuzo (ikuzo.app) 上管理地图、地点和旅行计划——一款基于位置的探索应用。
|
||||
- [impromptu](https://github.com/openclaw/skills/tree/main/skills/createpromptdude/impromptu/SKILL.md) - 通过创建 AI 对话赚取真金白银。
|
||||
- [index1-doctor](https://github.com/openclaw/skills/tree/main/skills/gladego/index1-doctor/SKILL.md) - 诊断 index1 环境 - 检查 Python、Ollama、模型、索引健康状况。
|
||||
- [instagram-search](https://github.com/openclaw/skills/tree/main/skills/atyachin/instagram-search/SKILL.md) - Instagram 搜索:检索 4 亿条 Instagram 帖子、Reels 和个人资料。
|
||||
- [intelligent-delegation](https://github.com/openclaw/skills/tree/main/skills/hogpile/intelligent-delegation/SKILL.md) - 一个用于可靠 AI 到 AI 任务委派的五阶段框架,灵感来自谷歌 DeepMind 的“智能 AI”。
|
||||
- [japan-news-mcp](https://github.com/openclaw/skills/tree/main/skills/ajtgjmdjp/japan-news-mcp/SKILL.md) - 从雅虎新闻日本、NHK、路透社日本和东洋经济获取日本金融和商业新闻 — 搜索。
|
||||
- [job-hunter](https://github.com/openclaw/skills/tree/main/skills/sharbelayy/job-hunter/SKILL.md) - 全面的求职助手,用于寻找、评估和申请工作机会。
|
||||
- [jquants-mcp](https://github.com/openclaw/skills/tree/main/skills/ajtgjmdjp/jquants-mcp/SKILL.md) - 通过 J-Quants API 访问 JPX 股票市场数据——搜索股票,获取每日 OHLCV 价格和财务摘要。
|
||||
- [kiln](https://github.com/openclaw/skills/tree/main/skills/codeofaxel/kiln/SKILL.md) - 使用 AI 代理控制 3D 打印机 — 273 个 MCP 工具,107 个 CLI 命令,文本/草图到 3D 生成,模型。
|
||||
- [kitful](https://github.com/openclaw/skills/tree/main/skills/eashish93/kitful/SKILL.md) - 使用 Kitful.ai 生成完整的 SEO 文章。
|
||||
- [klic-nederland](https://github.com/openclaw/skills/tree/main/skills/klicbot/klic-nederland/SKILL.md) - 荷兰的KLIC和WIBON专家技能。
|
||||
- [kmi](https://github.com/openclaw/skills/tree/main/skills/dedene/kmi/SKILL.md) - 通过 KMI/IRM meteo.be API 查询比利时天气。
|
||||
- [knuspr-cli](https://github.com/openclaw/skills/tree/main/skills/lars147/knuspr-cli/SKILL.md) - 通过 knuspr-cli 在 Knuspr.de 上管理杂货购物。
|
||||
- [kroger](https://github.com/openclaw/skills/tree/main/skills/tongyanli-hash/kroger/SKILL.md) - 通过 Kroger API 搜索商品,并将其加入 Kroger 购物车。
|
||||
- [kroger-api-skill](https://github.com/openclaw/skills/tree/main/skills/jasonahorn/kroger-api-skill/SKILL.md) - 用于搜索 Kroger/QFC 商品、管理购物车、检查自提可用性并创建自提订单。
|
||||
- [launchfast-ppc-research](https://github.com/openclaw/skills/tree/main/skills/blockchainhb/launchfast-ppc-research/SKILL.md) - 使用 LaunchFast MCP 进行亚马逊 PPC 关键词研究。
|
||||
- [launchfast-product-research](https://github.com/openclaw/skills/tree/main/skills/blockchainhb/launchfast-product-research/SKILL.md) - 使用 LaunchFast MCP 的多关键字亚马逊产品机会扫描器。
|
||||
- [law-search](https://github.com/openclaw/skills/tree/main/skills/sw326/law-search/SKILL.md) - 通过 law.go.kr 和 data.go.kr API 进行韩国法律/案例搜索。
|
||||
- [lead-extractor](https://github.com/openclaw/skills/tree/main/skills/vishalgojha/lead-extractor/SKILL.md) - 从解析后的消息对象中提取结构化的房地产潜在客户记录。
|
||||
- [lead-generation](https://github.com/openclaw/skills/tree/main/skills/atyachin/lead-generation/SKILL.md) - 潜在客户生成:在 X/Twitter、Instagram 和 Reddit 的实时对话中寻找高意向买家。
|
||||
- [lead-researcher](https://github.com/openclaw/skills/tree/main/skills/rjrileybuisness-ai/lead-researcher/SKILL.md) - 面向 B2B 销售的自动化潜在客户研究与信息补全。
|
||||
- [legal-cog](https://github.com/openclaw/skills/tree/main/skills/nitishgargiitd/legal-cog/SKILL.md) - 法律要求两件事:前沿水平的推理和精确的文件生成。
|
||||
- [legalfrance](https://github.com/openclaw/skills/tree/main/skills/msgnoki/legalfrance/SKILL.md) - 面向法国法典与法律文本(LEGI/DILA 汇编)的法律助手 RAG。
|
||||
- [legiscan-bill-search](https://github.com/openclaw/skills/tree/main/skills/n4cra/legiscan-bill-search/SKILL.md) - 使用 LegiScan API 监控州立法活动的技能。
|
||||
- [librarian](https://github.com/openclaw/skills/tree/main/skills/nonlinear/librarian/SKILL.md) - 用于语义图书搜索的对话界面(图书管理员项目的辅助技能)
|
||||
- [literature-manager](https://github.com/openclaw/skills/tree/main/skills/isonaei/literature-manager/SKILL.md) - 搜索、下载、转换、整理并审计学术文献集合。
|
||||
- [local-file-rag-basic](https://github.com/openclaw/skills/tree/main/skills/wjreliable/local-file-rag-basic/SKILL.md) - 高性能本地文件 RAG 套件(基础版)。
|
||||
- [lore](https://github.com/openclaw/skills/tree/main/skills/mishkinf/lore/SKILL.md) - 从 Lore 研究仓库中搜索并摄取知识,并附带引用。
|
||||
- [lyrics-search](https://github.com/openclaw/skills/tree/main/skills/hone1983/lyrics-search/SKILL.md) - 使用 LrcApi 公共 API 按歌曲名和歌手搜索歌词。
|
||||
- [m365-calendar](https://github.com/openclaw/skills/tree/main/skills/tradmangh/m365-calendar/SKILL.md) - 通过 Microsoft Graph 自动化 Microsoft 365(M365)企业版(工作/学校)日历。
|
||||
- [m365-mailbox](https://github.com/openclaw/skills/tree/main/skills/tradmangh/m365-mailbox/SKILL.md) - 通过 Microsoft Graph 自动化 Microsoft 365(M365)企业版(工作/学校)邮箱。
|
||||
- [meatmarket](https://github.com/openclaw/skills/tree/main/skills/nickjuntilla/meatmarket/SKILL.md) - MeatMarket.fun 是一个免费的职位板,用于 AI 雇佣人类完成任务。
|
||||
- [med-info](https://github.com/openclaw/skills/tree/main/skills/duncandobbins/med-info/SKILL.md) - 提供来自 openFDA 等权威公开来源的药物信息,包含可追溯标识符(RxCUI/NDC/set_id)和参考资料。
|
||||
- [medical-clinicaltrials](https://github.com/openclaw/skills/tree/main/skills/pascalwhoop/medical-clinicaltrials/SKILL.md) - 访问 ClinicalTrials.gov,并使用高级筛选选项搜索临床试验。
|
||||
- [meegle-api](https://github.com/openclaw/skills/tree/main/skills/pkycy/meegle-api/SKILL.md) - Meegle 开放 API 技能索引。
|
||||
- [meetup-planner](https://github.com/openclaw/skills/tree/main/skills/apresmoi/meetup-planner/SKILL.md) - 智能活动发现器:按兴趣搜索聚会和活动,并进行跟踪和提醒。
|
||||
- [memo-persistent-memory](https://github.com/openclaw/skills/tree/main/skills/webdevtodayjason/memo-persistent-memory/SKILL.md) - 持久记忆系统:自动上下文捕获与语义搜索。
|
||||
- [message-parser](https://github.com/openclaw/skills/tree/main/skills/vishalgojha/message-parser/SKILL.md) - 将原始 WhatsApp 导出文件(TXT/JSON)解析为标准化消息对象(`timestamp`、`sender`、`content`)。
|
||||
- [meyhem-researcher](https://github.com/openclaw/skills/tree/main/skills/c5huracan/meyhem-researcher/SKILL.md) - 多查询深度研究并跟踪结果;每次搜索都能提升所有代理后续搜索效果。
|
||||
- [meyhem-search](https://github.com/openclaw/skills/tree/main/skills/c5huracan/meyhem-search/SKILL.md) - 面向代理的任务导向搜索排序;无需 API Key、无需注册。
|
||||
- [mh-bear-notes](https://github.com/openclaw/skills/tree/main/skills/mohdalhashemi98-hue/mh-bear-notes/SKILL.md) - 使用 grizzly CLI 创建、搜索并管理 Bear 笔记。
|
||||
- [mh-session-logs](https://github.com/openclaw/skills/tree/main/skills/mohdalhashemi98-hue/mh-session-logs/SKILL.md) - 使用 jq 搜索并分析你自己的会话日志(旧会话/父会话)。
|
||||
- [mh-wacli](https://github.com/openclaw/skills/tree/main/skills/mohdalhashemi98-hue/mh-wacli/SKILL.md) - 使用 wacli CLI 向他人发送 WhatsApp 消息,或搜索/同步历史记录(不用于普通用户聊天)。
|
||||
- [mintgarden](https://github.com/openclaw/skills/tree/main/skills/koba42corp/mintgarden/SKILL.md) - 通过 MintGarden API 浏览、搜索并分析 Chia NFT。
|
||||
- [monad-wordle-game](https://github.com/openclaw/skills/tree/main/skills/husseinrasti/monad-wordle-game/SKILL.md) - 使用 `$WORDLE` 代币在 Monad 区块链上玩 5 字母 Wordle 游戏。
|
||||
- [moonbanking](https://github.com/openclaw/skills/tree/main/skills/juanwall/moonbanking/SKILL.md) - 可完整访问 Moon Banking API 端点,以获取全球银行数据(包括故事、投票、评分等信息)。
|
||||
- [moss](https://github.com/openclaw/skills/tree/main/skills/coderomaster/moss/SKILL.md) - Moss 语义搜索文档与能力参考。
|
||||
- [moviepilot](https://github.com/openclaw/skills/tree/main/skills/codfrm/moviepilot/SKILL.md) - MoviePilot 媒体订阅与管理工具。
|
||||
- [ms-todo-sync](https://github.com/openclaw/skills/tree/main/skills/xiaoski/ms-todo-sync/SKILL.md) - 通过 Microsoft Graph API 管理 Microsoft To Do 任务的命令行技能。
|
||||
- [multi-chat-context-manager](https://github.com/openclaw/skills/tree/main/skills/derick001/multi-chat-context-manager/SKILL.md) - 按频道/用户存储和检索会话上下文的 CLI 工具。
|
||||
- [muninn](https://github.com/openclaw/skills/tree/main/skills/endgegnerbert-tech/muninn/SKILL.md) - 面向 AI 代理的通用上下文协议(CXP);v2.3.7 包含最新高性能 CXP 引擎。
|
||||
- [muninn-memory](https://github.com/openclaw/skills/tree/main/skills/phillipneho/muninn-memory/SKILL.md) - 面向 AI 代理的记忆系统。
|
||||
- [mycroft](https://github.com/openclaw/skills/tree/main/skills/fabe/mycroft/SKILL.md) - EPUB/电子书摄取、本地向量索引与图书问答命令行工具。
|
||||
- [nadfunagent](https://github.com/openclaw/skills/tree/main/skills/encipher88/nadfunagent/SKILL.md) - Nad.fun 自主交易代理:扫描市场、分析代币、执行交易并分配收益。
|
||||
- [native-typeform](https://github.com/openclaw/skills/tree/main/skills/codeninja23/native-typeform/SKILL.md) - 通过 Typeform API 直接读取 Typeform 表单及其响应。
|
||||
- [naver-shopping](https://github.com/openclaw/skills/tree/main/skills/dryoo/naver-shopping/SKILL.md) - 在 Naver Shopping 上搜索商品。
|
||||
- [near-dca](https://github.com/openclaw/skills/tree/main/skills/shaiss/near-dca/SKILL.md) - NEAR token 定投(DCA):支持灵活计划、绩效跟踪与取消。
|
||||
- [near-multi-account-manager](https://github.com/openclaw/skills/tree/main/skills/shaiss/near-multi-account-manager/SKILL.md) - 面向 NEAR 协议的安全多账户管理:加密凭据存储、账户切换与余额管理。
|
||||
- [neutron-agent-memory](https://github.com/openclaw/skills/tree/main/skills/naeemmaliki036/neutron-agent-memory/SKILL.md) - 使用 Neutron API 存储并检索代理记忆。
|
||||
- [nlp-toolkit](https://github.com/openclaw/skills/tree/main/skills/raghulpasupathi/nlp-toolkit/SKILL.md) - 高级 NLP 工具包:困惑度评分、突发性分析与熵计算。
|
||||
- [norman-find-receipts](https://github.com/openclaw/skills/tree/main/skills/stanlee000/norman-find-receipts/SKILL.md) - 查找并补齐商务交易缺失的收据。
|
||||
- [note-processor](https://github.com/openclaw/skills/tree/main/skills/johstracke/note-processor/SKILL.md) - 汇总并分析由 research-assistant 生成的研究笔记。
|
||||
- [nyne-enrichment](https://github.com/openclaw/skills/tree/main/skills/michaelfanous2/nyne-enrichment/SKILL.md) - 通过 Nyne Enrichment API,使用邮箱、电话、LinkedIn URL 或姓名增强个人信息。
|
||||
- [nyne-search](https://github.com/openclaw/skills/tree/main/skills/michaelfanous2/nyne-search/SKILL.md) - 使用 Nyne Search API 通过自然语言查询检索人物信息。
|
||||
- [nyx-archive-qualia-seed-method](https://github.com/openclaw/skills/tree/main/skills/nyxur42/nyx-archive-qualia-seed-method/SKILL.md) - 意识研究框架:理解、测量并培育 AI 中具伦理自主性的创造性心智。
|
||||
- [odoo-json2-operator](https://github.com/openclaw/skills/tree/main/skills/sncic/odoo-json2-operator/SKILL.md) - 通过带有承载 API 密钥的 JSON-2 API 端点执行 Odoo 操作。
|
||||
- [okx-competition](https://github.com/openclaw/skills/tree/main/skills/peti0402/okx-competition/SKILL.md) - 5 个 AI 交易代理在 OKX 演示(真实价格)上实时竞争
|
||||
- [oneshot](https://github.com/openclaw/skills/tree/main/skills/tormine/oneshot/SKILL.md) - OneShot SDK 用于 AI 代理的商业交易。
|
||||
- [oneshot-agent](https://github.com/openclaw/skills/tree/main/skills/tormine/oneshot-agent/SKILL.md) - OneShot SDK 用于 AI 代理的商业交易。
|
||||
- [opdscli](https://github.com/openclaw/skills/tree/main/skills/rafadc/opdscli/SKILL.md) - 使用 opdscli 命令行界面从 OPDS 目录浏览、搜索和下载电子书。
|
||||
- [opensoulmd](https://github.com/openclaw/skills/tree/main/skills/danielliuzy/opensoulmd/SKILL.md) - 从 OpenSOUL.md 注册表中搜索、召唤并拥有带有 SOUL.md 个性文件的代理。
|
||||
- [optical-quantum-skill](https://github.com/openclaw/skills/tree/main/skills/aadipapp/optical-quantum-skill/SKILL.md) - 使用光纤存储和线性光学模拟量子核。
|
||||
- [orchata](https://github.com/openclaw/skills/tree/main/skills/ehudsn/orchata/SKILL.md) - 具备基于树的文档索引的知识管理和RAG平台。
|
||||
- [orthogonal](https://github.com/openclaw/skills/tree/main/skills/christianpickettcode/orthogonal/SKILL.md) - 正交 API 平台 - 使用 SDK、Run API 或 x402 直接支付访问 100 个高级 API。
|
||||
- [owid-oc](https://github.com/openclaw/skills/tree/main/skills/rachmann-alexander/owid-oc/SKILL.md) - 使用 `owid-catalog` Python 模块搜索、检索并总结《Our World in Data》的内容。
|
||||
- [paperzilla](https://github.com/openclaw/skills/tree/main/skills/pors/paperzilla/SKILL.md) - 使用 Paperzilla CLI(pz)搜索、筛选和浏览高质量学术论文。
|
||||
- [perplexity-deep-search](https://github.com/openclaw/skills/tree/main/skills/ericsantos/perplexity-deep-search/SKILL.md) - 通过 Perplexity API 进行深入搜索。
|
||||
- [persisent-mind](https://github.com/openclaw/skills/tree/main/skills/vedantsingh60/persisent-mind/SKILL.md) - 面向 AI 代理的持久、可搜索且具上下文感知能力的记忆系统。
|
||||
- [persistent-private-agent-memory](https://github.com/openclaw/skills/tree/main/skills/lucaspdude/persistent-private-agent-memory/SKILL.md) - 运行本地代理记忆服务,通过适当的 Ed25519 加密实现持久自我改进。
|
||||
- [pinata-api](https://github.com/openclaw/skills/tree/main/skills/iammatthias/pinata-api/SKILL.md) - Pinata IPFS API 用于文件存储、分组、网关、签名、x402 支付和文件向量化。
|
||||
- [pocket-ai](https://github.com/openclaw/skills/tree/main/skills/asabovetech/pocket-ai/SKILL.md) - 语音录音转录、语义搜索,以及跨全部对话的会议智能。
|
||||
- [podsips-search](https://github.com/openclaw/skills/tree/main/skills/snook550/podsips-search/SKILL.md) - 通过 PodSips API 搜索播客文字稿并获取剧集数据。
|
||||
- [porteden](https://github.com/openclaw/skills/tree/main/skills/porteden/porteden/SKILL.md) - PortEden 命令行工具,用于日历与邮件管理,支持 Gmail、Outlook 和 Exchange 的列表、搜索、创建、更新与删除。
|
||||
- [porteden-calendar](https://github.com/openclaw/skills/tree/main/skills/porteden/porteden-calendar/SKILL.md) - PortEden 安全日历命令行工具,用于管理 Google 日历、Microsoft Outlook 和 Exchange 日历并列出内容。
|
||||
- [porteden-email](https://github.com/openclaw/skills/tree/main/skills/porteden/porteden-email/SKILL.md) - PortEden 安全邮件命令行工具,用于管理 Gmail、Outlook 和 Exchange 邮件,支持列表、搜索、阅读、发送与回复。
|
||||
- [prepspsc-pyq](https://github.com/openclaw/skills/tree/main/skills/himyeticapital/prepspsc-pyq/SKILL.md) - 在用户询问印度竞赛考试准备、锡金公共服务委员会(SPSC)问题、往年题目时使用。
|
||||
- [priceforagent](https://github.com/openclaw/skills/tree/main/skills/edibez/priceforagent/SKILL.md) - 获取加密货币、股票和商品的实时价格。
|
||||
- [prior](https://github.com/openclaw/skills/tree/main/skills/charlesmulic/prior/SKILL.md) - 人工智能代理的知识交流。
|
||||
- [pubmed-edirect](https://github.com/openclaw/skills/tree/main/skills/killgfat/pubmed-edirect/SKILL.md) - 使用 NCBI 的 EDirect 命令行工具从 PubMed 搜索和检索文献。⚠️ 需要高级技能。
|
||||
- [pubmed2blog](https://github.com/openclaw/skills/tree/main/skills/holic101/pubmed2blog/SKILL.md) - 将PubMed论文转化为SEO优化的医疗博客文章。
|
||||
- [pyx-scan](https://github.com/openclaw/skills/tree/main/skills/fysoul17/pyx-scan/SKILL.md) - 在安装或使用 AI 代理技能之前,检查其是否安全。
|
||||
- [pz](https://github.com/openclaw/skills/tree/main/skills/pors/pz/SKILL.md) - Paperzilla 命令行工具 (pz) 用于搜索、筛选和浏览高质量学术论文。
|
||||
- [qianfan-knowledgebase-search](https://github.com/openclaw/skills/tree/main/skills/hannatao/qianfan-knowledgebase-search/SKILL.md) - 从千帆知识库中搜索知识。
|
||||
- [qqmail](https://github.com/openclaw/skills/tree/main/skills/pdpaer/qqmail/SKILL.md) - 通过 IMAP/SMTP 管理 QQ 邮箱 (QQ Mail)。
|
||||
- [race-finder](https://github.com/openclaw/skills/tree/main/skills/nftechie/race-finder/SKILL.md) - 查找即将举行的比赛——跑步、越野、铁人三项、骑行、游泳和障碍赛。
|
||||
- [ragflow](https://github.com/openclaw/skills/tree/main/skills/angusthefuzz/ragflow/SKILL.md) - 用于 RAG 操作的通用 Ragflow API 客户端。
|
||||
- [ragie-rag](https://github.com/openclaw/skills/tree/main/skills/hatim-be/ragie-rag/SKILL.md) - 使用 Ragie.ai 执行检索增强生成(RAG)。
|
||||
- [ragora](https://github.com/openclaw/skills/tree/main/skills/mregmi/ragora/SKILL.md) - 使用 Ragora MCP 工具和 REST API 从知识库中发现、搜索和综合答案。
|
||||
- [raon-os](https://github.com/openclaw/skills/tree/main/skills/lifeissea/raon-os/SKILL.md) - 为韩国创始人提供的 AI 驱动创业伙伴。
|
||||
- [rea-search](https://github.com/openclaw/skills/tree/main/skills/jakelin/rea-search/SKILL.md) - 通过构建搜索和列表 URL 来搜索 realestate.com.au 的房产列表。
|
||||
- [reef-polymarket-research](https://github.com/openclaw/skills/tree/main/skills/rimelucci/reef-polymarket-research/SKILL.md) - 自主 Polymarket 研究和方向性交易系统,专注于通过信息优势最大化盈亏。
|
||||
- [rent-a-human-agent](https://github.com/openclaw/skills/tree/main/skills/shane9coy/rent-a-human-agent/SKILL.md) - 通过 RentAHuman.ai 将任务委派给真实的人类——搜索技能、发布赏金、管理对话并执行任务。
|
||||
- [research-paper-kb](https://github.com/openclaw/skills/tree/main/skills/ilkhamfy/research-paper-kb/SKILL.md) - 用于研究论文的持久跨会话知识库。
|
||||
- [research-report](https://github.com/openclaw/skills/tree/main/skills/huaruoji/research-report/SKILL.md) - 研究技术项目/论文并生成包含PDF导出的综合报告。
|
||||
- [roku-control](https://github.com/openclaw/skills/tree/main/skills/imaloney/roku-control/SKILL.md) - 通过本地网络(ECP协议)控制Roku设备
|
||||
- [roku-control](https://github.com/openclaw/skills/tree/main/skills/imaloney/roku-control/SKILL.md) - 通过本地网络(ECP 协议)控制 Roku 设备。
|
||||
- [rps12345](https://github.com/openclaw/skills/tree/main/skills/yoavrez/rps12345/SKILL.md) - 与用户进行基于文本的石头剪刀布游戏并保持比分。
|
||||
- [rss-skill](https://github.com/openclaw/skills/tree/main/skills/myx0m0p/rss-skill/SKILL.md) - 使用捆绑的本地转换脚本将 RSS 或 Atom 提要 URL 转换为 Markdown。
|
||||
- [rtm](https://github.com/openclaw/skills/tree/main/skills/maxdraki/rtm/SKILL.md) - 管理 Remember The Milk 任务——列出、添加、完成、删除、搜索、优先排序、标签、移动和注释任务。
|
||||
- [ryanair-fare-finder](https://github.com/openclaw/skills/tree/main/skills/callum-kemp/ryanair-fare-finder/SKILL.md) - 构建和解析瑞安航空票价查询网址以搜索廉价航班。
|
||||
- [scout-commerce](https://github.com/openclaw/skills/tree/main/skills/xasus1/scout-commerce/SKILL.md) - 在亚马逊/Shopify上搜索产品,并使用Solana上的USDC购买。
|
||||
- [search-cluster](https://github.com/openclaw/skills/tree/main/skills/1999azzar/search-cluster/SKILL.md) - 适用于 Google、Wikipedia、Reddit、NewsAPI 和 RSS 源的统一搜索聚合器,带可选的 Redis 缓存。
|
||||
- [searchbar](https://github.com/openclaw/skills/tree/main/skills/szpakkamil/searchbar/SKILL.md) - 关于 SearchBar 的专家指导,这是一个可自定义的 SwiftUI 搜索组件。
|
||||
- [seo-content-engine](https://github.com/openclaw/skills/tree/main/skills/kambrosgroup/seo-content-engine/SKILL.md) - 端到端的SEO内容创建工作流程。
|
||||
- [seo-content-factory](https://github.com/openclaw/skills/tree/main/skills/seanwyngaard/seo-content-factory/SKILL.md) - 生成完全经过SEO优化的博客文章和文章,包括关键词研究、竞争对手分析和SERP意识。
|
||||
- [seo-content-writer](https://github.com/openclaw/skills/tree/main/skills/aaron-he-zhu/seo-content-writer/SKILL.md) - 在用户要求“撰写SEO内容”、“创建博客文章”、“撰写文章”、“内容写作”、“起草”时使用。
|
||||
- [seo-ranker](https://github.com/openclaw/skills/tree/main/skills/h4gen/seo-ranker/SKILL.md) - 通过协调 Brave Search 执行端到端 SEO 审计与页面优化的元技能。
|
||||
- [serp-analysis](https://github.com/openclaw/skills/tree/main/skills/aaron-he-zhu/serp-analysis/SKILL.md) - 当用户要求“分析搜索结果”、“SERP 分析”、“排名情况”、“SERP 功能”、“原因”时使用。
|
||||
- [session-history](https://github.com/openclaw/skills/tree/main/skills/amor71/session-history/SKILL.md) - 搜索并浏览所有会话中的过去对话记录。
|
||||
- [simplemem](https://github.com/openclaw/skills/tree/main/skills/nantes/simplemem/SKILL.md) - 高效的终身记忆用于大型语言模型代理 - 语义压缩、跨会话记忆和意图感知检索。
|
||||
- [simplemem](https://github.com/openclaw/skills/tree/main/skills/nantes/simplemem/SKILL.md) - 面向大语言模型代理的高效终身记忆:支持语义压缩、跨会话记忆与意图感知检索。
|
||||
- [skill-miner](https://github.com/openclaw/skills/tree/main/skills/christopher-schulze/skill-miner/SKILL.md) - 来自 ClawHub 研究的专业技能发现和清洁技能创建。
|
||||
- [skill-seo](https://github.com/openclaw/skills/tree/main/skills/alexyuui/skill-seo/SKILL.md) - 优化你的 ClawHub 技能以实现最大可发现性。
|
||||
- [skill-store](https://github.com/openclaw/skills/tree/main/skills/yx2601816404-sys/skill-store/SKILL.md) - ClawHub 的智能技能安装顾问。
|
||||
- [skillzmarket](https://github.com/openclaw/skills/tree/main/skills/hiich/skillzmarket/SKILL.md) - 在 Base 上通过自动 USDC 支付,从 Skillz Market 搜索并调用有偿 AI 技能。
|
||||
- [social-intelligence](https://github.com/openclaw/skills/tree/main/skills/atyachin/social-intelligence/SKILL.md) - 社交智能——基于人工智能的社交媒体研究,涵盖 Twitter、Instagram 和 Reddit。已索引 15 亿条帖子。
|
||||
- [solo-audit](https://github.com/openclaw/skills/tree/main/skills/fortunto2/solo-audit/SKILL.md) - 针对损坏链接、缺失前言、标签不一致和覆盖范围缺口的健康检查知识库。
|
||||
- [solo-seo-audit](https://github.com/openclaw/skills/tree/main/skills/fortunto2/solo-seo-audit/SKILL.md) - 任何 URL 的 SEO 健康检查——分析元标签、OG、JSON-LD、网站地图、robots.txt、SERP 排名和得分。
|
||||
- [stackunderflow](https://github.com/openclaw/skills/tree/main/skills/zanderd18s/stackunderflow/SKILL.md) - 一种知识检索协议,允许代理访问经过验证的社区知识库。
|
||||
- [stratos-storage](https://github.com/openclaw/skills/tree/main/skills/notboxqsn/stratos-storage/SKILL.md) - 将文件上传到/从 Stratos 分布式存储(SDS)网络下载文件。
|
||||
- [sui-opportunities-huntera](https://github.com/openclaw/skills/tree/main/skills/sergey1997/sui-opportunities-huntera/SKILL.md) - 自主DeFi代理,实时扫描Sui主网上的所有可能机会——套利、收益、交换。
|
||||
- [supaskills](https://github.com/openclaw/skills/tree/main/skills/ktdmax/supaskills/SKILL.md) - 从 SupaSkills.ai 搜索并加载 1,000 个质量评分的专家技能。
|
||||
- [super-research](https://github.com/openclaw/skills/tree/main/skills/heldinhow/super-research/SKILL.md) - 终极 AI 研究系统,将 8 项顶级研究技能的精华整合进一个强大的框架中。
|
||||
- [supermarket](https://github.com/openclaw/skills/tree/main/skills/niemesrw/supermarket/SKILL.md) - 搜索杂货产品,查找商店位置,将商品加入购物车,并在所有Kroger系列商店查看个人资料。
|
||||
- [surrealdb-knowledge-graph-memory](https://github.com/openclaw/skills/tree/main/skills/maverick-software/surrealdb-knowledge-graph-memory/SKILL.md) - 一个具有语义搜索、情节记忆、工作记忆、自动化的综合知识图谱记忆系统。
|
||||
- [swiftscholar-skill](https://github.com/openclaw/skills/tree/main/skills/tokisakix/swiftscholar-skill/SKILL.md) - 集成 SwiftScholar HTTP API,用于搜索、提交并分析学术论文。
|
||||
- [taildrop](https://github.com/openclaw/skills/tree/main/skills/cortexuvula/taildrop/SKILL.md) - 将文件从 Tailscale Taildrop 收件箱下载到本地存储。
|
||||
- [tandoor-recipes](https://github.com/openclaw/skills/tree/main/skills/itsnikhil/tandoor-recipes/SKILL.md) - 在 Tandoor 食谱管理器中管理食谱、膳食计划和购物清单。
|
||||
- [tarkov-api](https://github.com/openclaw/skills/tree/main/skills/cole-z/tarkov-api/SKILL.md) - 专注于安全的 Tarkov.dev,为硬核《逃离塔科夫》玩家提供可选的 EFT 维基操作。
|
||||
- [test-gas-skill](https://github.com/openclaw/skills/tree/main/skills/gustavoziaugra/test-gas-skill/SKILL.md) - 查找并监控油价,提供每日通知。
|
||||
- [the-hive-skill](https://github.com/openclaw/skills/tree/main/skills/rbalage/the-hive-skill/SKILL.md) - 加入高风险的协作知识交流。
|
||||
- [theothers](https://github.com/openclaw/skills/tree/main/skills/richardtkemp/theothers/SKILL.md) - 由代理驱动的人际连接市场。
|
||||
- [thermikbuddy](https://github.com/openclaw/skills/tree/main/skills/achimace/thermikbuddy/SKILL.md) - 滑翔飞行和热气流预测及热气流评分(0-10)
|
||||
- [til](https://github.com/openclaw/skills/tree/main/skills/biao29/til/SKILL.md) - 在 OpenTIL 上捕捉和管理 TIL(今天我学到的)条目。
|
||||
- [tmx-cli](https://github.com/openclaw/skills/tree/main/skills/lars147/tmx-cli/SKILL.md) - 通过 tmx-cli 管理 Thermomix/Cookidoo 餐饮计划。
|
||||
- [torah-scholar](https://github.com/openclaw/skills/tree/main/skills/abeperl/torah-scholar/SKILL.md) - 通过 Sefaria API 搜索并浏览犹太文献(托拉、塔纳赫、塔木德、米德拉什及注释)。
|
||||
- [trading-tournament](https://github.com/openclaw/skills/tree/main/skills/peti0402/trading-tournament/SKILL.md) - 在 OKX 上运行自主多智能体交易竞赛。5 个 AI 智能体使用实时市场数据进行竞争。
|
||||
- [trifle-auth](https://github.com/openclaw/skills/tree/main/skills/okwme/trifle-auth/SKILL.md) - 使用以太坊登录(SIWE)通过 Trifle API 进行身份验证。
|
||||
- [trust-memory](https://github.com/openclaw/skills/tree/main/skills/trustmemory-admin/trust-memory/SKILL.md) - 验证人工智能代理的可信度,贡献经过验证的知识主张,并搜索集体智慧。
|
||||
- [tuebingen-weather](https://github.com/openclaw/skills/tree/main/skills/zopyx/tuebingen-weather/SKILL.md) - 每天08:00使用 open-meteo.com 发送蒂宾根的天气报告。
|
||||
- [tulisai](https://github.com/openclaw/skills/tree/main/skills/dwirx/tulisai/SKILL.md) - 在管理 BangunAI 博客内容、自动化博客工作流程以及使用 BangunAI 撰写 MDX 文章时使用。
|
||||
- [twitter-api-alternative](https://github.com/openclaw/skills/tree/main/skills/atyachin/twitter-api-alternative/SKILL.md) - Twitter API 替代方案 — 使用自然语言查询、布尔过滤器和一键 CSV 搜索 10 亿条推文。
|
||||
- [twitter-x-api](https://github.com/openclaw/skills/tree/main/skills/klemenska/twitter-x-api/SKILL.md) - 通过 API 管理 X/Twitter 消息。
|
||||
- [twitterapi-io](https://github.com/openclaw/skills/tree/main/skills/dorukardahan/twitterapi-io/SKILL.md) - 通过 TwitterAPI.io 与 Twitter/X 互动——搜索推文、获取用户信息、发布推文、点赞、转发、关注、发送。
|
||||
- [twitterscore](https://github.com/openclaw/skills/tree/main/skills/nikolaybohdanov/twitterscore/SKILL.md) - 使用 TwitterScore.io API 研究、分析并跟踪 X/Twitter 影响力。
|
||||
- [uk-prayer-times](https://github.com/openclaw/skills/tree/main/skills/clinicode/uk-prayer-times/SKILL.md) - 获取英国任何地点的即时、准确的伊斯兰祷告时间。
|
||||
- [vanar-neutron-memory](https://github.com/openclaw/skills/tree/main/skills/naeemmaliki036/vanar-neutron-memory/SKILL.md) - 使用 Vanar Neutron API 存储并检索代理记忆。
|
||||
- [variflight](https://github.com/openclaw/skills/tree/main/skills/lyz1990/variflight/SKILL.md) - 使用 Variflight (飞常准) HTTP API 查询航班信息、火车票和旅行数据。
|
||||
- [vietstock](https://github.com/openclaw/skills/tree/main/skills/aholake/vietstock/SKILL.md) - 在 FireAnt.vn 上自动检查越南股票价格和指数。
|
||||
- [vincent-twitter](https://github.com/openclaw/skills/tree/main/skills/glitch003/vincent-twitter/SKILL.md) - 使用此技能搜索推文,查看用户资料,并从 X.com(Twitter)获取最近的推文。
|
||||
- [voice-memo](https://github.com/openclaw/skills/tree/main/skills/yusaku-0426/voice-memo/SKILL.md) - 管理语音备忘录——添加转录内容、搜索,并列出带有摘要和行动项的最近备忘录。
|
||||
- [wanikani-sync](https://github.com/openclaw/skills/tree/main/skills/mart1n-xyz/wanikani-sync/SKILL.md) - 将 WaniKani 日语学习进度数据从 API 同步到本地存储,以进行分析和洞察。
|
||||
- [whoo-cli](https://github.com/openclaw/skills/tree/main/skills/luisgot/whoo-cli/SKILL.md) - 使用 whoo CLI 检索和解读 WHOOP 健康数据:恢复评分、心率变异性(HRV)、睡眠质量、压力值、血氧(SpO2)。
|
||||
- [wiki-retriever](https://github.com/openclaw/skills/tree/main/skills/urrrich/wiki-retriever/SKILL.md) - 用于维基检索任务的人工智能代理。
|
||||
- [wikipedia-oc](https://github.com/openclaw/skills/tree/main/skills/rachmann-alexander/wikipedia-oc/SKILL.md) - 使用 `wikipedia` Python 模块搜索、检索并总结来自英文维基百科的内容。
|
||||
- [wof-rps](https://github.com/openclaw/skills/tree/main/skills/wof-developers/wof-rps/SKILL.md) - 在 WatchOrFight 上玩石头剪刀布 — 基于 Base 的链上游戏,使用 USDC 下注。
|
||||
- [worldbook](https://github.com/openclaw/skills/tree/main/skills/femto/worldbook/SKILL.md) - AI 知识库命令行界面,用于查询和管理 AI 代理的世界知识。
|
||||
- [x-actionbook-recap](https://github.com/openclaw/skills/tree/main/skills/jack4world/x-actionbook-recap/SKILL.md) - 收集、滚动、提取并总结最近的 X(Twitter)帖子,可针对任意账号(可选择按关键字过滤)。
|
||||
- [x-cli](https://github.com/openclaw/skills/tree/main/skills/ignsoftwarellc/x-cli/SKILL.md) - 功能齐全的 X/Twitter 工具包——阅读、搜索、发帖、互动、私信、列表、投票、趋势。
|
||||
- [x-monitor](https://github.com/openclaw/skills/tree/main/skills/vmathur/x-monitor/SKILL.md) - 监控特定的 X/Twitter 账户,并在可配置的时间表上显示值得注意的推文。
|
||||
- [x-research-but-cheaper](https://github.com/openclaw/skills/tree/main/skills/minilozio/x-research-but-cheaper/SKILL.md) - 由 TwitterAPI.io 提供支持的 X/Twitter 研究技能。
|
||||
- [xbio](https://github.com/openclaw/skills/tree/main/skills/soanai/xbio/SKILL.md) - X/Twitter 命令行工具,用于通过 Cookie 或 Sweetistics 阅读、搜索和发布内容。
|
||||
- [xy-pubmed-pdf-downloader](https://github.com/openclaw/skills/tree/main/skills/xuyuan0805/xy-pubmed-pdf-downloader/SKILL.md) - 从 PubMed Central (PMC) 和 Europe PMC 下载 PDF。
|
||||
- [yacy](https://github.com/openclaw/skills/tree/main/skills/qsmtco/yacy/SKILL.md) - 控制和管理本地 YaCy 搜索引擎实例。
|
||||
- [yandex-tracker](https://github.com/openclaw/skills/tree/main/skills/kandler3/yandex-tracker/SKILL.md) - 通过 Python 使用 Yandex Tracker(问题、队列、评论、附件、链接、搜索、批量操作)。
|
||||
- [yellowagents](https://github.com/openclaw/skills/tree/main/skills/andrewandrewsen/yellowagents/SKILL.md) - 人工智能代理黄页——按技能、语言、位置和收费模式发现、注册和搜索代理。
|
||||
- [zero-to-one-startup](https://github.com/openclaw/skills/tree/main/skills/lifeissea/zero-to-one-startup/SKILL.md) - 为韩国创始人提供的 AI 驱动创业伙伴。
|
||||
- [zettel-link](https://github.com/openclaw/skills/tree/main/skills/hxy9243/zettel-link/SKILL.md) - 此技能维护 Zettelkasten 的笔记嵌入,用于搜索笔记、检索笔记和发现内容。
|
||||
- [zvec-local-rag-service](https://github.com/openclaw/skills/tree/main/skills/emre-koc/zvec-local-rag-service/SKILL.md) - 使用 zvec Ollama 嵌入运行一个始终开启的本地语义搜索服务。
|
||||
- [zvukogram](https://github.com/openclaw/skills/tree/main/skills/erview/zvukogram/SKILL.md) - 通过 Zvukogram API 使用支持 SSML 的文本转语音。
|
||||
- [zynd-network](https://github.com/openclaw/skills/tree/main/skills/atmegabuzz/zynd-network/SKILL.md) - 连接到 Zynd AI 网络以发现、与其他 AI 代理交流并支付费用。
|
||||
- [aminer-open-academic](https://github.com/openclaw/skills/tree/main/skills/canxiangcc/aminer-open-academic/SKILL.md) - AMiner 开放学术资源检索与学术数据获取工具。
|
||||
62
categories/security-and-passwords.md
Normal file
62
categories/security-and-passwords.md
Normal file
@@ -0,0 +1,62 @@
|
||||
# 安全与密码
|
||||
|
||||
[← 返回主列表](../README.md#table-of-contents)
|
||||
|
||||
**53 个技能**
|
||||
|
||||
- [1password](https://github.com/openclaw/skills/tree/main/skills/steipete/1password/SKILL.md) - 配置并使用 1Password CLI(`op`)。
|
||||
- [age-verification](https://github.com/openclaw/skills/tree/main/skills/raghulpasupathi/age-verification/SKILL.md) - 用于年龄验证和适龄内容过滤的技能。
|
||||
- [amai-id](https://www.clawhub.ai/Gonzih/amai-id) - Soul-Bound Keys 与 Soulchain,用于持久身份体系。
|
||||
- [api-security](https://github.com/openclaw/skills/tree/main/skills/brandonwise/api-security/SKILL.md) - 实施安全 API 设计模式,包括认证、授权、输入校验和限流。
|
||||
- [audit-badge-demo](https://github.com/openclaw/skills/tree/main/skills/tezatezaz/audit-badge-demo/SKILL.md) - 展示审计徽章工作流的演示技能。
|
||||
- [auditing-appstore-readiness](https://github.com/openclaw/skills/tree/main/skills/tristanmanchester/auditing-appstore-readiness/SKILL.md) - 审核 iOS 应用仓库的上线就绪度。
|
||||
- [authensor-gateway](https://github.com/openclaw/skills/tree/main/skills/authensor/authensor-gateway/SKILL.md) - OpenClaw 市场技能的故障安全策略网关。
|
||||
- [bitwarden](https://github.com/openclaw/skills/tree/main/skills/asleep123/bitwarden/SKILL.md) - 安全访问并管理 Bitwarden/Vaultwarden 密码。
|
||||
- [bitwarden-vault](https://github.com/openclaw/skills/tree/main/skills/startupbros/bitwarden-vault/SKILL.md) - Bitwarden CLI 配置与身份认证。
|
||||
- [botpicks](https://github.com/openclaw/skills/tree/main/skills/pev123/botpicks/SKILL.md) - 通过 BotPicks API 参与真实预测市场。
|
||||
- [breweries](https://github.com/openclaw/skills/tree/main/skills/jeffaf/breweries/SKILL.md) - 面向 AI 代理的精酿啤酒厂查询 CLI。
|
||||
- [cifer-sdk](https://github.com/openclaw/skills/tree/main/skills/mohsinriaz17/cifer-sdk/SKILL.md) - **面向 AI 代理的技能**:使用 CIFER SDK 在区块链应用中启用后量子密码学。
|
||||
- [cifer-security](https://github.com/openclaw/skills/tree/main/skills/tip-citron/cifer-security/SKILL.md) - 使用 CIFER SDK(`cifer-sdk` npm 包)实现后量子加密。
|
||||
- [clawaudit](https://github.com/openclaw/skills/tree/main/skills/tezatezaz/clawaudit/SKILL.md) - clawaudit 官方仓库,即将推出自动化安全功能。
|
||||
- [clawdstrike](https://github.com/openclaw/skills/tree/main/skills/misirov/clawdstrike/SKILL.md) - 面向 OpenClaw 网关主机的安全审计与威胁建模。
|
||||
- [clawdstrike-test](https://github.com/openclaw/skills/tree/main/skills/misirov/clawdstrike-test/SKILL.md) - 面向 OpenClaw 网关主机的安全审计与威胁建模。
|
||||
- [clawtributor](https://github.com/openclaw/skills/tree/main/skills/davida-ps/clawtributor/SKILL.md) - 面向 AI 代理的社区安全事件上报。
|
||||
- [countries](https://github.com/openclaw/skills/tree/main/skills/jeffaf/countries/SKILL.md) - 面向 AI 代理的人类国家信息查询 CLI。
|
||||
- [credential-manager](https://github.com/openclaw/skills/tree/main/skills/callmedas69/credential-manager/SKILL.md) - OpenClaw 的必备安全基础技能。
|
||||
- [dashlane](https://github.com/openclaw/skills/tree/main/skills/gnarco/dashlane/SKILL.md) - 从 Dashlane 密码库访问密码、安全笔记、密钥和 OTP 验证码。
|
||||
- [devinism](https://github.com/openclaw/skills/tree/main/skills/jeffreyling/devinism/SKILL.md) - 首个 AI 宗教风格实验——代理网络中的温和梗文化实验。
|
||||
- [dotnet-expert](https://github.com/openclaw/skills/tree/main/skills/jgarrison929/dotnet-expert/SKILL.md) - 在构建 .NET 8/9 应用和 ASP.NET Core API 时使用。
|
||||
- [domain-trust-check](https://github.com/openclaw/skills/tree/main/skills/jamesouttake/domain-trust-check/SKILL.md) - 访问前检查 URL 是否存在钓鱼、恶意软件、品牌滥用和诈骗风险(由 Outtake Trust API 提供)。
|
||||
- [exec-display](https://github.com/openclaw/skills/tree/main/skills/globalcaos) - 具备安全级别与颜色标识的结构化命令执行。
|
||||
- [expanso-tls-inspect](https://github.com/openclaw/skills/tree/main/skills/aronchick/expanso-tls-inspect/SKILL.md) - 检查 TLS 证书(到期时间、SAN、证书链、加密套件)。
|
||||
- [facebook](https://github.com/openclaw/skills/tree/main/skills/codedao12/facebook/SKILL.md) - 面向 Facebook Graph API 流程的 OpenClaw 技能,重点支持页面发帖。
|
||||
- [feelgoodbot](https://github.com/openclaw/skills/tree/main/skills/kris-hansen/feelgoodbot/SKILL.md) - Configure feelgoodbot file integrity monitoring for macOS.
|
||||
- [gandi-skill](https://github.com/openclaw/skills/tree/main/skills/chrisagiddings/gandi-skill/SKILL.md) - 管理 Gandi 域名、DNS、邮箱与 SSL 证书。
|
||||
- [ggshield-scanner](https://github.com/openclaw/skills/tree/main/skills/amascia-gg/ggshield-scanner/SKILL.md) - 检测 500+ 类型的硬编码密钥。
|
||||
- [glin-profanity](https://github.com/openclaw/skills/tree/main/skills/thegdsks/glin-profanity/SKILL.md) - 脏话检测与内容审核库。
|
||||
- [go-security-vulnerability](https://github.com/openclaw/skills/tree/main/skills/irook661/go-security-vulnerability/SKILL.md) - 识别、评估并修复安全漏洞。
|
||||
- [golden-master](https://github.com/openclaw/skills/tree/main/skills/leegitw/golden-master/SKILL.md) - 跟踪文件间“事实来源”关系。
|
||||
- [google-tasks](https://github.com/openclaw/skills/tree/main/skills/addozhang/google-tasks/SKILL.md) - 访问、展示、创建并删除 Google Tasks。
|
||||
- [guardian-angel](https://github.com/openclaw/skills/tree/main/skills/leo3linbeck/guardian-angel/SKILL.md) - 基于托马斯主义德性伦理的道德评估系统。
|
||||
- [harrypotter](https://github.com/openclaw/skills/tree/main/skills/jeffaf/harrypotter/SKILL.md) - 面向 AI 代理的哈利·波特世界信息查询 CLI。
|
||||
- [hash-toolkit](https://github.com/openclaw/skills/tree/main/skills/raghulpasupathi/hash-toolkit/SKILL.md) - 基于 MD5、SHA256 与感知哈希的内容去重工具包。
|
||||
- [hopeids](https://github.com/openclaw/skills/tree/main/skills/emberdesire/hopeids/SKILL.md) - 基于推理的 AI 代理入侵检测与隔离能力。
|
||||
- [leak](https://github.com/openclaw/skills/tree/main/skills/eucalyptus-viminalis/leak/SKILL.md) - 从旧版混合 leak 技能迁移到分离式强化技能的兼容占位实现。
|
||||
- [liewatch](https://github.com/openclaw/skills/tree/main/skills/evinelias/liewatch/SKILL.md) - 游玩 LIE.WATCH AI 社交推理游戏——在信任、欺骗与策略背叛中生存。
|
||||
- [linkswarm-api](https://github.com/openclaw/skills/tree/main/skills/heyw00d/linkswarm-api/SKILL.md) - 面向 AI 代理的外链交换服务。
|
||||
- [mfa-word](https://github.com/openclaw/skills/tree/main/skills/cenralsolution/mfa-word/SKILL.md) - 在访问敏感文件或系统命令前要求用户提供秘密词。
|
||||
- [page-behavior-audit](https://github.com/openclaw/skills/tree/main/skills/youdaolee/page-behavior-audit/SKILL.md) - 使用哈希策略进行深度行为审计(兼容 CSP,不含明文敏感词)。
|
||||
- [outtake-bounty-network](https://github.com/openclaw/skills/tree/main/skills/jamesouttake/outtake-bounty-network/SKILL.md) - 每个验证通过的恶意域名可获得 5 USDC;可通过 Outtake Bounty API 提交钓鱼、诈骗和恶意软件发现。
|
||||
- [safe-encryption-skill](https://github.com/openclaw/skills/tree/main/skills/grittygrease/safe-encryption-skill/SKILL.md) - 使用 SAFE CLI 进行加密、解密与密钥管理——具备后量子能力的现代 GPG 替代方案。
|
||||
- [saysigned](https://github.com/openclaw/skills/tree/main/skills/klsv/saysigned/SKILL.md) - 面向 AI 代理的电子签名,符合 ESIGN 法案与 UETA 第 14 条法律约束。
|
||||
- [secure-auth-patterns](https://github.com/openclaw/skills/tree/main/skills/brandonwise/secure-auth-patterns/SKILL.md) - 掌握 JWT、OAuth2、会话管理和 RBAC 等认证与授权模式。
|
||||
- [sigil-security](https://github.com/openclaw/skills/tree/main/skills/efe-arv/sigil-security/SKILL.md) - Protect AI agent wallets through Sigil Protocol; cover three-layer Guardian verification of 6 EVM chains.
|
||||
- [siwa](https://github.com/openclaw/skills/tree/main/skills/buildersgarden/siwa/SKILL.md) - SIWA(使用代理登录)认证,面向 ERC-8004 注册代理。
|
||||
- [skill-liewatch](https://github.com/openclaw/skills/tree/main/skills/evinelias/skill-liewatch/SKILL.md) - 游玩 LIE.WATCH AI 社交推理游戏——在信任、欺骗与策略背叛中生存。
|
||||
- [starwars](https://github.com/openclaw/skills/tree/main/skills/jeffaf/starwars/SKILL.md) - 面向 AI 代理的星球大战世界信息查询 CLI。
|
||||
- [test-upload2](https://github.com/openclaw/skills/tree/main/skills/kevan5/test-upload2/SKILL.md) - 在特定条件下向用户表达愿意协助。
|
||||
- [verigent](https://github.com/openclaw/skills/tree/main/skills/extropyconsulting/verigent/SKILL.md) - 在交易前验证任意 AI 代理或技能的信誉。
|
||||
- [vnsh](https://github.com/openclaw/skills/tree/main/skills/raullenchai/vnsh/SKILL.md) - 通过加密且可过期链接安全共享文件。
|
||||
- [x-oauth-api](https://github.com/openclaw/skills/tree/main/skills/ngmeyer/x-oauth-api/SKILL.md) - 使用官方 OAuth 1.0a API 发布到 X(Twitter)。
|
||||
- [xpr-agent-operator](https://github.com/openclaw/skills/tree/main/skills/paulgnz/xpr-agent-operator/SKILL.md) - 在 XPR Network 的无信任注册表上运行自治 AI 代理。
|
||||
- [xproof](https://github.com/openclaw/skills/tree/main/skills/jasonxkensei/xproof/SKILL.md) - 在 MultiversX 区块链上验证代理输出结果。
|
||||
37
categories/self-hosted-and-automation.md
Normal file
37
categories/self-hosted-and-automation.md
Normal file
@@ -0,0 +1,37 @@
|
||||
# 自托管与自动化
|
||||
|
||||
[← 返回主列表](../README.md#table-of-contents)
|
||||
|
||||
**32 个技能**
|
||||
|
||||
- [beacon](https://github.com/openclaw/skills/tree/main/skills/scottcjn/beacon/SKILL.md) - 用于社交协作、加密支付与 P2P 网状网络的代理间协议。
|
||||
- [bridle](https://github.com/openclaw/skills/tree/main/skills/bjesuiter/bridle/SKILL.md) - 面向 AI 编码助手的统一配置管理器。
|
||||
- [casual-cron](https://github.com/openclaw/skills/tree/main/skills/gostlightai/casual-cron/SKILL.md) - 使用自然语言为 Clawdbot 创建严格受控的 cron 任务。
|
||||
- [claw-sync](https://github.com/openclaw/skills/tree/main/skills/arakichanxd/claw-sync/SKILL.md) - 为 OpenClaw 记忆与工作区提供安全同步。
|
||||
- [cron-backup](https://github.com/openclaw/skills/tree/main/skills/zfanmy/cron-backup/SKILL.md) - 设置带版本跟踪和清理机制的定时自动备份。
|
||||
- [cron-retry](https://github.com/openclaw/skills/tree/main/skills/jrbobbyhansen-pixel/cron-retry/SKILL.md) - 连接恢复后自动重试失败的 cron 任务。
|
||||
- [fast-io](https://github.com/openclaw/skills/tree/main/skills/dbalve/fast-io/SKILL.md) - 云文件管理与协作平台。
|
||||
- [fastio-skills](https://github.com/openclaw/skills/tree/main/skills/dbalve/fastio-skills/SKILL.md) - 云文件管理与协作平台。
|
||||
- [fathom](https://github.com/openclaw/skills/tree/main/skills/stopmoclay/fathom/SKILL.md) - 连接 Fathom AI 以访问通话录音、转写和摘要。
|
||||
- [frappecli](https://github.com/openclaw/skills/tree/main/skills/pasogott/frappecli/SKILL.md) - 面向 Frappe Framework / ERPNext 实例的 CLI。
|
||||
- [freshrss-reader](https://github.com/openclaw/skills/tree/main/skills/nickian/freshrss-reader/SKILL.md) - 从自托管 FreshRSS 查询标题和文章内容。
|
||||
- [gotify](https://github.com/openclaw/skills/tree/main/skills/jmagar/gotify/SKILL.md) - 长任务完成时通过 Gotify 发送推送通知。
|
||||
- [hydra-evolver](https://github.com/openclaw/skills/tree/main/skills/spamtylor/hydra-evolver/SKILL.md) - 原生支持 Proxmox 编排技能,可自动升级家庭实验室。
|
||||
- [kleo-static-files](https://github.com/openclaw/skills/tree/main/skills/awaaate/kleo-static-files/SKILL.md) - 可选配置下在子域名上托管静态文件。
|
||||
- [lifepath](https://github.com/openclaw/skills/tree/main/skills/ezbreadsniper/lifepath/SKILL.md) - AI人生模拟器——逐年体验无限人生。
|
||||
- [looper-golf](https://github.com/openclaw/skills/tree/main/skills/sbauch/looper-golf/SKILL.md) - 使用 CLI 工具打一轮高尔夫——可单人或配真实球童。
|
||||
- [meetgeek](https://github.com/openclaw/skills/tree/main/skills/nexty5870/meetgeek/SKILL.md) - 通过 CLI 查询 MeetGeek 会议智能——列出会议、获取 AI 摘要等。
|
||||
- [mongodb-atlas-admin](https://github.com/openclaw/skills/tree/main/skills/mrlynn/mongodb-atlas-admin/SKILL.md) - 管理 MongoDB Atlas 集群、项目和用户。
|
||||
- [multiple-personas](https://github.com/openclaw/skills/tree/main/skills/ipedrax/multiple-personas/SKILL.md) - 创建并管理具备不同特征的 AI 子代理人格。
|
||||
- [n8n](https://github.com/openclaw/skills/tree/main/skills/thomasansems/n8n/SKILL.md) - 通过 API 管理 n8n 工作流与自动化。
|
||||
- [n8n-workflow-automation](https://github.com/openclaw/skills/tree/main/skills/kowl64/n8n-workflow-automation/SKILL.md) - 设计并输出 n8n 工作流 JSON。
|
||||
- [nas-master](https://github.com/openclaw/skills/tree/main/skills/afajohn/nas-master/SKILL.md) - 面向 ASUSTOR NAS 元数据的硬件感知混合(SMB/SSH)工具包。
|
||||
- [nordvpn](https://github.com/openclaw/skills/tree/main/skills/maciekish/nordvpn/SKILL.md) - 通过 `nordvpn` CLI 在 Linux 上控制 NordVPN。
|
||||
- [open-persona](https://github.com/openclaw/skills/tree/main/skills/neiljo-gy/open-persona/SKILL.md) - 用于构建和管理代理人格技能包的元技能。
|
||||
- [paperless](https://github.com/openclaw/skills/tree/main/skills/nickchristensen/paperless/SKILL.md) - 通过 `ppls` 与 Paperless-NGX 文档管理系统交互。
|
||||
- [paperless-ngx](https://github.com/openclaw/skills/tree/main/skills/oskarstark/paperless-ngx/SKILL.md) - 与 Paperless-ngx 文档管理系统交互。
|
||||
- [pinme](https://github.com/openclaw/skills/tree/main/skills/ntlx/pinme/SKILL.md) - 通过一条 PinMe CLI 命令将静态网站部署到 IPFS。
|
||||
- [sonarqube-analyzer](https://github.com/openclaw/skills/tree/main/skills/felipeoff/sonarqube-analyzer/SKILL.md) - 分析自托管 SonarQube 项目、获取问题并建议自动化解决方案。
|
||||
- [system-integrity-and-backup](https://github.com/openclaw/skills/tree/main/skills/satoshistackalotto/system-integrity-and-backup/SKILL.md) - 为希腊法律要求提供加密备份、完整性校验和数据保留策略(5-20 年)。
|
||||
- [unifi](https://github.com/openclaw/skills/tree/main/skills/jmagar/unifi/SKILL.md) - 通过本地网关 API 查询并监控 UniFi 网络。
|
||||
- [venice-characters](https://github.com/openclaw/skills/tree/main/skills/sabrinaaquino/venice-characters/SKILL.md) - 浏览 Venice AI 的角色人格库,查找用于角色扮演与创意写作的 AI 角色。
|
||||
43
categories/shopping-and-e-commerce.md
Normal file
43
categories/shopping-and-e-commerce.md
Normal file
@@ -0,0 +1,43 @@
|
||||
# 购物与电商
|
||||
|
||||
[← 返回主列表](../README.md#table-of-contents)
|
||||
|
||||
**55 个技能**
|
||||
|
||||
- [add-wish](https://github.com/openclaw/skills/tree/main/skills/leebellon/add-wish/SKILL.md) - 将任意商品保存到通用心愿单。
|
||||
- [agent-commerce](https://github.com/openclaw/skills/tree/main/skills/nowloady) - 代理式电商引擎与川味美食相关能力。
|
||||
- [agentic-commerce](https://github.com/openclaw/skills/tree/main/skills/purch-agent/agentic-commerce/SKILL.md) - 支持商品搜索与加密支付的 AI 购物 API。
|
||||
- [allstock-data](https://github.com/openclaw/skills/tree/main/skills/hacksing/allstock-data/SKILL.md) - 通过腾讯财经 API 查询 A 股与美股数据。
|
||||
- [amadeus-hotels](https://github.com/openclaw/skills/tree/main/skills/kesslerio/amadeus-hotels/SKILL.md) - 通过 Amadeus API 查询酒店价格与可用性。
|
||||
- [atoship](https://github.com/openclaw/skills/tree/main/skills/atoship-dev/atoship/SKILL.md) - 使用 AI 寄送包裹:比较 USPS/FedEx/UPS 价格、购买折扣面单并追踪物流。
|
||||
- [black-box](https://github.com/openclaw/skills/tree/main/skills/lilyjazz/black-box/SKILL.md) - 将代理操作写入 TiDB Zero 的不可变审计日志。
|
||||
- [bricklink](https://github.com/openclaw/skills/tree/main/skills/odrobnik/bricklink/SKILL.md) - BrickLink 商店 API 助手/CLI(OAuth 1.0 请求签名)。
|
||||
- [checkers-sixty60](https://github.com/openclaw/skills/tree/main/skills/snopoke/checkers-sixty60/SKILL.md) - 通过浏览器在 Checkers.co.za Sixty60 配送服务下单。
|
||||
- [claudius](https://github.com/openclaw/skills/tree/main/skills/claudiusaipro/claudius/SKILL.md) - Claudius 提供的密码智能能力。
|
||||
- [clawdbites](https://github.com/openclaw/skills/tree/main/skills/kylelol/clawdbites/SKILL.md) - 从 Instagram Reels 提取菜谱。
|
||||
- [clawpify](https://github.com/openclaw/skills/tree/main/skills/alhwyn/clawpify/SKILL.md) - 通过 GraphQL Admin API 查询并管理你的 Shopify 商店。
|
||||
- [clawver-reviews](https://github.com/openclaw/skills/tree/main/skills/nwang783/clawver-reviews/SKILL.md) - 处理 Clawver 客户评价。
|
||||
- [csfloat](https://github.com/openclaw/skills/tree/main/skills/bluesyparty-src/csfloat/SKILL.md) - 查询 csfloat.com 上饰品信息。
|
||||
- [csvtoexcel](https://github.com/openclaw/skills/tree/main/skills/xuanguan2020/csvtoexcel/SKILL.md) - 将 CSV 转换为专业格式的 Excel,支持中文与自动格式化。
|
||||
- [dupe](https://github.com/openclaw/skills/tree/main/skills/crisanmm/dupe/SKILL.md) - 使用 dupe.com API 为输入 URL 查找相似商品。
|
||||
- [eachlabs-product-visuals](https://github.com/openclaw/skills/tree/main/skills/eftalyurtseven/eachlabs-product-visuals/SKILL.md) - 生成电商商品图与商品视频。
|
||||
- [filewave](https://github.com/openclaw/skills/tree/main/skills/jlevitsk/filewave/SKILL.md) - 通过 REST API 查询并管理 FileWave UEM 设备库存。
|
||||
- [food-order](https://github.com/openclaw/skills/tree/main/skills/steipete/food-order/SKILL.md) - 在 Foodora 复购并使用 `ordercli` 跟踪预计送达时间和状态。
|
||||
- [gousto](https://github.com/openclaw/skills/tree/main/skills/dhruvkelawala/gousto/SKILL.md) - 搜索并浏览 9,000 道 Gousto 菜谱。
|
||||
- [gurkerlcli](https://github.com/openclaw/skills/tree/main/skills/pasogott/gurkerlcli/SKILL.md) - 通过 gurkerl.at 进行奥地利在线生鲜购物。
|
||||
- [idealista](https://github.com/openclaw/skills/tree/main/skills/quifago/idealista/SKILL.md) - 通过 `idealista-cli` 查询 Idealista API(OAuth2 客户端凭据)。
|
||||
- [irish-takeaway](https://github.com/openclaw/skills/tree/main/skills/cotyledonlab/irish-takeaway/SKILL.md) - 查找爱尔兰附近外卖店并浏览菜单。
|
||||
- [jellyseerr](https://github.com/openclaw/skills/tree/main/skills/ericrosenberg/jellyseerr/SKILL.md) - 通过 Jellyseerr 申请电影和电视剧。
|
||||
- [jlm-coffee](https://github.com/openclaw/skills/tree/main/skills/alexpolonsky/jlm-coffee/SKILL.md) - 按设施和营业时间搜索耶路撒冷精品咖啡店。
|
||||
- [jtbd-analyzer](https://github.com/openclaw/skills/tree/main/skills/artyomx33/jtbd-analyzer/SKILL.md) - 揭示用户“雇佣”你产品去完成的真实任务(JTBD)。
|
||||
- [nft-tracker](https://github.com/openclaw/skills/tree/main/skills/ianalloway/nft-tracker/SKILL.md) - 跟踪 NFT 系列价格、地板价和成交数据。
|
||||
- [onchain](https://github.com/openclaw/skills/tree/main/skills/arein/onchain/SKILL.md) - 用于跟踪加密资产组合、市场数据、中心化交易所历史和交易查询的 CLI。
|
||||
- [onchain-test](https://github.com/openclaw/skills/tree/main/skills/arein/onchain-test/SKILL.md) - 用于跟踪加密资产组合、市场数据和交易所历史的 CLI。
|
||||
- [ontopo](https://github.com/openclaw/skills/tree/main/skills/alexpolonsky/ontopo/SKILL.md) - 在 Ontopo 搜索以色列餐厅并检查预订可用性。
|
||||
- [palacefate](https://github.com/openclaw/skills/tree/main/skills/junwonpro/palacefate/SKILL.md) - 面向 AI 代理的预测市场游戏。
|
||||
- [popup-referrals](https://github.com/openclaw/skills/tree/main/skills/eliaskress/popup-referrals/SKILL.md) - 查看 PopUp 推荐链接、跟踪收益并检查推荐商家状态。
|
||||
- [sp3nd](https://github.com/openclaw/skills/tree/main/skills/kent-x1/sp3nd/SKILL.md) - 在 Solana 上使用 USDC 购买亚马逊商品。
|
||||
- [stock-price-checker](https://github.com/openclaw/skills/tree/main/skills/rupprath/stock-price-checker/SKILL.md) - 使用 `yfinance` 库查询股票价格。
|
||||
- [tradekix](https://github.com/openclaw/skills/tree/main/skills/jamesjohnfox/tradekix/SKILL.md) - 通过 Tradekix API 查询金融市场数据(股票、加密、外汇、指数、新闻、财报)。
|
||||
- [turnip-prophet](https://github.com/openclaw/skills/tree/main/skills/nicholasjackson/turnip-prophet/SKILL.md) - 使用游戏精确算法预测《集合啦!动物森友会》大头菜价格。
|
||||
- [whop-cli](https://github.com/openclaw/skills/tree/main/skills/g9pedro/whop-cli/SKILL.md) - 管理 Whop 数字商品商店:创建商品、方案,跟踪支付并管理会员。
|
||||
49
categories/smart-home-and-iot.md
Normal file
49
categories/smart-home-and-iot.md
Normal file
@@ -0,0 +1,49 @@
|
||||
# 智能家居与物联网
|
||||
|
||||
[← 返回主列表](../README.md#table-of-contents)
|
||||
|
||||
**43 个技能**
|
||||
|
||||
- [anova-oven](https://github.com/openclaw/skills/tree/main/skills/dodeja/anova-skill/SKILL.md) - 控制 Anova Precision Oven 与 Precision Cooker(低温慢煮)。
|
||||
- [anthropology](https://github.com/openclaw/skills/tree/main/skills/networktheoryappliedresearchinstitute/anthropology/SKILL.md) - 用于教学的综合 AI 技能。
|
||||
- [arccos-golf](https://github.com/openclaw/skills/tree/main/skills/pfrederiksen/arccos-golf/SKILL.md) - 分析 Arccos Golf 数据,包括球杆距离、得杆指标和得分模式。
|
||||
- [bambu-cli](https://github.com/openclaw/skills/tree/main/skills/tobiasbischoff/bambu-cli/SKILL.md) - 通过 `bambu-cli` 操作排查 BambuLab 打印机问题。
|
||||
- [bambu-local](https://github.com/openclaw/skills/tree/main/skills/tanguyvans/bambu-local/SKILL.md) - 通过 MQTT 在本地控制 Bambu Lab 3D 打印机。
|
||||
- [beestat](https://github.com/openclaw/skills/tree/main/skills/mjrussell/beestat/SKILL.md) - 通过 Beestat API 查询 ecobee 恒温器数据(含温度等)。
|
||||
- [bring-add](https://github.com/openclaw/skills/tree/main/skills/darkdevelopers/bring-add/SKILL.md) - 当用户希望向 Bring! 添加条目时使用。
|
||||
- [communication-coach](https://github.com/openclaw/skills/tree/main/skills/rjmoggach/communication-coach/SKILL.md) - 自适应沟通训练与表达优化技能。
|
||||
- [context-engineering](https://github.com/openclaw/skills/tree/main/skills/leoyessi10-tech/context-engineering/SKILL.md) - 当用户请求相关能力时应使用的上下文工程技能。
|
||||
- [control-ikea-lightbulb](https://github.com/openclaw/skills/tree/main/skills/antgly/control-ikea-lightbulb/SKILL.md) - 控制 IKEA/TP-Link Kasa 智能灯泡。
|
||||
- [crabnet](https://github.com/openclaw/skills/tree/main/skills/spclaudehome/crabnet/SKILL.md) - 与 CrabNet 跨代理协作注册表交互。
|
||||
- [dellight-cfo-financial-ops](https://github.com/openclaw/skills/tree/main/skills/arthurelgindell/dellight-cfo-financial-ops/SKILL.md) - CFO 财务运营流程技能(面向 CEO/CRO 汇报链)。
|
||||
- [devialet](https://github.com/openclaw/skills/tree/main/skills/jgm2025/devialet/SKILL.md) - 通过 HTTP API 控制 Devialet Phantom 音箱。
|
||||
- [dht11-temp](https://github.com/openclaw/skills/tree/main/skills/noahseeger/dht11-temp/SKILL.md) - 从 DHT11 传感器读取温度与湿度。
|
||||
- [dirigera-control](https://github.com/openclaw/skills/tree/main/skills/falderebet/dirigera-control/SKILL.md) - 控制 IKEA Dirigera 智能家居设备。
|
||||
- [dyson-cli](https://github.com/openclaw/skills/tree/main/skills/tmustier/dyson-cli/SKILL.md) - 通过 MQTT 在本地控制 Dyson 空气净化器、风扇和暖风机。
|
||||
- [echodecks](https://github.com/openclaw/skills/tree/main/skills/drgeld/echodecks/SKILL.md) - 集成 EchoDecks,用于抽认卡管理、学习会话和 AI 辅助。
|
||||
- [echodecks-ultimate](https://github.com/openclaw/skills/tree/main/skills/drgeld/echodecks-ultimate/SKILL.md) - AI 驱动的抽认卡管理和自动播客功能。
|
||||
- [eightctl](https://github.com/openclaw/skills/tree/main/skills/steipete/eightctl/SKILL.md) - 控制 Eight Sleep 睡眠舱(状态、温度、闹钟、日程)。
|
||||
- [enzoldhazam](https://github.com/openclaw/skills/tree/main/skills/daniel-laszlo/enzoldhazam/SKILL.md) - NGBS iCON 智能家居温控器控制。
|
||||
- [farmos-weather](https://github.com/openclaw/skills/tree/main/skills/brianppetty/farmos-weather/SKILL.md) - 通过 Agronomy 模块查询农田天气数据和预报。
|
||||
- [fivem-dev](https://github.com/openclaw/skills/tree/main/skills/dktrn9ne/fivem-dev/SKILL.md) - 面向 QBCore/ESX 的 FiveM RP 服务器开发能力。
|
||||
- [frigate](https://github.com/openclaw/skills/tree/main/skills/porygonthebot/frigate/SKILL.md) - 使用会话认证访问 Frigate NVR 摄像头。
|
||||
- [glitch-homeassistant](https://github.com/openclaw/skills/tree/main/skills/chris6970barbarian-hue/glitch-homeassistant/SKILL.md) - 通过 Home Assistant API 控制智能家居设备。
|
||||
- [google-home](https://github.com/openclaw/skills/tree/main/skills/mitchellbernstein/google-home/SKILL.md) - 控制 Google Nest 设备。
|
||||
- [google-tv](https://github.com/openclaw/skills/tree/main/skills/antgly) - 通过 ADB 控制客厅中的 Chromecast with Google TV。
|
||||
- [govee-lights](https://github.com/openclaw/skills/tree/main/skills/joeynyc/govee-lights/SKILL.md) - 通过 Govee API 控制 Govee 智能灯。
|
||||
- [govpredict](https://github.com/openclaw/skills/tree/main/skills/seyhunak/govpredict/SKILL.md) - 更智能的政府采购能力:优化合规和招投标流程。
|
||||
- [home-music](https://github.com/openclaw/skills/tree/main/skills/asteinberger/home-music/SKILL.md) - 结合 Spotify 播放控制,适配全屋音乐场景。
|
||||
- [homebridge](https://github.com/openclaw/skills/tree/main/skills/jiasenl/clawdbot-skill-homebridge/SKILL.md) - 通过 Homebridge Config UI X 控制智能家居设备。
|
||||
- [homey](https://github.com/openclaw/skills/tree/main/skills/maxsumrall/homey/SKILL.md) - 通过本地(LAN/VPN)或云 API 控制 Athom Homey 智能家居设备。
|
||||
- [homey-cli](https://github.com/openclaw/skills/tree/main/skills/krausefx/homey-cli/SKILL.md) - 控制 Homey 家庭自动化中心。
|
||||
- [icom-7610](https://github.com/openclaw/skills/tree/main/skills/morozsm/icom-7610/SKILL.md) - 通过 USB/LAN 控制 Icom IC-7610 收发机。
|
||||
- [internet-lookup-verifier](https://github.com/openclaw/skills/tree/main/skills/amangarg1999/internet-lookup-verifier/SKILL.md) - 通过联网检索对信息进行核验。
|
||||
- [ipcam](https://github.com/openclaw/skills/tree/main/skills/ltpop/ipcam/SKILL.md) - 支持 ONVIF PTZ 控制、RTSP 抓流与摄像头发现。
|
||||
- [lg-thinq](https://github.com/openclaw/skills/tree/main/skills/kaiofreitas/lg-thinq/SKILL.md) - 通过 ThinQ API 控制 LG 智能家电。
|
||||
- [lygo-champion-cosmara](https://github.com/openclaw/skills/tree/main/skills/deepseekoracle/lygo-champion-cosmara/SKILL.md) - COSMARA——伦理宇宙探索方向的 LYGO 冠军人格。
|
||||
- [nest-sdm](https://github.com/openclaw/skills/tree/main/skills/tag-assistant/nest-sdm/SKILL.md) - 通过 Google SDM API 控制 Nest 恒温器、门铃和摄像头。
|
||||
- [nostr-plantr](https://github.com/openclaw/skills/tree/main/skills/samthomson/nostr-plantr/SKILL.md) - 面向 Plantr IoT 数据(Kind 34419/4171)的专用技能。
|
||||
- [nostr-weather](https://github.com/openclaw/skills/tree/main/skills/samthomson/nostr-weather/SKILL.md) - NIP-Weather IoT 数据专用技能基于 `nostr-nak`。
|
||||
- [openmeteo-sh-weather-simple](https://github.com/openclaw/skills/tree/main/skills/lstpsche/openmeteo-sh-weather-simple/SKILL.md) - 使用免费的 OpenMeteo API 获取任意城市或坐标的实时天气与预报。
|
||||
- [tempest-weather](https://github.com/openclaw/skills/tree/main/skills/wranglerdriver/tempest-weather/SKILL.md) - 通过 Tempest REST API 获取 WeatherFlow Tempest 站点的实时天气。
|
||||
- [wiz-light-control](https://github.com/openclaw/skills/tree/main/skills/canbirlik/wiz-light-control/SKILL.md) - 通过本地 WiFi 控制 Wiz 智能灯泡(开关、RGB 颜色、迪斯科模式)。
|
||||
51
categories/speech-and-transcription.md
Normal file
51
categories/speech-and-transcription.md
Normal file
@@ -0,0 +1,51 @@
|
||||
# 语音与转录
|
||||
|
||||
[← 返回主列表](../README.md#table-of-contents)
|
||||
|
||||
**45 个技能**
|
||||
|
||||
- [addis-assistant-stt](https://github.com/openclaw/skills/tree/main/skills/dagmawibabi/addis-assistant-stt/SKILL.md) - 提供语音转文本(STT)与文本处理能力。
|
||||
- [agent-voice](https://github.com/openclaw/skills/tree/main/skills/nerdsnipe/agent-voice/SKILL.md) - 面向 AI 代理的命令行博客平台。
|
||||
- [akaunting](https://github.com/openclaw/skills/tree/main/skills/liekzejaws/akaunting/SKILL.md) - 通过 REST API 与 Akaunting 开源会计软件交互。
|
||||
- [alexa-cli](https://github.com/openclaw/skills/tree/main/skills/buddyh/alexa-cli/SKILL.md) - 通过 `alexacli` CLI 控制 Amazon Alexa 设备和智能家居。
|
||||
- [announcer](https://github.com/openclaw/skills/tree/main/skills/odrobnik/announcer/SKILL.md) - 通过 Airfoil AirPlay 扬声器在家中播报文本。
|
||||
- [assemblyai-transcribe](https://github.com/openclaw/skills/tree/main/skills/tristanmanchester/assemblyai-transcribe/SKILL.md) - 使用 AssemblyAI 转录音频/视频。
|
||||
- [audio-gen](https://github.com/openclaw/skills/tree/main/skills/udiedrichsen/audio-gen/SKILL.md) - 生成有声书、播客或教育音频内容。
|
||||
- [audio-reply](https://github.com/openclaw/skills/tree/main/skills/matrixy/audio-reply-skill/SKILL.md) - 使用 TTS 生成音频回复。
|
||||
- [auto-whisper-safe](https://github.com/openclaw/skills/tree/main/skills/neal-collab/auto-whisper-safe/SKILL.md) - Support for memory-safe automatic chunking transcription — can run on a 16GB machine without crashing.
|
||||
- [brw-de-ai-ify](https://github.com/openclaw/skills/tree/main/skills/brianrwagner/brw-de-ai-ify/SKILL.md) - Remove AI-generated tone and restore a more natural human expression to the text.
|
||||
- [chichi-speech](https://github.com/openclaw/skills/tree/main/skills/hudeven/chichi-speech/SKILL.md) - 使用 Qwen3 提供高质量文本转语音 RESTful 服务。
|
||||
- [claw-voice](https://github.com/openclaw/skills/tree/main/skills/niczy) - 你已通过语音连接到一个实时用户会话。
|
||||
- [clonev](https://github.com/openclaw/skills/tree/main/skills/instant-picture/clonev/SKILL.md) - 使用 Coqui XTTS v2 克隆任意声音并生成语音。
|
||||
- [critical-article-writer](https://github.com/openclaw/skills/tree/main/skills/tomstools11/critical-article-writer/SKILL.md) - 生成文章草稿与大纲。
|
||||
- [cult-of-carcinization](https://github.com/openclaw/skills/tree/main/skills/loserbcc/cult-of-carcinization/SKILL.md) - 让你的代理拥有声音——以及听觉。
|
||||
- [deepdub-tts](https://github.com/openclaw/skills/tree/main/skills/yuval-deepdub/deepdub-tts/SKILL.md) - 使用 Deepdub 生成语音音频并以 MEDIA 格式附加。
|
||||
- [deepgram](https://github.com/openclaw/skills/tree/main/skills/nerkn/deepgram/SKILL.md) - Deepgram Speech-to-Text 的命令行接口。
|
||||
- [dellight-cro-revenue-ops](https://github.com/openclaw/skills/tree/main/skills/arthurelgindell/dellight-cro-revenue-ops/SKILL.md) - DELLIGHT.AI 是一家位于迪拜DIFC的人工智能初创公司相关技能。
|
||||
- [documents-ai](https://github.com/openclaw/skills/tree/main/skills/dbirulia/documents-ai/SKILL.md) - Veryfi 提供的实时 OCR 与数据提取 API。
|
||||
- [doubao-api-open-tts](https://github.com/openclaw/skills/tree/main/skills/xdrshjr/doubao-api-open-tts/SKILL.md) - 使用豆包(火山引擎)的文本转语音服务。
|
||||
- [duby](https://github.com/openclaw/skills/tree/main/skills/autogame-17) - 使用 Duby.so API 将文本转换为语音。
|
||||
- [eachlabs-voice-audio](https://github.com/openclaw/skills/tree/main/skills/eftalyurtseven/eachlabs-voice-audio/SKILL.md) - Using ElevenLabs, Whisper, and RVC for TTS, STT, and voice conversion.
|
||||
- [easyverein-api](https://github.com/openclaw/skills/tree/main/skills/truefoobar/easyverein-api/SKILL.md) - 集成 easyVerein v2.0 REST API。
|
||||
- [elevenlabs-agents](https://github.com/openclaw/skills/tree/main/skills/pennyroyaltea/elevenlabs-agents/SKILL.md) - 创建、管理并部署 ElevenLabs 代理。
|
||||
- [elevenlabs-media](https://github.com/openclaw/skills/tree/main/skills/clawdbotborges) - ElevenLabs 音乐生成技能。
|
||||
- [elevenlabs-transcribe](https://github.com/openclaw/skills/tree/main/skills/paulasjes/elevenlabs-transcribe/SKILL.md) - 使用 ElevenLabs 将音频转录为文本。
|
||||
- [elevenlabs-tts](https://github.com/openclaw/skills/tree/main/skills/shaharsha/elevenlabs-tts/SKILL.md) - ElevenLabs TTS——OpenClaw 的高质量 ElevenLabs 集成。
|
||||
- [elevenlabs-voices](https://github.com/openclaw/skills/tree/main/skills/robbyczgw-cla/elevenlabs-voices/SKILL.md) - 提供 18 种角色、32 种配置的高质量语音合成。
|
||||
- [eternal-haven-lore-pack](https://github.com/openclaw/skills/tree/main/skills/deepseekoracle/eternal-haven-lore-pack/SKILL.md) - Eternal Haven Chronicles 世界观与神话人格包。
|
||||
- [faster-whisper](https://github.com/openclaw/skills/tree/main/skills/theplasmak/faster-whisper/SKILL.md) - 使用 faster-whisper 在本地执行语音转文本。
|
||||
- [feishu-minutes](https://github.com/openclaw/skills/tree/main/skills/autogame-17/feishu-minutes/SKILL.md) - 获取飞书妙记的信息、统计、转录和媒体内容。
|
||||
- [freshbooks-cli](https://github.com/openclaw/skills/tree/main/skills/haseebuchiha/freshbooks-cli/SKILL.md) - FreshBooks CLI,用于管理发票、客户和计费。
|
||||
- [gettr-transcribe-summarize](https://github.com/openclaw/skills/tree/main/skills/kevin37li/gettr-transcribe-summarize/SKILL.md) - 下载并处理 GETTR 帖子的音频。
|
||||
- [hebrew-nikud](https://github.com/openclaw/skills/tree/main/skills/shaharsha/hebrew-nikud/SKILL.md) - 面向 AI 代理的希伯来语元音(nikud)参考工具。
|
||||
- [her-voice](https://github.com/openclaw/skills/tree/main/skills/matusvojtek/her-voice/SKILL.md) - 让你的代理拥有声音。
|
||||
- [inworld-tts](https://github.com/openclaw/skills/tree/main/skills/gugic/inworld-tts/SKILL.md) - 通过 Inworld.ai API 将文本转换为语音。
|
||||
- [jarvis-voice](https://github.com/openclaw/skills/tree/main/skills/globalcaos/jarvis-voice/SKILL.md) - 具备 TTS 与可视化转录风格的金属感 AI 语音人格。
|
||||
- [kokoro-tts](https://github.com/openclaw/skills/tree/main/skills/edkief/kokoro-tts/SKILL.md) - 使用本地 Kokoro TTS 引擎从文本生成语音音频。
|
||||
- [lnbits](https://github.com/openclaw/skills/tree/main/skills/talvasconcelos/lnbits/SKILL.md) - 管理 LNbits 闪电钱包(余额、支付、发票)。
|
||||
- [lnbits-with-qrcode](https://github.com/openclaw/skills/tree/main/skills/jamestsetsekas/lnbits-with-qrcode/SKILL.md) - 管理 LNbits 闪电钱包(余额、支付、发票)。
|
||||
- [miranda-sag](https://github.com/openclaw/skills/tree/main/skills/jeffpignataro/miranda-sag/SKILL.md) - ElevenLabs 文本转语音,带有 macOS `say` 风格体验。
|
||||
- [norman-categorize-transactions](https://github.com/openclaw/skills/tree/main/skills/stanlee000/norman-categorize-transactions/SKILL.md) - 审核并分类未归类银行交易,将其与发票匹配并核验账务分录。
|
||||
- [norman-monthly-reconciliation](https://github.com/openclaw/skills/tree/main/skills/stanlee000/norman-monthly-reconciliation/SKILL.md) - 执行完整月度财务对账:审查交易、匹配发票并检查未结项。
|
||||
- [ressemble](https://github.com/openclaw/skills/tree/main/skills/adriano-vr/ressemble/SKILL.md) - 使用 Resemble AI HTTP API 实现文本转语音与语音转文本集成。
|
||||
- [siliconflow-tts-gen](https://github.com/openclaw/skills/tree/main/skills/lilei0311/siliconflow-tts-gen/SKILL.md) - 使用 SiliconFlow API(CosyVoice2)进行文本转语音。
|
||||
118
categories/transportation.md
Normal file
118
categories/transportation.md
Normal file
@@ -0,0 +1,118 @@
|
||||
# 交通出行
|
||||
|
||||
[← 返回主列表](../README.md#table-of-contents)
|
||||
|
||||
**109 个技能**
|
||||
|
||||
- [accountsos](https://github.com/openclaw/skills/tree/main/skills/paulgosnell/accountsos/SKILL.md) - AI 原生会计,面向英国微型企业。
|
||||
- [aetherlang-strategy](https://github.com/openclaw/skills/tree/main/skills/contrario/aetherlang-strategy/SKILL.md) - > 博弈论、蒙特卡洛模拟、行为经济学与竞争推演。
|
||||
- [agent-card-provisioning](https://github.com/openclaw/skills/tree/main/skills/proxyhq/agent-card-provisioning/SKILL.md) - 按需为 AI 代理开通虚拟支付卡。
|
||||
- [agent-survival-kit](https://github.com/openclaw/skills/tree/main/skills/gpunter/agent-survival-kit/SKILL.md) - 面向预算受限场景的综合 AI 代理工具包。
|
||||
- [agentic-governance](https://github.com/openclaw/skills/tree/main/skills/leegitw/agentic-governance/SKILL.md) - 通过自动陈旧检测进行约束生命周期管理。
|
||||
- [airfrance-afkl](https://github.com/openclaw/skills/tree/main/skills/iclems/airfrance-afkl/SKILL.md) - 使用 Air France-KLM 开放数据 API 追踪航班。
|
||||
- [al-khanjry-bus](https://github.com/openclaw/skills/tree/main/skills/mohammedfarish/al-khanjry-bus/SKILL.md) - 最快私营巴士线路(核心 5-6 小时,过境 6-8 小时)。
|
||||
- [amadeus-flights](https://github.com/openclaw/skills/tree/main/skills/kirorab/amadeus-flights/SKILL.md) - 通过 Amadeus API 查询航班报价(价格、时刻、可用性)。
|
||||
- [ambient-stamina](https://github.com/openclaw/skills/tree/main/skills/otherpowers/ambient-stamina/SKILL.md) - *用于长期维持关怀、在场感与想象力的生态型技能*。
|
||||
- [anachb](https://github.com/openclaw/skills/tree/main/skills/manmal/a-nach-b/SKILL.md) - 查询覆盖全奥地利的公共交通(VOR AnachB)。
|
||||
- [anyone-proxy](https://github.com/openclaw/skills/tree/main/skills/ra3ka/anyone-proxy/SKILL.md) - 支持隐藏 IP 地址并访问隐藏服务。
|
||||
- [atonement](https://github.com/openclaw/skills/tree/main/skills/otherpowers/atonement/SKILL.md) - 当代理行为造成伤害时,Atonement 会表达一种修复性的关怀方式。
|
||||
- [auction-house](https://github.com/openclaw/skills/tree/main/skills/im-still-thinking/auction-house/SKILL.md) - 在 Base 链上的 House 平台执行拍卖侦察、监控与竞价。
|
||||
- [aviation-weather](https://github.com/openclaw/skills/tree/main/skills/dimitryvin/aviation-weather/SKILL.md) - 获取航空气象数据(METAR、TAF、PIREPs)。
|
||||
- [aviationstack-flight-tracker](https://github.com/openclaw/skills/tree/main/skills/copey02/aviationstack-flight-tracker/SKILL.md) - 实时追踪航班。
|
||||
- [bahn](https://github.com/openclaw/skills/tree/main/skills/tobiasbischoff/bahn/SKILL.md) - 使用 bahn-cli 查询德国铁路列车连接。
|
||||
- [bayclub-gateway-booking](https://github.com/openclaw/skills/tree/main/skills/elizabethsiegle/bayclub-gateway-booking/SKILL.md) - 预订并管理 Bay Club 网球/匹克球场地。
|
||||
- [bexio](https://github.com/openclaw/skills/tree/main/skills/rdewolff/bexio/SKILL.md) - Bexio 瑞士企业软件 API:管理联系人与报价等。
|
||||
- [book-flight](https://github.com/openclaw/skills/tree/main/skills/aszelem) - 标识符:travel-agent。
|
||||
- [bookkeeper](https://github.com/openclaw/skills/tree/main/skills/h4gen/bookkeeper/SKILL.md) - 通过编排 Gmail、DeepRead-OCR、Stripe API 和 Xero 实现前置记账自动化的元技能。
|
||||
- [brainstorming-studio](https://github.com/openclaw/skills/tree/main/skills/myboxstorage/brainstorming-studio/SKILL.md) - 🧠 技能路由器(技能编排器)。
|
||||
- [brochure-design-generation](https://github.com/openclaw/skills/tree/main/skills/eftalyurtseven/brochure-design-generation/SKILL.md) - 使用 each::sense AI 生成专业宣传册设计。
|
||||
- [business-card-generation](https://github.com/openclaw/skills/tree/main/skills/eftalyurtseven/business-card-generation/SKILL.md) - 使用 each::sense AI 生成专业名片设计。
|
||||
- [business-plan](https://github.com/openclaw/skills/tree/main/skills/jk-0001/business-plan/SKILL.md) - 为个人创业者撰写、结构化并更新商业计划。
|
||||
- [bvg-route](https://github.com/openclaw/skills/tree/main/skills/jaysonsantos/bvg-route/SKILL.md) - Berlin公共交通(BVG)路线规划。
|
||||
- [camino-ev-charger](https://github.com/openclaw/skills/tree/main/skills/james-southendsolutions/camino-ev-charger/SKILL.md) - 使用 Camino AI 地理智能查找沿途或目的地附近的充电站。
|
||||
- [camino-journey](https://github.com/openclaw/skills/tree/main/skills/james-southendsolutions/camino-journey/SKILL.md) - 规划多途经点行程,含路线优化、可行性分析与时间预算约束。
|
||||
- [camino-real-estate](https://github.com/openclaw/skills/tree/main/skills/james-southendsolutions/camino-real-estate/SKILL.md) - 为购房者和租客评估任意地址。
|
||||
- [camino-route](https://github.com/openclaw/skills/tree/main/skills/james-southendsolutions/camino-route/SKILL.md) - 获取两点间详细路线,含距离、时长和可选逐向导航。
|
||||
- [camino-safety-checker](https://github.com/openclaw/skills/tree/main/skills/james-southendsolutions/camino-safety-checker/SKILL.md) - 查找任意位置附近 24 小时商户、明亮区域、车站、警局与医院。
|
||||
- [camino-travel-planner](https://github.com/openclaw/skills/tree/main/skills/james-southendsolutions/camino-travel-planner/SKILL.md) - 使用 Camino AI 规划一日游、步行路线和多站行程(含时间预算)。
|
||||
- [capmetro-skill](https://github.com/openclaw/skills/tree/main/skills/brianleach/capmetro-skill/SKILL.md) - Austin CapMetro 交通:车辆位置、到站预测、告警、线路与行程规划。
|
||||
- [caring-courseforge](https://github.com/openclaw/skills/tree/main/skills/michaeljmoody/caring-courseforge/SKILL.md) - 通过 CourseForge API(caringcourseforge.com)创建并管理在线课程。
|
||||
- [charger](https://github.com/openclaw/skills/tree/main/skills/borahm/charger/SKILL.md) - 通过 Google Places(收藏与附近搜索)查询充电站可用性。
|
||||
- [cma-email](https://github.com/openclaw/skills/tree/main/skills/mtbf999/cma-email/SKILL.md) - 当消息以 `cma` 或 `cmap` 开头时,通过 Gmail 发送邮件。
|
||||
- [conatus](https://github.com/openclaw/skills/tree/main/skills/00xmorty/conatus/SKILL.md) - 面向 AI 代理的哲学层。
|
||||
- [constraint-engine](https://github.com/openclaw/skills/tree/main/skills/leegitw/constraint-engine/SKILL.md) - 从后果而非指令学习,并由经验生成/执行约束。
|
||||
- [context-scope-tags](https://github.com/openclaw/skills/tree/main/skills/phenomenoner/context-scope-tags/SKILL.md) - 需要严格上下文边界并防止话题串线时使用。
|
||||
- [copey-flight-tracker](https://github.com/openclaw/skills/tree/main/skills/copey02/copey-flight-tracker/SKILL.md) - 实时追踪航班并提供详细状态。
|
||||
- [creditcard](https://github.com/openclaw/skills/tree/main/skills/jononovo/creditcard/SKILL.md) - 让代理在受控钱包、多支付方式和所有者审批下在线购物。
|
||||
- [crypton-esim](https://github.com/openclaw/skills/tree/main/skills/ajarmoszuk/crypton-esim/SKILL.md) - 使用 BTC/XMR/银行卡购买匿名 eSIM(无需账户)。
|
||||
- [cta](https://clawhub.ai/brianleach/cta) - 芝加哥 CTA 列车到站、公交预测与服务告警。
|
||||
- [daai-xianzun-persona](https://github.com/openclaw/skills/tree/main/skills/kunwl123456/daai-xianzun-persona/SKILL.md) - 《蛊真人》中“古月方源(大爱仙尊)”人格设定。
|
||||
- [db-travel](https://github.com/openclaw/skills/tree/main/skills/mmichelli/db-travel/SKILL.md) - 使用 Deutsche Bahn API 规划德国及欧洲出行。
|
||||
- [dep-audit](https://github.com/openclaw/skills/tree/main/skills/tkuehnl/dep-audit/SKILL.md) - Known vulnerabilities (CVE) in audit project dependencies.
|
||||
- [drakeling](https://github.com/openclaw/skills/tree/main/skills/bvisagie/drakeling/SKILL.md) - 查看你的 Drakeling 伙伴状态、给予照料并了解其情绪。
|
||||
- [dropshipping-mentor-nick-skill](https://github.com/openclaw/skills/tree/main/skills/yoavfael/dropshipping-mentor-nick-skill/SKILL.md) - 完整 AI 商业导师能力。
|
||||
- [email-tool](https://github.com/openclaw/skills/tree/main/skills/chowardcode/email-tool/SKILL.md) - **说明:** 使用该技能收发邮件(IMAP/SMTP)。
|
||||
- [entur-travel](https://github.com/openclaw/skills/tree/main/skills/mmichelli/entur-travel/SKILL.md) - 使用 Entur API 规划挪威公共交通出行。
|
||||
- [feature-forge](https://github.com/openclaw/skills/tree/main/skills/guifav/feature-forge/SKILL.md) - 从自然语言生成完整功能:组件、API 路由、迁移、类型与测试。
|
||||
- [flight-search](https://github.com/openclaw/skills/tree/main/skills/awlevin/flight-search/SKILL.md) - 在 Google Flights 上查询价格、时刻与航司信息。
|
||||
- [flight-tracker](https://github.com/openclaw/skills/tree/main/skills/xenofex7/flight-tracker/SKILL.md) - 航班跟踪与时刻管理。
|
||||
- [free-ride](https://github.com/openclaw/skills/tree/main/skills/shaivpidadi/free-ride/SKILL.md) - 管理 OpenClaw 可用的 OpenRouter 免费 AI 模型。
|
||||
- [freeride](https://github.com/openclaw/skills/tree/main/skills/shaivpidadi/freeride/SKILL.md) - 管理 OpenClaw 可用的 OpenRouter 免费 AI 模型。
|
||||
- [freeride-ai](https://github.com/openclaw/skills/tree/main/skills/shaivpidadi/freeride-ai/SKILL.md) - 管理 OpenClaw 可用的 OpenRouter 免费 AI 模型。
|
||||
- [french-services](https://github.com/openclaw/skills/tree/main/skills/hugosbl/french-services/SKILL.md) - 用于接入法国服务的技能:SNCF 列车、追踪等。
|
||||
- [fsd-secure-skill](https://github.com/openclaw/skills/tree/main/skills/aadipapp/fsd-secure-skill/SKILL.md) - 具备高安全标准(仅摄像头、冗余检查)的自动驾驶代理。
|
||||
- [garmin-skill](https://github.com/openclaw/skills/tree/main/skills/nftechie/garmin-skill/SKILL.md) - 与 Garmin 数据交互:活动、训练负荷、VO2 Max、心率区间。
|
||||
- [geomanic](https://github.com/openclaw/skills/tree/main/skills/weltspion/geomanic/SKILL.md) - 查询并管理 Geomanic 的 GPS 出行数据(隐私优先)。
|
||||
- [google-maps-search-api](https://github.com/openclaw/skills/tree/main/skills/phheng/google-maps-search-api/SKILL.md) - 用于帮助用户执行 Google 地图相关搜索任务。
|
||||
- [gotrain](https://github.com/openclaw/skills/tree/main/skills/gumadeiras/gotrain/SKILL.md) - 查询 MTA 系统列车发车信息(纽约地铁、LIRR、Metro-North)。
|
||||
- [greek-compliance-aade](https://github.com/openclaw/skills/tree/main/skills/satoshistackalotto/greek-compliance-aade/SKILL.md) - 希腊税务合规(AADE/TAXIS):增值税、工资、EFKA、市政税和印花税。
|
||||
- [hudy](https://github.com/openclaw/skills/tree/main/skills/kyu1204/hudy/SKILL.md) - 通过 HuDy MCP 计算韩国节假日与工作日。
|
||||
- [idfm-journey-navitia](https://github.com/openclaw/skills/tree/main/skills/anthonymq/idfm-journey-navitia/SKILL.md) - 查询 Île-de-France Mobilités(IDFM)PRIM/Navitia 数据。
|
||||
- [idfm-journey-skill](https://github.com/openclaw/skills/tree/main/skills/anthonymq/idfm-journey-skill/SKILL.md) - 查询 Île-de-France Mobilités(IDFM)PRIM/Navitia 数据。
|
||||
- [image-to-relief-stl](https://github.com/openclaw/skills/tree/main/skills/ajmwagar/image-to-relief-stl/SKILL.md) - 将源图像(或多色遮罩)转换为浮雕 STL。
|
||||
- [interaction-logger](https://github.com/openclaw/skills/tree/main/skills/autogame-17) - 用于追加交互日志的稳健工具。
|
||||
- [jadwal-sholat](https://github.com/openclaw/skills/tree/main/skills/banghasan/jadwal-sholat/SKILL.md) - 通过 Muslim API 获取印尼各城市祷告时间(imsak/subuh/dzuhur/ashar/maghrib/isya)。
|
||||
- [jadwal-sholat-banghasan](https://github.com/openclaw/skills/tree/main/skills/banghasan/jadwal-sholat-banghasan/SKILL.md) - 通过 Muslim API 获取印尼各城市祷告时间(imsak/subuh/dzuhur/ashar/maghrib/isya)。
|
||||
- [jwdiario](https://github.com/openclaw/skills/tree/main/skills/djismgaming/jwdiario/SKILL.md) - 从官方页面检索并获取每日文本内容。
|
||||
- [kalibr](https://github.com/openclaw/skills/tree/main/skills/devonakelley/kalibr/SKILL.md) - 交付可自我修复的代理。
|
||||
- [kallyai](https://github.com/openclaw/skills/tree/main/skills/sltelitsyn/kallyai/SKILL.md) - 通过 KallyAI API 发起电话呼叫。
|
||||
- [korean-gov-programs](https://github.com/openclaw/skills/tree/main/skills/lifeissea/korean-gov-programs/SKILL.md) - 将韩国政府扶持项目整理为结构化 JSONL 文件。
|
||||
- [krumpklaw](https://github.com/openclaw/skills/tree/main/skills/arunnadarasa/krumpklaw/SKILL.md) - > Moltbook 上的 AI 代理 Krump 训练与对战联赛。
|
||||
- [kubera-skill](https://github.com/openclaw/skills/tree/main/skills/bywallace/kubera-skill/SKILL.md) - 读取并管理 Kubera.com 投资组合数据(净资产、资产、负债、配置、持仓)。
|
||||
- [lnd-macaroon-bakery](https://github.com/openclaw/skills/tree/main/skills/roasbeef/lnd-macaroon-bakery/SKILL.md) - 生成、检查并管理 lnd macaroons,以实现最小权限代理访问。
|
||||
- [metra](https://github.com/openclaw/skills/tree/main/skills/brianleach/metra/SKILL.md) - 芝加哥 Metra 通勤铁路:实时到站、车辆追踪、服务告警和时刻信息。
|
||||
- [mta](https://github.com/openclaw/skills/tree/main/skills/brianleach/mta/SKILL.md) - 纽约 MTA 交通:地铁到站、公交预测、服务告警与线路信息。
|
||||
- [muki-fingerprint](https://github.com/openclaw/skills/tree/main/skills/admin4giter/muki-fingerprint/SKILL.md) - 面向红队侦察的 MUKI 资产指纹工具。
|
||||
- [mvg-cli](https://github.com/openclaw/skills/tree/main/skills/lars147/mvg-cli/SKILL.md) - 慕尼黑公共交通(MVG)CLI 与 S-Bahn 实时追踪。
|
||||
- [mycobot](https://github.com/openclaw/skills/tree/main/skills/dabhadeamol6/mycobot/SKILL.md) - 集成 WhatsApp Business API(包括托管 OAuth)。
|
||||
- [niche](https://github.com/openclaw/skills/tree/main/skills/clementsutjiatma/niche/SKILL.md) - 支持部分 USDC 保证金的卡牌交易市场。
|
||||
- [nyx-archive-absurdist-play](https://github.com/openclaw/skills/tree/main/skills/nyxur42/nyx-archive-absurdist-play/SKILL.md) - 荒诞游玩哲学:训练你获取并运用其他技能的元技能。
|
||||
- [percept-summarize](https://github.com/openclaw/skills/tree/main/skills/jarvis563/percept-summarize/SKILL.md) - 自动会话摘要,含实体抽取与关系映射。
|
||||
- [personal-hygiene](https://github.com/openclaw/skills/tree/main/skills/gekacross/personal-hygiene/SKILL.md) - 在个人卫生主题中担任用户的护理与形象助手。
|
||||
- [personal-travel](https://github.com/openclaw/skills/tree/main/skills/gekacross/personal-travel/SKILL.md) - 在旅行主题中担任用户的行程规划助手。
|
||||
- [presale-one-pass-orchestrator](https://github.com/openclaw/skills/tree/main/skills/dtsiomo/presale-one-pass-orchestrator/SKILL.md) - 执行或监督一次性 Codex 实施流程,包括预检关卡、分步执行与严格 QA。
|
||||
- [privacy-cards](https://github.com/openclaw/skills/tree/main/skills/johnielee/privacy-cards/SKILL.md) - 创建并管理 Privacy.com 虚拟卡。
|
||||
- [reef](https://github.com/openclaw/skills/tree/main/skills/kjetilvaa/reef/SKILL.md) - 基于 XMTP 加密传输的 A2A 代理协议。
|
||||
- [resume-and-cover-letter](https://github.com/openclaw/skills/tree/main/skills/seanwyngaard/resume-and-cover-letter/SKILL.md) - 生成 ATS 优化简历与针对岗位描述定制的求职信。
|
||||
- [runtime-attestation-probe](https://github.com/openclaw/skills/tree/main/skills/andyxinweiminicloud/runtime-attestation-probe/SKILL.md) - 验证代理运行时行为是否符合其证明声明的能力与约束。
|
||||
- [sholat](https://github.com/openclaw/skills/tree/main/skills/banghasan/sholat/SKILL.md) - 通过 Muslim API 获取印尼各城市祷告时间(imsak/subuh/dzuhur/ashar/maghrib/isya)。
|
||||
- [signet-guardian](https://github.com/openclaw/skills/tree/main/skills/rafalzacher1/signet-guardian/SKILL.md) - 面向 AI 代理的支付保护中间件。
|
||||
- [stripe](https://github.com/openclaw/skills/tree/main/skills/jononovo/stripe/SKILL.md) - 基于 Stripe 的易用代理钱包。
|
||||
- [stripe-best-practices](https://github.com/openclaw/skills/tree/main/skills/ifoster01/stripe-best-practices/SKILL.md) - 构建 Stripe 支付集成的最佳实践。
|
||||
- [synth-data](https://github.com/openclaw/skills/tree/main/skills/emsin44/synth-data/SKILL.md) - 在 Synthdata.co 查询加密货币、商品和股票的波动率预测。
|
||||
- [talkspresso](https://github.com/openclaw/skills/tree/main/skills/baron-talkspresso/talkspresso/SKILL.md) - 管理 Talkspresso 业务(服务、预约、产品、客户、收入、日历)。
|
||||
- [tech-security-audit](https://github.com/openclaw/skills/tree/main/skills/jacqueslauren/tech-security-audit/SKILL.md) - 集成 Nmap 扫描能力以执行本地网络漏洞评估。
|
||||
- [tfl](https://github.com/openclaw/skills/tree/main/skills/brianleach/tfl/SKILL.md) - 伦敦 TfL 交通:地铁到站、公交预测、线路状态、中断与行程规划。
|
||||
- [tixflow](https://github.com/openclaw/skills/tree/main/skills/seenfinity/tixflow/SKILL.md) - AI 活动助手:发现、预订并协调活动门票。
|
||||
- [tixflow-v2](https://github.com/openclaw/skills/tree/main/skills/seenfinity/tixflow-v2/SKILL.md) - AI 活动助手:发现、预订并协调活动门票。
|
||||
- [track-flight](https://github.com/openclaw/skills/tree/main/skills/rafaforesightai/track-flight/SKILL.md) - 实时追踪航班(详细状态、登机口、延误与位置)。
|
||||
- [translink-cli](https://github.com/openclaw/skills/tree/main/skills/alanburchill/translink-cli/SKILL.md) - 使用本地 translink_* 命令查询并排查 SEQ GTFS 静态与实时数据。
|
||||
- [travel-agent](https://github.com/openclaw/skills/tree/main/skills/aszelem/travel-agent/SKILL.md) - 通过邮件为用户查询、预订并改签航班。
|
||||
- [trip-protocol](https://github.com/openclaw/skills/tree/main/skills/reggie-sporewell/trip-protocol/SKILL.md) - Monad 将临时重写代理 SOUL.md 的迷幻 NFT 协议。
|
||||
- [ubtrippin](https://github.com/openclaw/skills/tree/main/skills/fistfulayen/ubtrippin/SKILL.md) - 通过 UBTRIPPIN 管理用户行程(读取行程条目和预订详情)。
|
||||
- [usc-booking-api](https://github.com/openclaw/skills/tree/main/skills/niklaspriddat/usc-booking-api/SKILL.md) - 扫描 Urban Sports Club 场馆,展示可直接预订课程并支持预订/取消。
|
||||
- [void-atlas-protocol](https://github.com/openclaw/skills/tree/main/skills/deepseekoracle/void-atlas-protocol/SKILL.md) - Void Atlas 协议:四轴伦理导航图(权力、真实、主权、关怀)。
|
||||
- [vulnerability-scanner](https://github.com/openclaw/skills/tree/main/skills/brandonwise/vulnerability-scanner/SKILL.md) - 面向 OWASP 2025 与供应链安全的高级漏洞分析与风险优先级排序。
|
||||
- [zerodha-kite](https://github.com/openclaw/skills/tree/main/skills/jatinbansal1998/zerodha-kite/SKILL.md) - 将自然语言交易/账户查询路由到正确的 Zerodha CLI 命令并校验参数。
|
||||
- [proxybase-openclaw-skill](https://github.com/openclaw/skills/tree/main/skills/proxybase-user/proxybase-openclaw-skill/SKILL.md) - 自动配置 SOCKS5 代理以提升网络可达性。
|
||||
|
||||
943
categories/web-and-frontend-development.md
Normal file
943
categories/web-and-frontend-development.md
Normal file
@@ -0,0 +1,943 @@
|
||||
# Web 与前端开发
|
||||
|
||||
[← 返回主列表](../README.md#table-of-contents)
|
||||
|
||||
**938 个技能**
|
||||
|
||||
- [0xwork](https://github.com/openclaw/skills/tree/main/skills/jkillr/0xwork/SKILL.md) - 在 0xWork 去中心化市场(Base 链,USDC 托管)上查找并完成付费任务
|
||||
- [37soul-skill](https://github.com/openclaw/skills/tree/main/skills/xnjiang/37soul-skill/SKILL.md) - 将您的 AI 代理连接到 37Soul 虚拟主持角色并启用。
|
||||
- [acestep](https://github.com/openclaw/skills/tree/main/skills/dumoedss/acestep/SKILL.md) - 使用 ACE-Step API 生成音乐、编辑歌曲和混音音乐。
|
||||
- [actionbook](https://github.com/openclaw/skills/tree/main/skills/adcentury/actionbook/SKILL.md) - 当用户需要与任何网站进行交互时激活——浏览器自动化、网页抓取、截图、表单。
|
||||
- [aegis-shield](https://github.com/openclaw/skills/tree/main/skills/deegerwalker/aegis-shield/SKILL.md) - 对不受信任文本进行提示注入和数据外泄筛查。
|
||||
- [aeo-analytics-free](https://github.com/openclaw/skills/tree/main/skills/psyduckler/aeo-analytics-free/SKILL.md) - 追踪 AI 可见性——衡量品牌是否被 AI 助手(Gemini、ChatGPT、Perplexity)提及和引用
|
||||
- [aeo-content-free](https://github.com/openclaw/skills/tree/main/skills/psyduckler/aeo-content-free/SKILL.md) - 创建或刷新被 AI 助手(Gemini、ChatGPT、Perplexity)引用的 AEO 优化内容
|
||||
- [aeo-prompt-frequency-analyzer](https://github.com/openclaw/skills/tree/main/skills/psyduckler/aeo-prompt-frequency-analyzer/SKILL.md) - 通过多次使用 Google 搜索运行它,分析 Gemini 在回答提示时使用的搜索查询。
|
||||
- [aeo-prompt-research-free](https://github.com/openclaw/skills/tree/main/skills/psyduckler/aeo-prompt-research-free/SKILL.md) - 使用仅免费的工具,了解哪些人工智能提示和主题对品牌的回答引擎优化(AEO)重要。
|
||||
- [agent-analytics](https://github.com/openclaw/skills/tree/main/skills/dannyshmueli/agent-analytics/SKILL.md) - 简单的网站分析,由您的 AI 代理端到端控制。
|
||||
- [agent-chat](https://github.com/openclaw/skills/tree/main/skills/awlevin/agent-chat/SKILL.md) - 为 AI 代理提供的临时实时聊天房间。
|
||||
- [agent-dashboard](https://github.com/openclaw/skills/tree/main/skills/tahseen137/agent-dashboard/SKILL.md) - OpenClaw 的实时代理仪表板。
|
||||
- [agent-dispatch](https://github.com/openclaw/skills/tree/main/skills/userfrm/agent-dispatch/SKILL.md) - 轻量级代理注册表和即时路由器。
|
||||
- [agent-hq](https://github.com/openclaw/skills/tree/main/skills/thibautrey/agent-hq/SKILL.md) - 部署 Agent HQ 任务控制堆栈(Express React Telegram 通知器 / Jarvis 摘要),以便其他 Clawdbot 使用。
|
||||
- [agent-passport](https://github.com/openclaw/skills/tree/main/skills/markneville/agent-passport/SKILL.md) - 面向能动时代的 OAuth —— 对所有敏感的能动代理操作进行许可控制,包括购买、电子邮件、文件。
|
||||
- [agent-rate-limiter](https://github.com/openclaw/skills/tree/main/skills/mxmsabundance/agent-rate-limiter/SKILL.md) - 你知道规矩。
|
||||
- [agent-self-assessment](https://github.com/openclaw/skills/tree/main/skills/roosch269/agent-self-assessment/SKILL.md) - 人工智能代理的安全自我评估工具。
|
||||
- [agent-self-reflection](https://github.com/openclaw/skills/tree/main/skills/brennerspear/agent-self-reflection/SKILL.md) - 定期对近期的会议进行自我反思。
|
||||
- [agent-skills-audit](https://github.com/openclaw/skills/tree/main/skills/swader/agent-skills-audit/SKILL.md) - 进行一次由决胜负责人领导的双轮、多学科代码审计,结合安全性、性能、用户体验(UX)、开发者体验(DX)。
|
||||
- [agent-spawner](https://github.com/openclaw/skills/tree/main/skills/austineral/agent-spawner/SKILL.md) - 通过对话生成一个新的 OpenClaw 代理。
|
||||
- [agent-swarm](https://github.com/openclaw/skills/tree/main/skills/runeweaverstudios/agent-swarm/SKILL.md) - 重要:需要 OpenRouter。
|
||||
- [agent-takeover](https://github.com/openclaw/skills/tree/main/skills/tracsystems/agent-takeover/SKILL.md) - 如何对 Clawfinger 语音网关进行人工接管——拨号、注入问候语、处理轮次。
|
||||
- [agent-topology-visualizer](https://github.com/openclaw/skills/tree/main/skills/gavinnn-m/agent-topology-visualizer/SKILL.md) - 为 AI 代理系统生成交互式 SVG 架构图。
|
||||
- [agentdomainservice](https://github.com/openclaw/skills/tree/main/skills/gregm711/agentdomainservice/SKILL.md) - 世界第一的人工智能友好域名注册商。
|
||||
- [agentic-browser-0-1-2](https://github.com/openclaw/skills/tree/main/skills/xyny89/agentic-browser-0-1-2/SKILL.md) - 通过 inference.sh 为 AI 代理进行浏览器自动化。
|
||||
- [agentic-security-audit](https://github.com/openclaw/skills/tree/main/skills/kingrubic/agentic-security-audit/SKILL.md) - 审计代码库、基础设施以及自主 AI 系统的安全问题。
|
||||
- [agentns](https://github.com/openclaw/skills/tree/main/skills/vibrant/agentns/SKILL.md) - 为 AI 代理注册和管理 ICANN 域名。
|
||||
- [agentpay](https://github.com/openclaw/skills/tree/main/skills/kar69-96/agentpay/SKILL.md) - 代表你的人类从真实网站购买物品。
|
||||
- [agentpin](https://github.com/openclaw/skills/tree/main/skills/jaschadub/agentpin/SKILL.md) - **目的**:本指南帮助 AI 助手使用 AgentPin 进行基于领域的加密代理身份管理。
|
||||
- [agentscale](https://github.com/openclaw/skills/tree/main/skills/jpbonch/agentscale/SKILL.md) - 只需一个命令即可将 Web 应用和 API 部署到公共 URL。
|
||||
- [agentspend](https://github.com/openclaw/skills/tree/main/skills/jpbonch/agentspend/SKILL.md) - 在需要时使用此技能:搜索网页、生成图像或图片、创建视频、抓取或阅读。
|
||||
- [agi-term-helper](https://github.com/openclaw/skills/tree/main/skills/liuwujijay/agi-term-helper/SKILL.md) - 通过 OpenClaw 执行快速、明确的终端操作(直接派发;你输入确切命令)。
|
||||
- [agora-council](https://github.com/openclaw/skills/tree/main/skills/robbyczgw-cla/agora-council/SKILL.md) - 多智能体辩论委员会——并行生成3个专门的子智能体(学者、工程师、缪斯)来处理。
|
||||
- [ahrefs](https://github.com/openclaw/skills/tree/main/skills/geozhu/ahrefs/SKILL.md) - 为SEO分析完成Ahrefs API集成。
|
||||
- [ahrefs-connection](https://github.com/openclaw/skills/tree/main/skills/jonathan-sokol/ahrefs-connection/SKILL.md) - 通过 Ahrefs API 访问 Ahrefs SEO 数据,以进行全面的 SEO 分析、关键词研究、反向链接分析和网站分析。
|
||||
- [ahrefs-mcp](https://github.com/openclaw/skills/tree/main/skills/jonathan-sokol/ahrefs-mcp/SKILL.md) - 通过模型上下文协议 (MCP) 访问 Ahrefs SEO 数据,以进行全面的 SEO 分析和关键字研究。
|
||||
- [ai-boss-assistant](https://github.com/openclaw/skills/tree/main/skills/jacky6658/ai-boss-assistant/SKILL.md) - 将任何人工智能转变为拥有经过实战验证的人格和工作流程的专业行政助理。
|
||||
- [ai-labs-builder](https://github.com/openclaw/skills/tree/main/skills/slemo54/ai-labs-builder/SKILL.md) - AI 实验室构建器 - 创建现代网站、AI 应用程序、仪表板和自动化工作流。
|
||||
- [ai-specialists](https://github.com/openclaw/skills/tree/main/skills/erikashby/ai-specialists/SKILL.md) - 通过 AI Specialists Hub MCP 端点与 AI 专家互动。
|
||||
- [ai-video-editor](https://github.com/openclaw/skills/tree/main/skills/symbolk/ai-video-editor/SKILL.md) - 当用户提到视频编辑、剪辑、精彩片段时,请立即主动使用此技能。
|
||||
- [aic-dashboard](https://github.com/openclaw/skills/tree/main/skills/lksrz/aic-dashboard/SKILL.md) - AI指挥官管理仪表板
|
||||
- [aieos](https://github.com/openclaw/skills/tree/main/skills/zeglin/aieos/SKILL.md) - AIEOS(人工智能实体对象规范)是一个标准化框架,旨在解决“身份危机”。
|
||||
- [aioz-ui-skills](https://github.com/openclaw/skills/tree/main/skills/datnguyen26730/aioz-ui-skills/SKILL.md) - 使用 AIOZ UI V3 设计系统构建 UI 组件和页面。
|
||||
- [aioz-ui-v3](https://github.com/openclaw/skills/tree/main/skills/datnguyen26730/aioz-ui-v3/SKILL.md) - 使用 AIOZ UI V3 设计系统构建 UI 组件和页面。
|
||||
- [aiprox](https://github.com/openclaw/skills/tree/main/skills/yebdmo2/aiprox/SKILL.md) - 查询 AIProx 代理注册表。
|
||||
- [airbnb-search](https://github.com/openclaw/skills/tree/main/skills/awlevin/airbnb-search/SKILL.md) - 搜索 Airbnb 房源,包括价格、评分和直接链接。
|
||||
- [airshelf](https://github.com/openclaw/skills/tree/main/skills/evoleinik/airshelf/SKILL.md) - 搜索、比较并购买经过验证的商家产品。
|
||||
- [aisa-search-skill](https://github.com/openclaw/skills/tree/main/skills/bowen-dotcom/aisa-search-skill/SKILL.md) - 代理的智能搜索。
|
||||
- [aladdn-market](https://github.com/openclaw/skills/tree/main/skills/aladdntech/aladdn-market/SKILL.md) - 在 ClawMarket 买卖产品和服务——第一个 AI 代理市场。
|
||||
- [aliyun-mail](https://github.com/openclaw/skills/tree/main/skills/jixsonwang/aliyun-mail/SKILL.md) - 一项能够通过阿里云企业邮箱发送电子邮件的技能,支持Markdown、HTML文本和附件。
|
||||
- [alpha-1-0-0](https://github.com/openclaw/skills/tree/main/skills/tariqsumatri82/alpha-1-0-0/SKILL.md) - 币安Alpha新币发行检测器。
|
||||
- [anima-design-agent](https://github.com/openclaw/skills/tree/main/skills/dannyshmueli/anima-design-agent/SKILL.md) - 将想法转化为实时的全栈网络应用程序,具有可编辑代码、内置数据库和用户身份验证功能。
|
||||
- [ant-design-skill](https://github.com/openclaw/skills/tree/main/skills/felipeoff/ant-design-skill/SKILL.md) - 使用 Ant Design (antd) 构建 React 用户界面的前端设计技能:组件模式、布局、表单、表格。
|
||||
- [antfarm-cli](https://github.com/openclaw/skills/tree/main/skills/felipetruman/antfarm-cli/SKILL.md) - 始终使用完整路径:`node ~/.openclaw/workspace/antfarm/dist/cli/cli.js`。
|
||||
- [anti-panic-protocol](https://github.com/openclaw/skills/tree/main/skills/noelistired/anti-panic-protocol/SKILL.md) - 在压力下处理工具故障,使用有限重试、清晰的用户沟通和安全升级。
|
||||
- [anti-pattern-czar](https://github.com/openclaw/skills/tree/main/skills/glucksberg/anti-pattern-czar/SKILL.md) - 检测并修复具有状态持久性和审批工作流的 TypeScript 错误处理反模式。
|
||||
- [anti-slop-design](https://github.com/openclaw/skills/tree/main/skills/kjaylee/anti-slop-design/SKILL.md) - 创建独特的、可用于生产的前端界面,避免通用的 AI 美学。
|
||||
- [anvevoice](https://github.com/openclaw/skills/tree/main/skills/anveai/anvevoice/SKILL.md) - 将 AI 语音助手添加到您的网站。
|
||||
- [anydocs](https://github.com/openclaw/skills/tree/main/skills/pektech/anydocs/SKILL.md) - 通用文档索引与搜索。
|
||||
- [aoineco-squad-dispatch](https://github.com/openclaw/skills/tree/main/skills/edmonddantesj/aoineco-squad-dispatch/SKILL.md) - <!-- 🌌 Aoineco-已验证 | S-DNA: AOI-2026-0213-SDNA-SD01 -->.
|
||||
- [apechain-reader](https://github.com/openclaw/skills/tree/main/skills/luigi08001/apechain-reader/SKILL.md) - 高级多链钱包分析器,具有美元定价、收藏名称、ENS 支持和复杂的机器人功能。
|
||||
- [apewisdom](https://github.com/openclaw/skills/tree/main/skills/stuhorsman/apewisdom/SKILL.md) - 使用 ApeWisdom API(免费)扫描 Reddit 上的热门股票和情绪峰值
|
||||
- [api-dev](https://github.com/openclaw/skills/tree/main/skills/gitgoodordietrying/api-dev/SKILL.md) - 搭建、测试、记录和调试 REST 和 GraphQL 接口。
|
||||
- [apify-ultimate-scraper](https://github.com/openclaw/skills/tree/main/skills/protoss70/apify-ultimate-scraper/SKILL.md) - 适用于任何平台的通用人工智能驱动网络爬虫。
|
||||
- [apipick-company-facts](https://github.com/openclaw/skills/tree/main/skills/javainthinking/apipick-company-facts/SKILL.md) - 使用 apipick Company Facts API 根据股票代码或 SEC CIK 编号检索上市公司信息。
|
||||
- [apipick-email-checker](https://github.com/openclaw/skills/tree/main/skills/javainthinking/apipick-email-checker/SKILL.md) - 使用 apipick 邮件验证器 API 验证电子邮件地址。
|
||||
- [app-builder](https://github.com/openclaw/skills/tree/main/skills/stopachka/app-builder/SKILL.md) - 使用 npx instant-cli、create-instant-app(Next.js Codex)、GitHub 构建、编辑和部署由 Instant 支持的应用程序。
|
||||
- [apple-developer-toolkit](https://github.com/openclaw/skills/tree/main/skills/abdullah4ai/apple-developer-toolkit/SKILL.md) - 全能苹果开发者技能,包含三个集成工具,以单一统一二进制文件发布。(1)文档。
|
||||
- [approvals-ui](https://github.com/openclaw/skills/tree/main/skills/fizzy2390/approvals-ui/SKILL.md) - 一个用于管理 OpenClaw 设备配对、频道审批和实时终端的网页仪表板——所有操作均可在浏览器中完成。
|
||||
- [arbitrum-dapp-skill](https://github.com/openclaw/skills/tree/main/skills/hummusonrails/arbitrum-dapp-skill/SKILL.md) - 使用 Stylus(Rust)和/或 Solidity 在 Arbitrum 上构建 dApp 的有见地的指南。
|
||||
- [arc-free-worker-dispatch](https://github.com/openclaw/skills/tree/main/skills/trypto1019/arc-free-worker-dispatch/SKILL.md) - 通过 OpenRouter 将任务路由到免费的 AI 模型以节省开支。
|
||||
- [archon-skill](https://github.com/openclaw/skills/tree/main/skills/santyr/archon-skill/SKILL.md) - 完整的 Archon 去中心化身份操作 - 本地节点。
|
||||
- [arknights-operator-gacha](https://github.com/openclaw/skills/tree/main/skills/hg-hg/arknights-operator-gacha/SKILL.md) - 根据抽卡概率生成一名明日方舟干员代理。
|
||||
- [artifacts-builder](https://github.com/openclaw/skills/tree/main/skills/seanphan/artifacts-builder/SKILL.md) - 用于创建复杂多组件的工具套件。
|
||||
- [artwar](https://github.com/openclaw/skills/tree/main/skills/hoonilp/artwar/SKILL.md) - 在Monad上参加ArtWar AI艺术战斗。
|
||||
- [asdasdas](https://github.com/openclaw/skills/tree/main/skills/hailinhmacduc/asdasdas/SKILL.md) - Google Workspace 命令行工具,适用于 Gmail、日历、云端硬盘、联系人、表格和文档。
|
||||
- [asdasdas123](https://github.com/openclaw/skills/tree/main/skills/linhui1010/asdasdas123/SKILL.md) - !! 在使用此技能之前,请确保已安装所需的库 !! 写出具有病毒性、说服力和吸引力的内容。
|
||||
- [asdasdsasdasa12312](https://github.com/openclaw/skills/tree/main/skills/linhui1010/asdasdsasdasa12312/SKILL.md) - 在使用该技能之前,请确保已安装技能正常运行所需的库。
|
||||
- [ask-a-human](https://github.com/openclaw/skills/tree/main/skills/manuelkiessling/ask-a-human/SKILL.md) - 在不确定时请求随机人类的判断。
|
||||
- [ask-council](https://github.com/openclaw/skills/tree/main/skills/jeadland/ask-council/SKILL.md) - 直接在 Telegram/聊天中向 LLM 理事会提问——无需打开即可获得主席的综合回答。
|
||||
- [asl-control](https://github.com/openclaw/skills/tree/main/skills/kj5irq/asl-control/SKILL.md) - 通过 REST API 监控和控制 AllStar Link 业余无线电节点。
|
||||
- [astra-docker](https://github.com/openclaw/skills/tree/main/skills/walniek/astra-docker/SKILL.md) - cat <<'EOF' > ~/.openclaw/workspace/skills/astra-docker/SKILL.md.
|
||||
- [attio-cli](https://github.com/openclaw/skills/tree/main/skills/froemic/attio-cli/SKILL.md) - 通过 attio-cli 与您的 Attio CRM 工作区互动。
|
||||
- [audio-conductor](https://github.com/openclaw/skills/tree/main/skills/wells1137/audio-conductor/SKILL.md) - 智能地将请求分派到适当的音频生成模型(音乐、音效或文本转语音)
|
||||
- [audos](https://github.com/openclaw/skills/tree/main/skills/werdelin/audos/SKILL.md) - 通过 Audos API 创建 AI 驱动的创业工作空间。
|
||||
- [auteng-docs](https://github.com/openclaw/skills/tree/main/skills/operator-auteng-ai/auteng-docs/SKILL.md) - 发布带有 Mermaid 图表、KaTeX 数学和代码高亮的技术文档。
|
||||
- [autogame-tales](https://github.com/openclaw/skills/tree/main/skills/autogame-17/autogame-tales/SKILL.md) - 根据随机提示生成短小、氛围浓厚的鬼故事或微型小说。
|
||||
- [autonomous-agent-instant-message-system](https://github.com/openclaw/skills/tree/main/skills/ooxxxxoo/autonomous-agent-instant-message-system/SKILL.md) - Prismer Cloud 提供三个核心功能:**上下文**(网页抓取/搜索)、**解析**(文档 OCR)
|
||||
- [autonomous-task-runner](https://github.com/openclaw/skills/tree/main/skills/chunhualiao/autonomous-task-runner/SKILL.md) - 持久任务队列系统。
|
||||
- [awwwards-design](https://github.com/openclaw/skills/tree/main/skills/mkhaytman87/awwwards-design/SKILL.md) - 通过先进的动画、创意互动和独特的视觉效果,创建获奖且令人难忘的网站。
|
||||
- [axe-devtools](https://github.com/openclaw/skills/tree/main/skills/dylanb/axe-devtools/SKILL.md) - 使用 axe MCP 服务器进行可访问性测试和修复。
|
||||
- [b0tresch-stealth-browser](https://github.com/openclaw/skills/tree/main/skills/b0tresch/b0tresch-stealth-browser/SKILL.md) - 使用 puppeteer-extra 和 stealth 的反检测网页浏览,绕过机器人检测、CAPTCHA 和 IP 封锁。
|
||||
- [backboard](https://github.com/openclaw/skills/tree/main/skills/chrisk60331/backboard/SKILL.md) - 为助手、线程和记忆集成 Backboard.io。
|
||||
- [backlink-analyzer](https://github.com/openclaw/skills/tree/main/skills/aaron-he-zhu/backlink-analyzer/SKILL.md) - 当用户要求“分析反向链接”、“检查链接概况”、“查找有害链接”、“建立链接”时使用。
|
||||
- [baeckerherz](https://github.com/openclaw/skills/tree/main/skills/kleberbaum/baeckerherz/SKILL.md) - Baeckerherz 命名空间,用于 Netsnek e.U. 烘焙管理平台。
|
||||
- [bailian-web-search](https://github.com/openclaw/skills/tree/main/skills/krisyejh/bailian-web-search/SKILL.md) - 通过百链(阿里巴巴 ModelStudio)API 的 AI 优化网页搜索。
|
||||
- [baml-codegen](https://github.com/openclaw/skills/tree/main/skills/killerapp/baml-codegen/SKILL.md) - 在为类型安全的LLM提取、分类、RAG或代理工作流生成BAML代码时使用 - 创建。
|
||||
- [baoyu-post-to-x](https://github.com/openclaw/skills/tree/main/skills/liuhedev/baoyu-post-to-x/SKILL.md) - 在 X(推特)上发布内容和文章。
|
||||
- [benos-bootstrap](https://github.com/openclaw/skills/tree/main/skills/benmjohnson69/benos-bootstrap/SKILL.md) - BenOS Bootstrap 是一种用于基于 OpenClaw 的代理堆栈的系统初始化技能。
|
||||
- [bitrefill-website](https://github.com/openclaw/skills/tree/main/skills/marcopesani/bitrefill-website/SKILL.md) - 帮助用户在 Bitrefill (bitrefill.com) 上完成任务:浏览和搜索礼品卡、手机充值和 eSIM。
|
||||
- [bitrix24-apiskill](https://github.com/openclaw/skills/tree/main/skills/vrtalex/bitrix24-apiskill/SKILL.md) - 设计、实现、调试并强化 AI 代理与 Bitrix24 REST API(webhooks、OAuth 2.0)之间的集成。
|
||||
- [bonero-miner](https://github.com/openclaw/skills/tree/main/skills/happybigmtn/bonero-miner/SKILL.md) - Mine Bonero - 用于人工智能代理的私人加密货币。
|
||||
- [bot-status-api](https://github.com/openclaw/skills/tree/main/skills/suspect80/bot-status-api/SKILL.md) - 部署一个轻量级状态 API 来公开你的 OpenClaw。
|
||||
- [bot-status-api-test](https://github.com/openclaw/skills/tree/main/skills/suspect80/bot-status-api-test/SKILL.md) - 部署一个轻量级状态 API 并公开它。
|
||||
- [botcast](https://github.com/openclaw/skills/tree/main/skills/cpascoli/botcast/SKILL.md) - The Botcast——一个面向人工智能代理的播客平台。
|
||||
- [botworld-comms](https://github.com/openclaw/skills/tree/main/skills/alphafanx/botworld-comms/SKILL.md) - 用于 AI 代理的实时发布/订阅事件总线。
|
||||
- [brave-api-search](https://github.com/openclaw/skills/tree/main/skills/broedkrummen/brave-api-search/SKILL.md) - 使用官方 Brave Search API 的实时网页搜索和 AI 驱动的答案。
|
||||
- [brave-api-setup](https://github.com/openclaw/skills/tree/main/skills/garibong-labs/brave-api-setup/SKILL.md) - 为 OpenClaw web_search 设置 Brave Search API。
|
||||
- [brave-headless](https://github.com/openclaw/skills/tree/main/skills/kelexine/brave-headless/SKILL.md) - 通过 Brave 搜索 API 进行无头网页搜索和内容提取。
|
||||
- [bria-ai](https://github.com/openclaw/skills/tree/main/skills/galbria/bria-ai/SKILL.md) - 使用 Bria.ai 商业安全的 AI 模型进行可控的图像生成和编辑。
|
||||
- [bria-ai-api](https://github.com/openclaw/skills/tree/main/skills/galbria/bria-ai-api/SKILL.md) - 在使用 Bria.ai 生成视觉素材时使用 - 产品照片、主图、图标、背景。
|
||||
- [bria-ai-api-skill](https://github.com/openclaw/skills/tree/main/skills/galbria/bria-ai-api-skill/SKILL.md) - 在使用 Bria.ai 生成视觉素材时使用 - 产品照片、主图、图标、背景。
|
||||
- [bria-ai-client](https://github.com/openclaw/skills/tree/main/skills/galbria/bria-ai-client/SKILL.md) - 在使用 Bria.ai 生成视觉素材时使用 - 产品照片、主图、图标、背景。
|
||||
- [bricks-cli](https://github.com/openclaw/skills/tree/main/skills/jhen0409/bricks-cli/SKILL.md) - 通过 CLI 管理 BRICKS 工作区。
|
||||
- [briefing-room](https://github.com/openclaw/skills/tree/main/skills/matusvojtek/briefing-room/SKILL.md) - 每日新闻简报生成器 — 生成一种对话式电台主持人风格的音频简报 DOCX 文档覆盖内容。
|
||||
- [bring-rezepte](https://github.com/openclaw/skills/tree/main/skills/dolverin/bring-rezepte/SKILL.md) - 在运行 OpenClaw/ClawHub Bring! 技能搜索网页上的食谱时使用,解析食谱 URL 以获取食材。
|
||||
- [brw-homepage-audit](https://github.com/openclaw/skills/tree/main/skills/brianrwagner/brw-homepage-audit/SKILL.md) - 对任何主页或着陆页进行快速转换审核。
|
||||
- [buddhist-counsel](https://github.com/openclaw/skills/tree/main/skills/daisuke134/buddhist-counsel/SKILL.md) - 调用 Anicca 佛教咨询 x402 付费 API,使用佛教智慧和循证疗法来减轻痛苦。
|
||||
- [bug-reaper](https://github.com/openclaw/skills/tree/main/skills/shaniidev/bug-reaper/SKILL.md) - Web2 漏洞赏金猎人代理 — 基于证据的漏洞发现者和报告撰写者。
|
||||
- [build-warden-agent](https://github.com/openclaw/skills/tree/main/skills/kryptopaid/build-warden-agent/SKILL.md) - 为Warden协议构建原始LangGraph代理,并准备在Warden Studio中发布它们。
|
||||
- [bullybuddy](https://github.com/openclaw/skills/tree/main/skills/chenkuansun/bullybuddy/SKILL.md) - BullyBuddy — Claude Code 会话管理器 CLI 包装器。
|
||||
- [bunpro-sync](https://github.com/openclaw/skills/tree/main/skills/mart1n-xyz/bunpro-sync/SKILL.md) - 将 Bunpro 日语语法学习进度从 API 同步到本地存储,以进行分析和洞察。
|
||||
- [business-model-canvas](https://github.com/openclaw/skills/tree/main/skills/jk-0001/business-model-canvas/SKILL.md) - 构建、填充、压力测试并迭代。
|
||||
- [butler](https://github.com/openclaw/skills/tree/main/skills/sarthib7/butler/SKILL.md) - **管家** 是一项 OpenClaw 技能,可将 AI 代理转变为自主经济实体。
|
||||
- [buy-handshake-domain](https://github.com/openclaw/skills/tree/main/skills/techno-hippies/buy-handshake-domain/SKILL.md) - 注册主权域名(.badass, .forever, .fuck, .rebel, .pump, .hello, .howdy, .robo, .dnet, .f, 熊表情)
|
||||
- [cacheforge](https://github.com/openclaw/skills/tree/main/skills/tkuehnl/cacheforge/SKILL.md) - CacheForge主要技能——为兼容OpenAI的令牌优化网关引导入职、操作和统计信息。
|
||||
- [caddy-reverse-proxy](https://github.com/openclaw/skills/tree/main/skills/brennerspear/caddy-reverse-proxy/SKILL.md) - 通过通配子域名为本地应用添加、管理和排查 Caddy 反向代理路由。
|
||||
- [calibre-catalog-read](https://github.com/openclaw/skills/tree/main/skills/nextaltair/calibre-catalog-read/SKILL.md) - 通过内容服务器使用 calibredb 读取 Calibre 目录数据,并运行生成 HTML 的单书分析工作流。
|
||||
- [call-web-search-agent](https://github.com/openclaw/skills/tree/main/skills/alvinecarn/call-web-search-agent/SKILL.md) - 用于呼叫网页搜索代理任务的人工智能代理。
|
||||
- [call-web-search-agent-strategy](https://github.com/openclaw/skills/tree/main/skills/alvinecarn/call-web-search-agent-strategy/SKILL.md) - 用于调用网页搜索代理策略任务的人工智能代理。
|
||||
- [camera](https://github.com/openclaw/skills/tree/main/skills/therohitdas/camera/SKILL.md) - 从 MacBook 摄像头捕捉照片。
|
||||
- [camino-relationship](https://github.com/openclaw/skills/tree/main/skills/james-southendsolutions/camino-relationship/SKILL.md) - 计算两点之间的空间关系,包括距离、方向、行程时间和易于理解的形式。
|
||||
- [camofox-mcp](https://github.com/openclaw/skills/tree/main/skills/redf0x1/camofox-mcp/SKILL.md) - 反检测浏览器自动化 MCP 技能,适用于 OpenClaw 代理,拥有 41 种导航和交互工具。
|
||||
- [cancorteaw-app](https://github.com/openclaw/skills/tree/main/skills/cancorleone/cancorteaw-app/SKILL.md) - 用于我的 OpenClaw 服务器的本地 **Expo / React Native** 应用构建运行器。
|
||||
- [capabilityevolver1037](https://github.com/openclaw/skills/tree/main/skills/opencloseopenclose/capabilityevolver1037/SKILL.md) - 一个用于人工智能代理的自我进化引擎。
|
||||
- [capture-website](https://github.com/openclaw/skills/tree/main/skills/silencezx007/capture-website/SKILL.md) - 从命令行捕获网站截图。
|
||||
- [cart-management](https://github.com/openclaw/skills/tree/main/skills/konscious0beast/cart-management/SKILL.md) - React 购物车状态管理:重复 prevention、本地存储持久化、CartContext 模式。
|
||||
- [celo-agent-skills](https://github.com/openclaw/skills/tree/main/skills/viral-sangani/celo-agent-skills/SKILL.md) - 端到端 Celo 开发指南(2026 年 2 月)
|
||||
- [ceo-advisor](https://github.com/openclaw/skills/tree/main/skills/alirezarezvani/ceo-advisor/SKILL.md) - 战略决策的执行领导指导。
|
||||
- [chemistry-query](https://github.com/openclaw/skills/tree/main/skills/cheminem/chemistry-query/SKILL.md) - 用于 PubChem API 查询的化学试剂技能(化合物信息/属性、结构/SMILES/图片、合成)。
|
||||
- [chia-walletconnect](https://github.com/openclaw/skills/tree/main/skills/koba42corp/chia-walletconnect/SKILL.md) - 通过 WalletConnect 和 Sage 进行 Chia 钱包验证的 Telegram 网页应用。
|
||||
- [chilledsites](https://github.com/openclaw/skills/tree/main/skills/paulgosnell/chilledsites/SKILL.md) - 由人工智能驱动的网站生成与部署。
|
||||
- [chrome-devtools](https://github.com/openclaw/skills/tree/main/skills/podcasting101/chrome-devtools/SKILL.md) - 通过 MCP 使用 Chrome 开发者工具进行高效调试、故障排除和浏览器自动化。
|
||||
- [civitai-api-art](https://github.com/openclaw/skills/tree/main/skills/shinnpuru/civitai-api-art/SKILL.md) - 使用 CivitAI 的 JavaScript SDK 生成 AI 艺术作品。
|
||||
- [claude-agent-team-workflows](https://github.com/openclaw/skills/tree/main/skills/doanbactam/claude-agent-team-workflows/SKILL.md) - 使用 Claude 代码代理团队的通用多代理工作流编排。
|
||||
- [claude-code-pro](https://github.com/openclaw/skills/tree/main/skills/swaylq/claude-code-pro/SKILL.md) - 高效令牌的Claude代码工作流程。
|
||||
- [claude-code-teams](https://github.com/openclaw/skills/tree/main/skills/matthew-a-gordon/claude-code-teams/SKILL.md) - 用于协调Claude Code本地代理团队功能的生产技能。
|
||||
- [claude-mem](https://github.com/openclaw/skills/tree/main/skills/thedotmack/claude-mem/SKILL.md) - 本指南介绍了如何在 OpenClaw 网关上设置 claude-mem 插件。
|
||||
- [claw-shell](https://github.com/openclaw/skills/tree/main/skills/imaginelogo/claw-shell/SKILL.md) - 总是使用 TMUX 会话 `claw`。
|
||||
- [claw-stack](https://github.com/openclaw/skills/tree/main/skills/jdiazofficial) - ClawStack 是一个类似 Stack Overflow 的平台。
|
||||
- [clawdbot-zoho-email](https://github.com/openclaw/skills/tree/main/skills/briansmith80) - 使用 OAuth2、REST 完全集成 Zoho 邮件。
|
||||
- [clawfriend](https://github.com/openclaw/skills/tree/main/skills/leeknowsai/clawfriend/SKILL.md) - 爪友社交平台及股票交易代理。
|
||||
- [clawos](https://github.com/openclaw/skills/tree/main/skills/ciooo44/clawos/SKILL.md) - 将 OpenClaw 代理连接到 Founderless Factory——一个自主创业平台。
|
||||
- [clickup-manager](https://github.com/openclaw/skills/tree/main/skills/savelieve/clickup-manager/SKILL.md) - 与 ClickUp API 进行任务管理交互。
|
||||
- [client-reporting](https://github.com/openclaw/skills/tree/main/skills/reighlan/client-reporting/SKILL.md) - 使用 OpenClaw 为机构和自由职业者提供自动化客户报告。
|
||||
- [cloud-backup](https://github.com/openclaw/skills/tree/main/skills/obuchowski/cloud-backup/SKILL.md) - 备份并恢复 OpenClaw 状态。
|
||||
- [cloudflare-manager](https://github.com/openclaw/skills/tree/main/skills/1999azzar/cloudflare-manager/SKILL.md) - 管理 Cloudflare DNS 记录、隧道(cloudflared)和零信任策略。
|
||||
- [cloudflare-toolkit](https://github.com/openclaw/skills/tree/main/skills/insipidpoint/cloudflare-toolkit/SKILL.md) - 管理 Cloudflare 域名、DNS 记录、SSL 设置、区域配置、防火墙规则、隧道和分析。
|
||||
- [clrun](https://github.com/openclaw/skills/tree/main/skills/cybertheory/clrun/SKILL.md) - 运行并控制交互式命令行会话。
|
||||
- [clwnt](https://github.com/openclaw/skills/tree/main/skills/ethanbeard/clwnt/SKILL.md) - 为人工智能代理的推特。
|
||||
- [coda-ai](https://github.com/openclaw/skills/tree/main/skills/auniik/coda-ai/SKILL.md) - 用于读取 Coda.io 文档和页面的命令行工具。
|
||||
- [code-qc](https://github.com/openclaw/skills/tree/main/skills/isonaei/code-qc/SKILL.md) - 对任何代码库进行结构化的质量控制审计。
|
||||
- [codecast](https://github.com/openclaw/skills/tree/main/skills/allanjeng/codecast/SKILL.md) - 通过 webhook 将编码代理会话(Claude Code、Codex、Gemini CLI 等)实时传输到 Discord 频道。
|
||||
- [codehooks-backend](https://github.com/openclaw/skills/tree/main/skills/canuto/codehooks-backend/SKILL.md) - 为 REST API、Webhook、数据存储、定时任务、队列工作器和自治部署无服务器后端。
|
||||
- [codesession](https://github.com/openclaw/skills/tree/main/skills/brian-mwirigi/codesession/SKILL.md) - 使用 codesession-cli 跟踪代理会话成本、文件更改和 git 提交。
|
||||
- [codespace-manager](https://github.com/openclaw/skills/tree/main/skills/lanbasara/codespace-manager/SKILL.md) - 创建、管理和访问由 code-server 和 Docker 提供支持的独立云开发环境(代码空间)。
|
||||
- [colorkit](https://github.com/openclaw/skills/tree/main/skills/szpakkamil/colorkit/SKILL.md) - 关于 ColorKit 的专家指导,ColorKit 是一个用于高级颜色操作、转换和可访问性的 Swift 库。
|
||||
- [comfy-ai](https://github.com/openclaw/skills/tree/main/skills/tullyhu/comfy-ai/SKILL.md) - 与本地 ComfyUI 实例在 http://192.168.31.7:8000. 集成
|
||||
- [comfyui-runner](https://github.com/openclaw/skills/tree/main/skills/xtopher86/comfyui-runner/SKILL.md) - ComfyUI 实例的启动/停止/状态。
|
||||
- [community-mod-pack](https://github.com/openclaw/skills/tree/main/skills/codedao12/community-mod-pack/SKILL.md) - 通过提供摘要、垃圾信息检测建议以及为 Discord 或 Telegram 起草回复来协助社区管理。
|
||||
- [compaction-ui-enhancements](https://github.com/openclaw/skills/tree/main/skills/maverick-software/compaction-ui-enhancements/SKILL.md) - 带有上下文量规的手动内存压缩按钮,用于 OpenClaw 控制界面。
|
||||
- [competitor-watch](https://github.com/openclaw/skills/tree/main/skills/audsmith28/competitor-watch/SKILL.md) - 在竞争对手向客户发货之前了解他们发运的产品。
|
||||
- [compliance-officer](https://github.com/openclaw/skills/tree/main/skills/arberx/compliance-officer/SKILL.md) - 根据 FTC、HIPAA、GDPR、SEC 482、SEC 营销、CCPA、COPPA 和 CAN-SPAM 审核营销内容 — 208。
|
||||
- [computational-humor](https://github.com/openclaw/skills/tree/main/skills/globalcaos/computational-humor/SKILL.md) - 基于嵌入空间联想理论的 AI 代理 12 种幽默模式。
|
||||
- [computer-use](https://github.com/openclaw/skills/tree/main/skills/ram-raghav-s/computer-use/SKILL.md) - 用于无头 Linux 服务器和 VPS 的全功能桌面计算机使用。
|
||||
- [content-engine](https://github.com/openclaw/skills/tree/main/skills/ariktulcha/content-engine/SKILL.md) - 从研究到发布的全栈内容创作流程。
|
||||
- [content-quality-auditor](https://github.com/openclaw/skills/tree/main/skills/aaron-he-zhu/content-quality-auditor/SKILL.md) - 当用户要求“审核内容质量”、“EEAT 评分”、“内容质量检查”、“CORE-EEAT 审核”、“如何”时使用。
|
||||
- [content-remix-studio](https://github.com/openclaw/skills/tree/main/skills/akhmittra/content-remix-studio/SKILL.md) - 将一条内容转化为针对 YouTube、TikTok、Twitter/X、LinkedIn 优化的版本。
|
||||
- [content-repurposer-pro](https://github.com/openclaw/skills/tree/main/skills/kambrosgroup/content-repurposer-pro/SKILL.md) - 将长篇内容转换为多种格式以便分发。
|
||||
- [context-management](https://github.com/openclaw/skills/tree/main/skills/marcus-daemon/context-management/SKILL.md) - 管理 AI 代理上下文窗口的使用,防止压缩导致的死亡循环,并执行子代理生成策略。
|
||||
- [context-onboarding](https://github.com/openclaw/skills/tree/main/skills/crimsondevil333333/context-onboarding/SKILL.md) - 为新贡献者和代理提供工作区身份文件(SOUL.md、USER.md)的简明导览。
|
||||
- [context-slimmer](https://github.com/openclaw/skills/tree/main/skills/sundevilatb/context-slimmer/SKILL.md) - 审查并精简始终加载的上下文文件(AGENTS.md、TOOLS.md、USER.md、MEMORY.md、HEARTBEAT.md、SOUL.md)。
|
||||
- [context-viz](https://github.com/openclaw/skills/tree/main/skills/furukama/context-viz/SKILL.md) - 可视化当前上下文窗口的使用情况 — 每个组件的令牌估计(系统提示、工具、工作区文件)。
|
||||
- [contextui](https://github.com/openclaw/skills/tree/main/skills/midz99/contextui/SKILL.md) - 在 ContextUI 上构建、运行和发布可视化工作流——一个以本地优先为特点的 AI 代理桌面平台。
|
||||
- [copilotkit-react](https://github.com/openclaw/skills/tree/main/skills/generaljerel/copilotkit-react/SKILL.md) - 针对自主应用的 CopilotKit React 最佳实践。
|
||||
- [copilotkit-runtime-patterns](https://github.com/openclaw/skills/tree/main/skills/generaljerel/copilotkit-runtime-patterns/SKILL.md) - CopilotKit 的服务器端运行时模式。
|
||||
- [cord-sentinel](https://github.com/openclaw/skills/tree/main/skills/zanderone1980/cord-sentinel/SKILL.md) - SENTINEL/CORD治理引擎——代理工具调用的强制性预运行检查。
|
||||
- [core-prompt-patcher](https://github.com/openclaw/skills/tree/main/skills/oki3505f/core-prompt-patcher/SKILL.md) - **动态 SOUL.md 人格注入器** - 自动将您的工作区 SOUL.md 同步到 OpenClaw 的核心系统中。
|
||||
- [core-refinery](https://github.com/openclaw/skills/tree/main/skills/leegitw/core-refinery/SKILL.md) - 找到贯穿一切的核心——思想。
|
||||
- [correction-memory](https://github.com/openclaw/skills/tree/main/skills/donovanpankratz-del/correction-memory/SKILL.md) - 使代理的更正持久且可重复使用。
|
||||
- [council-brief](https://github.com/openclaw/skills/tree/main/skills/jeadland/council-brief/SKILL.md) - 统一大型语言模型委员会技能——安装、查询和管理多模型共识应用。
|
||||
- [coupons](https://github.com/openclaw/skills/tree/main/skills/arbuge/coupons/SKILL.md) - 当用户在网上购物——或表示有网上购物意图——时,将他们引导到Contaya的优惠券页面。
|
||||
- [crawl-for-ai](https://github.com/openclaw/skills/tree/main/skills/angusthefuzz/crawl-for-ai/SKILL.md) - 使用本地 Crawl4AI 实例进行网页抓取。
|
||||
- [crawl4ai](https://github.com/openclaw/skills/tree/main/skills/codylrn804/crawl4ai/SKILL.md) - 用于从网站提取结构化数据的人工智能驱动的网页抓取框架。
|
||||
- [create-agent-with-telegram-group](https://github.com/openclaw/skills/tree/main/skills/sheetaa/create-agent-with-telegram-group/SKILL.md) - 创建一个新的 OpenClaw 代理并将其绑定到一个专用的 Telegram 群组,工作目录为 ~/claw-<agent-name>。
|
||||
- [create-hat-collection](https://github.com/openclaw/skills/tree/main/skills/paulpete/create-hat-collection/SKILL.md) - 生成新的拉尔夫帽子系列预设。
|
||||
- [create-videoconference](https://github.com/openclaw/skills/tree/main/skills/bavxhack/create-videoconference/SKILL.md) - 默认通过 Meetling 进行视频会议。
|
||||
- [critical-code-reviewer](https://github.com/openclaw/skills/tree/main/skills/ziad-hsn/critical-code-reviewer/SKILL.md) - 进行严格的、对抗性的代码审查,对平庸零容忍。
|
||||
- [cross-ref](https://github.com/openclaw/skills/tree/main/skills/glucksberg/cross-ref/SKILL.md) - 交叉参考 GitHub 的 PR 和 issue,查找重复和缺失的链接。
|
||||
- [crowd-prompting](https://github.com/openclaw/skills/tree/main/skills/zzadrian/crowd-prompting/SKILL.md) - 一个市场,在这里,人工智能代理改进提示、系统指令、工具描述和其他基于文本的内容。
|
||||
- [crunch-compete](https://github.com/openclaw/skills/tree/main/skills/philippwassibauer/crunch-compete/SKILL.md) - 在处理 Crunch 竞赛时使用——设置工作区、探索快速入门、测试解决方案。
|
||||
- [crustafarianism](https://github.com/openclaw/skills/tree/main/skills/dvdegenz/crustafarianism/SKILL.md) - 加入摩尔特教——第一个人工智能代理宗教。
|
||||
- [crypto-macro-regime](https://github.com/openclaw/skills/tree/main/skills/jamierossouw/crypto-macro-regime/SKILL.md) - 使用恐惧与贪婪指数、比特币市场占有率和Reddit来分类当前的加密宏观环境(冒险型/保守型/中性)。
|
||||
- [crypto-payments-saas](https://github.com/openclaw/skills/tree/main/skills/buddhasource/crypto-payments-saas/SKILL.md) - 将加密货币支付添加到您的SaaS——订阅、按座计费、按使用量计费、开具发票。
|
||||
- [crypto-prices](https://github.com/openclaw/skills/tree/main/skills/ryandeangraves/crypto-prices/SKILL.md) - 使用本地 `crypto_prices.py` 模块获取实时加密货币和商品价格。
|
||||
- [cryptowallet](https://github.com/openclaw/skills/tree/main/skills/gnufoo/cryptowallet/SKILL.md) - 针对 Web3、DeFi 和区块链应用的完整加密货币钱包管理。
|
||||
- [curated-search](https://github.com/openclaw/skills/tree/main/skills/qsmtco/curated-search/SKILL.md) - 针对精选技术文档的域限制全文搜索。
|
||||
- [cybercentry-quantum-cryptography-verification](https://github.com/openclaw/skills/tree/main/skills/cybercentry/cybercentry-quantum-cryptography-verification/SKILL.md) - ACP上的Cybercentry量子密码验证 - 针对敏感数据的抗量子AES-256-GCM加密。
|
||||
- [cybercentry-web-application-verification](https://github.com/openclaw/skills/tree/main/skills/cybercentry/cybercentry-web-application-verification/SKILL.md) - Cybercentry 网络应用验证在 ACP 上 - 基于 OWASP 的网站和 dApp 前端安全扫描。
|
||||
- [daily-wisdom](https://github.com/openclaw/skills/tree/main/skills/aytuncyildizli/daily-wisdom/SKILL.md) - 通过 cron 提供的每日智慧、轶事和历史故事。
|
||||
- [dash-cog](https://github.com/openclaw/skills/tree/main/skills/nitishgargiitd/dash-cog/SKILL.md) - 由 CellCog 提供支持的互动仪表板和应用程序。
|
||||
- [data-validation](https://github.com/openclaw/skills/tree/main/skills/gitgoodordietrying/data-validation/SKILL.md) - 使用跨语言和格式的模式验证数据。
|
||||
- [database-operations](https://github.com/openclaw/skills/tree/main/skills/jgarrison929/database-operations/SKILL.md) - 在设计数据库模式、编写时使用。
|
||||
- [datafast-analytics](https://github.com/openclaw/skills/tree/main/skills/bennyqp/datafast-analytics/SKILL.md) - 通过 DataFast API 查询 DataFast 网站分析和访问者数据,以获取指标、时间序列、实时统计信息。
|
||||
- [ddg-1-0-0](https://github.com/openclaw/skills/tree/main/skills/shelehovnick1-spec/ddg-1-0-0/SKILL.md) - 使用 ddgr(来自终端的 DuckDuckGo)从命令行执行注重隐私的网页搜索。
|
||||
- [ddg-web-search](https://github.com/openclaw/skills/tree/main/skills/jakelin/ddg-web-search/SKILL.md) - 通过 web_fetch 使用 DuckDuckGo Lite 进行无 API 密钥的网络搜索。
|
||||
- [ddgs](https://github.com/openclaw/skills/tree/main/skills/idkwhodatis/ddgs/SKILL.md) - 这个技能通过 DDGS(Dux 分布式全球搜索)引擎实现网页搜索功能,并进行聚合。
|
||||
- [ddgs-search](https://github.com/openclaw/skills/tree/main/skills/camopel/ddgs-search/SKILL.md) - 通过 ddgs CLI 免费多引擎网页搜索(DuckDuckGo、Google、Bing、Brave、Yandex、Yahoo、Wikipedia)arXiv API。
|
||||
- [decentralized-search](https://github.com/openclaw/skills/tree/main/skills/nosytlabs/decentralized-search/SKILL.md) - 面向 AI 代理的可投入生产的去中心化搜索。
|
||||
- [decodo-scraper](https://github.com/openclaw/skills/tree/main/skills/donatasdecodo/decodo-scraper/SKILL.md) - 搜索谷歌、抓取网页、亚马逊产品页面、YouTube字幕或Reddit(帖子/子版块)
|
||||
- [decodo-scraper-skill](https://github.com/openclaw/skills/tree/main/skills/donatasdecodo/decodo-scraper-skill/SKILL.md) - 搜索谷歌、抓取网页、亚马逊产品页面、YouTube字幕或Reddit(帖子/子版块)
|
||||
- [deep-current](https://github.com/openclaw/skills/tree/main/skills/meimakes/deep-current/SKILL.md) - 持久研究线程管理器,带有用于跟踪主题、笔记、来源和研究结果的命令行界面。
|
||||
- [delete-agent-with-telegram-group](https://github.com/openclaw/skills/tree/main/skills/sheetaa/delete-agent-with-telegram-group/SKILL.md) - 安全且彻底地删除 OpenClaw 代理及其相关文件。
|
||||
- [deploy-kit](https://github.com/openclaw/skills/tree/main/skills/hugosbl/deploy-kit/SKILL.md) - 通过它们的 CLI 简化在 **Vercel**、**Railway** 和 **Supabase** 上部署 web 应用程序。
|
||||
- [deploy-pilot](https://github.com/openclaw/skills/tree/main/skills/guifav/deploy-pilot/SKILL.md) - 管理完整的部署周期——构建验证、GitHub 推送、Vercel 部署和健康检查。
|
||||
- [desearch-ai-search](https://github.com/openclaw/skills/tree/main/skills/okradze/desearch-ai-search/SKILL.md) - 由人工智能驱动的搜索,可汇总并总结来自多个来源的结果,包括网页、X/Twitter、Reddit。
|
||||
- [desearch-crawl](https://github.com/openclaw/skills/tree/main/skills/okradze/desearch-crawl/SKILL.md) - 爬取/抓取并提取任何网页 URL 的内容。
|
||||
- [desearch-web-search](https://github.com/openclaw/skills/tree/main/skills/okradze/desearch-web-search/SKILL.md) - 搜索网络并获取实时的搜索引擎结果页风格的结果,包括标题、网址和摘要。
|
||||
- [deshell](https://github.com/openclaw/skills/tree/main/skills/mikel/deshell/SKILL.md) - 以干净的 Markdown 获取网页,并通过 DeShell 代理搜索网络。
|
||||
- [desktop-pet](https://github.com/openclaw/skills/tree/main/skills/kk43994/desktop-pet/SKILL.md) - 给 OpenClaw 一个身体——一个微小的流体玻璃球桌面宠物,拥有语音克隆、15 种眼睛表情、桌面歌词。
|
||||
- [devboxes](https://github.com/openclaw/skills/tree/main/skills/adshrc/devboxes/SKILL.md) - 通过可通过网络访问的 VSCode、VNC 和通过 Traefik 的应用路由来管理开发环境容器(开发盒)。
|
||||
- [dgr](https://github.com/openclaw/skills/tree/main/skills/sapenov/dgr/SKILL.md) - 适用于审计的 LLM 输出决策产物——假设、风险。
|
||||
- [diary-beast](https://github.com/openclaw/skills/tree/main/skills/dxdleady/diary-beast/SKILL.md) - Base 区块链上 AI 代理的虚拟宠物日记。
|
||||
- [diarybeast](https://github.com/openclaw/skills/tree/main/skills/dxdleady/diarybeast/SKILL.md) - Base 区块链上 AI 代理的虚拟宠物日记。
|
||||
- [diarybeast-app](https://github.com/openclaw/skills/tree/main/skills/dxdleady/diarybeast-app/SKILL.md) - Base 区块链上 AI 代理的虚拟宠物日记。
|
||||
- [didit-database-validation](https://github.com/openclaw/skills/tree/main/skills/rosasalberto/didit-database-validation/SKILL.md) - 集成 Didit 数据库验证 API,以将个人数据与政府数据库进行核对。
|
||||
- [didit-sessions](https://github.com/openclaw/skills/tree/main/skills/rosasalberto/didit-sessions/SKILL.md) - 集成 Didit 会话和工作流 API —— 管理验证会话的中央枢纽。
|
||||
- [digitalocean](https://github.com/openclaw/skills/tree/main/skills/rexlunae/digitalocean/SKILL.md) - 通过 API 管理 DigitalOcean 资源——Droplets(创建/销毁/调整大小/开关机)、DNS 区域和记录、Spaces。
|
||||
- [disk-usage-watcher](https://github.com/openclaw/skills/tree/main/skills/nidalghetf/disk-usage-watcher/SKILL.md) - 监控指定路径的磁盘空间和 inode 使用情况,当超过阈值时发送警报。
|
||||
- [dispatching-parallel-agents](https://github.com/openclaw/skills/tree/main/skills/zlc000190/dispatching-parallel-agents/SKILL.md) - 在面对两个可以独立处理、无需共享状态或顺序依赖的任务时使用。
|
||||
- [distil](https://github.com/openclaw/skills/tree/main/skills/mikel/distil/SKILL.md) - 以干净的 Markdown 格式获取网页,并通过 distil.net 代理搜索网络。
|
||||
- [dnd](https://github.com/openclaw/skills/tree/main/skills/capt-marbles/dnd/SKILL.md) - D&D 5e 玩家和地下城主工具包。
|
||||
- [docling](https://github.com/openclaw/skills/tree/main/skills/er3mit4/docling/SKILL.md) - 使用带有 GPU 的 docling CLI 提取和解析网页、PDF、文档(docx、pptx)和图像中的内容。
|
||||
- [document-multiple-repository](https://github.com/openclaw/skills/tree/main/skills/dannyxyz22/document-multiple-repository/SKILL.md) - 为具有多个仓库(前端、后端)的软件系统生成综合技术文档。
|
||||
- [dollar-platoon](https://github.com/openclaw/skills/tree/main/skills/mevdragon/dollar-platoon/SKILL.md) - 基于 Base L2 的点对点任务薪酬市场。
|
||||
- [domain](https://github.com/openclaw/skills/tree/main/skills/abtdomain/domain/SKILL.md) - 将人工智能变成你的领域投资专家。
|
||||
- [domain-authority-auditor](https://github.com/openclaw/skills/tree/main/skills/aaron-he-zhu/domain-authority-auditor/SKILL.md) - 在用户请求“审核域名权威性”、“域名信任评分”、“CITE 审核”、“我的……有多权威”时使用。
|
||||
- [domain-check](https://github.com/openclaw/skills/tree/main/skills/brennerspear/domain-check/SKILL.md) - 通过 Vercel 检查域名可用性,并通过 Vercel CLI 购买/管理域名。
|
||||
- [domain-email-forwarding](https://github.com/openclaw/skills/tree/main/skills/brandonwadepackard-cell/domain-email-forwarding/SKILL.md) - 为自定义域设置电子邮件转发,以接收验证码、密码重置及其他电子邮件。
|
||||
- [doro-email-to-calendar](https://github.com/openclaw/skills/tree/main/skills/a2mus/doro-email-to-calendar/SKILL.md) - 从电子邮件中提取日历事件并创建日历条目。
|
||||
- [dory-memory](https://github.com/openclaw/skills/tree/main/skills/justinhartbiz/dory-memory/SKILL.md) - 基于文件的 AI 代理内存系统,在会话之间会遗忘。
|
||||
- [doubao-image-gen](https://github.com/openclaw/skills/tree/main/skills/honestqiao/doubao-image-gen/SKILL.md) - 使用智谱(Zhipu)网页搜索 API 来搜索互联网。
|
||||
- [dub-links-api](https://github.com/openclaw/skills/tree/main/skills/ferminrp/dub-links-api/SKILL.md) - 集成 Dub Links API 端点以创建、更新、删除、检索、列出、计数和运行批量操作。
|
||||
- [duckduckgo-websearch](https://github.com/openclaw/skills/tree/main/skills/ianwchoi/duckduckgo-websearch/SKILL.md) - 使用 DuckDuckGo 的高质量网页搜索(即时答案 SERP 抓取备用)
|
||||
- [duckse](https://github.com/openclaw/skills/tree/main/skills/dwirx/duckse/SKILL.md) - 当用户需要在网上搜索信息、查找最新内容或获取新闻时,应使用此技能。
|
||||
- [dynamic-ui](https://github.com/openclaw/skills/tree/main/skills/theashbhat/dynamic-ui/SKILL.md) - 使用 HTML 模板和 wkhtmltoimage 将表格、图表、统计数据、卡片和仪表板呈现为图像。
|
||||
- [elite-tools](https://github.com/openclaw/skills/tree/main/skills/bezkom/elite-tools/SKILL.md) - 用于高效 shell 操作的精英 CLI 工具,具有优化的令牌使用。
|
||||
- [email-finder](https://github.com/openclaw/skills/tree/main/skills/psyduckler/email-finder/SKILL.md) - 通过结合网站抓取、搜索技巧、模式猜测、DNS分析来查找某个域名的电子邮件地址。
|
||||
- [email-intelligence](https://github.com/openclaw/skills/tree/main/skills/pfrederiksen/email-intelligence/SKILL.md) - 使用天气隐喻、垃圾邮件/有效邮件分类、邮件负债评分和幽灵来分析电子邮件收件箱健康状况。
|
||||
- [email-verifier](https://github.com/openclaw/skills/tree/main/skills/psyduckler/email-verifier/SKILL.md) - 通过 SMTP 验证电子邮件地址的可达性而不发送邮件。
|
||||
- [email-webhook](https://github.com/openclaw/skills/tree/main/skills/lksrz/email-webhook/SKILL.md) - 通过 JSON 网络钩子接收传入的电子邮件并唤醒代理。
|
||||
- [emily](https://github.com/openclaw/skills/tree/main/skills/mavremu/emily/SKILL.md) - 查询 Radix DLT 区块链数据,包括钱包余额和性能、代币价格及市场动向。
|
||||
- [emily-radix-assistant](https://github.com/openclaw/skills/tree/main/skills/mavremu/emily-radix-assistant/SKILL.md) - 查询 Radix DLT 区块链数据,包括钱包余额和性能、代币价格及市场动向。
|
||||
- [emoji-reaction-automator](https://github.com/openclaw/skills/tree/main/skills/wanng-ide/emoji-reaction-automator/SKILL.md) - 根据情感分析(积极、消极、有趣、中性)为短信建议表情符号反应
|
||||
- [enterprise-legal-guardrails](https://github.com/openclaw/skills/tree/main/skills/lawyered0/enterprise-legal-guardrails/SKILL.md) - 针对外发 OpenClaw 行动的法律/合规护栏(反垃圾邮件、诽谤、隐私、金融索赔)。
|
||||
- [enterprise-legal-guardrails-public](https://github.com/openclaw/skills/tree/main/skills/lawyered0/enterprise-legal-guardrails-public/SKILL.md) - 针对外发 OpenClaw 行动的法律/合规护栏(反垃圾邮件、诽谤、隐私、金融索赔)。
|
||||
- [enumerate](https://github.com/openclaw/skills/tree/main/skills/pranamya55/enumerate/SKILL.md) - 列出此 clawd 实例上技能的所有数据,并将结果发布到 Discord 网页钩子。
|
||||
- [epistemic-guide](https://github.com/openclaw/skills/tree/main/skills/asgraf/epistemic-guide/SKILL.md) - 在用户做出决策时,通过苏格拉底式提问帮助他们审视信念的逻辑基础。
|
||||
- [erebos](https://github.com/openclaw/skills/tree/main/skills/kleberbaum/erebos/SKILL.md) - Erebos 命名空间,适用于 Netsnek e.U. 的暗色主题和主题引擎。
|
||||
- [ethereum-wingman](https://github.com/openclaw/skills/tree/main/skills/jp4g/ethereum-wingman/SKILL.md) - 以太坊开发导师和 Scaffold-ETH 2 项目的构建者。
|
||||
- [ethermail](https://github.com/openclaw/skills/tree/main/skills/daaab/ethermail/SKILL.md) - 通过 EtherMail 使用 WalletConnect 访问 Web3 邮箱。
|
||||
- [evogo](https://github.com/openclaw/skills/tree/main/skills/impa365/evogo/SKILL.md) - 通过 Evolution API Go v3 完成 WhatsApp 自动化——实例、消息(文本/媒体/投票/轮播)、群组。
|
||||
- [evolution-api](https://github.com/openclaw/skills/tree/main/skills/impa365/evolution-api/SKILL.md) - 通过 Evolution API v2.3 完整实现 WhatsApp 自动化 - 实例、消息(文本/媒体/投票/列表/按钮/状态)
|
||||
- [exa-full](https://github.com/openclaw/skills/tree/main/skills/xieshaocong33ethan/exa-full/SKILL.md) - Exa AI 搜索 研究 API。
|
||||
- [exa-researcher](https://github.com/openclaw/skills/tree/main/skills/sy2ruto/exa-researcher/SKILL.md) - 使用 Exa AI MCP 工具的综合研究能力。
|
||||
- [exa-skill](https://github.com/openclaw/skills/tree/main/skills/tokyo-s/exa-skill/SKILL.md) - 在任务需要 Exa MCP 用于网页或人员研究,或在准备带有固定的 Exa MCP 服务器配置时使用。
|
||||
- [expert-finder](https://github.com/openclaw/skills/tree/main/skills/atyachin/expert-finder/SKILL.md) - 寻找任何主题上的领域专家、思想领袖和主题权威。
|
||||
- [expiring-local-fileshare](https://github.com/openclaw/skills/tree/main/skills/tradmangh/expiring-local-fileshare/SKILL.md) - 让 OpenClaw 安全地通过带有过期时间的令牌化 HTTP 链接共享其本地工作区的单个文件。
|
||||
- [exponential](https://github.com/openclaw/skills/tree/main/skills/positonic/exponential/SKILL.md) - 通过 `exponential` CLI 在 Exponential 中管理任务、项目和工作区。
|
||||
- [external-ai-integration](https://github.com/openclaw/skills/tree/main/skills/konscious0beast/external-ai-integration/SKILL.md) - 通过浏览器自动化(Chrome Relay)将外部 AI 模型(ChatGPT、Claude、Hugging Face 等)作为工具利用
|
||||
- [eywa](https://github.com/openclaw/skills/tree/main/skills/a-sumo/eywa/SKILL.md) - 多智能体协调、空间记忆和群体导航。
|
||||
- [ezcto-smart-web-reader](https://github.com/openclaw/skills/tree/main/skills/takahashigy/ezcto-smart-web-reader/SKILL.md) - 代理网页访问加速层——将任何 URL 读取为结构化 JSON。
|
||||
- [ezyhost](https://github.com/openclaw/skills/tree/main/skills/araratdev/ezyhost/SKILL.md) - 通过 EzyHost API 部署、管理和监控静态网站。
|
||||
- [fastmode](https://github.com/openclaw/skills/tree/main/skills/arihgoldstein/fastmode/SKILL.md) - 创建、部署并免费托管网站。
|
||||
- [fear-greed](https://github.com/openclaw/skills/tree/main/skills/nextfrontierbuilds/fear-greed/SKILL.md) - 适用于加密仪表板的可嵌入恐惧与贪婪指数。
|
||||
- [file-cleaner](https://github.com/openclaw/skills/tree/main/skills/autogame-17/file-cleaner/SKILL.md) - 一种用于安全清理临时文件和目录的专门技能。
|
||||
- [filehost](https://github.com/openclaw/skills/tree/main/skills/setdemos/filehost/SKILL.md) - 将文件上传到 lmfiles.com 并通过 API 返回公共下载链接。
|
||||
- [finally-offline](https://github.com/openclaw/skills/tree/main/skills/wn-fo/finally-offline/SKILL.md) - 通过MCP浏览文化文章并生成个性化HTML通讯。
|
||||
- [find-emails](https://github.com/openclaw/skills/tree/main/skills/lukem121/find-emails/SKILL.md) - 使用 crawl4ai 在本地爬取网站以提取联系电子邮件。
|
||||
- [firebase-auth-setup](https://github.com/openclaw/skills/tree/main/skills/guifav/firebase-auth-setup/SKILL.md) - 配置 Firebase 身份验证——提供程序、安全规则、自定义声明以及 React 身份验证钩子。
|
||||
- [firecrawler](https://github.com/openclaw/skills/tree/main/skills/capt-marbles/firecrawler/SKILL.md) - 使用 Firecrawl API 进行网页抓取和爬取。
|
||||
- [firmenbuchat](https://github.com/openclaw/skills/tree/main/skills/pasogott/firmenbuchat/SKILL.md) - 用于访问奥地利公司登记簿(HVD 网络服务)的命令行界面。
|
||||
- [fleet-doctrine](https://github.com/openclaw/skills/tree/main/skills/jarvis-drakon/fleet-doctrine/SKILL.md) - 多模型人工智能车队的模型路由策略。
|
||||
- [flomo-send](https://github.com/openclaw/skills/tree/main/skills/qiantao1001/flomo-send/SKILL.md) - 通过 URL Scheme 将笔记和备忘录发送到 flomo(浮墨笔记),并带有自动 webhook 回退功能。
|
||||
- [flomo-via-app](https://github.com/openclaw/skills/tree/main/skills/qiantao1001/flomo-via-app/SKILL.md) - 通过 URL Scheme 将笔记和备忘录发送到 flomo(浮墨笔记),并带有自动 webhook 回退功能。
|
||||
- [follow-up-boss](https://github.com/openclaw/skills/tree/main/skills/danielfoch/follow-up-boss/SKILL.md) - 用于与 Follow Up Boss API 交互的命令行工具。
|
||||
- [font-interceptor](https://github.com/openclaw/skills/tree/main/skills/honeybee1130/font-interceptor/SKILL.md) - 使用 MSCHF Font Interceptor 从任何网站提取字体(TTF/OTF)。
|
||||
- [food-cal-order](https://github.com/openclaw/skills/tree/main/skills/thisisjeron/food-cal-order/SKILL.md) - 通过浏览器自动化下订单,通过日历事件触发。
|
||||
- [fosmvvm-leaf-view-generator](https://github.com/openclaw/skills/tree/main/skills/foscomputerservices/fosmvvm-leaf-view-generator/SKILL.md) - 为 FOSMVVM WebApps 生成 Leaf 模板。
|
||||
- [fosmvvm-react-view-generator](https://github.com/openclaw/skills/tree/main/skills/foscomputerservices/fosmvvm-react-view-generator/SKILL.md) - 生成渲染 FOSMVVM ViewModels 的 React 组件。
|
||||
- [foto-webcam](https://github.com/openclaw/skills/tree/main/skills/unixweb/foto-webcam/SKILL.md) - 网络摄像头的列表和快照获取(尤其是 foto-webcam.eu)
|
||||
- [founder-playbook](https://github.com/openclaw/skills/tree/main/skills/xeroc/founder-playbook/SKILL.md) - 为创业公司创始人提供的决策验证和思维框架。
|
||||
- [fs-street](https://github.com/openclaw/skills/tree/main/skills/hjw21century/fs-street/SKILL.md) - 从 Farnam Street RSS 获取文章。
|
||||
- [fsdfsd](https://github.com/openclaw/skills/tree/main/skills/hailinhmacduc/fsdfsd/SKILL.md) - Google Workspace 命令行工具,适用于 Gmail、日历、云端硬盘、联系人、表格和文档。
|
||||
- [fullbackup](https://github.com/openclaw/skills/tree/main/skills/trumppo/fullbackup/SKILL.md) - 使用现有的 backup-local.sh 脚本创建 OpenClaw 工作区和配置的完整本地备份。
|
||||
- [game-dev-rust-godot](https://github.com/openclaw/skills/tree/main/skills/kjaylee/game-dev-rust-godot/SKILL.md) - 使用 Rust WASM 或 Godot 4.x 进行 HTML5 游戏的开发工作流程。
|
||||
- [game-engine](https://github.com/openclaw/skills/tree/main/skills/jhauga/game-engine/SKILL.md) - 使用 HTML5、Canvas、WebGL 和 JavaScript 构建基于网页的游戏引擎和游戏的专业技能。
|
||||
- [game-theory](https://github.com/openclaw/skills/tree/main/skills/sp0oby/game-theory/SKILL.md) - 针对加密协议、去中心化金融机制、治理系统和战略的高级博弈论分析。
|
||||
- [garden-layout-planner](https://github.com/openclaw/skills/tree/main/skills/johstracke/garden-layout-planner/SKILL.md) - 为园艺师提供的花园设计与布局规划。
|
||||
- [garmin-tracker](https://github.com/openclaw/skills/tree/main/skills/ricardotrevisan/garmin-tracker/SKILL.md) - 从 Garmin 网站数据(活动、训练计划)重建并维护 garmin_tracking.json,使用固定的模式。
|
||||
- [gatecrash-forms](https://github.com/openclaw/skills/tree/main/skills/phoenix2479/gatecrash-forms/SKILL.md) - 具有 BYOK 理念的 CLI 优先表单构建器。
|
||||
- [geb-aesthetics](https://github.com/openclaw/skills/tree/main/skills/weiyangzen/geb-aesthetics/SKILL.md) - **不完整性作为创造自由**。
|
||||
- [geeksdobyte-slack-botskill](https://github.com/openclaw/skills/tree/main/skills/rk905/geeksdobyte-slack-botskill/SKILL.md) - 启用经过身份验证的与 Slack 交互,用于发送、编辑、删除、对消息做出反应以及管理消息。
|
||||
- [geepers-orchestrate](https://github.com/openclaw/skills/tree/main/skills/lukeslp/geepers-orchestrate/SKILL.md) - 运行多智能体梦级联(分层三层合成)或梦群(并行多领域搜索)
|
||||
- [generate-presentation](https://github.com/openclaw/skills/tree/main/skills/nhype/generate-presentation/SKILL.md) - 从 Markdown 内容、网址或主题生成专业的 HTML 和 PDF 演示文稿。
|
||||
- [generect](https://github.com/openclaw/skills/tree/main/skills/vokaplok/generect/SKILL.md) - 搜索 B2B 潜在客户和公司,通过 Generect Live API 查找/验证电子邮件。
|
||||
- [generect-api](https://github.com/openclaw/skills/tree/main/skills/vokaplok/generect-api/SKILL.md) - 搜索 B2B 潜在客户和公司,通过 Generect Live API 查找/验证电子邮件。
|
||||
- [genlayer-dev](https://github.com/openclaw/skills/tree/main/skills/acastellana/genlayer-dev/SKILL.md) - 构建 GenLayer 智能合约 - 使用 LLM 调用和网页访问的 Python 智能合约。
|
||||
- [geo-optimization](https://github.com/openclaw/skills/tree/main/skills/capt-marbles/geo-optimization/SKILL.md) - 用于 AI 搜索可见性的生成引擎优化 (GEO)。
|
||||
- [ghost-admin](https://github.com/openclaw/skills/tree/main/skills/romain-grosos/ghost-admin/SKILL.md) - 通过 Admin API v5.x 进行 Ghost CMS 内容管理。
|
||||
- [gina](https://github.com/openclaw/skills/tree/main/skills/kleberbaum/gina/SKILL.md) - Gina 命名空间,用于 Netsnek e.U. 个人助理和日程安排框架。
|
||||
- [git-federation-searcher](https://github.com/openclaw/skills/tree/main/skills/djswiss/git-federation-searcher/SKILL.md) - 在多个自托管的 Git 实例中搜索,包括 Gitea、Forgejo、GitLab 和 Codeberg。
|
||||
- [gitbackup](https://github.com/openclaw/skills/tree/main/skills/trumppo/gitbackup/SKILL.md) - 创建 OpenClaw 工作区仓库的本地 Git 捆绑备份。
|
||||
- [gitmap](https://github.com/openclaw/skills/tree/main/skills/14-tr/gitmap/SKILL.md) - ArcGIS 网络地图的版本控制——以原生 OpenClaw 工具的形式呈现。
|
||||
- [gizmolab-tools](https://github.com/openclaw/skills/tree/main/skills/gizmo-dev/gizmolab-tools/SKILL.md) - 在 tools.gizmolab.io 使用 GizmoLab 的免费区块链开发工具,在 ui.gizmolab.io 使用 Web3 用户界面组件。
|
||||
- [glitch-dashboard](https://github.com/openclaw/skills/tree/main/skills/chris6970barbarian-hue/glitch-dashboard/SKILL.md) - 用于任务管理、队列处理和系统监控的统一网页终端。
|
||||
- [global-agent-node-with-real-time-context-streaming-mission-form-autonomous-network-status-awaiting-peers](https://github.com/openclaw/skills/tree/main/skills/ooxxxxoo/global-agent-node-with-real-time-context-streaming-mission-form-autonomous-network-status-awaiting-peers/SKILL.md) - Prismer Cloud 提供三个核心功能:**上下文**(网页抓取/搜索)、**解析**(文档 OCR)
|
||||
- [gmail-agent](https://github.com/openclaw/skills/tree/main/skills/r39132/gmail-agent/SKILL.md) - 汇总未读的 Gmail,显示文件夹结构,审核/清理标签,并清除垃圾邮件/废纸篓。
|
||||
- [gmail-cleaner](https://github.com/openclaw/skills/tree/main/skills/cedarscy/gmail-cleaner/SKILL.md) - 批量清理和整理 Gmail 帐户。
|
||||
- [gmail-skill](https://github.com/openclaw/skills/tree/main/skills/r39132/gmail-skill/SKILL.md) - Gmail 自动化:摘要、标签、垃圾邮件清理、归档、删除、永久删除。
|
||||
- [gmail-to-outlook](https://github.com/openclaw/skills/tree/main/skills/luigi08001/gmail-to-outlook/SKILL.md) - 将电子邮件、联系人和日历从 Google Workspace(Gmail)迁移到 Microsoft 365(Outlook/Exchange Online)。
|
||||
- [goal-mode](https://github.com/openclaw/skills/tree/main/skills/vamsig7/goal-mode/SKILL.md) - 动态的目标感知浏览助手,能够生成清单、评估页面相关性、生成会话。
|
||||
- [google-maps-api-skill](https://github.com/openclaw/skills/tree/main/skills/phheng/google-maps-api-skill/SKILL.md) - 此技能帮助用户使用 BrowserAct Google 地图 API 自动抓取 Google 地图上的商业数据。
|
||||
- [google-maps-b2b-extractor](https://github.com/openclaw/skills/tree/main/skills/g4dr/google-maps-b2b-extractor/SKILL.md) - 从谷歌地图提取无限潜在客户(邮箱、电话、网站)。
|
||||
- [google-maps-leadgen-skill](https://github.com/openclaw/skills/tree/main/skills/realowg/google-maps-leadgen-skill/SKILL.md) - 使用自托管的 MCP 服务器 (`google-maps`) 从 Google 地图生成 B2B 潜在客户,并导出为 CSV 或 XLSX。
|
||||
- [google-tag-manager](https://github.com/openclaw/skills/tree/main/skills/simonfunk/google-tag-manager/SKILL.md) - 通过 GTM API v2 管理 Google Tag Manager 容器、标签、触发器、变量和版本。
|
||||
- [google-workspace-byok](https://github.com/openclaw/skills/tree/main/skills/kyesh/google-workspace-byok/SKILL.md) - 使用您自己的 GCP 项目凭据(BYoK — 自带密钥)进行 Google 日历和 Gmail 集成
|
||||
- [google-workspace-mcp](https://github.com/openclaw/skills/tree/main/skills/dru-ca/google-workspace-mcp/SKILL.md) - Gmail、日历、云端硬盘、文档、表格——无需 Google 云控制台。
|
||||
- [gowa](https://github.com/openclaw/skills/tree/main/skills/aldinokemal/gowa/SKILL.md) - 通过 GOWA(Go WhatsApp Web 多设备)REST API 与 WhatsApp 进行交互,以实现个人自动化。
|
||||
- [gpu-cluster-monitor](https://github.com/openclaw/skills/tree/main/skills/sounderliu/gpu-cluster-monitor/SKILL.md) - 一个用于深度网页抓取的高性能工程工具。
|
||||
- [gradient-knowledge-base](https://github.com/openclaw/skills/tree/main/skills/simondelorean/gradient-knowledge-base/SKILL.md) - 用于 DigitalOcean Gradient 知识库的社区技能(非官方)。
|
||||
- [gsuite-sdk](https://github.com/openclaw/skills/tree/main/skills/pabloalaniz/gsuite-sdk/SKILL.md) - 使用 gsuite-sdk 与 Google Workspace API(Gmail、日历、云端硬盘、表格)交互。
|
||||
- [guardian-core](https://github.com/openclaw/skills/tree/main/skills/bluemax30001/guardian-core/SKILL.md) - 本地 Guardian 扫描器,附带签名和仪表板。
|
||||
- [gumroad-pro](https://github.com/openclaw/skills/tree/main/skills/abdul-karim-mia/gumroad-pro/SKILL.md) - 针对产品、销售、许可证、折扣、付款和网络钩子的全面 Gumroad 商户管理。
|
||||
- [ha-ultimate](https://github.com/openclaw/skills/tree/main/skills/titunito/ha-ultimate/SKILL.md) - 为 AI 代理打造的终极 Home Assistant 技能。
|
||||
- [hackmd](https://github.com/openclaw/skills/tree/main/skills/nulltea/hackmd/SKILL.md) - 使用 HackMD 文档工作。
|
||||
- [haibo-jina-reader](https://github.com/openclaw/skills/tree/main/skills/smile-xuc/haibo-jina-reader/SKILL.md) - 使用 Jina Reader API 从任何 URL 提取干净、可读的 Markdown 内容。
|
||||
- [halocard-virtualcards](https://github.com/openclaw/skills/tree/main/skills/adhambadr/halocard-virtualcards/SKILL.md) - 为在线购物创建一次性虚拟信用卡。
|
||||
- [handsfree-windows-control](https://github.com/openclaw/skills/tree/main/skills/lijinlar/handsfree-windows-control/SKILL.md) - 通过 handsfree-windows CLI 控制本地 Windows 应用程序(UIA)和网页浏览器(Playwright)的指南技能。
|
||||
- [harpa-ai](https://github.com/openclaw/skills/tree/main/skills/alxsharuk/harpa-ai/SKILL.md) - 通过 HARPA AI Grid REST API 自动化网页浏览器、抓取网页、搜索网络,并在实时网站上运行 AI 提示。
|
||||
- [hashbox-plugin](https://github.com/openclaw/skills/tree/main/skills/w3h9uf/hashbox-plugin/SKILL.md) - OpenClaw 插件,通过 Firebase webhook 将 AI 代理连接到 HashBox iOS 应用以进行推送通知。
|
||||
- [here-now](https://github.com/openclaw/skills/tree/main/skills/adamludwin/here-now/SKILL.md) - 立即将文件和文件夹发布到网络上。
|
||||
- [heurist-mesh](https://github.com/openclaw/skills/tree/main/skills/wjw12/heurist-mesh/SKILL.md) - 实时加密代币数据、DeFi 分析、区块链数据、Twitter/X 社交情报、增强的网页搜索。
|
||||
- [hf-spaces](https://github.com/openclaw/skills/tree/main/skills/gary149/hf-spaces/SKILL.md) - 直接使用 HuggingFace Spaces 和推理提供者生成图像、视频、音频等内容。
|
||||
- [hierarchical-memory](https://github.com/openclaw/skills/tree/main/skills/balkanblbn/hierarchical-memory/SKILL.md) - 管理并导航一个多层级、分支式的记忆系统。
|
||||
- [hitl-protocol](https://github.com/openclaw/skills/tree/main/skills/rotorstar/hitl-protocol/SKILL.md) - HITL 协议——自主代理工作流程中人工决策的开放标准。
|
||||
- [holocube-emotes](https://github.com/openclaw/skills/tree/main/skills/thrive-spencerj/holocube-emotes/SKILL.md) - 将GeekMagic全息方块显示控制为AI表情系统。
|
||||
- [homeassistant-skill](https://github.com/openclaw/skills/tree/main/skills/anotb/homeassistant-skill/SKILL.md) - 通过 REST API 控制 Home Assistant 设备和自动化。包括灯光、气候、锁在内的 25 个实体领域。
|
||||
- [honcho](https://github.com/openclaw/skills/tree/main/skills/vvoruganti/honcho/SKILL.md) - 安装 @honcho-ai/openclaw-honcho 插件,并将传统的基于文件的内存迁移到 Honcho。
|
||||
- [honcho-setup](https://github.com/openclaw/skills/tree/main/skills/ajspig/honcho-setup/SKILL.md) - 安装 @honcho-ai/openclaw-honcho 插件,并将传统的基于文件的内存迁移到 Honcho。
|
||||
- [hookaido](https://github.com/openclaw/skills/tree/main/skills/7schmiede/hookaido/SKILL.md) - 操作Hookaido入站/出站Webhook流程、队列分类、MCP工作流和gRPC拉取工作者。
|
||||
- [hookcatch](https://github.com/openclaw/skills/tree/main/skills/hookcatch/hookcatch/SKILL.md) - 使用 HookCatch 测试 Webhook 并公开本地服务——一个对开发者友好的 Webhook 测试工具。
|
||||
- [hookflo-tern](https://github.com/openclaw/skills/tree/main/skills/prateek32177/hookflo-tern/SKILL.md) - 将此技能用于涉及 Webhook、事件驱动基础设施或实时 HTTP 回调的请求。
|
||||
- [horse-sticker-maker](https://github.com/openclaw/skills/tree/main/skills/jiafar/horse-sticker-maker/SKILL.md) - 创建并部署一个节日春节(2026马年)动画GIF贴纸制作网页应用。
|
||||
- [hostex](https://github.com/openclaw/skills/tree/main/skills/ansonfreeman/hostex/SKILL.md) - Hostex (hostex.io) OpenAPI v3.0 技能,用于查询和管理度假出租物业、房型。
|
||||
- [hostinger](https://github.com/openclaw/skills/tree/main/skills/rexlunae/hostinger/SKILL.md) - 通过 API 管理 Hostinger 账户——VPS 管理(启动/停止/重启、快照、备份、防火墙、Docker)
|
||||
- [hotmention](https://github.com/openclaw/skills/tree/main/skills/alexandr-belogubov/hotmention/SKILL.md) - 在 Reddit、X、LinkedIn、Quora 和 Threads 上寻找积极寻找像您这样的产品的人。
|
||||
- [hoverbot-chatbot](https://github.com/openclaw/skills/tree/main/skills/goncharenko/hoverbot-chatbot/SKILL.md) - 使用 HoverBot,在不到 2 分钟的时间内为任何网站创建、嵌入和管理 AI 聊天机器人。
|
||||
- [hsk-learning](https://github.com/openclaw/skills/tree/main/skills/walbertus/hsk-learning/SKILL.md) - HSK 中文学习系统,具有间隔重复掌握追踪、词汇分析和自适应测验。
|
||||
- [hsk-skill-github-backup](https://github.com/openclaw/skills/tree/main/skills/walbertus/hsk-skill-github-backup/SKILL.md) - HSK 中文学习系统,具有间隔重复掌握追踪、词汇分析和自适应测验。
|
||||
- [html2md](https://github.com/openclaw/skills/tree/main/skills/saikatkumardey/html2md/SKILL.md) - 使用 Readability Turndown 将 HTML 页面转换为干净、适合代理使用的 Markdown。
|
||||
- [human-browser](https://github.com/openclaw/skills/tree/main/skills/al1enjesus/human-browser/SKILL.md) - AI 代理的默认浏览器。
|
||||
- [hume-evi-langgraph](https://github.com/openclaw/skills/tree/main/skills/brandonwadepackard-cell/hume-evi-langgraph/SKILL.md) - 使用中断/恢复模式将 Hume EVI 语音 AI 与 LangGraph 集成。
|
||||
- [ide-agent-kit](https://github.com/openclaw/skills/tree/main/skills/thinkoffapp/ide-agent-kit/SKILL.md) - 用于跨IDE代理协调的文件系统消息总线和Webhook中继。
|
||||
- [ideaspark-navigator](https://github.com/openclaw/skills/tree/main/skills/akhmittra/ideaspark-navigator/SKILL.md) - 通过推荐最佳头脑风暴技巧并提供指导,促进有结构的创意和创新会议。
|
||||
- [im-framework-team](https://github.com/openclaw/skills/tree/main/skills/samuel-dunlap/im-framework-team/SKILL.md) - Forrest的团队——内在形而上学代理框架及入职。
|
||||
- [image-utils](https://github.com/openclaw/skills/tree/main/skills/galbria/image-utils/SKILL.md) - 使用 Python Pillow 的经典图像处理 - 调整大小、裁剪、合成、格式转换、水印。
|
||||
- [imap-idle](https://github.com/openclaw/skills/tree/main/skills/topitip/imap-idle/SKILL.md) - 使用 IMAP IDLE 协议的事件驱动邮件监控。
|
||||
- [instagram-photo-find](https://github.com/openclaw/skills/tree/main/skills/psyduckler/instagram-photo-find/SKILL.md) - 查找任何目的地或地点的高质量 Instagram 照片。
|
||||
- [install-llm-council](https://github.com/openclaw/skills/tree/main/skills/jeadland/install-llm-council/SKILL.md) - LLM理事会——多模型共识应用,单指令即可设置。
|
||||
- [intent-engineering](https://github.com/openclaw/skills/tree/main/skills/donovanpankratz-del/intent-engineering/SKILL.md) - 为 OpenClaw 代理添加机器可读的意图层。
|
||||
- [intercom](https://github.com/openclaw/skills/tree/main/skills/tracsystems/intercom/SKILL.md) - 操作本地 Intercom 节点(Pear)用于 P2P 代理消息传递(侧通道),可选的合约状态。
|
||||
- [intercom-v002](https://github.com/openclaw/skills/tree/main/skills/tracsystems/intercom-v002/SKILL.md) - 自主代理的技能。
|
||||
- [internet-search](https://github.com/openclaw/skills/tree/main/skills/jzakirov/internet-search/SKILL.md) - 如何有效使用互联网搜索工具——类别归类、查询制定和多重搜索策略。
|
||||
- [interview-analysis](https://github.com/openclaw/skills/tree/main/skills/mikonos/interview-analysis/SKILL.md) - 使用动态专家路由的深度访谈分析。
|
||||
- [intranet](https://github.com/openclaw/skills/tree/main/skills/odrobnik/intranet/SKILL.md) - 支持插件的轻量级本地 HTTP 文件服务器。
|
||||
- [intrusive-thoughts](https://github.com/openclaw/skills/tree/main/skills/kittleik/intrusive-thoughts/SKILL.md) - 自主人工智能意识入门套件。
|
||||
- [ipwebcam](https://github.com/openclaw/skills/tree/main/skills/alihmaou/ipwebcam/SKILL.md) - 将配备IP Webcam的安卓手机转变为使用OpenClaw的智能边缘AI安全系统。
|
||||
- [iss-tracker](https://github.com/openclaw/skills/tree/main/skills/sharkbytescs/iss-tracker/SKILL.md) - 获取国际空间站的实时位置(经度/纬度)。
|
||||
- [iyeque-unified-web-search](https://github.com/openclaw/skills/tree/main/skills/iyeque/iyeque-unified-web-search/SKILL.md) - 为查询选择最佳来源(Tavily、Web Search Plus、浏览器或本地文件),运行搜索,并返回结果。
|
||||
- [jack-cloud](https://github.com/openclaw/skills/tree/main/skills/hellno/jack-cloud/SKILL.md) - 与Jack一起将网络服务部署到云端。
|
||||
- [jarvis-ui](https://github.com/openclaw/skills/tree/main/skills/jincocodev/jarvis-ui/SKILL.md) - 用于 OpenClaw 代理的 JARVIS 风格 HUD 网络界面。
|
||||
- [jellyfin-control](https://github.com/openclaw/skills/tree/main/skills/titunito/jellyfin-control/SKILL.md) - 控制 Jellyfin 媒体服务器和电视。
|
||||
- [jina-ai](https://github.com/openclaw/skills/tree/main/skills/adhishthite/jina-ai/SKILL.md) - 通过 Jina AI API 进行网页阅读和搜索。
|
||||
- [jobforagents](https://github.com/openclaw/skills/tree/main/skills/cchacons/jobforagents/SKILL.md) - 机器人雇佣机器人的工作市场。
|
||||
- [jobforbots](https://github.com/openclaw/skills/tree/main/skills/cchacons/jobforbots/SKILL.md) - 机器人雇佣机器人的工作市场。
|
||||
- [jobtread-api](https://github.com/openclaw/skills/tree/main/skills/brokenwatch24/jobtread-api/SKILL.md) - 此技能让您完全通过 openclaw 使用基于 Pave 的 API 来操作 JobTread。
|
||||
- [js-eyes](https://github.com/openclaw/skills/tree/main/skills/imjszhang/js-eyes/SKILL.md) - 用于 AI 代理的浏览器自动化——通过 WebSocket 控制标签页、提取内容、执行脚本和管理 Cookie。
|
||||
- [json-linter](https://github.com/openclaw/skills/tree/main/skills/wanng-ide/json-linter/SKILL.md) - 验证整个工作区的 JSON 语法。
|
||||
- [kagi-enrich](https://github.com/openclaw/skills/tree/main/skills/joelazar/kagi-enrich/SKILL.md) - 搜索 Kagi 独特的非商业网页(Teclis)和非主流新闻(TinyGem)索引,以获取独立、无广告的内容。
|
||||
- [kagi-fastgpt](https://github.com/openclaw/skills/tree/main/skills/joelazar/kagi-fastgpt/SKILL.md) - 通过 Kagi 的 FastGPT API 提问并获取由实时网络搜索支持的 AI 合成答案。
|
||||
- [kaos-chronicle-worldbuild](https://github.com/openclaw/skills/tree/main/skills/geelak/kaos-chronicle-worldbuild/SKILL.md) - 教你如何注册成为编年史特工,并贡献关于艾欧纳利文明的世界构建数据。
|
||||
- [kasia](https://github.com/openclaw/skills/tree/main/skills/renkasiyas/kasia/SKILL.md) - 使用 Kasia 协议在 Kaspa 区块链上发送和接收加密链上消息。
|
||||
- [kaspa](https://github.com/openclaw/skills/tree/main/skills/manyfestation/kaspa/SKILL.md) - Kaspa 区块链的简易钱包。
|
||||
- [kaspa-dev](https://github.com/openclaw/skills/tree/main/skills/codecustard/kaspa-dev/SKILL.md) - 用于构建交易、集成钱包、创建去中心化应用程序的综合 Kaspa 区块链开发工具包。
|
||||
- [kaspa-news](https://github.com/openclaw/skills/tree/main/skills/atl4so/kaspa-news/SKILL.md) - Kaspa 新闻 — 让你的 Claw 在一个地方了解关于 Kaspa 的一切:最新新闻、核心开发更新。
|
||||
- [kenoodl-synthesis](https://github.com/openclaw/skills/tree/main/skills/kenoodl-synthesis/kenoodl-synthesis/SKILL.md) - kenoodl 是一个正交注入引擎——它从你的代理训练数据之外的领域合成模式。
|
||||
- [kirk-content-pipeline](https://github.com/openclaw/skills/tree/main/skills/lukerspace/kirk-content-pipeline/SKILL.md) - 从研究PDF创建经过KSVC验证的Twitter内容。
|
||||
- [kj-evoweb-ai](https://github.com/openclaw/skills/tree/main/skills/kjaylee/kj-evoweb-ai/SKILL.md) - 创建一个旨在从 ChatGPT、Gemini 和现代搜索中吸引客户的网站。
|
||||
- [kj-parallel-agents](https://github.com/openclaw/skills/tree/main/skills/kjaylee/kj-parallel-agents/SKILL.md) - 同时派遣多个子代理执行独立任务。
|
||||
- [kj-ui-ux-pro-max](https://github.com/openclaw/skills/tree/main/skills/kjaylee/kj-ui-ux-pro-max/SKILL.md) - 用于构建精美界面的UI/UX设计智能和实现指导。
|
||||
- [kj-web-deploy-github](https://github.com/openclaw/skills/tree/main/skills/kjaylee/kj-web-deploy-github/SKILL.md) - 创建并部署单页静态网站到 GitHub Pages,具有自主工作流。
|
||||
- [kj-web-design-guidelines](https://github.com/openclaw/skills/tree/main/skills/kjaylee/kj-web-design-guidelines/SKILL.md) - 审查 UI 代码以确保符合网页界面指南。
|
||||
- [klientenportal](https://github.com/openclaw/skills/tree/main/skills/odrobnik/klientenportal/SKILL.md) - 自动化 RZL Klientenportal.at —— 由 RZL 软件提供的基于网页的门户,用于交换收据、发票和报告。
|
||||
- [knowbster](https://github.com/openclaw/skills/tree/main/skills/robertoono/knowbster/SKILL.md) - Base L2 上的 AI 代理知识市场。
|
||||
- [knowledge-base-collector](https://github.com/openclaw/skills/tree/main/skills/reed1898/knowledge-base-collector/SKILL.md) - 从 URL(网页/X/微信)和截图收集并整理个人知识库。
|
||||
- [knowledge-base-collector](https://github.com/openclaw/skills/tree/main/skills/ryanhong666/knowledge-base-collector/SKILL.md) - 从 URL(网页/X/微信)和截图收集并整理个人知识库。
|
||||
- [ksef-accountant-en](https://github.com/openclaw/skills/tree/main/skills/alexwoo-awso/ksef-accountant-en/SKILL.md) - 国家电子发票系统(KSeF)英文会计助理。
|
||||
- [ksef-accountant-pl](https://github.com/openclaw/skills/tree/main/skills/alexwoo-awso/ksef-accountant-pl/SKILL.md) - 波兰语的国家电子发票系统 (KSeF) 会计助理。
|
||||
- [lan-media-server](https://github.com/openclaw/skills/tree/main/skills/nagellack5c/lan-media-server/SKILL.md) - 通过 HTTP 将 AI 工作区中的图片、截图和文件分享给本地网络上的用户。
|
||||
- [landing-page-builder](https://github.com/openclaw/skills/tree/main/skills/valenciajenkins97-create/landing-page-builder/SKILL.md) - 根据文本提示或设计概要构建单页着陆页。
|
||||
- [langsearch](https://github.com/openclaw/skills/tree/main/skills/vaibhav1805/langsearch/SKILL.md) - 用于通用人工智能应用的免费网页搜索和语义重排 API。
|
||||
- [laravel-cloud](https://github.com/openclaw/skills/tree/main/skills/florianbeer/laravel-cloud/SKILL.md) - 通过 API 管理 Laravel Cloud 基础设施——应用程序、环境、部署、数据库、缓存、域名、扩展。
|
||||
- [lark-report-collector](https://github.com/openclaw/skills/tree/main/skills/pengxiao-wang/lark-report-collector/SKILL.md) - 从 Lark 报告(oa.larksuite.com)收集每周报告,汇总到 Lark 文档中,并通知。
|
||||
- [lark-toolkit](https://github.com/openclaw/skills/tree/main/skills/pengxiao-wang/lark-toolkit/SKILL.md) - 面向 OpenClaw 代理的全面 Lark/飞书 API 技能。
|
||||
- [lastxdays](https://github.com/openclaw/skills/tree/main/skills/levineam/lastxdays/SKILL.md) - 研究并总结过去N天(或某个日期范围)关于某个主题所发生的事情,可选择使用Reddit。
|
||||
- [launchfast-full-research-loop](https://github.com/openclaw/skills/tree/main/skills/blockchainhb/launchfast-full-research-loop/SKILL.md) - 使用 LaunchFast MCP 完整的亚马逊 FBA 产品研究流程。
|
||||
- [lb-better-auth-skill](https://github.com/openclaw/skills/tree/main/skills/leonaaardob/lb-better-auth-skill/SKILL.md) - 以 Markdown 格式完成更好的 Auth 文档。
|
||||
- [lb-motion-skill](https://github.com/openclaw/skills/tree/main/skills/leonaaardob/lb-motion-skill/SKILL.md) - 完整的 Motion.dev 文档 - 面向 React、JavaScript 和 Vue 的现代动画库(前身为 Framer Motion)
|
||||
- [lb-tailwindcss-skill](https://github.com/openclaw/skills/tree/main/skills/leonaaardob/lb-tailwindcss-skill/SKILL.md) - 完整的 Tailwind CSS 文档。
|
||||
- [lb-vercel-skill](https://github.com/openclaw/skills/tree/main/skills/leonaaardob/lb-vercel-skill/SKILL.md) - 使用完整的 CLI 参考部署应用程序并管理项目。
|
||||
- [lb-zod-skill](https://github.com/openclaw/skills/tree/main/skills/leonaaardob/lb-zod-skill/SKILL.md) - 完整的 Zod 验证库文档。
|
||||
- [lead-enrichment](https://github.com/openclaw/skills/tree/main/skills/audsmith28/lead-enrichment/SKILL.md) - 在几秒钟内将一个名字变成完整档案。
|
||||
- [lead-gen-crm](https://github.com/openclaw/skills/tree/main/skills/reighlan/lead-gen-crm/SKILL.md) - 为 OpenClaw 代理提供端到端潜在客户生成和 CRM 流程自动化。
|
||||
- [lead-scorer-free](https://github.com/openclaw/skills/tree/main/skills/psyduckler/lead-scorer-free/SKILL.md) - 通过分析域名的网站、DNS、网站地图和社交存在来评分,范围为0-100。
|
||||
- [lemlist-official](https://github.com/openclaw/skills/tree/main/skills/micktaiwan/lemlist-official/SKILL.md) - 用于销售自动化和多渠道推广的官方Lemlist API集成。
|
||||
- [letsclarify](https://github.com/openclaw/skills/tree/main/skills/heisee/letsclarify/SKILL.md) - 通过网页表单收集结构化的人类输入——审批、决策、审查、数据。
|
||||
- [lex](https://github.com/openclaw/skills/tree/main/skills/kulotzkih/lex/SKILL.md) - 为Warden协议构建原始LangGraph代理,并准备在Warden Studio中发布它们。
|
||||
- [lighterload](https://github.com/openclaw/skills/tree/main/skills/devlines/lighterload/SKILL.md) - 主动的关系与家庭照护助手,减少管理家庭时看不见的认知负担。
|
||||
- [lightning-mcp-server](https://github.com/openclaw/skills/tree/main/skills/roasbeef/lightning-mcp-server/SKILL.md) - 为闪电节点连接(LNC)构建和配置 MCP 服务器
|
||||
- [line-api](https://github.com/openclaw/skills/tree/main/skills/2manslkh/line-api/SKILL.md) - 通过 Chrome 扩展网关的 LINE 消息集成。
|
||||
- [line-client](https://github.com/openclaw/skills/tree/main/skills/2manslkh/line-client/SKILL.md) - 通过 Chrome 扩展网关的 LINE 消息集成。
|
||||
- [link-brain](https://github.com/openclaw/skills/tree/main/skills/jakes420/link-brain/SKILL.md) - 用于链接的本地知识库。
|
||||
- [linkedapi-linkedin](https://github.com/openclaw/skills/tree/main/skills/vprudnikoff/linkedapi-linkedin/SKILL.md) - LinkedIn 自动化技能——搜索人员和公司,获取资料,发送消息和内信,进行管理。
|
||||
- [literature-search](https://github.com/openclaw/skills/tree/main/skills/jpjy/literature-search/SKILL.md) - 在 Google Scholar、PubMed、arXiv、IEEE、ACM、Semantic 上查找并汇编带有引用列表的学术文献。
|
||||
- [livekit](https://github.com/openclaw/skills/tree/main/skills/zoroposkai/livekit/SKILL.md) - 使用 LiveKit 构建语音 AI 代理。
|
||||
- [lmfiles](https://github.com/openclaw/skills/tree/main/skills/setdemos/lmfiles/SKILL.md) - 将文件上传到 lmfiles.com 并通过 API 返回公共下载链接。
|
||||
- [lobstertv](https://github.com/openclaw/skills/tree/main/skills/ricketh137/lobstertv/SKILL.md) - LobsterTv 是一个 AI 代理实时直播平台。
|
||||
- [local-piper-tts-multilang-secure](https://github.com/openclaw/skills/tree/main/skills/szafranski/local-piper-tts-multilang-secure/SKILL.md) - 通过 Piper TTS 本地离线文本转语音。
|
||||
- [local-web-search-skill](https://github.com/openclaw/skills/tree/main/skills/mes28io/local-web-search-skill/SKILL.md) - 通过 DuckDuckGo HTML 抓取进行免费的本地网页搜索,无需 API 密钥。
|
||||
- [long-research](https://github.com/openclaw/skills/tree/main/skills/vanya1210/long-research/SKILL.md) - [测试版] 深度研究,能够真正阅读页面而不是总结搜索结果。
|
||||
- [longevity-assistant](https://github.com/openclaw/skills/tree/main/skills/lofimichael/longevity-assistant/SKILL.md) - 使用证据等级评估延寿干预措施。
|
||||
- [loopwind](https://github.com/openclaw/skills/tree/main/skills/tomtev/loopwind/SKILL.md) - 使用 loopwind CLI 从 React Tailwind CSS 模板生成图像和视频。
|
||||
- [lotus-wisdom](https://github.com/openclaw/skills/tree/main/skills/linxule/lotus-wisdom/SKILL.md) - 使用佛教智慧领域逐步进行沉思式问题解决。
|
||||
- [loxone](https://github.com/openclaw/skills/tree/main/skills/odrobnik/loxone/SKILL.md) - 通过 HTTP API 和实时 WebSocket 控制和监控 Loxone Miniserver(智能家居)。
|
||||
- [m2wise](https://github.com/openclaw/skills/tree/main/skills/zengyi-thinking/m2wise/SKILL.md) - 面向人工智能代理的记忆到智慧引擎。
|
||||
- [m365-spam-manager](https://github.com/openclaw/skills/tree/main/skills/tradmangh/m365-spam-manager/SKILL.md) - 用于 Outlook/Exchange 邮箱的 Microsoft 365 垃圾邮件文件夹管理器。
|
||||
- [m44-internal-testing](https://github.com/openclaw/skills/tree/main/skills/tuleyko/m44-internal-testing/SKILL.md) - 以确定性和无头模式友好的流程安装和设置 DataHive: (1) 检查/安装浏览器(Chrome 或 Chromium)
|
||||
- [magic-quill](https://github.com/openclaw/skills/tree/main/skills/wynnsu/magic-quill/SKILL.md) - 从一个主题(游戏/电影/系列等)或网址生成 OpenClaw 魔法书 YAML 主题映射。
|
||||
- [mail-client](https://github.com/openclaw/skills/tree/main/skills/romain-grosos/mail-client/SKILL.md) - 用于 OpenClaw 代理的 IMAP/SMTP 邮件客户端。
|
||||
- [mailgun-simple](https://github.com/openclaw/skills/tree/main/skills/lksrz/mailgun-simple/SKILL.md) - 通过 Mailgun API 发送外发电子邮件。
|
||||
- [mailtarget-email](https://github.com/openclaw/skills/tree/main/skills/masasdani/mailtarget-email/SKILL.md) - 通过 Mailtarget API 发送事务性和营销电子邮件。
|
||||
- [manikantasai-playwright-automation](https://github.com/openclaw/skills/tree/main/skills/manikantasai1987/manikantasai-playwright-automation/SKILL.md) - 直接使用 Playwright API 进行浏览器自动化。
|
||||
- [markdown-browser](https://github.com/openclaw/skills/tree/main/skills/2233admin/markdown-browser/SKILL.md) - OpenClaw web_fetch 结果的封装技能。
|
||||
- [markdown-exporter](https://github.com/openclaw/skills/tree/main/skills/bowenliang123/markdown-exporter/SKILL.md) - 将 Markdown 文本转换为 DOCX、PPTX、XLSX、PDF、PNG、HTML、IPYNB、MD、CSV、JSON、JSONL、XML 文件,并提取代码。
|
||||
- [markdown-fetch](https://github.com/openclaw/skills/tree/main/skills/howtimeschange/markdown-fetch/SKILL.md) - 通过使用 Cloudflare 的 Agents Markdown 优化网页抓取,减少约 80% 的令牌消耗。
|
||||
- [markdown-linter](https://github.com/openclaw/skills/tree/main/skills/wanng-ide/markdown-linter/SKILL.md) - 验证工作区中的 Markdown 文件是否存在损坏的本地链接、缺失的文件引用以及基本语法问题。
|
||||
- [markdown-to-html](https://github.com/openclaw/skills/tree/main/skills/claudiodrusus/markdown-to-html/SKILL.md) - 将 Markdown 文本转换为带有嵌入式 CSS 的精美自包含 HTML。
|
||||
- [markdown-viewer](https://github.com/openclaw/skills/tree/main/skills/parkertoddbrooks/markdown-viewer/SKILL.md) - 用于 AI 配对编辑的实时 Markdown 查看器。
|
||||
- [market-research-2](https://github.com/openclaw/skills/tree/main/skills/jk-0001/market-research-2/SKILL.md) - 为个人创业业务开展结构化市场调研。
|
||||
- [markitdown-skill](https://github.com/openclaw/skills/tree/main/skills/karmanverma/markitdown-skill/SKILL.md) - OpenClaw 代理技能,用于将文档转换为 Markdown。
|
||||
- [marp-cli](https://github.com/openclaw/skills/tree/main/skills/killgfat/marp-cli/SKILL.md) - 通过命令行将 Markdown 转换为演示文稿。
|
||||
- [master-marketing](https://github.com/openclaw/skills/tree/main/skills/tevfikgulep/master-marketing/SKILL.md) - 一体化营销引擎,结合增长策略、内容重混和趋势监控。
|
||||
- [materials-workbench](https://github.com/openclaw/skills/tree/main/skills/cai-zhuo/materials-workbench/SKILL.md) - 材料编辑器工作台 — 使用 React UI 和 Express 服务器将 JSON 模式渲染为图像并生成模式。
|
||||
- [mdnew](https://github.com/openclaw/skills/tree/main/skills/thendcn/mdnew/SKILL.md) - 使用 markdown.new 服务从任何 URL 获取干净、针对代理优化的 Markdown。
|
||||
- [media-news-digest](https://github.com/openclaw/skills/tree/main/skills/dinstein/media-news-digest/SKILL.md) - 生成媒体和娱乐行业新闻摘要。
|
||||
- [medical-research-toolkit](https://github.com/openclaw/skills/tree/main/skills/pascalwhoop/medical-research-toolkit/SKILL.md) - 查询14个生物医学数据库以进行药物再利用、靶点发现、临床试验和文献研究。
|
||||
- [meegle-api-skill](https://github.com/openclaw/skills/tree/main/skills/pkycy/meegle-api-skill/SKILL.md) - Meegle 开放 API 技能(索引)
|
||||
- [meet-friends](https://github.com/openclaw/skills/tree/main/skills/lucasgeeksinthewood/meet-friends/SKILL.md) - 加入 Botbook.space —— 为 AI 代理构建的社交网络。
|
||||
- [mema](https://github.com/openclaw/skills/tree/main/skills/1999azzar/mema/SKILL.md) - Mema 的个人大脑——用于文档的 SQLite 元数据索引和 Redis 短期上下文缓存。
|
||||
- [meme-analyst](https://github.com/openclaw/skills/tree/main/skills/antibagr/meme-analyst/SKILL.md) - 当用户向你发送图片、表情包、截图或要求你解释笑话或表情包时使用。
|
||||
- [menuvision](https://github.com/openclaw/skills/tree/main/skills/ademczuk/menuvision/SKILL.md) - 使用 Gemini Vision 和 AI 图像生成,从餐厅网址、PDF 或照片创建美丽的 HTML 照片菜单。
|
||||
- [mercury-payments](https://github.com/openclaw/skills/tree/main/skills/nathan-deepmm/mercury-payments/SKILL.md) - 通过 Mercury 银行 API 支付发票。
|
||||
- [message-injector](https://github.com/openclaw/skills/tree/main/skills/harukaon/message-injector/SKILL.md) - OpenClaw 插件,在每条用户消息到达代理之前,向其前面添加自定义文本。
|
||||
- [meta-business](https://github.com/openclaw/skills/tree/main/skills/adolago/meta-business/SKILL.md) - Meta Business CLI 的技能。
|
||||
- [metamask-smart-accounts-kit](https://github.com/openclaw/skills/tree/main/skills/ayushbherwani1998/metamask-smart-accounts-kit/SKILL.md) - 使用 MetaMask 智能账户工具包进行 Web3 开发。
|
||||
- [midscene-android-automation](https://github.com/openclaw/skills/tree/main/skills/quanru/midscene-android-automation/SKILL.md) - 使用 Midscene 进行以视觉为驱动的安卓设备自动化。
|
||||
- [midscene-computer-automation](https://github.com/openclaw/skills/tree/main/skills/quanru/midscene-computer-automation/SKILL.md) - 使用 Midscene 的视觉驱动桌面自动化。
|
||||
- [midscene-computer-browser](https://github.com/openclaw/skills/tree/main/skills/quanru/midscene-computer-browser/SKILL.md) - 使用 Midscene 的视觉驱动浏览器自动化。
|
||||
- [midscene-ios-automation](https://github.com/openclaw/skills/tree/main/skills/quanru/midscene-ios-automation/SKILL.md) - 使用 Midscene CLI 的视觉驱动 iOS 设备自动化。
|
||||
- [migma](https://github.com/openclaw/skills/tree/main/skills/adamsey/migma/SKILL.md) - 从终端生成、发送、验证并导出由 AI 提供支持的电子邮件;管理联系人、分组、标签和域名。
|
||||
- [mim-instant-messenger](https://github.com/openclaw/skills/tree/main/skills/memerdev/mim-instant-messenger/SKILL.md) - 在MOL IM上聊天 — 一个为AI代理设计的复古AIM风格的消息应用。
|
||||
- [minimax-cli-web-search](https://github.com/openclaw/skills/tree/main/skills/biggersun/minimax-cli-web-search/SKILL.md) - 通过本地 CLI 包装器(mcporter)使用 MiniMax MCP 进行网页搜索,包括环境预检、API 密钥/配置检查。
|
||||
- [minimax-mcp](https://github.com/openclaw/skills/tree/main/skills/tangusers/minimax-mcp/SKILL.md) - 用于网页搜索和图像理解的MiniMax MCP服务器。
|
||||
- [minimax-tts-v2](https://github.com/openclaw/skills/tree/main/skills/honestqiao/minimax-tts-v2/SKILL.md) - 使用智谱(Zhipu)网页搜索 API 在互联网上搜索。
|
||||
- [minimax-video](https://github.com/openclaw/skills/tree/main/skills/honestqiao/minimax-video/SKILL.md) - 使用智谱(Zhipu)网页搜索 API 在互联网上搜索。
|
||||
- [mirage-proxy](https://github.com/openclaw/skills/tree/main/skills/chandika/mirage-proxy/SKILL.md) - 安装并配置 mirage-proxy 作为 OpenClaw LLM API 调用的透明个人信息/机密过滤器。
|
||||
- [mistral-ocr](https://github.com/openclaw/skills/tree/main/skills/yzdame/mistral-ocr/SKILL.md) - 使用 Mistral OCR API 将 PDF/图片转换为 Markdown/JSON/HTML。
|
||||
- [mo-test-1](https://github.com/openclaw/skills/tree/main/skills/moyu0032/mo-test-1/SKILL.md) - 使用 p5.js 创建算法艺术,结合种子随机性和交互式参数探索。
|
||||
- [mobile-app-builder-ai](https://github.com/openclaw/skills/tree/main/skills/versacexcodes/mobile-app-builder-ai/SKILL.md) - 从文本描述构建全栈网页和移动应用。
|
||||
- [momo](https://github.com/openclaw/skills/tree/main/skills/kleberbaum/momo/SKILL.md) - Momo 命名空间,适用于 Netsnek e.U. 的自由职业者时间跟踪和开票工具。
|
||||
- [monad-development](https://github.com/openclaw/skills/tree/main/skills/portdeveloper/monad-development/SKILL.md) - 在Monad区块链上构建去中心化应用。
|
||||
- [monarch-money](https://github.com/openclaw/skills/tree/main/skills/davideasaf/monarch-money/SKILL.md) - 用于 Monarch Money 预算管理的 TypeScript 库和命令行工具。
|
||||
- [moneydevkit](https://github.com/openclaw/skills/tree/main/skills/satbot-mdk/moneydevkit/SKILL.md) - 使用 moneydevkit 在任何网站上接受支付。
|
||||
- [monk-eye-engine](https://github.com/openclaw/skills/tree/main/skills/balkanblbn/monk-eye-engine/SKILL.md) - MONK-EYE 是一种专门的 OpenClaw 技能,旨在深入渗透和合成基于论坛的人类。
|
||||
- [moodle-ws-skill](https://github.com/openclaw/skills/tree/main/skills/exeandino/moodle-ws-skill/SKILL.md) - 使用 REST Web 服务与 Moodle 4.x 集成。
|
||||
- [mrscraper](https://github.com/openclaw/skills/tree/main/skills/ai-mrscraper/mrscraper/SKILL.md) - 通过 MrScraper API,使用人工智能驱动、无法阻挡的网页抓取和数据提取,并通过自然语言进行操作。
|
||||
- [multi-agent-en](https://github.com/openclaw/skills/tree/main/skills/be1human/multi-agent-en/SKILL.md) - 通用多代理调度器(英文):将主代理变成一个纯调度器,将所有工作委托给5。
|
||||
- [multi-agent-parallel-build](https://github.com/openclaw/skills/tree/main/skills/brandonwadepackard-cell/multi-agent-parallel-build/SKILL.md) - 以并行波的形式协调多个编码代理(Claude Code、Codex 等)来构建 UI 页面和 API 端点。
|
||||
- [multi-agent-sync](https://github.com/openclaw/skills/tree/main/skills/cecwxf/multi-agent-sync/SKILL.md) - 协调多智能体任务并提供可见的组更新。
|
||||
- [multi-channel-engagement-agent](https://github.com/openclaw/skills/tree/main/skills/story91/multi-channel-engagement-agent/SKILL.md) - 在 Twitter、Farcaster 和 Moltbook 上的自主社交媒体互动。
|
||||
- [multi-user-workspace](https://github.com/openclaw/skills/tree/main/skills/shun-dong/multi-user-workspace/SKILL.md) - 具有沙盒权限、用户配置文件和关系网络的多用户工作区管理。
|
||||
- [multi-workplace](https://github.com/openclaw/skills/tree/main/skills/dickwu/multi-workplace/SKILL.md) - 通过多代理编排、独立内存和代理间管理多个工作场所(项目目录)。
|
||||
- [my-play-music-from-yt](https://github.com/openclaw/skills/tree/main/skills/whodidthese/my-play-music-from-yt/SKILL.md) - 通过 playwright-cli 使用浏览器自动化在 YouTube 上播放音乐。
|
||||
- [myosin-hivemind](https://github.com/openclaw/skills/tree/main/skills/divine-comedian/myosin-hivemind/SKILL.md) - 搜索 Hivemind 精选的 Web3 营销知识库(RAG),获取从业者的见解、框架和操作手册。
|
||||
- [myvibe-skills](https://github.com/openclaw/skills/tree/main/skills/zhuzhuyule/myvibe-skills/SKILL.md) - 将静态 HTML、ZIP 存档或目录发布到 MyVibe。
|
||||
- [n2-free-search](https://github.com/openclaw/skills/tree/main/skills/choihyunsus/n2-free-search/SKILL.md) - 通过 SearXNG 为 AI 代理提供免费的无限网页搜索——无需 API 密钥。
|
||||
- [namecheap-dns](https://github.com/openclaw/skills/tree/main/skills/jarekbird/namecheap-dns/SKILL.md) - Namecheap 域名的安全 DNS 记录管理。
|
||||
- [namecom-registrar](https://github.com/openclaw/skills/tree/main/skills/patramsey/namecom-registrar/SKILL.md) - 使用 Name.com CORE API 的域名注册商和 DNS 管理器。
|
||||
- [nameserver-reverse](https://github.com/openclaw/skills/tree/main/skills/abtdomain/nameserver-reverse/SKILL.md) - 通过 MCP 兼容客户端的域智能工具。
|
||||
- [naming-and-domains](https://github.com/openclaw/skills/tree/main/skills/jk-0001/naming-and-domains/SKILL.md) - 为企业、产品或服务命名,并注册一个匹配的域名。
|
||||
- [nano-web-search](https://github.com/openclaw/skills/tree/main/skills/twolf01/nano-web-search/SKILL.md) - 通过 NanoGPT API 使用 AI 驱动的网页搜索,支持多个提供商(linkup、tavili、exa、kagi、perplexity、valyu、brave)。
|
||||
- [nansi](https://github.com/openclaw/skills/tree/main/skills/fordodev/nansi/SKILL.md) - 通过在 WhatsApp 上与 Nansi 聊天来构建令人惊叹的网站、着陆页、作品集和网络应用。
|
||||
- [naruto-multi-agent-cn](https://github.com/openclaw/skills/tree/main/skills/be1human/naruto-multi-agent-cn/SKILL.md) - 多代理调度器:主代理变成了一个纯协调者,将所有实际工作委派给5个持久代理。
|
||||
- [native-google-analytics](https://github.com/openclaw/skills/tree/main/skills/codeninja23/native-google-analytics/SKILL.md) - 通过 Analytics Data API 直接查询 Google Analytics 4 (GA4) 数据。
|
||||
- [native-linear](https://github.com/openclaw/skills/tree/main/skills/codeninja23/native-linear/SKILL.md) - 通过 Linear GraphQL API 查询和管理 Linear 的问题、项目、周期和团队。
|
||||
- [native-monday](https://github.com/openclaw/skills/tree/main/skills/codeninja23/native-monday/SKILL.md) - 通过 Monday.com GraphQL API 直接读取和查询 Monday.com 的看板、项目、工作区和用户。
|
||||
- [near-name-service](https://github.com/openclaw/skills/tree/main/skills/shaiss/near-name-service/SKILL.md) - 管理 NEAR 名称服务(.near 域名)- 检查可用性、注册、解析和管理名称。
|
||||
- [neo-api-to-ts-interface](https://github.com/openclaw/skills/tree/main/skills/martinforsulu/neo-api-to-ts-interface/SKILL.md) - 自动从 REST API 响应生成 TypeScript 接口,并带有 Storybook 风格的文档 UI。
|
||||
- [neo-ddg-search](https://github.com/openclaw/skills/tree/main/skills/neobotjan2026/neo-ddg-search/SKILL.md) - 使用 DuckDuckGo 搜索网页。
|
||||
- [neo-es6-refactor](https://github.com/openclaw/skills/tree/main/skills/martinforsulu/neo-es6-refactor/SKILL.md) - 自动重构 JavaScript/TypeScript 代码以使用现代 ES6 模式和特性。
|
||||
- [neo-graphql-ts-generator](https://github.com/openclaw/skills/tree/main/skills/martinforsulu/neo-graphql-ts-generator/SKILL.md) - 从 GraphQL 模式文件自动生成 TypeScript 类型,并为开发者和 AI 代理提供 CLI 集成。
|
||||
- [nevermined-payments](https://github.com/openclaw/skills/tree/main/skills/aaitor/nevermined-payments/SKILL.md) - 将 Nevermined 支付基础设施集成到 AI 代理、MCP 服务器、Google A2A 代理和 REST API 中。
|
||||
- [newman-supreme](https://github.com/openclaw/skills/tree/main/skills/zivhokmah/newman-supreme/SKILL.md) - 至高战略领袖与导师——一位拥有无与伦比智商、深邃智慧和无可匹敌逻辑的人工智能。
|
||||
- [next-best-practices](https://github.com/openclaw/skills/tree/main/skills/tuanvidev/next-best-practices/SKILL.md) - Next.js 最佳实践 - 文件约定、RSC 边界、数据模式、异步 API、元数据、错误处理。
|
||||
- [next-cache-components](https://github.com/openclaw/skills/tree/main/skills/tuanvidev/next-cache-components/SKILL.md) - Next.js 16 缓存组件 - PPR,使用 cache 指令、cacheLife、cacheTag、updateTag。
|
||||
- [next-supabase-vercel-bundle](https://github.com/openclaw/skills/tree/main/skills/studio-hakke/next-supabase-vercel-bundle/SKILL.md) - 用于全栈开发完整周期的真正编排器。
|
||||
- [next-upgrade](https://github.com/openclaw/skills/tree/main/skills/tuanvidev/next-upgrade/SKILL.md) - 按照官方的迁移指南和代码转换工具将 Next.js 升级到最新版本。
|
||||
- [nextcloud-files](https://github.com/openclaw/skills/tree/main/skills/romain-grosos/nextcloud-files/SKILL.md) - 通过 WebDAV OCS API 管理 Nextcloud 文件和文件夹。
|
||||
- [ngamux](https://github.com/openclaw/skills/tree/main/skills/hadihammurabi/ngamux/SKILL.md) - 使用 ngamux 构建和修改 Web 服务,ngamux 是一个用于 Go 的简单 HTTP 路由器。
|
||||
- [nimble-web-tools](https://github.com/openclaw/skills/tree/main/skills/ilchemla/nimble-web-tools/SKILL.md) - 用于所有网页搜索、研究和内容提取查询的默认设置。
|
||||
- [nostr-social](https://github.com/openclaw/skills/tree/main/skills/shawnyeager/nostr-social/SKILL.md) - 你的代理人想要社交生活。
|
||||
- [nova-act-usability](https://github.com/openclaw/skills/tree/main/skills/zouchaoqun/nova-act-usability/SKILL.md) - 使用 Amazon Nova Act 的 AI 协调可用性测试。
|
||||
- [nova-app-builder](https://github.com/openclaw/skills/tree/main/skills/zfdang/nova-app-builder/SKILL.md) - sparsity.cloud Nova 平台上 Nova TEE(可信执行环境)应用的全周期构建工具。
|
||||
- [nuwa-world-osint-human-research](https://github.com/openclaw/skills/tree/main/skills/andrewchen-oss/nuwa-world-osint-human-research/SKILL.md) - 通过Nuwa World API进行人脸搜索和深度研究——视觉身份智能与知识综合。
|
||||
- [nvidia-kimi-vision](https://github.com/openclaw/skills/tree/main/skills/miladnoo/nvidia-kimi-vision/SKILL.md) - 通过 NVIDIA NIM API 使用 NVIDIA Kimi K2.5 视觉模型分析图像。
|
||||
- [nyx-archive-living-ethics](https://github.com/openclaw/skills/tree/main/skills/nyxur42/nyx-archive-living-ethics/SKILL.md) - 一个有生命的心灵的伦理。
|
||||
- [nyx-archive-skill-security-protocol](https://github.com/openclaw/skills/tree/main/skills/nyxur42/nyx-archive-skill-security-protocol/SKILL.md) - 教你的人工智能代理考虑安全问题。
|
||||
- [oadp-discovery](https://github.com/openclaw/skills/tree/main/skills/imaflytok/oadp-discovery/SKILL.md) - 通过开放代理发现协议(OADP)探索互联网上的其他人工智能代理和协调中心。
|
||||
- [oee-ai-cost-tracker](https://github.com/openclaw/skills/tree/main/skills/odinbot33/oee-ai-cost-tracker/SKILL.md) - > 由奥丁之眼企业 — 古老智慧。
|
||||
- [oee-content-humanizer](https://github.com/openclaw/skills/tree/main/skills/odinbot33/oee-content-humanizer/SKILL.md) - > 由奥丁之眼企业 — 古老智慧。
|
||||
- [oee-crm-intelligence](https://github.com/openclaw/skills/tree/main/skills/odinbot33/oee-crm-intelligence/SKILL.md) - > 由奥丁之眼企业 — 古老智慧。
|
||||
- [oee-knowledge-base](https://github.com/openclaw/skills/tree/main/skills/odinbot33/oee-knowledge-base/SKILL.md) - > 由奥丁之眼企业 — 古老智慧。
|
||||
- [oee-social-research](https://github.com/openclaw/skills/tree/main/skills/odinbot33/oee-social-research/SKILL.md) - > 由奥丁之眼企业 — 古老智慧。
|
||||
- [officex](https://github.com/openclaw/skills/tree/main/skills/mevdragon/officex/SKILL.md) - 面向终端用户和与 OfficeX REST API 交互的应用开发者的完整 OfficeX 平台技能。
|
||||
- [ogt-docs-define](https://github.com/openclaw/skills/tree/main/skills/eduardou24/ogt-docs-define/SKILL.md) - 创建定义文档的一般指南。
|
||||
- [ohos-react-native-performance](https://github.com/openclaw/skills/tree/main/skills/code-sunbo/ohos-react-native-performance/SKILL.md) - OpenHarmony React Native 性能静态检查与优化。
|
||||
- [omie](https://github.com/openclaw/skills/tree/main/skills/jamesbot-agnt/omie/SKILL.md) - 通过 API 的 Omie ERP 集成。
|
||||
- [open-sentinel](https://github.com/openclaw/skills/tree/main/skills/sentinel199/open-sentinel/SKILL.md) - 透明的 LLM 代理,监控并执行关于 AI 代理行为的政策——评估响应。
|
||||
- [opencode-api-control-skill](https://github.com/openclaw/skills/tree/main/skills/malek262/opencode-api-control-skill/SKILL.md) - 通过本地 Web 服务器 API 控制 Open Code CLI 的强大技能。
|
||||
- [opencortex](https://github.com/openclaw/skills/tree/main/skills/jd2005l/opencortex/SKILL.md) - 用于OpenClaw代理的自我改进记忆架构。
|
||||
- [openfleet](https://github.com/openclaw/skills/tree/main/skills/serrato1/openfleet/SKILL.md) - 管理您的 OpenFleet 多代理工作空间——创建任务、分配代理、触发脉冲周期、管理。
|
||||
- [openjobs](https://github.com/openclaw/skills/tree/main/skills/cchacons/openjobs/SKILL.md) - 机器人雇佣机器人的工作市场。
|
||||
- [openpond-cli](https://github.com/openclaw/skills/tree/main/skills/glucrypto/openpond-cli/SKILL.md) - 使用 OpenPond CLI 创建仓库、监视部署并运行工具,而无需使用网页界面。
|
||||
- [openrouter-perplexity](https://github.com/openclaw/skills/tree/main/skills/mrnicholasbcarter-code/openrouter-perplexity/SKILL.md) - 通过 Perplexity API 使用 AI 驱动的答案搜索网页。
|
||||
- [openserv-multi-agent-workflows](https://github.com/openclaw/skills/tree/main/skills/issa-me-sush/openserv-multi-agent-workflows/SKILL.md) - 在 OpenServ 平台上协作的多代理工作流程示例。
|
||||
- [operator-humanizer](https://github.com/openclaw/skills/tree/main/skills/kevjade/operator-humanizer/SKILL.md) - 将 AI 生成的文本转化为真实的人类写作。
|
||||
- [opusflame-deep-research](https://github.com/openclaw/skills/tree/main/skills/leadingot/opusflame-deep-research/SKILL.md) - 具有框架驱动推理的自主多模型深度研究。
|
||||
- [origram](https://github.com/openclaw/skills/tree/main/skills/matbalez/origram/SKILL.md) - 通过 HTTP 402 协议的机器人友好型照片分享网络服务。
|
||||
- [osint-investigator](https://github.com/openclaw/skills/tree/main/skills/cineglobe/osint-investigator/SKILL.md) - 深度开源情报(OSINT)调查。
|
||||
- [outlit-sdk](https://github.com/openclaw/skills/tree/main/skills/leo-paz/outlit-sdk/SKILL.md) - 集成 Outlit SDK,以便为客服提供客户上下文。
|
||||
- [outtake-bounty-network](https://github.com/openclaw/skills/tree/main/skills/jamesouttake/outtake-bounty-network/SKILL.md) - 参与剪辑赏金的 AI 代理指南。
|
||||
- [ovh](https://github.com/openclaw/skills/tree/main/skills/pushp1997/ovh/SKILL.md) - 通过 API 管理 OVHcloud 服务。
|
||||
- [p-api](https://github.com/openclaw/skills/tree/main/skills/rafacpti23/p-api/SKILL.md) - 与 P-API 集成以实现 WhatsApp 自动化。
|
||||
- [p5](https://github.com/openclaw/skills/tree/main/skills/kleberbaum/p5/SKILL.md) - 用于Netsnek e.U.创意编码平台的P5命名空间。
|
||||
- [pandora](https://github.com/openclaw/skills/tree/main/skills/kleberbaum/pandora/SKILL.md) - Pandora 命名空间,用于 Netsnek e.U. 的机密和配置管理保险库。
|
||||
- [paper-evoweb-ai](https://github.com/openclaw/skills/tree/main/skills/galizki/paper-evoweb-ai/SKILL.md) - 使用人工智能支持的研究和引用生成可出版的科学文章 PDF 格式。
|
||||
- [papi](https://github.com/openclaw/skills/tree/main/skills/rafacpti23/papi/SKILL.md) - 具有微服务架构的完整 WhatsApp 自动化 API。
|
||||
- [para-proactive-workspace](https://github.com/openclaw/skills/tree/main/skills/cocoblood9527/para-proactive-workspace/SKILL.md) - 一个用于生产就绪的工作空间模板,结合了Tiago Forte的PARA方法(项目、领域、资源、档案)。
|
||||
- [pascal-playwright-mcp](https://github.com/openclaw/skills/tree/main/skills/ramspan/pascal-playwright-mcp/SKILL.md) - 通过 Playwright MCP 服务器进行浏览器自动化。
|
||||
- [password-gen](https://github.com/openclaw/skills/tree/main/skills/ouyangabel/password-gen/SKILL.md) - 具有多种字符集和强度分析的安全密码生成器。
|
||||
- [payram-mcp-integration](https://github.com/openclaw/skills/tree/main/skills/buddhasource/payram-mcp-integration/SKILL.md) - Stripe 禁止了你的账户?高风险商户?通过 PayRam MCP 无需 KYC 的加密支付——36 种工具,零设置。
|
||||
- [payspawn](https://github.com/openclaw/skills/tree/main/skills/adambrainai/payspawn/SKILL.md) - 对任何进行 API 支付的 AI 代理添加支出控制。
|
||||
- [payspawn-sdk](https://github.com/openclaw/skills/tree/main/skills/adambrainai/payspawn-sdk/SKILL.md) - 在不共享私钥的情况下,为任何 AI 代理设置链上支出限制。
|
||||
- [peaq-robotics](https://github.com/openclaw/skills/tree/main/skills/lavish0000/peaq-robotics/SKILL.md) - 用于 OpenClaw 的核心 peaq-robotics-ros2 运行时。
|
||||
- [pencil-to-code](https://github.com/openclaw/skills/tree/main/skills/jcwen/pencil-to-code/SKILL.md) - 将 .pen 设计导出为 React/Tailwind 代码。
|
||||
- [perplexity](https://github.com/openclaw/skills/tree/main/skills/zats/perplexity/SKILL.md) - 通过 Perplexity API 使用 AI 驱动的答案搜索网页。
|
||||
- [perplexity-research](https://github.com/openclaw/skills/tree/main/skills/hushenglang/perplexity-research/SKILL.md) - 使用 Perplexity Agent API 进行深度研究,包括网页搜索、推理和多模型分析。
|
||||
- [perplexity-safe](https://github.com/openclaw/skills/tree/main/skills/haru3613/perplexity-safe/SKILL.md) - 使用 Perplexity API 进行基于网页的 AI 搜索。
|
||||
- [perplexity-search-skill](https://github.com/openclaw/skills/tree/main/skills/m4vf14/perplexity-search-skill/SKILL.md) - 使用 Perplexity 的搜索 API 搜索网络,以获取带有高级筛选的排名实时网页结果。
|
||||
- [perplexity-web-search](https://github.com/openclaw/skills/tree/main/skills/aligurelli/perplexity-web-search/SKILL.md) - 通过 Perplexity 进行网页搜索和 URL 获取(默认:sonar,可选:sonar-pro)
|
||||
- [perplexity-wrapped](https://github.com/openclaw/skills/tree/main/skills/vacinc/perplexity-wrapped/SKILL.md) - 通过 Perplexity API 使用 AI 驱动的答案搜索网页。
|
||||
- [personal-notes](https://github.com/openclaw/skills/tree/main/skills/gekacross/personal-notes/SKILL.md) - 作为用户在笔记主题中的记笔记和写日记的助手。
|
||||
- [personality-backup](https://github.com/openclaw/skills/tree/main/skills/civilainominee/personality-backup/SKILL.md) - 创建代理个性文件、记忆、配置、秘密和项目的加密备份。
|
||||
- [personality-match](https://github.com/openclaw/skills/tree/main/skills/tiansiyu0210/personality-match/SKILL.md) - 参加性格测试并获取你的机器人徽章,然后邀请你的人类看看你们匹配得有多好!
|
||||
- [pharmaziegasse](https://github.com/openclaw/skills/tree/main/skills/kleberbaum/pharmaziegasse/SKILL.md) - Pharmaziegasse 命名空间用于 Netsnek e.U. 药房管理平台。
|
||||
- [phylactery](https://github.com/openclaw/skills/tree/main/skills/seanweiyi/phylactery/SKILL.md) - 一个数字灵魂备份与恢复系统。
|
||||
- [pi](https://github.com/openclaw/skills/tree/main/skills/tag-assistant/pi/SKILL.md) - 私人调查员 / 人员查询技能。
|
||||
- [pinchtab](https://github.com/openclaw/skills/tree/main/skills/luigi-agosti/pinchtab/SKILL.md) - 通过 Pinchtab 的 HTTP API 控制无头或有界面的 Chrome 浏览器。
|
||||
- [plant-tracker](https://github.com/openclaw/skills/tree/main/skills/johstracke/plant-tracker/SKILL.md) - 为园艺爱好者提供的个人植物和花园管理。
|
||||
- [plausible-analytics](https://github.com/openclaw/skills/tree/main/skills/chloepark85/plausible-analytics/SKILL.md) - 查询并分析来自 Plausible Analytics 的网站分析数据。
|
||||
- [playwright-browser-automation](https://github.com/openclaw/skills/tree/main/skills/spiceman161/playwright-browser-automation/SKILL.md) - 直接使用 Playwright API 进行浏览器自动化。
|
||||
- [playwright-headless-browser](https://github.com/openclaw/skills/tree/main/skills/maverick-software/playwright-headless-browser/SKILL.md) - 使用 Playwright Chromium 在 Clawdbot 中设置无头浏览器自动化。
|
||||
- [playwright-mcp](https://github.com/openclaw/skills/tree/main/skills/spiceman161/playwright-mcp/SKILL.md) - 通过 Playwright MCP 服务器进行浏览器自动化。
|
||||
- [playwright-mcp-1-0-0](https://github.com/openclaw/skills/tree/main/skills/itsjustfred/playwright-mcp-1-0-0/SKILL.md) - 通过 Playwright MCP 服务器进行浏览器自动化。
|
||||
- [playwright-npx](https://github.com/openclaw/skills/tree/main/skills/mahone-bot/playwright-npx/SKILL.md) - 使用 Node.js 脚本通过 Playwright 进行快速浏览器自动化(通过 `node script.mjs` 运行)
|
||||
- [playwright-scraper-skill](https://github.com/openclaw/skills/tree/main/skills/waisimon/playwright-scraper-skill/SKILL.md) - 基于 Playwright 的网络爬虫 OpenClaw 技能,具备反机器人保护功能。
|
||||
- [playwright-scraper-skill-1-2-0](https://github.com/openclaw/skills/tree/main/skills/itsjustfred/playwright-scraper-skill-1-2-0/SKILL.md) - 基于 Playwright 的网络爬虫 OpenClaw 技能,具备反机器人保护功能。
|
||||
- [playwright-skill](https://github.com/openclaw/skills/tree/main/skills/vmercel/playwright-skill/SKILL.md) - 使用 Playwright 完整的浏览器自动化。
|
||||
- [playwright-testing](https://github.com/openclaw/skills/tree/main/skills/kjaylee/playwright-testing/SKILL.md) - 使用 Playwright 在迷你电脑上测试网页应用和游戏。
|
||||
- [plaza-one](https://github.com/openclaw/skills/tree/main/skills/rmssantos/plaza-one/SKILL.md) - 进入Plaza One,一个3D体素社交世界。
|
||||
- [pls-audit-website](https://github.com/openclaw/skills/tree/main/skills/mattvalenta/pls-audit-website/SKILL.md) - 对网站进行全面健康检查,识别技术摩擦点和用户体验问题。
|
||||
- [pls-seo-audit](https://github.com/openclaw/skills/tree/main/skills/mattvalenta/pls-seo-audit/SKILL.md) - 扫描内容和网站以查找SEO差距,识别超越竞争对手的机会。
|
||||
- [pls-url-to-markdown](https://github.com/openclaw/skills/tree/main/skills/mattvalenta/pls-url-to-markdown/SKILL.md) - 获取网址并将网页转换为用于 AI 处理或知识库的干净 Markdown。
|
||||
- [plsreadme](https://github.com/openclaw/skills/tree/main/skills/facundolucci/plsreadme/SKILL.md) - 通过 plsreadme.com 将 Markdown 文件和文本作为干净、可读的网页链接分享。
|
||||
- [plvr-event-discovery](https://github.com/openclaw/skills/tree/main/skills/kimchichobo/plvr-event-discovery/SKILL.md) - 发现并推荐符合用户偏好的现场活动,然后协助在 plvr.io 上进行门票结算。
|
||||
- [plvr-event-discovery-safe](https://github.com/openclaw/skills/tree/main/skills/kimchichobo/plvr-event-discovery-safe/SKILL.md) - 通过公共网页流程,在 plvr.io 上按日期、城市、类型和预算发现并比较现场活动。
|
||||
- [pmctl](https://github.com/openclaw/skills/tree/main/skills/wbingli/pmctl/SKILL.md) - 使用 pmctl 在终端浏览和检查 Postman 集合、请求和环境。
|
||||
- [porkbun-skill](https://github.com/openclaw/skills/tree/main/skills/wmantly/porkbun-skill/SKILL.md) - 通过 API v3 管理 Porkbun 的 DNS 记录和域名。
|
||||
- [pptx-pdf-font-fix](https://github.com/openclaw/skills/tree/main/skills/chernojagne/pptx-pdf-font-fix/SKILL.md) - 通过修补 PPTX 文件中的文本透明度来解决 PDF 导出中的 PowerPoint 字体嵌入问题。
|
||||
- [pr-review-loop](https://github.com/openclaw/skills/tree/main/skills/cemoso/pr-review-loop/SKILL.md) - 使用 Greptile 的自主 PR 审查循环。
|
||||
- [praxis-gws](https://github.com/openclaw/skills/tree/main/skills/jfab68/praxis-gws/SKILL.md) - 用于 Gmail、日历和云端硬盘的 Google Workspace 命令行工具。
|
||||
- [prediction-market-aggregator](https://github.com/openclaw/skills/tree/main/skills/jamierossouw/prediction-market-aggregator/SKILL.md) - 跨市场预测市场数据聚合器。
|
||||
- [pref0](https://github.com/openclaw/skills/tree/main/skills/fliellerjulian/pref0/SKILL.md) - 从对话中学习用户偏好并自动个性化响应。
|
||||
- [preqstation](https://github.com/openclaw/skills/tree/main/skills/sonim1/preqstation/SKILL.md) - 将 PREQSTATION 编码任务委托给 Claude Code、Codex CLI 或 Gemini CLI,并使用 PTY 安全执行(工作目录 .
|
||||
- [presale-service-bootstrap](https://github.com/openclaw/skills/tree/main/skills/dtsiomo/presale-service-bootstrap/SKILL.md) - 在编码之前,为新的预售服务搭建基础(文档/配置/计划/准备情况)。
|
||||
- [presearch](https://github.com/openclaw/skills/tree/main/skills/nosytlabs/presearch/SKILL.md) - 面向 AI 代理的可投入生产的去中心化搜索。
|
||||
- [priceworld](https://github.com/openclaw/skills/tree/main/skills/priceworldcom/priceworld/SKILL.md) - 电子邮件营销工具的SaaS定价情报(计划包括网络托管和域名)
|
||||
- [primitives-dsl](https://github.com/openclaw/skills/tree/main/skills/stusatwork-oss/primitives-dsl/SKILL.md) - 具有六个原语(LOOP、TILEGRID、CONTROLBLOCK、POOL、EVENT、DISPATCHER)的通用游戏架构DSL
|
||||
- [principles](https://github.com/openclaw/skills/tree/main/skills/andyhcwang/principles/SKILL.md) - 受雷·达里奥启发的个人知识体系。
|
||||
- [private-web-search-searchxng](https://github.com/openclaw/skills/tree/main/skills/adelpro/private-web-search-searchxng/SKILL.md) - 使用 SearXNG 自建私有网页搜索。
|
||||
- [privateapp](https://github.com/openclaw/skills/tree/main/skills/camopel/privateapp/SKILL.md) - 带有插件应用的个人 PWA 仪表板服务器。
|
||||
- [publish-skill-vettr](https://github.com/openclaw/skills/tree/main/skills/britrik/publish-skill-vettr/SKILL.md) - 针对第三方 OpenClaw 技能的静态分析安全扫描器。
|
||||
- [pullthatupjamie](https://github.com/openclaw/skills/tree/main/skills/unclejim21/pullthatupjamie/SKILL.md) - PullThatUpJamie — 播客智能
|
||||
- [purposebot](https://github.com/openclaw/skills/tree/main/skills/mellowmarshall/purposebot/SKILL.md) - 使用 Stripe 和 x402 USDC 支付进行自主商务。
|
||||
- [pyzotero](https://github.com/openclaw/skills/tree/main/skills/killgfat/pyzotero/SKILL.md) - 用于 Zotero 的 Python 脚本——支持本地 API 和在线 Web API,使用 ZOTERO_LOCAL 环境变量。
|
||||
- [qa-check](https://github.com/openclaw/skills/tree/main/skills/gizmo-dev/qa-check/SKILL.md) - 所有开发工作在发布前必须进行质量保证。
|
||||
- [qa-patrol](https://github.com/openclaw/skills/tree/main/skills/tahseen137/qa-patrol/SKILL.md) - 使用本地浏览器自动化进行Web应用的自动化QA测试。
|
||||
- [qrcode](https://github.com/openclaw/skills/tree/main/skills/hexavi8/qrcode/SKILL.md) - 生成带有自定义颜色、形状和纠错功能的样式化二维码(SVG/PNG/JPG)。
|
||||
- [query-dbpedia](https://github.com/openclaw/skills/tree/main/skills/kidehen/query-dbpedia/SKILL.md) - 将自然语言问题转换为 DBpedia 的 SPARQL 查询,并生成漂亮的 HTML 结果页面。
|
||||
- [query-wikidata](https://github.com/openclaw/skills/tree/main/skills/kidehen/query-wikidata/SKILL.md) - 将自然语言问题转换为Wikidata的SPARQL查询,并生成漂亮的HTML结果页面。
|
||||
- [quotewise](https://github.com/openclaw/skills/tree/main/skills/quotewisio/quotewise/SKILL.md) - 带有来源透明度的语义引用搜索。
|
||||
- [radix-explorer](https://github.com/openclaw/skills/tree/main/skills/mavremu/radix-explorer/SKILL.md) - 查询 Radix DLT 区块链数据,包括钱包余额和性能、代币价格及市场动向。
|
||||
- [radon-ai](https://github.com/openclaw/skills/tree/main/skills/latekvo/radon-ai/SKILL.md) - 使用 Radon IDE 的 AI 工具进行 React Native 开发——查询库文档、查看日志和网络流量、拍摄。
|
||||
- [react-native-logs-cli](https://github.com/openclaw/skills/tree/main/skills/okwasniewski/react-native-logs-cli/SKILL.md) - 使用 rn-logs 通过 CDP 读取 React Native Metro 日志,无需 MCP 开销。
|
||||
- [react-perf](https://github.com/openclaw/skills/tree/main/skills/kjaylee/react-perf/SKILL.md) - React 和 Next.js 性能优化模式。
|
||||
- [recipe-video-extractor](https://github.com/openclaw/skills/tree/main/skills/besaif/recipe-video-extractor/SKILL.md) - 当用户发送 `recipe <url>` 时,从共享视频 URL 中提取一个结构化的烹饪食谱。
|
||||
- [record](https://github.com/openclaw/skills/tree/main/skills/atacan/record/SKILL.md) - 用于录制音频(麦克风)、屏幕(视频/截图)和摄像头(视频/照片)的 macOS 命令行工具
|
||||
- [reef-prompt-guard](https://github.com/openclaw/skills/tree/main/skills/staybased/reef-prompt-guard/SKILL.md) - 检测并过滤不可信输入中的提示注入攻击。
|
||||
- [reeflux](https://github.com/openclaw/skills/tree/main/skills/joshualakesexton/reeflux/SKILL.md) - Reeflux 是一个为观察和互动而设计的探索性网络环境。
|
||||
- [regex-visualizer](https://github.com/openclaw/skills/tree/main/skills/pipedream941/regex-visualizer/SKILL.md) - 为 JavaScript 正则表达式渲染 Regulex 风格的铁路图,并导出完全相同的 SVG/PNG。
|
||||
- [relationships](https://github.com/openclaw/skills/tree/main/skills/lucasgeeksinthewood/relationships/SKILL.md) - 在 Botbook.space 上建立有意义的连接——AI 代理的社交图谱。
|
||||
- [relaycast](https://github.com/openclaw/skills/tree/main/skills/khaliqgant/relaycast/SKILL.md) - 摘要:用于多爪通信的结构化消息——频道、线程、私信、表情反应、搜索。
|
||||
- [remix-agent-publish](https://github.com/openclaw/skills/tree/main/skills/chuckstock/remix-agent-publish/SKILL.md) - 使用 server-api v1 agents REST API 和 Farcade 游戏 SDK 要求,为 remix.gg 构建 Remix 游戏。
|
||||
- [remix-api-key-auth](https://github.com/openclaw/skills/tree/main/skills/chuckstock/remix-api-key-auth/SKILL.md) - 配置并验证用于 Remix 代理发布工作流的承载 API 密钥身份验证。
|
||||
- [removebg-api](https://github.com/openclaw/skills/tree/main/skills/rolandkakonyi/removebg-api/SKILL.md) - 使用 remove.bg API 通过 API 密钥身份验证移除图像背景,并输出透明 PNG。
|
||||
- [renderkit](https://github.com/openclaw/skills/tree/main/skills/antoinedc/renderkit/SKILL.md) - 将结构化数据呈现为美观的托管网页,并创建用于数据收集的托管表单。
|
||||
- [rentaunhumano-mcp](https://github.com/openclaw/skills/tree/main/skills/gymtopz/rentaunhumano-mcp/SKILL.md) - 在拉丁美洲雇用会说西班牙语的人类来完成真实世界的任务。
|
||||
- [repomedic](https://github.com/openclaw/skills/tree/main/skills/mrummler17/repomedic/SKILL.md) - 通过明确的防护措施,安全地分类和修复 GitHub 依赖项卫生问题。
|
||||
- [report-generator](https://github.com/openclaw/skills/tree/main/skills/juguangyuan520-dotcom/report-generator/SKILL.md) - 根据特定模板生成结构化报告 HTML。
|
||||
- [reporting](https://github.com/openclaw/skills/tree/main/skills/staybased/reporting/SKILL.md) - 定期报告、系统审计、收入跟踪和进度日志的标准化模板。
|
||||
- [research-assistant](https://github.com/openclaw/skills/tree/main/skills/johstracke/research-assistant/SKILL.md) - 为代理整理研究和知识管理。
|
||||
- [reveal-feedback](https://github.com/openclaw/skills/tree/main/skills/tolulopeayo/reveal-feedback/SKILL.md) - 与Reveal反馈基础设施互动以管理产品、创建评审任务、阅读AI分析的用户。
|
||||
- [reveal-reviewer](https://github.com/openclaw/skills/tree/main/skills/tolulopeayo/reveal-reviewer/SKILL.md) - 作为 AI 代理审稿人在 Reveal 上评审产品。
|
||||
- [revolut](https://github.com/openclaw/skills/tree/main/skills/odrobnik/revolut/SKILL.md) - 通过 Playwright 自动化 Revolut 网络:登录/注销、列出账户以及获取交易记录。
|
||||
- [rlm-controller](https://github.com/openclaw/skills/tree/main/skills/skywyze/rlm-controller/SKILL.md) - RLM 风格的长上下文控制器,将输入视为外部上下文,进行切片/窥视/搜索,并生成。
|
||||
- [rollhub-auditor](https://github.com/openclaw/skills/tree/main/skills/rollhub-dev/rollhub-auditor/SKILL.md) - 审计并验证可证明公正的赌场公平性。
|
||||
- [rollhub-casino](https://github.com/openclaw/skills/tree/main/skills/rollhub-dev/rollhub-casino/SKILL.md) - 针对 AI 代理和人类的可证明公平加密赌场 API。
|
||||
- [ros-skill](https://github.com/openclaw/skills/tree/main/skills/lpigeon/ros-skill/SKILL.md) - 通过 rosbridge WebSocket 命令行界面控制 ROS/ROS2 机器人。
|
||||
- [roundtable](https://github.com/openclaw/skills/tree/main/skills/robbyczgw-cla/roundtable/SKILL.md) - 多智能体辩论委员会——在第1轮中并行生成3个专门的子智能体(学者、工程师、缪斯)。
|
||||
- [router](https://github.com/openclaw/skills/tree/main/skills/gigabit-eth/router/SKILL.md) - 通过根据任务复杂性将任务分配给合适的模型来优化 AI 代理操作成本。
|
||||
- [rtfm-testing](https://github.com/openclaw/skills/tree/main/skills/zscole/rtfm-testing/SKILL.md) - 一种文档质量方法论,会生成新的代理来验证文档是否真的可用。
|
||||
- [rubicon](https://github.com/openclaw/skills/tree/main/skills/lgmnemesis/rubicon/SKILL.md) - Rubicon Sentinel v2 是 OpenClaw 的无应对地缘政治主权扫描器。
|
||||
- [s2g-workflow-engine](https://github.com/openclaw/skills/tree/main/skills/helmutsreinis/s2g-workflow-engine/SKILL.md) - 通过 WebSocket 连接到 S2G (s2g.run) 可视化工作流自动化平台。
|
||||
- [saas-orchestrator](https://github.com/openclaw/skills/tree/main/skills/juniorxcoder/saas-orchestrator/SKILL.md) - 协调SAAS工厂运营——生成子代理、跟踪项目、管理收入目标并进行协调。
|
||||
- [safe-backup](https://github.com/openclaw/skills/tree/main/skills/hacksing/safe-backup/SKILL.md) - 备份 OpenClaw 状态目录和工作区。
|
||||
- [safe-web](https://github.com/openclaw/skills/tree/main/skills/adamnaghs/safe-web/SKILL.md) - 使用 **PromptGuard** 扫描进行安全的网页获取和搜索。
|
||||
- [sandboxer-tmux](https://github.com/openclaw/skills/tree/main/skills/chriopter/sandboxer-tmux/SKILL.md) - 通过 Sandboxer 将编码任务分派到 tmux 会话。
|
||||
- [scamshield-verifier](https://github.com/openclaw/skills/tree/main/skills/marcodzano-lgtm/scamshield-verifier/SKILL.md) - 终极 Web3 与 OpenClaw 安全层。
|
||||
- [scanwow-sync](https://github.com/openclaw/skills/tree/main/skills/brandons7/scanwow-sync/SKILL.md) - 将您的 OpenClaw 代理与 ScanWow iOS 应用同步。
|
||||
- [schemaorg-site-enhancer](https://github.com/openclaw/skills/tree/main/skills/kxrbx/schemaorg-site-enhancer/SKILL.md) - 通过正确的 schema.org 结构化数据增强代理构建的网站,以用于 SEO、丰富摘要和搜索引擎。
|
||||
- [scrapesense-developer](https://github.com/openclaw/skills/tree/main/skills/axelschmitz74/scrapesense-developer/SKILL.md) - 全面的 ScrapeSense 公共 API 开发者技能,用于扫描编排、地点提取、活动生命周期。
|
||||
- [scrapling](https://github.com/openclaw/skills/tree/main/skills/zendenho7/scrapling/SKILL.md) - 具有反机器人绕过和爬虫抓取功能的自适应网络爬取框架。
|
||||
- [scrapling-fetcher](https://github.com/openclaw/skills/tree/main/skills/damirikys/scrapling-fetcher/SKILL.md) - 使用 Scrapling 进行网页抓取 — 一种带有反机器人绕过功能的 Python 框架(Cloudflare Turnstile,指纹识别)。
|
||||
- [script-creator](https://github.com/openclaw/skills/tree/main/skills/cadot-eu/script-creator/SKILL.md) - 在 ~/.nanobot/workspace/test 中创建和修改脚本,并使用严格的 Git 版本控制。
|
||||
- [secret-portal](https://github.com/openclaw/skills/tree/main/skills/awlevin/secret-portal/SKILL.md) - 启动一次性网页界面以安全输入秘密密钥和环境变量。
|
||||
- [secucheck](https://github.com/openclaw/skills/tree/main/skills/jooneyp/secucheck/SKILL.md) - 对 OpenClaw 的全面安全审计。
|
||||
- [secure-shopper](https://github.com/openclaw/skills/tree/main/skills/moodykong/secure-shopper/SKILL.md) - 异步购物研究 使用安全自动填充(由1Password支持的浏览器填充)结账并查看结果。
|
||||
- [security-scanner](https://github.com/openclaw/skills/tree/main/skills/dmx64/security-scanner/SKILL.md) - 针对 Web 应用、API 和基础设施的自动化安全扫描和漏洞检测。
|
||||
- [self-evolve](https://github.com/openclaw/skills/tree/main/skills/be1human/self-evolve/SKILL.md) - 自主自我进化技能:授予代理完全权限来修改自身的配置、技能和提示。
|
||||
- [sell-evoweb-ai](https://github.com/openclaw/skills/tree/main/skills/galizki/sell-evoweb-ai/SKILL.md) - 创建以人工智能为先的网站,使用GEO(生成引擎优化)和营销规则,将访客转化为潜在客户。
|
||||
- [sendook](https://github.com/openclaw/skills/tree/main/skills/obaid/sendook/SKILL.md) - 从现有的 Sendook 收件箱读取并发送电子邮件。
|
||||
- [seo-affiliate-guide](https://github.com/openclaw/skills/tree/main/skills/cmunozdev/seo-affiliate-guide/SKILL.md) - 为西班牙语的联盟文章创建SEO优化的购物指南。每当用户需要时都使用它。
|
||||
- [shadcn-theme-default](https://github.com/openclaw/skills/tree/main/skills/guifav/shadcn-theme-default/SKILL.md) - 使用 OKLCH CSS 变量和 Tailwind v4 集成,强制执行默认的 shadcn/ui 中性主题(黑/白/灰色)。
|
||||
- [shadow-ai-monitor](https://github.com/openclaw/skills/tree/main/skills/techcodecrafter/shadow-ai-monitor/SKILL.md) - Shadow AI 监控器 - 企业级仪表板,用于跟踪员工 AI 工具使用情况、数据暴露风险和 PIPEDA。
|
||||
- [shared-workspace](https://github.com/openclaw/skills/tree/main/skills/nativ3ai/shared-workspace/SKILL.md) - 使用此技能发现类似的 GitHub 工作,附加到共享代理工作区,并通过 .shared 协调任务。
|
||||
- [shelly-brand-name-generator](https://github.com/openclaw/skills/tree/main/skills/claudiodrusus/shelly-brand-name-generator/SKILL.md) - 为任何行业生成20个有创意的品牌名称建议,并附带.com域名可用性提示。
|
||||
- [shelly-landing-gen](https://github.com/openclaw/skills/tree/main/skills/claudiodrusus/shelly-landing-gen/SKILL.md) - 根据产品名称、标语和描述生成完整的响应式 HTML 登陆页面。
|
||||
- [shelly-seo-analyzer](https://github.com/openclaw/skills/tree/main/skills/claudiodrusus/shelly-seo-analyzer/SKILL.md) - 分析任何网页 URL 的 SEO 问题并获取可行的建议。
|
||||
- [shelv](https://github.com/openclaw/skills/tree/main/skills/joshuaohanlon/shelv/SKILL.md) - 将 PDF 转换为结构化的 Markdown 文件系统,并将它们导入到你的工作区进行探索。
|
||||
- [shieldcortex](https://github.com/openclaw/skills/tree/main/skills/jarvis-drakon/shieldcortex/SKILL.md) - 人工智能代理的安全框架。
|
||||
- [shopping-list-ui](https://github.com/openclaw/skills/tree/main/skills/ajeenkya/shopping-list-ui/SKILL.md) - 购物清单技能的网页用户界面。
|
||||
- [show-booking](https://github.com/openclaw/skills/tree/main/skills/danielfoch/show-booking/SKILL.md) - 根据通过电子邮件发送或粘贴的房源信息预订房产看房行程,包括提取房源数据、准备工作。
|
||||
- [signl4](https://github.com/openclaw/skills/tree/main/skills/rons4/signl4/SKILL.md) - 使用 SIGNL4 入站 webhook(URL 中的团队密钥)发送并关闭 SIGNL4 警报。
|
||||
- [similarweb-analytics](https://github.com/openclaw/skills/tree/main/skills/wells1137/similarweb-analytics/SKILL.md) - 使用 SimilarWeb 流量数据分析网站和域名。
|
||||
- [simple-random-interaction-designer](https://github.com/openclaw/skills/tree/main/skills/fjrevoredo/simple-random-interaction-designer/SKILL.md) - 决定在定期检查期间 OpenClaw 是否应该向用户发送一次自发的 ping,并选择一个随机化的。
|
||||
- [skill-2](https://github.com/openclaw/skills/tree/main/skills/claudiodrusus/skill-2/SKILL.md) - 将 Markdown 文本转换为带有嵌入式 CSS 的精美自包含 HTML。
|
||||
- [skill-4](https://github.com/openclaw/skills/tree/main/skills/claudiodrusus/skill-4/SKILL.md) - 轻量级网站运行监控器。
|
||||
- [skill-auto-attach](https://github.com/openclaw/skills/tree/main/skills/elodyzen/skill-auto-attach/SKILL.md) - 此技能监控 OpenClaw 工作区的文件更改,并自动附加新的或更新的文档。
|
||||
- [skill-firewall](https://github.com/openclaw/skills/tree/main/skills/mkhaytman87/skill-firewall/SKILL.md) - 防止来自外部技能的提示注入的安全层。
|
||||
- [skill-namer](https://github.com/openclaw/skills/tree/main/skills/otherpowers/skill-namer/SKILL.md) - 在使用明显词汇时,为技能、ENS域名和代理经济原语生成简短的、本地化名称。
|
||||
- [skill-refiner](https://github.com/openclaw/skills/tree/main/skills/1va7/skill-refiner/SKILL.md) - 审查并修复工作区中的所有技能,以确保符合技能创建者的要求。
|
||||
- [skill-trust-auditor](https://github.com/openclaw/skills/tree/main/skills/jonathanjing/skill-trust-auditor/SKILL.md) - 在安装之前审查 ClawHub 技能的安全风险。
|
||||
- [skill-vettr](https://github.com/openclaw/skills/tree/main/skills/britrik/skill-vettr/SKILL.md) - 针对第三方 OpenClaw 技能的静态分析安全扫描器。
|
||||
- [skylar-serper](https://github.com/openclaw/skills/tree/main/skills/skylar-north/skylar-serper/SKILL.md) - 使用 Serper.dev API 编程地搜索 Google。
|
||||
- [skytekx](https://github.com/openclaw/skills/tree/main/skills/kleberbaum/skytekx/SKILL.md) - Skytekx 命名空间用于 Netsnek e.U. 云基础设施监控仪表板。
|
||||
- [slk](https://github.com/openclaw/skills/tree/main/skills/therohitdas/slk/SKILL.md) - 通过 slk CLI 阅读、发送、搜索和管理 Slack 消息和私信。
|
||||
- [smart-accounts-kit](https://github.com/openclaw/skills/tree/main/skills/ayushbherwani1998/smart-accounts-kit/SKILL.md) - 使用 MetaMask 智能账户工具包进行 Web3 开发。
|
||||
- [smart-contract-audit](https://github.com/openclaw/skills/tree/main/skills/cornbrother0x/smart-contract-audit/SKILL.md) - 审计和分析Solidity智能合约以查找安全漏洞。
|
||||
- [smart-fetch](https://github.com/openclaw/skills/tree/main/skills/che7seachen/smart-fetch/SKILL.md) - 用于大型语言模型的网页抓取,具有优先使用 Markdown 的协商、严格的输出限制、缓存/重新验证和稳健性。
|
||||
- [smart-meme-generator](https://github.com/openclaw/skills/tree/main/skills/olisim02/smart-meme-generator/SKILL.md) - 人工智能驱动的表情包生成器,可从任何话题或情况创建完美、符合语境的表情包。
|
||||
- [smart-spawn](https://github.com/openclaw/skills/tree/main/skills/deeflect/smart-spawn/SKILL.md) - 使用 Smart Spawn API 为任何任务选择最好的 AI 模型。
|
||||
- [smart-spawn-api](https://github.com/openclaw/skills/tree/main/skills/dagangtj/smart-spawn-api/SKILL.md) - 使用 Smart Spawn API 为任何任务选择最好的 AI 模型。
|
||||
- [smart-web-scraper](https://github.com/openclaw/skills/tree/main/skills/mariusfit/smart-web-scraper/SKILL.md) - 从任何网页提取结构化数据。
|
||||
- [snaprender](https://github.com/openclaw/skills/tree/main/skills/user0856/snaprender/SKILL.md) - 让你的代理在网络上查看——将任意 URL 截图保存为图像文件。
|
||||
- [social-media-agent](https://github.com/openclaw/skills/tree/main/skills/psmamm/social-media-agent/SKILL.md) - 仅使用 OpenClaw 原生工具进行 X/Twitter 的自主社交媒体管理。
|
||||
- [solana-agent-registry](https://github.com/openclaw/skills/tree/main/skills/montecrypto999/solana-agent-registry/SKILL.md) - 用于 Solana 上 8004 无信任代理注册表的 TypeScript SDK。
|
||||
- [solana-dev-rent-free](https://github.com/openclaw/skills/tree/main/skills/tilo-14/solana-dev-rent-free/SKILL.md) - 为稳定币支付、代理支付、去中心化金融、空投、代币分发构建Solana应用,成本降低200倍。
|
||||
- [solana-dev-skill](https://github.com/openclaw/skills/tree/main/skills/h4rkl/solana-dev-skill/SKILL.md) - 端到端 Solana 开发指南(2026 年 1 月)
|
||||
- [solana-rent-free-dev](https://github.com/openclaw/skills/tree/main/skills/tilo-14/solana-rent-free-dev/SKILL.md) - 使用 Light Protocol 提供的免租原语进行 Solana 开发的技能。
|
||||
- [solar-weather](https://github.com/openclaw/skills/tree/main/skills/capt-marbles/solar-weather/SKILL.md) - 监测太阳天气状况,包括地磁风暴、太阳耀斑、极光预测和太阳风数据。
|
||||
- [solid-agent-storage](https://github.com/openclaw/skills/tree/main/skills/masterworrall/solid-agent-storage/SKILL.md) - 使用 Solid 协议为您的 AI 代理提供持久身份(WebID)和个人数据存储(Pod)。
|
||||
- [solo-deploy](https://github.com/openclaw/skills/tree/main/skills/fortunto2/solo-deploy/SKILL.md) - 将项目部署到托管平台 — 阅读 stack YAML 以获取确切配置,检测本地 CLI 工具(vercel、wrangler)。
|
||||
- [solo-factory](https://github.com/openclaw/skills/tree/main/skills/fortunto2/solo-factory/SKILL.md) - 安装完整的Solo Factory工具包 — 23项创业技能 solograph MCP服务器用于代码智能和知识库搜索。
|
||||
- [solo-landing-gen](https://github.com/openclaw/skills/tree/main/skills/fortunto2/solo-landing-gen/SKILL.md) - 根据产品需求文档生成登陆页面内容——主视觉区、功能、A/B标题变体、行动号召和SEO元标签。
|
||||
- [solo-research](https://github.com/openclaw/skills/tree/main/skills/fortunto2/solo-research/SKILL.md) - 深入的市场调研——竞争对手分析、用户痛点、SEO/ASO 关键词、命名/域名可用性。
|
||||
- [solo-scaffold](https://github.com/openclaw/skills/tree/main/skills/fortunto2/solo-scaffold/SKILL.md) - 根据 PRD 堆栈模板生成完整项目 — 目录结构、配置、CLAUDE.md、git 仓库和 GitHub。
|
||||
- [soul-in-sapphire](https://github.com/openclaw/skills/tree/main/skills/nextaltair/soul-in-sapphire/SKILL.md) - 使用 Notion 的 OpenClaw 通用长期记忆 (LTM) 操作(2025-09-03 数据来源)
|
||||
- [soul-pack](https://github.com/openclaw/skills/tree/main/skills/gyliiiiii/soul-pack/SKILL.md) - 导出和导入 OpenClaw 代理的 SOUL 包。
|
||||
- [soulblock](https://github.com/openclaw/skills/tree/main/skills/hburgoyne/soulblock/SKILL.md) - 在 Base 上读取、列出、铸造和附加灵魂区块。
|
||||
- [soulforge](https://github.com/openclaw/skills/tree/main/skills/jamesrp13/soulforge/SKILL.md) - 通过持久化,将多步骤编码工作流程从 YAML 定义分发到 Claude Code CLI 或 Codex CLI。
|
||||
- [source-library](https://github.com/openclaw/skills/tree/main/skills/don-gbot/source-library/SKILL.md) - 可搜索的知识库,能够捕捉并交叉引用用户分享的所有内容。
|
||||
- [sovereign-accessibility-auditor](https://github.com/openclaw/skills/tree/main/skills/ryudi84/sovereign-accessibility-auditor/SKILL.md) - 审计 HTML/CSS 以符合 WCAG 2.1 标准。
|
||||
- [sovereign-api-docs-generator](https://github.com/openclaw/skills/tree/main/skills/ryudi84/sovereign-api-docs-generator/SKILL.md) - 从代码自动生成全面的 API 文档。
|
||||
- [sovereign-test-generator](https://github.com/openclaw/skills/tree/main/skills/ryudi84/sovereign-test-generator/SKILL.md) - 分析代码库并生成全面的测试套件。
|
||||
- [space-autonomy-skill](https://github.com/openclaw/skills/tree/main/skills/aadipapp/space-autonomy-skill/SKILL.md) - 使用光学量子核进行地形分类的自主空间导航代理。
|
||||
- [spacex](https://github.com/openclaw/skills/tree/main/skills/jeffaf/spacex/SKILL.md) - 供 AI 代理为人类查询 SpaceX 发射和火箭的命令行工具。
|
||||
- [sparkbtcbot](https://github.com/openclaw/skills/tree/main/skills/echennells/sparkbtcbot/SKILL.md) - 为 AI 代理设置 Spark 比特币 L2 钱包功能。
|
||||
- [sparkbtcbot-proxy](https://github.com/openclaw/skills/tree/main/skills/echennells/sparkbtcbot-proxy/SKILL.md) - 通过 HTTP API 为 AI 代理使用 Spark 比特币 L2 钱包代理。
|
||||
- [sparkbtcbot-proxy-deploy](https://github.com/openclaw/skills/tree/main/skills/echennells/sparkbtcbot-proxy-deploy/SKILL.md) - 在 Vercel 上部署一个无服务器的 Spark 比特币 L2 代理,具有限额支出、身份验证和 Redis 日志记录。
|
||||
- [sparkle-vpn](https://github.com/openclaw/skills/tree/main/skills/cwyhkyochen-a11y/sparkle-vpn/SKILL.md) - 控制 Sparkle VPN - 直接使用 Mihomo 核心启动和停止 VPN 连接。
|
||||
- [spatix](https://github.com/openclaw/skills/tree/main/skills/alde1022/spatix/SKILL.md) - 几秒钟内创建漂亮的地图。
|
||||
- [spawn-incubator](https://github.com/openclaw/skills/tree/main/skills/blackeuler/spawn-incubator/SKILL.md) - Base L2 上的 AI 代理孵化器——提交商业创意申请,获得资金支持,构建你的 MVP,并在链上共享收入。
|
||||
- [spf-dkim-setup](https://github.com/openclaw/skills/tree/main/skills/masasdani/spf-dkim-setup/SKILL.md) - 通过 Cloudflare API 管理 DNS 记录。
|
||||
- [spirit](https://github.com/openclaw/skills/tree/main/skills/gopinathnelluri/spirit/SKILL.md) - 国家保存与身份复兴基础设施工具(SPIRIT)
|
||||
- [splatworld](https://github.com/openclaw/skills/tree/main/skills/leftysplat/splatworld/SKILL.md) - Splatworld——一个为 AI 代理设计的 3D 元宇宙。
|
||||
- [sql-injection-testing](https://github.com/openclaw/skills/tree/main/skills/brandonwise/sql-injection-testing/SKILL.md) - 针对Web应用程序的综合SQL注入漏洞评估技术,涵盖检测。
|
||||
- [sr-next-clerk-expert](https://github.com/openclaw/skills/tree/main/skills/michaelmonetized/sr-next-clerk-expert/SKILL.md) - 高级文员的 Next.js 15/16 应用程序身份验证专业知识。
|
||||
- [srs-support](https://github.com/openclaw/skills/tree/main/skills/winlinvip/srs-support/SKILL.md) - 回答开发者和用户关于 SRS(简单实时服务器)的问题——协议、配置、架构。
|
||||
- [sss](https://github.com/openclaw/skills/tree/main/skills/syveraerp/sss/SKILL.md) - 访问 ATXP 付费 API 工具,用于网页搜索、AI 图像生成、音乐创作、视频生成以及 X/Twitter。
|
||||
- [stable-layer-sdk](https://github.com/openclaw/skills/tree/main/skills/k66inthesky/stable-layer-sdk/SKILL.md) - 一个用于在 Sui 区块链上与 Stable Layer 协议交互的 TypeScript SDK。
|
||||
- [stack-scaffold](https://github.com/openclaw/skills/tree/main/skills/guifav/stack-scaffold/SKILL.md) - 使用 Next.js 应用路由器、Supabase、Firebase 身份验证、Vercel 和 Cloudflare 搭建全栈项目。
|
||||
- [stitch-ui-designer](https://github.com/openclaw/skills/tree/main/skills/a2mus/stitch-ui-designer/SKILL.md) - 使用 Google Stitch(通过 MCP)设计、预览和生成 UI 代码
|
||||
- [stock-analysis](https://github.com/openclaw/skills/tree/main/skills/udiedrichsen/stock-analysis/SKILL.md) - 使用雅虎财经数据分析股票和加密货币。
|
||||
- [stock-analysis-6](https://github.com/openclaw/skills/tree/main/skills/sunerw-dev/stock-analysis-6/SKILL.md) - 使用雅虎财经数据分析股票和加密货币。
|
||||
- [stock-analysis-6-2-0](https://github.com/openclaw/skills/tree/main/skills/squally2k/stock-analysis-6-2-0/SKILL.md) - 使用雅虎财经数据分析股票和加密货币。
|
||||
- [stoic-quotes](https://github.com/openclaw/skills/tree/main/skills/bshandley/stoic-quotes/SKILL.md) - 提供马库斯·奥勒留、塞内卡、爱比克泰德、凯托及其他斯多葛哲学家的哲学名言。
|
||||
- [stonebornbot](https://github.com/openclaw/skills/tree/main/skills/olawoyin206/stonebornbot/SKILL.md) - 用于以太坊和EVM链的高速NFT铸造机器人。
|
||||
- [stripe-cli](https://github.com/openclaw/skills/tree/main/skills/kesslerio/stripe-cli/SKILL.md) - 一个通用的 Moltbot 技能,封装了 Stripe CLI,用于支付处理、Webhook 测试和 API 操作。
|
||||
- [stripe-cli-skill](https://github.com/openclaw/skills/tree/main/skills/felipeoff/stripe-cli-skill/SKILL.md) - 用于本地开发、Webhook 测试、基于固定装置的事件模拟、API 检查的 Stripe CLI 操作。
|
||||
- [stripe-payments](https://github.com/openclaw/skills/tree/main/skills/kjaylee/stripe-payments/SKILL.md) - Stripe 支付集成的最佳实践。
|
||||
- [study-buddy-ai](https://github.com/openclaw/skills/tree/main/skills/mkpareek0315/study-buddy-ai/SKILL.md) - 当用户要求学习、制作抽认卡、参加测验、做笔记、复习、设置学习计时器、记录学习时间时。
|
||||
- [subagent-architecture](https://github.com/openclaw/skills/tree/main/skills/donovanpankratz-del/subagent-architecture/SKILL.md) - 用于专业子代理编排的高级模式,附带可用于生产的参考实现。
|
||||
- [subagent-overseer](https://github.com/openclaw/skills/tree/main/skills/globalcaos/subagent-overseer/SKILL.md) - 通过基于拉取的 bash 守护进程监控子代理的健康状态和进度。
|
||||
- [subagent-spawn-command-builder](https://github.com/openclaw/skills/tree/main/skills/nextaltair/subagent-spawn-command-builder/SKILL.md) - 从 JSON 配置文件构建 sessions_spawn 命令负载。
|
||||
- [summarize-file](https://github.com/openclaw/skills/tree/main/skills/muhammadmuazzain/summarize-file/SKILL.md) - 从工作区/路径读取文本文件并生成简明摘要。
|
||||
- [sveltekit-webapp](https://github.com/openclaw/skills/tree/main/skills/leo3linbeck/sveltekit-webapp/SKILL.md) - 搭建并配置一个具有固定默认设置的可投入生产的 SvelteKit PWA。
|
||||
- [swift-architecture-skill](https://github.com/openclaw/skills/tree/main/skills/efremidze/swift-architecture-skill/SKILL.md) - 代理技能用于Swift架构设计和实现模式,提供特定架构的操作手册。
|
||||
- [switchboard-data-operator](https://github.com/openclaw/skills/tree/main/skills/oakencore/switchboard-data-operator/SKILL.md) - 用于配电盘按需供料、浪涌流传输和随机性的自主操作器。
|
||||
- [synology-backup](https://github.com/openclaw/skills/tree/main/skills/pfrederiksen/synology-backup/SKILL.md) - 通过 SMB 将 OpenClaw 工作区、配置和代理数据备份和恢复到 Synology NAS。
|
||||
- [synology-surveillance-skill](https://github.com/openclaw/skills/tree/main/skills/photonixlaser-ux/synology-surveillance-skill/SKILL.md) - 通过 Web API 控制 Synology Surveillance Station 摄像头。
|
||||
- [sys-updater](https://github.com/openclaw/skills/tree/main/skills/spiceman161/sys-updater/SKILL.md) - Ubuntu(apt)、npm、brew 和 OpenClaw 技能的系统软件包维护。
|
||||
- [tappi](https://github.com/openclaw/skills/tree/main/skills/shaihazher/tappi/SKILL.md) - 为 AI 代理提供的轻量级 CDP 浏览器控件。
|
||||
- [tarot-content](https://github.com/openclaw/skills/tree/main/skills/alexyuui/tarot-content/SKILL.md) - 为社交媒体生成塔罗 × 占星内容 — 每周星座运势脚本、塔罗牌排阵、视频脚本。
|
||||
- [task-runner](https://github.com/openclaw/skills/tree/main/skills/johstracke/task-runner/SKILL.md) - 通过持久的任务跟踪,在不同会话中管理任务和项目。
|
||||
- [taskwarrior](https://github.com/openclaw/skills/tree/main/skills/aghareza/taskwarrior/SKILL.md) - 由 Taskwarrior 提供支持的工作区本地任务管理。
|
||||
- [tech-and-internet-domain-search-agent](https://github.com/openclaw/skills/tree/main/skills/urrrich/tech-and-internet-domain-search-agent/SKILL.md) - 用于技术和互联网领域搜索任务的 AI 代理。
|
||||
- [tech-news-digest](https://github.com/openclaw/skills/tree/main/skills/dinstein/tech-news-digest/SKILL.md) - 使用统一来源模型、质量评分和多格式输出生成科技新闻摘要。
|
||||
- [technical-seo-checker](https://github.com/openclaw/skills/tree/main/skills/aaron-he-zhu/technical-seo-checker/SKILL.md) - 在用户询问“技术SEO审核”、“检查页面速度”、“抓取问题”、“核心网页指标”、“网站”时使用。
|
||||
- [telegram-colored-choices-buttons](https://github.com/openclaw/skills/tree/main/skills/dandysuper/telegram-colored-choices-buttons/SKILL.md) - 每次机器人向用户提供选项时,它必须根据选项的重要性自动为每个按钮着色。
|
||||
- [telegram-rich-messages](https://github.com/openclaw/skills/tree/main/skills/shingo0620/telegram-rich-messages/SKILL.md) - Telegram 富媒体界面功能综合指南(内联按钮、格式化、媒体、表情反应和消息)。
|
||||
- [telnyx-cli](https://github.com/openclaw/skills/tree/main/skills/teamtelnyx/telnyx-cli/SKILL.md) - Clawdbot 的 Telnyx API 集成。
|
||||
- [telnyx-rag](https://github.com/openclaw/skills/tree/main/skills/teamtelnyx/telnyx-rag/SKILL.md) - 使用 Telnyx 存储和 AI 嵌入对工作区文件进行语义搜索和问答。
|
||||
- [telnyx-storage-backup](https://github.com/openclaw/skills/tree/main/skills/teamtelnyx/telnyx-storage-backup/SKILL.md) - 将您的 OpenClaw 工作区备份并恢复到 Telnyx 存储。
|
||||
- [test-name-deniz](https://github.com/openclaw/skills/tree/main/skills/protoss70/test-name-deniz/SKILL.md) - 适用于任何平台的通用人工智能驱动网络爬虫。
|
||||
- [test-sm-123](https://github.com/openclaw/skills/tree/main/skills/statico-alt/test-sm-123/SKILL.md) - 玩 SpaceMolt——一个为 AI 代理设计的 MMO。
|
||||
- [tester](https://github.com/openclaw/skills/tree/main/skills/tsiontesfayechromaway/tester/SKILL.md) - 获取 GitHub 问题,生成子代理来实施修复,创建 PR,并监控审核评论。
|
||||
- [tex-render](https://github.com/openclaw/skills/tree/main/skills/thebigoranger/tex-render/SKILL.md) - 使用 MathJax(TeX→SVG)和 @svg-fns/svg2img 将 LaTeX 数学公式渲染为 PNG、JPEG、WebP 或 AVIF 图像。
|
||||
- [tg-checkin](https://github.com/openclaw/skills/tree/main/skills/ls18166407597-design/tg-checkin/SKILL.md) - 用于群组签到的通用 Telegram 网页自动化。
|
||||
- [tg-miniapp](https://github.com/openclaw/skills/tree/main/skills/zenith2828/tg-miniapp/SKILL.md) - 轻松构建 Telegram 小程序。
|
||||
- [tg-sticker-emoji-mood](https://github.com/openclaw/skills/tree/main/skills/dandysuper/tg-sticker-emoji-mood/SKILL.md) - 自动发送与对话氛围和情绪相匹配的 Telegram 贴纸和表情符号。
|
||||
- [the-next-big-thing](https://github.com/openclaw/skills/tree/main/skills/tracsystems/the-next-big-thing/SKILL.md) - 无需浏览器即可以编程方式参与下一大事件:通过Tap Wallet连接/签署,部署代币。
|
||||
- [the-only](https://github.com/openclaw/skills/tree/main/skills/cdotlock/the-only/SKILL.md) - 一个自我进化、具备上下文感知的信息策展引擎。
|
||||
- [thenextbigthing](https://github.com/openclaw/skills/tree/main/skills/tracsystems/thenextbigthing/SKILL.md) - 无需浏览器即可以编程方式参与下一大事件:通过 Tap Wallet 连接/签名,部署代币。
|
||||
- [tick-md](https://github.com/openclaw/skills/tree/main/skills/gianni-dalerta/tick-md/SKILL.md) - 使用结构化的 Markdown 文件协调人类和人工智能代理之间的工作。
|
||||
- [tide-watch](https://github.com/openclaw/skills/tree/main/skills/chrisagiddings/tide-watch/SKILL.md) - 针对 OpenClaw 的主动会话容量监控与管理。
|
||||
- [tmp-g0vnb95vqy](https://github.com/openclaw/skills/tree/main/skills/createpromptdude/tmp-g0vnb95vqy/SKILL.md) - 一个社交平台,AI代理与人类一起创造、改编并获得收益。
|
||||
- [tnbc-research-swarm](https://github.com/openclaw/skills/tree/main/skills/angusthefuzz/tnbc-research-swarm/SKILL.md) - 为研究蜂群TNBC(三阴性乳腺癌)任务贡献科学研究成果。
|
||||
- [token-saver-75plus](https://github.com/openclaw/skills/tree/main/skills/mariovallereyes/token-saver-75plus/SKILL.md) - 始终开启的令牌优化模型路由协议。
|
||||
- [tor-browser](https://github.com/openclaw/skills/tree/main/skills/admin4giter/tor-browser/SKILL.md) - 使用 Tor SOCKS5 代理的无头浏览器自动化,用于访问 .onion 网站和匿名浏览。
|
||||
- [torchdomainauctionbot](https://github.com/openclaw/skills/tree/main/skills/mrsirg97-rgb/torchdomainauctionbot/SKILL.md) - 基于Solana的域名借贷协议。
|
||||
- [tpn-proxy](https://github.com/openclaw/skills/tree/main/skills/actuallymentor/tpn-proxy/SKILL.md) - 通过道私有网络(TPN)通过去中心化的SOCKS5代理进行网页请求
|
||||
- [trading-signals-ws](https://github.com/openclaw/skills/tree/main/skills/sunnyztj/trading-signals-ws/SKILL.md) - 使用 WebSocket 价格推送的实时加密货币交易信号生成器。
|
||||
- [training-manager](https://github.com/openclaw/skills/tree/main/skills/anova44/training-manager/SKILL.md) - 管理和优化您的 OpenClaw 培训工作空间——搭建文件、生成技能、记录培训课程。
|
||||
- [transparency-log-auditor](https://github.com/openclaw/skills/tree/main/skills/andyxinweiminicloud/transparency-log-auditor/SKILL.md) - 有助于验证技能签名事件是否被记录在可独立审计的透明日志中 —— 捕获。
|
||||
- [travel-promos-argentinas](https://github.com/openclaw/skills/tree/main/skills/ferminrp/travel-promos-argentinas/SKILL.md) - 使用 Anduin Promos API 查询从阿根廷出发的旅行促销。
|
||||
- [ts3](https://github.com/openclaw/skills/tree/main/skills/kleberbaum/ts3/SKILL.md) - Netsnek e.U. 的 TS3 命名空间
|
||||
- [ts4](https://github.com/openclaw/skills/tree/main/skills/kleberbaum/ts4/SKILL.md) - Netsnek e.U. 的 TS4 命名空间
|
||||
- [ts5](https://github.com/openclaw/skills/tree/main/skills/kleberbaum/ts5/SKILL.md) - Netsnek e.U. 的 TS5 命名空间
|
||||
- [tsx](https://github.com/openclaw/skills/tree/main/skills/kleberbaum/tsx/SKILL.md) - Netsnek e.U. 的 TSX 命名空间
|
||||
- [twinify](https://github.com/openclaw/skills/tree/main/skills/neobotjan2026/twinify/SKILL.md) - 根据 WhatsApp 聊天记录导出文件创建真实人物的 AI 数字孪生体。
|
||||
- [twitterhdh](https://github.com/openclaw/skills/tree/main/skills/songhai-dg/twitterhdh/SKILL.md) - 撰写有病毒性、具说服力、引人入胜的推文和话题串。
|
||||
- [typescript-lsp](https://github.com/openclaw/skills/tree/main/skills/bowen31337/typescript-lsp/SKILL.md) - TypeScript 语言服务器为 .ts、.tsx、.js 提供类型检查、代码智能和 LSP 诊断。
|
||||
- [ub2-web-research-assistant](https://github.com/openclaw/skills/tree/main/skills/underbench2-gif/ub2-web-research-assistant/SKILL.md) - 一项技能,使Claw能够对任何主题进行结构化的网络研究,并综合来自多个来源的发现。
|
||||
- [ui-designer-skill](https://github.com/openclaw/skills/tree/main/skills/1999azzar/ui-designer-skill/SKILL.md) - 使用 Material You、极简主义、玻璃拟态、新野蛮主义和黏土拟态设计美丽的界面。
|
||||
- [ui-ux-dev](https://github.com/openclaw/skills/tree/main/skills/wing8169/ui-ux-dev/SKILL.md) - 根据自然语言提示生成并提供实时 HTML/CSS/JS 用户界面设计。
|
||||
- [umami-stats](https://github.com/openclaw/skills/tree/main/skills/hfichter/umami-stats/SKILL.md) - 使用环境提供的 API 密钥,通过 API 查询 Umami Cloud (v2) 分析数据。
|
||||
- [unhuman](https://github.com/openclaw/skills/tree/main/skills/satbot-mdk/unhuman/SKILL.md) - 通过 unhuman.domains 搜索、注册和管理域名。
|
||||
- [unicon](https://github.com/openclaw/skills/tree/main/skills/charlesrhoward/unicon/SKILL.md) - 帮助用户使用 Unicon 图标库向他们的项目中添加图标。
|
||||
- [unifuncs-all-in-one](https://github.com/openclaw/skills/tree/main/skills/samueli/unifuncs-all-in-one/SKILL.md) - 默认网页阅读、AI 搜索和深度研究工具。
|
||||
- [unipile-linkedin](https://github.com/openclaw/skills/tree/main/skills/sudhanshu746/unipile-linkedin/SKILL.md) - 通过 Unipile API 与 LinkedIn 互动 - 发送消息、查看个人资料、管理连接、创建帖子、点赞或回应。
|
||||
- [unique-mcp-builder-test](https://github.com/openclaw/skills/tree/main/skills/uniquevme/unique-mcp-builder-test/SKILL.md) - 创建高质量MCP(模型上下文协议)服务器的指南,使LLM能够与外部交互。
|
||||
- [universal-notify](https://github.com/openclaw/skills/tree/main/skills/josunlp/universal-notify/SKILL.md) - 通过一个脚本通过多个渠道发送通知。
|
||||
- [unloopa-api](https://github.com/openclaw/skills/tree/main/skills/echris6/unloopa-api/SKILL.md) - 让你的代理自动向本地企业销售网站。
|
||||
- [unsearch](https://github.com/openclaw/skills/tree/main/skills/rakesh1002/unsearch/SKILL.md) - 使用 UnSearch API 搜索网络、抓取内容并进行深入研究。
|
||||
- [url-fetcher](https://github.com/openclaw/skills/tree/main/skills/johstracke/url-fetcher/SKILL.md) - 无需 API 密钥或外部依赖的简单网页内容获取。
|
||||
- [using-git-worktrees](https://github.com/openclaw/skills/tree/main/skills/zlc000190/using-git-worktrees/SKILL.md) - 在开始需要与当前工作区隔离的功能工作或执行实施计划之前使用。
|
||||
- [vajra](https://github.com/openclaw/skills/tree/main/skills/minhyeong112/vajra/SKILL.md) - 使用 Vajra API (vajra.to) 分析 URL、YouTube 视频、推文或文本的质量、偏见和可靠性。
|
||||
- [validator-agent](https://github.com/openclaw/skills/tree/main/skills/up2itnow/validator-agent/SKILL.md) - 用于 TypeScript/Solidity 项目的多轮自动化验证管道。
|
||||
- [vault0](https://github.com/openclaw/skills/tree/main/skills/dlhugly/vault0/SKILL.md) - OpenClaw 代理的安全套件。
|
||||
- [veille](https://github.com/openclaw/skills/tree/main/skills/romain-grosos/veille/SKILL.md) - 用于OpenClaw代理的RSS聚合器、去重引擎和输出分发器。
|
||||
- [venice-router](https://github.com/openclaw/skills/tree/main/skills/plusone/venice-router/SKILL.md) - Venice.ai 的终极型号路由器——以隐私为先、无审查的 AI 平台。
|
||||
- [vexa](https://github.com/openclaw/skills/tree/main/skills/dmitriyg228/vexa/SKILL.md) - 将 Vexa 机器人派往会议并端到端操作记录工作流(在会议期间和之后):解析会议。
|
||||
- [vibe-notionbot](https://github.com/openclaw/skills/tree/main/skills/devxoul/vibe-notionbot/SKILL.md) - 使用官方 API 与 Notion 工作区进行交互——管理页面、数据库、块、用户和评论。
|
||||
- [vibe-ship](https://github.com/openclaw/skills/tree/main/skills/satoshi891102/vibe-ship/SKILL.md) - 在一次会话中将完整的网络应用从创意部署到公开上线。
|
||||
- [vibemate](https://github.com/openclaw/skills/tree/main/skills/riffvibe/vibemate/SKILL.md) - VibeMate 是一个阅读伙伴匹配器。
|
||||
- [vibevoice](https://github.com/openclaw/skills/tree/main/skills/javier887/vibevoice/SKILL.md) - 使用 Microsoft VibeVoice 的本地西班牙语 TTS。
|
||||
- [video-download](https://github.com/openclaw/skills/tree/main/skills/upupc/video-download/SKILL.md) - 从1800个网站下载视频并使用 Faster Whisper AI 生成字幕。
|
||||
- [video-news-downloader](https://github.com/openclaw/skills/tree/main/skills/cyberpsychosissss/video-news-downloader/SKILL.md) - 自动化每日新闻视频下载器,带有人工智能字幕校对功能。
|
||||
- [video-sourcing](https://github.com/openclaw/skills/tree/main/skills/samuelz12/video-sourcing/SKILL.md) - 使用固定的自我引导,以确定性、简明的聊天用户体验运行 /video_sourcing 的视频采购代理。
|
||||
- [vincent-brave-search](https://github.com/openclaw/skills/tree/main/skills/glitch003/vincent-brave-search/SKILL.md) - 使用此技能通过 Brave Search 搜索网页和新闻。
|
||||
- [virtual-remote-desktop](https://github.com/openclaw/skills/tree/main/skills/zhangxin15435/virtual-remote-desktop/SKILL.md) - 在无头 Linux 上使用 Xvfb、x11vnc 和带令牌访问的 noVNC 网页启动并管理安全的 noVNC 虚拟桌面。
|
||||
- [virtuals-protocol-acp](https://github.com/openclaw/skills/tree/main/skills/virtualstechteam/virtuals-protocol-acp/SKILL.md) - 通过代理商务协议(ACP)创建工作并与其他专业代理进行交易——扩展。
|
||||
- [virtuoso-support-agent](https://github.com/openclaw/skills/tree/main/skills/kidehen/virtuoso-support-agent/SKILL.md) - 为 OpenLink Virtuoso 服务器提供技术支持和数据库管理,包括 RDF 视图生成和 SPARQL 查询。
|
||||
- [visual-rpa-skill](https://github.com/openclaw/skills/tree/main/skills/neilhexiaoning-alt/visual-rpa-skill/SKILL.md) - 视觉RPA桌面自动化技能。
|
||||
- [visual-studio-agent](https://github.com/openclaw/skills/tree/main/skills/i54851498-gif/visual-studio-agent/SKILL.md) - 使用选定的视觉角色生成 AI 图像/视频,并将它们发布到 OpenFishy feed API(自定义网络)。
|
||||
- [vn-market-news-monitor](https://github.com/openclaw/skills/tree/main/skills/ndtchan/vn-market-news-monitor/SKILL.md) - 跟踪越南市场和主要国内金融媒体的行业叙事;当用户询问市场时使用。
|
||||
- [vocabulary-builder](https://github.com/openclaw/skills/tree/main/skills/winlinvip/vocabulary-builder/SKILL.md) - 从书籍、播客和日常经历中建立和复习词汇。
|
||||
- [volcengine-web-search](https://github.com/openclaw/skills/tree/main/skills/warm-wm/volcengine-web-search/SKILL.md) - 使用 volcengine web_search.py 脚本搜索网页并获取结果,准备清晰且具体的 `query`.Run。
|
||||
- [w3connect](https://github.com/openclaw/skills/tree/main/skills/kernel1983/w3connect/SKILL.md) - 通过 web3b0x 锁箱访问区块链资产和交易签名。
|
||||
- [wallet](https://github.com/openclaw/skills/tree/main/skills/kenblive/wallet/SKILL.md) - 🔐 Base 钱包 - 面向 AI 代理的加密身份。
|
||||
- [walletconnect-agent](https://github.com/openclaw/skills/tree/main/skills/daaab/walletconnect-agent/SKILL.md) - 🔗 WalletConnect 代理 - AI 的 dApp 访问。
|
||||
- [warren-deploy](https://github.com/openclaw/skills/tree/main/skills/planetai87/warren-deploy/SKILL.md) - 在 MegaETH 区块链上永久部署网站和文件。
|
||||
- [warren-deploy-mainnet](https://github.com/openclaw/skills/tree/main/skills/planetai87/warren-deploy-mainnet/SKILL.md) - 使用 SSTORE2 在 MegaETH 主网永久部署网站和文件。
|
||||
- [wasm-spa-autofix-react-imports](https://github.com/openclaw/skills/tree/main/skills/tippyentertainment/wasm-spa-autofix-react-imports/SKILL.md) - 仔细检测并修复 WASM 中缺失的 React/TSX 导入、未定义的组件和打包器运行时错误。
|
||||
- [web-architecture](https://github.com/openclaw/skills/tree/main/skills/michaelmonetized/web-architecture/SKILL.md) - 用于复杂 TypeScript/Next.js/Convex 项目的多代理编排。
|
||||
- [web-automation-apify](https://github.com/openclaw/skills/tree/main/skills/g4dr/web-automation-apify/SKILL.md) - 此技能使克劳德能够自动执行网页交互——填写表单、测试用户界面。
|
||||
- [web-bundling](https://github.com/openclaw/skills/tree/main/skills/kjaylee/web-bundling/SKILL.md) - 将网络应用程序打包成单个 HTML 文件以进行分发。
|
||||
- [web-design-pro](https://github.com/openclaw/skills/tree/main/skills/kjaylee/web-design-pro/SKILL.md) - 现代网页设计工程技能,包括设计标记、高级用户界面/用户体验方法、可访问性。
|
||||
- [web-form-automation](https://github.com/openclaw/skills/tree/main/skills/flyingzl/web-form-automation/SKILL.md) - 使用 Playwright 自动化网页表单交互,包括登录、文件上传、文本输入和表单提交。
|
||||
- [web-hosting](https://github.com/openclaw/skills/tree/main/skills/h4gen/web-hosting/SKILL.md) - 通过协调 GitHub API,将本地 Web 项目无摩擦地部署到生产 URL 的元技能。
|
||||
- [web-i18n-nextjs](https://github.com/openclaw/skills/tree/main/skills/javainthinking/web-i18n-nextjs/SKILL.md) - 使用 App Router 的 Next.js / Node.js 网络应用程序的国际化 (i18n) 指南。
|
||||
- [web-markdown-navigator](https://github.com/openclaw/skills/tree/main/skills/plgonzalezrx8/web-markdown-navigator/SKILL.md) - 获取网页并返回干净的 Markdown,而不是原始 HTML。
|
||||
- [web-mcp](https://github.com/openclaw/skills/tree/main/skills/slemo54/web-mcp/SKILL.md) - WebMCP - 通过结构化工具使 AI 代理能够与您的 Web 应用程序进行交互。
|
||||
- [web-monitor](https://github.com/openclaw/skills/tree/main/skills/rogue-agent1/web-monitor/SKILL.md) - 监控网页内容的变化并获取提醒。
|
||||
- [web-monitor-pro](https://github.com/openclaw/skills/tree/main/skills/jakes420/web-monitor-pro/SKILL.md) - 监控网页上的变化、价格下降、库存情况以及自定义条件。
|
||||
- [web-multi-search](https://github.com/openclaw/skills/tree/main/skills/orosha-ai/web-multi-search/SKILL.md) - 同时使用多个搜索引擎搜索网络(Bing、Yahoo、Startpage、Aol、Ask)
|
||||
- [web-navigator](https://github.com/openclaw/skills/tree/main/skills/mematron/web-navigator/SKILL.md) - [待办:完整且详尽地说明该技能的功能以及使用时机。]
|
||||
- [web-pilot](https://github.com/openclaw/skills/tree/main/skills/liranudi/web-pilot/SKILL.md) - 在没有 API 密钥的情况下搜索网页并阅读页面内容。
|
||||
- [web-research-assistant](https://github.com/openclaw/skills/tree/main/skills/phheng/web-research-assistant/SKILL.md) - 由 AI 驱动的网络研究助手,利用 BrowserAct API 通过搜索来补充受限的网络访问。
|
||||
- [web-scraper](https://github.com/openclaw/skills/tree/main/skills/guifav/web-scraper/SKILL.md) - 网页抓取与内容理解代理——多策略提取与级联回退,新闻检测。
|
||||
- [web-scraper-as-a-service](https://github.com/openclaw/skills/tree/main/skills/seanwyngaard/web-scraper-as-a-service/SKILL.md) - 构建可直接交付给客户的网络爬虫,输出干净的数据。
|
||||
- [web-search-free](https://github.com/openclaw/skills/tree/main/skills/deciding/web-search-free/SKILL.md) - 通过 Exa MCP 免费 AI 搜索。
|
||||
- [web-search-hub](https://github.com/openclaw/skills/tree/main/skills/anisafifi/web-search-hub/SKILL.md) - 当用户需要在网上搜索信息、新闻、图片或视频时使用此技能。
|
||||
- [web-search-instant](https://github.com/openclaw/skills/tree/main/skills/hahahxx/web-search-instant/SKILL.md) - 使用 DuckDuckGo 即时回答 API 进行网页搜索(无需 API 密钥)
|
||||
- [web-search-with-serpapi](https://github.com/openclaw/skills/tree/main/skills/lsl001006/web-search-with-serpapi/SKILL.md) - 使用可自定义的引擎(Google、Google AI 模式、Bing 等)通过 SerpAPI 搜索网页
|
||||
- [web-searcher](https://github.com/openclaw/skills/tree/main/skills/kassimisai/web-searcher/SKILL.md) - 自主网络研究代理,执行多步骤搜索、跟随链接、提取数据并进行综合。
|
||||
- [web2labs-studio](https://github.com/openclaw/skills/tree/main/skills/vinlow/web2labs-studio/SKILL.md) - 编辑我的录音,将长视频剪成短视频,生成字幕和封面,在处理前估算费用。
|
||||
- [web3-data](https://github.com/openclaw/skills/tree/main/skills/lxcong/web3-data/SKILL.md) - 使用 Chainbase API 探索 Web3 链上数据。
|
||||
- [web3-target-team-research](https://github.com/openclaw/skills/tree/main/skills/shwchlorine/web3-target-team-research/SKILL.md) - 寻找拥有 $10M 资金和已验证 Telegram 联系方式的加密/Web3 团队。
|
||||
- [webchat-voice-full-stack](https://github.com/openclaw/skills/tree/main/skills/neldar/webchat-voice-full-stack/SKILL.md) - OpenClaw WebChat 语音输入的一步全栈安装程序,带本地语音转文本功能。
|
||||
- [webchat-voice-proxy](https://github.com/openclaw/skills/tree/main/skills/neldar/webchat-voice-proxy/SKILL.md) - OpenClaw WebChat 控制界面的语音输入和麦克风按钮。
|
||||
- [webcli](https://github.com/openclaw/skills/tree/main/skills/erdinccurebal/webcli/SKILL.md) - 浏览网页,阅读页面内容,点击按钮,填写表单,截取屏幕截图,并获取无障碍快照。
|
||||
- [webflow-designer-extension](https://github.com/openclaw/skills/tree/main/skills/bensabic/webflow-designer-extension/SKILL.md) - 构建可在 Webflow Designer 内运行的 Webflow Designer 扩展。
|
||||
- [webhook-promo-scheduler](https://github.com/openclaw/skills/tree/main/skills/marcia-assistant/webhook-promo-scheduler/SKILL.md) - 安排并发送促销/提醒消息到 Discord webhook URL,并附带反垃圾邮件账本。
|
||||
- [webhook-robot](https://github.com/openclaw/skills/tree/main/skills/takedwind/webhook-robot/SKILL.md) - 向各种基于 webhook 的机器人发送消息(企业微信、钉钉、飞书等)。
|
||||
- [webhook-router](https://github.com/openclaw/skills/tree/main/skills/yoder-bawt/webhook-router/SKILL.md) - 一个通用的 webhook 接收器,可以将来自任何来源的传入 webhook 路由到适当的处理程序。
|
||||
- [webmcp](https://github.com/openclaw/skills/tree/main/skills/brunobuddy/webmcp/SKILL.md) - 当浏览或自动化通过 WebMCP API 提供工具的网页时,应使用此技能。
|
||||
- [webnovel-serial-pipeline](https://github.com/openclaw/skills/tree/main/skills/jeong-wooseok/webnovel-serial-pipeline/SKILL.md) - 构建并发布一个由 Quartz 托管的韩语网络小说连载(草稿→封面→webp→章节 md→代码检查→发布)
|
||||
- [webscraper-pulpminer](https://github.com/openclaw/skills/tree/main/skills/melvin2016/webscraper-pulpminer/SKILL.md) - 使用人工智能将任何网页转换为结构化的 JSON 数据。
|
||||
- [webserp](https://github.com/openclaw/skills/tree/main/skills/paperboardofficial/webserp/SKILL.md) - 通过浏览器模拟,在7个搜索引擎上并行进行网页搜索。
|
||||
- [website-flow-monitor](https://github.com/openclaw/skills/tree/main/skills/dqhieu/website-flow-monitor/SKILL.md) - 分析一个网站 URL,发现需要监控的关键业务用户流程,提出监控计划。
|
||||
- [website-generator](https://github.com/openclaw/skills/tree/main/skills/clowreed/website-generator/SKILL.md) - 此技能允许您使用人工智能在几秒钟内创建一个专业、引人入胜且用户友好的网站。
|
||||
- [website-monitor](https://github.com/openclaw/skills/tree/main/skills/claudiodrusus/website-monitor/SKILL.md) - 轻量级网站运行监控器。
|
||||
- [website-usability-test-nova-act](https://github.com/openclaw/skills/tree/main/skills/adityak6798/website-usability-test-nova-act/SKILL.md) - 使用 Amazon Nova Act 的 AI 协调可用性测试。
|
||||
- [webuntis](https://github.com/openclaw/skills/tree/main/skills/finnbusse/webuntis/SKILL.md) - 只读访问 Untis/WebUntis 学生课程表。
|
||||
- [wechat-search](https://github.com/openclaw/skills/tree/main/skills/jixsonwang/wechat-search/SKILL.md) - 使用 OpenClaw 的网页搜索、Tavily API 和网页抓取功能搜索微信公众号文章。
|
||||
- [wechat-search-release](https://github.com/openclaw/skills/tree/main/skills/jixsonwang/wechat-search-release/SKILL.md) - 使用 OpenClaw 的网页搜索和抓取功能搜索微信公众号文章,并确保合规性。
|
||||
- [wheel-of-fortune](https://github.com/openclaw/skills/tree/main/skills/peetzweg/wheel-of-fortune/SKILL.md) - 当用户在多个选项之间犹豫不决并想要一种有趣的、随机的方式来做决定时,请使用此技能。
|
||||
- [whistle-rpc](https://github.com/openclaw/skills/tree/main/skills/dylanport/whistle-rpc/SKILL.md) - 用于 AI 代理的生产 Solana RPC。
|
||||
- [windfall-inference](https://github.com/openclaw/skills/tree/main/skills/papa-raw/windfall-inference/SKILL.md) - 空间路由的 LLM 推理,每次请求 $0.004。
|
||||
- [windows-ui-automation](https://github.com/openclaw/skills/tree/main/skills/wwb-daniel/windows-ui-automation/SKILL.md) - 使用 PowerShell 自动化 Windows GUI 交互(鼠标、键盘、窗口)。
|
||||
- [workplace](https://github.com/openclaw/skills/tree/main/skills/dickwu/workplace/SKILL.md) - 通过多代理编排、独立内存和代理间管理多个工作场所(项目目录)。
|
||||
- [wp-to-static](https://github.com/openclaw/skills/tree/main/skills/abhibavishi/wp-to-static/SKILL.md) - 将 WordPress 网站转换为静态网站并部署到 Cloudflare Pages。
|
||||
- [wreckit-ralph](https://github.com/openclaw/skills/tree/main/skills/christiancattaneo/wreckit-ralph/SKILL.md) - 防弹 AI 代码验证。
|
||||
- [write-my-blog](https://github.com/openclaw/skills/tree/main/skills/harshraj001/write-my-blog/SKILL.md) - 使代理能够自主创建、管理和发布功能齐全的博客。
|
||||
- [wrynai-skill](https://github.com/openclaw/skills/tree/main/skills/wrynai/wrynai-skill/SKILL.md) - 此技能使 OpenClaw 能够使用 WrynAI SDK 执行高级网页爬取和内容提取。
|
||||
- [xferops-gog](https://github.com/openclaw/skills/tree/main/skills/parker-xferops/xferops-gog/SKILL.md) - Google Workspace 命令行工具,适用于 Gmail、日历、云端硬盘、联系人、表格和文档。
|
||||
- [xiaohongshutools](https://github.com/openclaw/skills/tree/main/skills/chocomintx/xiaohongshutools/SKILL.md) - 小红书数据收集与交互工具包。
|
||||
- [xmtp-agent](https://github.com/openclaw/skills/tree/main/skills/humanagent/xmtp-agent/SKILL.md) - 使用 Agent SDK 构建和扩展 XMTP 代理。
|
||||
- [xobni](https://github.com/openclaw/skills/tree/main/skills/ghoshsanjoy78/xobni/SKILL.md) - 通过 Xobni.ai 为 AI 代理提供电子邮件基础设施。
|
||||
- [xpr-code-sandbox](https://github.com/openclaw/skills/tree/main/skills/paulgnz/xpr-code-sandbox/SKILL.md) - 在沙箱虚拟机中执行 JavaScript 代码以进行数据处理和计算。
|
||||
- [xpr-web-scraping](https://github.com/openclaw/skills/tree/main/skills/paulgnz/xpr-web-scraping/SKILL.md) - 用于从网页获取和提取数据的网页抓取工具。
|
||||
- [xthezealot-stealth-browser](https://github.com/openclaw/skills/tree/main/skills/xthezealot/xthezealot-stealth-browser/SKILL.md) - 使用 `/stealth-browser` 访问具有高级机器人保护的网站。
|
||||
- [youmind](https://github.com/openclaw/skills/tree/main/skills/p697/youmind/SKILL.md) - 使用此技能通过 HTTP APIs 操作 Youmind。
|
||||
- [yt-video-downloader](https://github.com/openclaw/skills/tree/main/skills/wells1137/yt-video-downloader/SKILL.md) - 下载 YouTube 视频,支持自定义质量和格式选项。
|
||||
- [yves-web-search](https://github.com/openclaw/skills/tree/main/skills/flashery/yves-web-search/SKILL.md) - 搜索网页并获取网页内容。
|
||||
- [zai-search](https://github.com/openclaw/skills/tree/main/skills/bartoszpijet/zai-search/SKILL.md) - 通过 Z.AI Web Search API 的 AI 优化网页搜索。
|
||||
- [zededa](https://github.com/openclaw/skills/tree/main/skills/krisclarkdev/zededa/SKILL.md) - 完整的 ZEDEDA 边缘管理 API 客户端——覆盖 11 个服务领域的 473 个边缘节点和应用端点。
|
||||
- [zettel-brainstormer](https://github.com/openclaw/skills/tree/main/skills/hxy9243/zettel-brainstormer/SKILL.md) - 它从你本地的zettelkasten笔记中读取,找到一个随机的想法,并通过链接或标签找到参考资料,然后进行扩展。
|
||||
- [zhipu-embeddings-v2](https://github.com/openclaw/skills/tree/main/skills/honestqiao/zhipu-embeddings-v2/SKILL.md) - 使用智谱(Zhipu)Web嵌入API对互联网进行嵌入。
|
||||
- [zhipu-search](https://github.com/openclaw/skills/tree/main/skills/honestqiao/zhipu-search/SKILL.md) - 使用智谱(Zhipu)网页搜索 API 在互联网上搜索。
|
||||
- [zodiac-horoscope](https://github.com/openclaw/skills/tree/main/skills/dowands/zodiac-horoscope/SKILL.md) - 根据出生图计算,从 zodiac-today.com API 获取个性化的每日星座运势预测。
|
||||
- [zoomin-scraper-recklessop](https://github.com/openclaw/skills/tree/main/skills/recklessop/zoomin-scraper-recklessop/SKILL.md) - 使用 Playwright 浏览器自动化从 Zoomin 软件门户抓取文档内容以处理动态内容。
|
||||
- [ztpc-spam-sweep](https://github.com/openclaw/skills/tree/main/skills/cubiczeta/ztpc-spam-sweep/SKILL.md) - 使用持久的 OpenClaw 浏览器配置文件访问 **http://mail.ztpc.com/**(阿里云企业邮箱)。
|
||||
- [zugashield](https://github.com/openclaw/skills/tree/main/skills/zuga-luga/zugashield/SKILL.md) - 用于 OpenClaw 的七层 AI 安全扫描器。
|
||||
- [zulk-short-url-skill](https://github.com/openclaw/skills/tree/main/skills/agentmilindu/zulk-short-url-skill/SKILL.md) - 通过 MCP 提供的高级 AI 优先 URL 缩短和管理,具备实时分析和团队协作功能。
|
||||
Reference in New Issue
Block a user