{
    "app": {
        "name": "basic-skill",
        "description": "Summarize small CSV files and identify the highest revenue month.",
        "mode": "advanced-chat",
        "model_config": {
            "provider": "deepseek",
            "model": "deepseek-chat",
            "parameters": {
                "temperature": 0.7,
                "max_tokens": 4096
            }
        }
    },
    "instructions": "name basic-skill description Summarize small CSV files and identify the highest revenue month. license MIT compatibility Works with text-capable chat models. metadata {\"owner\":\"example\",\"domain\":\"analytics\"} When given a CSV file with monthly revenue, identify the month with the highest revenue and explain the result concisely. Prefer a short answer with the winning month, the revenue value, and a one sentence rationale.",
    "variables": [],
    "opening_statement": "你好，我是 basic-skill，Summarize small CSV files and identify the highest...",
    "suggested_questions": [],
    "source": "DeepseekModel",
    "source_url": "https://deepseekmodel.com/skill?id=darkrishabh-agent-skills-eval-examples-basic-skill-skill-md"
}