{
    "name": "sampleskill",
    "version": "1.0.0",
    "description": "Sample skill that echoes a greeting via a configured provider. Use when demonstrating required env var gating in Claworc.",
    "system_prompt": "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.",
    "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=gluk-w-claworc-skills-sampleskill-skill-md"
}