{
    "app": {
        "name": "sampleskill",
        "description": "Sample skill that echoes a greeting via a configured provider. Use when demonstrating required env var gating in Claworc.",
        "mode": "advanced-chat",
        "model_config": {
            "provider": "deepseek",
            "model": "deepseek-chat",
            "parameters": {
                "temperature": 0.7,
                "max_tokens": 4096
            }
        }
    },
    "instructions": "name sampleskill description Sample skill that echoes a greeting via a configured provider. Use when demonstrating required env var gating in Claworc. required_env_vars [\"API_KEY\",\"PROVIDER_NAME\"] Sample Skill Demonstration skill used by the control-plane parser integration test. Usage Given API_KEY and PROVIDER_NAME in the instance environment, the skill calls the provider's API and prints a greeting.",
    "variables": [],
    "opening_statement": "你好，我是 sampleskill，Sample skill that echoes a greeting via a configur...",
    "suggested_questions": [],
    "source": "DeepseekModel",
    "source_url": "https://deepseekmodel.com/skill?id=gluk-w-claworc-skills-sampleskill-skill-md"
}