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

slm-cache

النجوم١٩٧
التفرعات٣١
آخر تحديث٢٣ يونيو ٢٠٢٦ في ١٩:٥٠

KV cache for repeated reads — call slm_cache_get(key) first; on a miss do the expensive operation then slm_cache_set(key, value, ttl_seconds) to store it; on a hit use the returned value directly; always fail-open (hit:false on any error, never raises); saves tokens when the same file, query result, or tool output is read more than once in a session.

التثبيت

التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.

SKILL.md
readonly