{
    "app": {
        "name": "markdown-formatter",
        "description": "Formats and prettifies markdown documents",
        "mode": "advanced-chat",
        "model_config": {
            "provider": "deepseek",
            "model": "deepseek-chat",
            "parameters": {
                "temperature": 0.7,
                "max_tokens": 4096
            }
        }
    },
    "instructions": "name markdown-formatter description Formats and prettifies markdown documents permissions [] Markdown Formatter Purpose Cleans up markdown files: fixes heading levels, normalises list styles, and rewraps long lines. Usage Point the skill at a markdown file and it will reformat it in-place.",
    "variables": [],
    "opening_statement": "你好，我是 markdown-formatter，Formats and prettifies markdown documents...",
    "suggested_questions": [],
    "source": "DeepseekModel",
    "source_url": "https://deepseekmodel.com/skill?id=nvidia-skillspector-tests-fixtures-sdi-sdi2-inappropriate-skill-md"
}