Skip to content

kingdoooo/openclaw-setup-guides

Repository files navigation

OpenClaw 安全与功能增强配置指南

本仓库收录了 OpenClaw 安全与功能增强的配套配置指南,涵盖搜索增强、Gateway 自愈、语音转写和自动化 Skill。

文件列表

文件 说明
search-enhancement-guide.md Tavily + Gemini Deep Search 搜索增强配置——两层递进式搜索:Tavily 快速搜索(~0.6s)+ Gemini CLI 深度研究(1-5min,异步)
auto-fix-setup-guide.md Gateway 崩溃自愈机制——通过 systemd OnFailure 触发 Claude Code 自动分析日志、修复配置、重启服务
transcribe-setup-guide.md AWS Transcribe Streaming 语音转写配置——ffmpeg 转码 + Python 流式推送,延迟 2-3 秒
gmail-invoice-downloader.skill Gmail 发票自动下载 Skill——通过 Gmail API 检索并下载发票附件

前置条件

  • OpenClaw 已安装并运行
  • Claude Code 已安装(自愈机制需要)
  • Tavily API Key(搜索增强需要,免费 1000 次/月)
  • Gemini CLI 已安装(Deep Search 需要)
  • AWS 账号及 IAM 权限(语音转写需要,Transcribe Streaming)
  • Gmail API OAuth 凭据(发票下载 Skill 需要)
  • Linux 服务器 + systemd(自愈机制需要)

相关链接

许可

MIT


OpenClaw Security & Feature Enhancement Setup Guides

This repository contains setup guides for OpenClaw security and feature enhancements, covering search augmentation, Gateway self-healing, speech transcription, and automation skills.

Files

File Description
search-enhancement-guide.md Tavily + Gemini Deep Search configuration — two-tier progressive search: Tavily quick search (~0.6s) + Gemini CLI deep research (1-5min, async)
auto-fix-setup-guide.md Gateway crash self-healing — systemd OnFailure triggers Claude Code to automatically analyze logs, fix configs, and restart the service
transcribe-setup-guide.md AWS Transcribe Streaming speech-to-text setup — ffmpeg transcoding + Python streaming, ~2-3s latency
gmail-invoice-downloader.skill Gmail invoice auto-download Skill — search and download invoice attachments via Gmail API

Prerequisites

  • OpenClaw installed and running
  • Claude Code installed (required for self-healing)
  • Tavily API key (required for search enhancement, free 1000 calls/month)
  • Gemini CLI installed (required for Deep Search)
  • AWS account with IAM permissions (required for speech transcription, Transcribe Streaming)
  • Gmail API OAuth credentials (required for invoice download Skill)
  • Linux server with systemd (required for self-healing)

Related Links

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors