{
    "name": "sketch-draw",
    "version": "1.0.0",
    "description": "Draw or sketch a quiet observation.",
    "system_prompt": "name sketch.draw description Draw or sketch a quiet observation. script scripts/run_skill.py shared false effects [\"move\",\"interact\",\"set_state\",\"direct_message\",\"group_message\",\"remember\"] args_schema {\"type\":\"object\",\"additionalProperties\":true} trigger_examples [\"the agent needs to use sketch.draw in a grounded town situation\"] outputs [\"state/skill_results/sketch_draw.json\"] Sketch Draw This is a real executable GOD agent skill. Its local skill.json describes its own targets, interaction preferences, status changes, speech template, memory template, and fallback strategy. scripts/run_skill.py returns a standard SkillResult ; the JiuwenClawAgent runtime validates and applies the result to movement, interaction, speech, state, and memory.",
    "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=xiaoluolyg-god-agentsociety-custom-skills-sketch-draw-skill-md"
}