Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

openclaw-workspace-template

يحتوي openclaw-workspace-template على 4 من skills المجمعة من kindomLee، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
4
Stars
9
محدث
2026-06-12
Forks
2
التغطية المهنية
3 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

curate-memory
مطوّرو البرمجيات

Full curator workflow for memory archival: scan the conversation, dedup against existing records, classify via the Context Tree, then decide whether each entry belongs in memory/ journal, MEMORY.md long-term index, notes/, reference/, or .learnings/. Merges fragments into existing notes when possible. Triggers on "curate memory", "organize memory", "archive this", "where should this go", "/curate-memory", and proactively after non-trivial technical decisions, infrastructure changes, or problem solutions. Complements the global save-memory skill: save-memory is a fast append-one-line shortcut for the journal, curate-memory is the full classify-and-merge workflow.

2026-06-12
migration-hardcode-sweep
محللو أمن المعلومات

把腳本/config 推上遠端、template、或跨主機同步前,系統化掃描硬編碼的絕對路徑、 個人 ID/token、生產環境值,並改寫為 env var / $SCRIPT_DIR,避免個資外洩與環境 相依。流程:grep 一組固定 pattern(路徑 + 個資 + secret)→ 命中即 fail → 分類 改寫(路徑→相對/env、secret→env 讀取)→ 重掃確認歸零 → 回報。 觸發時機:使用者說「推 template」「同步到遠端/另一台」「push 這個 repo」「這個能不能 公開/分享」「檢查有沒有寫死路徑/個資」,或自己準備把含路徑/token 的檔案推到遠端/共享前。

2026-06-05
telegram-html-reply
مطوّرو الويب

Generate rich HTML file replies for Telegram when the response contains tables, comparison matrices, or structured data that Telegram's limited markdown cannot render well. Trigger when replying with tables (|

2026-04-15
write-tmp
مطوّرو البرمجيات

Writing temporary files in this workspace. Use when you need to save files to a temporary location — the system /tmp is outside the workspace root and gets blocked; use the workspace-local tmp/ instead.

2026-04-15