{
    "name": "eli5",
    "version": "1.0.0",
    "description": "Explain a topic like I'm a 5 year old. Use when the user types /eli5 <topic> or asks for a dead-simple picture explainer of how something works.",
    "system_prompt": "name eli5 description Explain a topic like I'm a 5 year old. Use when the user types /eli5 <topic> or asks for a dead-simple picture explainer of how something works. eli5 Explain like I'm someone who knows nothing about this topic, using a HTML artifact with big pictures and few words. Topic: $ARGUMENTS",
    "model_config": {
        "provider": "deepseek",
        "model": "deepseek-chat",
        "temperature": 0.7,
        "max_tokens": 4096,
        "top_p": 0.9
    },
    "trigger_words": [],
    "source": "DeepseekModel",
    "source_url": "https://deepseekmodel.com/skill?id=anthropics-claude-plugins-community-eli5-skills-eli5-skill-md"
}