ai-bug-fixerAI Bug修复助手 - 利用大模型自动诊断和修复代码中的bug。 当用户需要以下功能时触发此skill: (1) 自动诊断bug原因 (2) 生成修复代码 (3) 异常处理建议 (4) 回归测试生成 (5) 代码补丁生成
Install via ClawdBot CLI:
clawdbot install shenmeng/ai-bug-fixerGrade Limited — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated Jul 9, 2026
电商平台遇到订单支付成功后状态未更新、库存扣减异常等问题。开发人员使用AI Bug Fixer自动解析错误堆栈和日志,快速定位到数据库事务隔离级别设置不当或并发锁冲突,生成修复代码并验证修复。
金融交易系统中频繁出现NullPointerException导致交易中断。AI Bug Fixer通过分析错误堆栈和代码路径,识别出未初始化的交易账户对象,自动生成空值检查和初始化代码,并生成回归测试用例。
游戏在长时间运行后出现卡顿和崩溃,经日志分析发现内存泄漏。AI Bug Fixer进行资源泄漏诊断,定位到未关闭的文件句柄和未释放的纹理对象,生成修复补丁和重构建议。
物联网设备管理平台出现多个设备同时上报数据时系统无响应的问题。AI Bug Fixer分析日志中的线程转储,识别出数据库连接池死锁,生成修复代码并建议增加超时和重试机制。
提供按开发者席位或团队规模的月度/年度订阅服务,包含不限次数的bug诊断与修复、补丁生成和测试生成。支持个人开发者和小团队。
用户每次提交bug诊断请求时按问题复杂度付费(例如简单问题$0.99、复杂问题$4.99)。适合偶发使用场景,无需长期订阅。
面向大型企业提供私有化部署版本,集成到内部CI/CD流水线,支持定制化规则和安全审计。按年收取许可费加实施服务费。
💬 Integration Tip
集成到开发工具的pre-commit钩子或CI/CD流水线中,自动检测提交代码中的常见bug模式并生成修复建议。
Scored Jul 9, 2026
YouTube Data API integration with managed OAuth. Search videos, manage playlists, access channel data, and interact with comments. Use this skill when users want to interact with YouTube. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
Trello API integration with managed OAuth. Manage boards, lists, cards, members, and labels. Use this skill when users want to interact with Trello for project management. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
Scaffold, test, document, and debug REST and GraphQL APIs. Use when the user needs to create API endpoints, write integration tests, generate OpenAPI specs, test with curl, mock APIs, or troubleshoot HTTP issues.
Fetch up-to-date library documentation via Context7 API. Use PROACTIVELY when: (1) Working with ANY external library (React, Next.js, Supabase, etc.) (2) User asks about library APIs, patterns, or best practices (3) Implementing features that rely on third-party packages (4) Debugging library-specific issues (5) Need current documentation beyond training data cutoff Always prefer this over guessing library APIs or using outdated knowledge.
OpenClaw skill that installs a Google Sheets CLI with setup steps and commands for read/write, batch, formatting, and sheet management.
Complete guide for accessing and managing training data with the intervals.icu API. Use when working with Intervals.icu athlete profiles, activities, workouts, events, wellness data, and training plans. Covers authentication, retrieving activities with combined data fields, managing calendar events with planned workouts, and creating/updating training data. Includes curl examples for all major operations.