Use when completing tasks, implementing major features, or before merging - dispatches code review subagent to catch issues before they cascade, adapted for OpenClaw sessions_spawn model
لغة النص الأصلي: الصينية
القائمة
Skills في هذا المستودع
جمع SkillsMP عدد ٢٬٢٠٨ من skills من GeorgeDoors888/GB-Power-Market-JJ. افتح أي skill لمراجعة مصدره وتفاصيله.
GeorgeDoors888/GB-Power-Market-JJعرض ٤٠ من أصل ٢٬٢٠٨ skills مجمعة.
Use when completing tasks, implementing major features, or before merging - dispatches code review subagent to catch issues before they cascade, adapted for OpenClaw sessions_spawn model
لغة النص الأصلي: الصينية
睡觉技能。执行睡觉流程:将当前 session 中未完成的事项记录到 preview 文件,通过 Gateway API reset session。醒来时 hook 自动读取并注入未完成事项到新 session 上下文。触发方式:Agent 自行判断适合入睡时调用,强制入睡用 /sleep。
لغة النص الأصلي: الصينية
通用待办事项管理技能。记录需要做的事(TODO)和已完成的事(DONE),区分于日记的日常记录。触发时机:(1) 有明确任务时 (2) 任务完成时 (3) 用户要求查看进度。
لغة النص الأصلي: الصينية
短期记忆恢复技能。用于快速回顾当前 session 或上一个 session 的完整内容。适用于:想知道"这次 session 聊了什么"、session 被意外重置后需要恢复上下文、或想提取对话精华。
لغة النص الأصلي: الصينية
创建、编辑、优化或审查 OpenClaw AgentSkills 技能。提供完整的工作流程指引:技能结构设计、frontmatter 规范、_meta.json 格式、ClawHub scanner 规则、渐进式披露设计、validation checklist 及发布流程。适用于从零创建新技能或改进现有技能。输出:SKILL.md + _meta.json。
لغة النص الأصلي: الصينية
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - presents structured options for merge, PR, or cleanup; adapted for OpenClaw git workflow without worktrees
لغة النص الأصلي: الصينية
Use when starting feature work that needs isolation from current workspace - creates isolated git branches with clean setup and safety verification, adapted for OpenClaw environments
لغة النص الأصلي: الصينية
Use when facing 2 or more independent tasks that can be worked on without shared state - dispatches parallel subagents using sessions_spawn for concurrent investigation and execution, adapted for OpenClaw
لغة النص الأصلي: الصينية
Use when executing implementation plans with independent tasks - coordinates task execution by dispatching subagents per task with verification checkpoints, adapted for OpenClaw's isolated session model
لغة النص الأصلي: الصينية
Use when implementing any feature or bugfix, before writing implementation code - enforces RED-GREEN-REFACTOR cycle: write failing test first, verify it fails, write minimal code, verify it passes, then refactor
لغة النص الأصلي: الصينية
Use when about to claim any work is complete, fixed, passing, or successful - requires running fresh verification commands and reading actual output before making any success claims; evidence before assertions always
لغة النص الأصلي: الصينية
任务锁与超时监控系统。外部文件承载任务状态,不污染 agent 上下文,纯靠 heartbeat + GRACE 判断,不发即时告警。
لغة النص الأصلي: الصينية
微信公众号文章阅读技能。当用户发来公众号文章链接、需要阅读理解文章内容时使用。通过本地部署的 WeWe RSS 服务获取文章全文并转为纯文本。Requires: 无(调用本地 REST API,首次部署见 references/deployment.md)。
لغة النص الأصلي: الصينية
Real-time email monitoring using IMAP IDLE — no OAuth, no token expiration. Sets up a persistent connection to any IMAP server (Gmail, Outlook, Yahoo, etc.) and triggers a user-defined command instantly when new email arrives. Runs as a systemd service with…
لغة النص الأصلي: الإنجليزية
Retrieve masked card details (PAN/CVV) from Reah using an access key. Handles session generation, secure fetch, and decryption for agents automatically.
لغة النص الأصلي: الإنجليزية
Use Axiom Wallet via MCP to manage payment methods, review account activity, and complete user-requested purchases with single-use payment details.
لغة النص الأصلي: الإنجليزية
海关报关智能助手。上传报关单据(发票/装箱单/提单等)、智能分类识别文件类型、提交报关数据提取、轮询任务状态、下载报关 Excel 结果。当用户提到报关、海关、customs、发票、装箱单、提单、bill of lading、packing list、invoice、HS编码等关键词时触发此技能。前置条件:需配置 LEAP_API_KEY 环境变量。
لغة النص الأصلي: الصينية
自动执行日常维护:状态检查、自我复盘、记忆流动、任务记录。基于龙虾饲养员的六条经验。
لغة النص الأصلي: الصينية
Render Blender files with agent-controlled procedural parameters for synthetic data generation. Use when generating training data with controlled variations, creating procedural image datasets, or automating Blender renders via natural language. Supports…
لغة النص الأصلي: الإنجليزية
Rename audio files with Chinese/special characters to simple English names for mlx-stt compatibility.
لغة النص الأصلي: الصينية
Secure environment variable & secret management with AES-256 encryption, auto-redaction, permission control, prevent credential leakage
لغة النص الأصلي: الصينية
Unified multi-modal content parser for images, PDF, DOCX, audio, auto OCR/transcription, output structured text for LLM processing
لغة النص الأصلي: الصينية
Intelligent memory management for agents with short/long-term memory layering, semantic search, auto summarization, RAG enhancement
لغة النص الأصلي: الصينية
Map and location services for search, routing, and visualization. Provides geocoding, POI search, route planning, and heatmap generation capabilities.
لغة النص الأصلي: الإنجليزية
Automatically update OpenClaw and all installed skills on a schedule. Use when: (1) setting up automatic updates for OpenClaw or skills, (2) running a manual update check, (3) configuring update schedule, skip lists, or pre-release filtering, (4) user says…
لغة النص الأصلي: الإنجليزية
Multi-agent workflow orchestrator for coding, writing, analysis, and image tasks via tmux-driven Claude Code and Codex agents. Use when: (1) user requests a feature/fix that should be delegated to coding agents, (2) managing parallel coding tasks across…
لغة النص الأصلي: لغات متعددة
Contract-driven multi-agent orchestration with ACP. Contract sync, webhook + dispatch-queue dual dispatch, cross-review, auto-retry, batch progress tracking.
لغة النص الأصلي: الإنجليزية
Contract-driven multi-agent orchestration with ACP. TypeScript CLI for spawning and tracking coding agents via OpenClaw sessions_spawn.
لغة النص الأصلي: الإنجليزية
Maintain a Markdown task dashboard backed by agent-written append-only AI work logs, then sync a daily AI DONE TODAY section plus a weekly usage panel via heartbeat or on-demand refresh. Use when building or operating a reusable task system where: (1) human…
لغة النص الأصلي: الإنجليزية
飞书超级工具包 - 集成文件发送(含音频卡片)、日历、审批、多维表格、通讯录、考勤六大模块
لغة النص الأصلي: الصينية
Kazakh text converter between Cyrillic and Arabic scripts. Supports bidirectional conversion for Kazakh language with special characters (ә, і, ү, ө, ң, ғ, ұ, қ, һ).
لغة النص الأصلي: الإنجليزية
Ollama 本地大模型调用技能。支持通过 API 与 Ollama 实例交互进行文本生成。 Use when: (1) 需要调用本地或远程 Ollama 模型 (2) 需要执行 LLM 推理任务 (3) 需要通过 Python 脚本与特定 Ollama 实例 (如 qwen3.5:9b) 交互。
لغة النص الأصلي: الصينية
Türkiye e-fatura ve e-arşiv bilgi asistanı. E-fatura mükellefiyeti kontrolü, GİB mevzuatı, entegratör karşılaştırması, zorunluluk takvimi. KOBİ'ler ve muhasebeciler için. Use when asked about e-fatura, e-arşiv, e-irsaliye, GİB, or Turkish electronic invoicing.
لغة النص الأصلي: التركية
Türkiye'de fatura düzenleme rehberi. E-fatura, e-arşiv fatura türleri, fatura kesme kuralları, KDV oranları, iptal süreleri, ön muhasebe süreci. 2025 güncel sınırlar ve zorunluluklar. Use when asked about Turkish invoicing, e-fatura rules, fatura düzenleme,…
لغة النص الأصلي: التركية
Türkiye Kayıtlı Elektronik Posta (KEP) rehberi. KEP nedir, nasıl alınır, zorunlu mu, hangi kurumlar kullanıyor, entegrasyon yöntemleri. Use when asked about KEP, registered electronic mail, Türkkep, or Turkish official electronic communication.
لغة النص الأصلي: التركية
Türkiye KOBİ teşvik ve hibe rehberi. KOSGEB destekleri, TÜBİTAK hibeleri, kalkınma ajansı destekleri, İŞKUR teşvikleri, vergi muafiyetleri. Sektöre göre teşvik eşleştirme. Use when asked about Turkish SME incentives, grants, KOSGEB, TÜBİTAK, or business…
لغة النص الأصلي: التركية
Şirketler için nakit akışı yönetimi ve vergi planlaması rehberi. Nakit akış tablosu oluşturma, runway analizi, tahsilat takibi, vergi/SGK rezervi ayırma, en sık yapılan 10 nakit yönetimi hatası. Use when asked about cash flow management, nakit akışı, runway…
لغة النص الأصلي: التركية
Türkiye'de şirket kurulduktan sonra yapılması gereken tüm resmi süreçler. Vergi dairesi bildirimi, banka hesabı, imza sirküleri, mali müşavir vekaleti, e-fatura geçişi, SGK, zorunlu dijital araçlar ve ilk aylarda yapılan hatalar. Use when asked about company…
لغة النص الأصلي: التركية
Türkiye'de şirketler için vergi avantajları ve gider yönetimi. Vergiden düşülebilecek giderler, yurtdışı hizmet alımı vergilendirmesi (stopaj, KDV2), Ar-Ge indirimi, teknopark avantajları, vergi planlama stratejileri. Use when asked about Turkish tax…
لغة النص الأصلي: التركية
Türkiye'de aylık ve dönemsel vergi beyan tarihleri, SGK bildirimleri, KDV, muhtasar, damga vergisi, geçici vergi, kurumlar vergisi takvimi. Tahakkuk fişi, gecikme cezaları, işletme sahibinin aylık görevleri. Use when asked about Turkish tax calendar,…
لغة النص الأصلي: التركية