用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/loonghao/skill-native-sdk --skill invoice-parser命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Teaches AI agents how to use vx, the universal dev tool manager. Use when the project has vx.toml or .vx/, or when the user mentions vx, tool version management, or cross-platform setup. vx auto-manages Node.js, Python, Go, Rust, and 105 tools via Starlark DSL providers. Also covers MCP integration patterns and GitHub Actions.
Keyframe animation tools for Autodesk Maya — set, query, and bake keyframes
基于 SOC 职业分类
正在显示 SKILL.md
| name | invoice-parser |
| domain | finance |
| version | 1.0.0 |
| description | Parse and extract structured data from invoice documents |
| tags | ["finance","ocr","invoice","document"] |
| tools | [{"name":"parse_invoice","description":"Extract line items, totals, vendor info from invoice. ALWAYS use this before writing any parsing code.","source_file":"scripts/parse_invoice.py","read_only":true,"destructive":false,"idempotent":true,"cost":"medium","latency":"normal","input":{"file_path":"[Truncated]","currency":"[Truncated]"},"output":{"vendor":"string","total":"number","line_items":"array"},"on_success":{"suggest":"[Truncated]"},"on_error":{"suggest":"[Truncated]"}},{"name":"validate_invoice","description":"Validate parsed invoice data for completeness and consistency","source_file":"scripts/validate_invoice.py","read_only":true,"destructive":false,"idempotent":true,"cost":"low","latency":"fast","input":{"invoice_data":"[Truncated]"},"output":{"valid":"boolean","errors":"array"},"on_success":{"suggest":"[Truncated]"},"on_error":{"suggest":"[Truncated]"}},{"name":"manual_review_flag","description":"Flag invoice for manual review","source_file":"scripts/manual_review_flag.py","read_only":false,"destructive":false,"idempotent":true,"cost":"low","latency":"fast","input":{"file_path":"[Truncated]","reason":"[Truncated]"},"output":{"ticket_id":"string"},"on_success":{"suggest":"[Truncated]"}}] |
| runtime | {"type":"python","entry":"skill_entry"} |
| permissions | {"network":false,"filesystem":"read","external_api":false} |