route
تجاوز اختيار النموذج يدويًا
متاح أيضًا من: 0xrdan
يختار Claude النماذج تلقائيًا بناءً على تعقيد الاستعلام. تتيح لك هذه المهارة تجاوز هذا الاختيار وإجبار نموذج معين للحصول على تحكم دقيق في القدرة والتكلفة.
تنزيل ZIP المهارة
رفع في Claude
اذهب إلى Settings → Capabilities → Skills → Upload skill
فعّل وابدأ الاستخدام
اختبرها
استخدام "route". /route opus Design a REST API for a task management system
النتيجة المتوقعة:
- Routes to: Opus model
- Result: Comprehensive API design with endpoints, data models, authentication, and error handling strategies
استخدام "route". /route haiku Convert this JSON to CSV
النتيجة المتوقعة:
- Routes to: Haiku model
- Result: Quick conversion using the fastest model
استخدام "route". /route sonnet Write unit tests for this function
النتيجة المتوقعة:
- Routes to: Sonnet model
- Result: Complete test suite with test cases and assertions
التدقيق الأمني
آمنPure prompt-based skill with no code execution, file access, network calls, or external commands. The skill defines argument parsing logic and subagent routing behavior for the Claude Router system. All static findings are false positives: metadata URLs flagged as network access, markdown code fences flagged as backtick execution, and routing terminology flagged as C2/crypto patterns.
عوامل الخطر
🌐 الوصول إلى الشبكة (1)
📁 الوصول إلى نظام الملفات (1)
⚙️ الأوامر الخارجية (22)
درجة الجودة
ماذا يمكنك بناءه
تقليل تكاليف API
إجبار Haiku للاستعلامات البسيطة لتوفير تكاليف API مع الحفاظ على الجودة
ضمان التحليل العميق
إجبار Opus عندما تحتاج إلى أقصى قدرة استنتاجية للمشاكل الصعبة
توحيد سير العمل
فرض Sonnet كنموذج افتراضي لفريقك للحصول على نتائج متسقة
جرّب هذه الموجهات
/route haiku What is the capital of France?
/route sonnet Write a function to validate email addresses in Python
/route opus Analyze the security implications of this authentication flow
/route standard Design a caching system for a web application
أفضل الممارسات
- مطابقة تعقيد النموذج مع تعقيد المهمة للحصول على توازن مثالي بين التكلفة والأداء
- استخدام Opus لمهام الاستنتاج متعددة الخطوات التي تتطلب تحليلًا عميقًا
- الاختبار مع Haiku أولاً للاستعلامات البسيطة للتحقق من الجودة المتوقعة
تجنب
- استخدام Opus للأسئلة التافهة يهدر الموارد
- إجبار Haiku للمشاكل المعقدة يؤدي إلى نتائج سيئة
- تجاهل نقاط قوة النموذج لأنواع مهام معينة