Sets and enforces time limits on operations to prevent slow dependencies from blocking your system indefinitely. Use whenever calling external APIs, databases, or running user-facing operations that must complete in bounded time. Triggers on: slow query, hanging request, unresponsive service, blocked thread, timeout, response time, deadline, SLA, connection timeout, read timeout.
Sets and enforces time limits on operations to prevent slow dependencies from blocking your system indefinitely. Use whenever calling external APIs, databases, or running user-facing operations that must complete in bounded time. Triggers on: slow query, hanging request, unresponsive service, blocked thread, timeout, response time, deadline, SLA, connection timeout, read timeout.
为操作设置并强制执行时间限制,以防止慢速的依赖项无限期地阻塞系统。适用于调用外部 API、数据库或必须在有界时间内完成的面向用户的操作。触发场景:慢查询、挂起的请求、无响应的服务、被阻塞的线程、超时、响应时间、截止时间、SLA、连接超时、读取超时。
Category: developer (开发工具) · Author: sharp-skills · Version: @main
该 Skill 暂无文档文件。
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer