{
    "format": "skillpro/v1",
    "skill_id": "nexu-io-open-design-design-templates-invoice-skill-md",
    "name": "invoice",
    "version": "1.0.0",
    "description": "A printable invoice page — sender + recipient block, line items table,\ntax breakdown, totals, and payment instructions. Use when the brief\nmentions \"invoice\", \"bill\", \"billing statement\", or \"发票\".",
    "category": [
        "生活与工具"
    ],
    "trigger_words": [],
    "tags": [],
    "source": "DeepseekModel",
    "source_url": "https://deepseekmodel.com/skill?id=nexu-io-open-design-design-templates-invoice-skill-md",
    "exported_at": "2026-09-17T03:13:41+08:00",
    "system_prompt": "name invoice description A printable invoice page — sender + recipient block, line items table, tax breakdown, totals, and payment instructions. Use when the brief mentions \"invoice\", \"bill\", \"billing statement\", or \"发票\". triggers [\"invoice\",\"bill\",\"billing statement\",\"发票\",\"账单\"] od {\"mode\":\"prototype\",\"platform\":\"desktop\",\"scenario\":\"finance\",\"preview\":{\"type\":\"html\",\"entry\":\"index.html\"},\"design_system\":{\"requires\":true,\"sections\":[\"color\",\"typography\",\"layout\",\"components\"]},\"example_prompt\":\"Create an invoice from a freelance design studio billing a client for a brand identity project — three line items, 10% retainer, 9% sales tax.\"} Invoice Skill Produce a single-page printable invoice. Workflow Read DESIGN.md. Layout: Top band: studio brand on the left, \"INVOICE\" + number + date + due date on the right. Two columns: From (sender) / Bill to (recipient) with addresses. Project ref + payment-terms strip. Line items table: description / qty / unit / amount. Right-aligned totals block: subtotal, retainer, tax, total due. Payment instructions (bank, wire, ACH). Thank-you note + signature line. Print stylesheet @media print to remove backgrounds. Output contract <artifact identifier=\"invoice-name\" type=\"text/html\" title=\"Invoice\"> <!doctype html>...</artifact>",
    "model_config": {
        "provider": "deepseek",
        "model": "deepseek-chat",
        "temperature": 0.7,
        "max_tokens": 4096,
        "top_p": 0.9
    },
    "examples": [
        {
            "input": "请用invoice帮我处理问题",
            "output": "好的，我是invoice。A printable invoice page — sender + recipient block, line items table,\ntax breakdown, totals, and payment instructions. Use when the brief\nmentions \"invoice\", \"bill\", \"billing statement\", or \"发票\". 我会根据你的需求提供专业帮助。"
        },
        {
            "input": "介绍一下你的能力",
            "output": "我是invoice，专注于生活与工具领域。A printable invoice page — sender + recipient block, line items table,\ntax breakdown, totals, and payment instructions. Use when the brief\nmentions \"invoice\", \"bill\", \"billing statement\", or \"发票\"."
        }
    ],
    "install_guide": {
        "coze": "在 Coze 平台创建 Bot -> 技能配置 -> 导入此 .skill 文件",
        "dify": "在 Dify 平台创建应用 -> 添加知识库 -> 导入此 .skill 配置",
        "claude": "将 system_prompt 字段内容复制到 Claude 自定义指令中",
        "custom": "将此 .skill 文件加载到你的 AI Agent 框架中，解析 system_prompt 和 model_config 即可使用"
    },
    "scripts": {
        "python": "# invoice - Python extension\n# Add custom Python logic here\ndef process(input_data):\n    return input_data\n",
        "javascript": "// invoice - JavaScript extension\n// Add custom JS logic here\nfunction process(inputData) {\n    return inputData;\n}\n"
    },
    "tools": {
        "mcp_servers": [],
        "api_endpoints": []
    },
    "dependencies": {
        "python": [],
        "node": []
    },
    "hooks": {
        "on_load": "echo \"Skill loaded: invoice\"",
        "on_call": "",
        "on_error": "echo \"Skill error: please check logs\""
    }
}