taiwan-invoice-skill 2.0.0 → 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +131 -0
- package/assets/taiwan-invoice/SKILL.md +452 -0
- package/assets/taiwan-invoice/data/error-codes.csv +41 -0
- package/assets/taiwan-invoice/data/field-mappings.csv +27 -0
- package/assets/taiwan-invoice/data/operations.csv +11 -0
- package/assets/taiwan-invoice/data/providers.csv +4 -0
- package/assets/taiwan-invoice/data/tax-rules.csv +9 -0
- package/assets/taiwan-invoice/data/troubleshooting.csv +17 -0
- package/assets/taiwan-invoice/scripts/__pycache__/core.cpython-312.pyc +0 -0
- package/assets/taiwan-invoice/scripts/core.py +304 -0
- package/assets/taiwan-invoice/scripts/generate-invoice-service.py +642 -128
- package/assets/taiwan-invoice/scripts/recommend.py +340 -0
- package/assets/taiwan-invoice/scripts/search.py +201 -0
- package/assets/templates/base/quick-reference.md +85 -0
- package/assets/templates/platforms/{antigravity.json → agent.json} +6 -3
- package/assets/templates/platforms/claude.json +5 -2
- package/assets/templates/platforms/codebuddy.json +5 -2
- package/assets/templates/platforms/codex.json +5 -2
- package/assets/templates/platforms/continue.json +5 -2
- package/assets/templates/platforms/copilot.json +5 -2
- package/assets/templates/platforms/cursor.json +5 -2
- package/assets/templates/platforms/gemini.json +5 -2
- package/assets/templates/platforms/kiro.json +5 -2
- package/assets/templates/platforms/opencode.json +5 -2
- package/assets/templates/platforms/qoder.json +5 -2
- package/assets/templates/platforms/roocode.json +5 -2
- package/assets/templates/platforms/trae.json +5 -2
- package/assets/templates/platforms/windsurf.json +5 -2
- package/dist/index.js +265 -60
- package/package.json +3 -2
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
"skillPath": "skills/taiwan-invoice",
|
|
8
8
|
"filename": "SKILL.md"
|
|
9
9
|
},
|
|
10
|
+
"scriptPath": "skills/taiwan-invoice/scripts",
|
|
10
11
|
"frontmatter": {
|
|
11
12
|
"name": "taiwan-invoice",
|
|
12
13
|
"description": "Taiwan E-Invoice API integration specialist for ECPay, SmilePay, and Amego."
|
|
@@ -14,8 +15,10 @@
|
|
|
14
15
|
"sections": {
|
|
15
16
|
"examples": true,
|
|
16
17
|
"references": true,
|
|
17
|
-
"scripts": true
|
|
18
|
+
"scripts": true,
|
|
19
|
+
"quickReference": false
|
|
18
20
|
},
|
|
19
21
|
"title": "Taiwan E-Invoice Skill",
|
|
20
|
-
"description": "Comprehensive guide for Taiwan E-Invoice API integration. Supports ECPay, SmilePay, and Amego providers with B2C/B2B invoice operations."
|
|
22
|
+
"description": "Comprehensive guide for Taiwan E-Invoice API integration. Supports ECPay, SmilePay, and Amego providers with B2C/B2B invoice operations.",
|
|
23
|
+
"skillOrWorkflow": "Skill"
|
|
21
24
|
}
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
"skillPath": "skills/taiwan-invoice",
|
|
8
8
|
"filename": "SKILL.md"
|
|
9
9
|
},
|
|
10
|
+
"scriptPath": "skills/taiwan-invoice/scripts",
|
|
10
11
|
"frontmatter": {
|
|
11
12
|
"name": "taiwan-invoice",
|
|
12
13
|
"description": "Taiwan E-Invoice API integration specialist for ECPay, SmilePay, and Amego."
|
|
@@ -14,8 +15,10 @@
|
|
|
14
15
|
"sections": {
|
|
15
16
|
"examples": true,
|
|
16
17
|
"references": true,
|
|
17
|
-
"scripts": true
|
|
18
|
+
"scripts": true,
|
|
19
|
+
"quickReference": false
|
|
18
20
|
},
|
|
19
21
|
"title": "Taiwan E-Invoice Skill",
|
|
20
|
-
"description": "Comprehensive guide for Taiwan E-Invoice API integration. Supports ECPay, SmilePay, and Amego providers with B2C/B2B invoice operations."
|
|
22
|
+
"description": "Comprehensive guide for Taiwan E-Invoice API integration. Supports ECPay, SmilePay, and Amego providers with B2C/B2B invoice operations.",
|
|
23
|
+
"skillOrWorkflow": "Skill"
|
|
21
24
|
}
|
|
@@ -7,12 +7,15 @@
|
|
|
7
7
|
"skillPath": "prompts/taiwan-invoice",
|
|
8
8
|
"filename": "SKILL.md"
|
|
9
9
|
},
|
|
10
|
+
"scriptPath": "prompts/taiwan-invoice/scripts",
|
|
10
11
|
"frontmatter": null,
|
|
11
12
|
"sections": {
|
|
12
13
|
"examples": true,
|
|
13
14
|
"references": true,
|
|
14
|
-
"scripts": true
|
|
15
|
+
"scripts": true,
|
|
16
|
+
"quickReference": false
|
|
15
17
|
},
|
|
16
18
|
"title": "Taiwan E-Invoice Skill",
|
|
17
|
-
"description": "Comprehensive guide for Taiwan E-Invoice API integration. Supports ECPay, SmilePay, and Amego providers with B2C/B2B invoice operations."
|
|
19
|
+
"description": "Comprehensive guide for Taiwan E-Invoice API integration. Supports ECPay, SmilePay, and Amego providers with B2C/B2B invoice operations.",
|
|
20
|
+
"skillOrWorkflow": "Skill"
|
|
18
21
|
}
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
"skillPath": "skills/taiwan-invoice",
|
|
8
8
|
"filename": "SKILL.md"
|
|
9
9
|
},
|
|
10
|
+
"scriptPath": "skills/taiwan-invoice/scripts",
|
|
10
11
|
"frontmatter": {
|
|
11
12
|
"name": "taiwan-invoice",
|
|
12
13
|
"description": "Taiwan E-Invoice API integration specialist for ECPay, SmilePay, and Amego. Provides B2C/B2B invoice issuance, void, allowance, query, and print functionality. Includes encryption implementations (AES-128-CBC, MD5), tax calculations, and complete API specifications."
|
|
@@ -14,8 +15,10 @@
|
|
|
14
15
|
"sections": {
|
|
15
16
|
"examples": true,
|
|
16
17
|
"references": true,
|
|
17
|
-
"scripts": true
|
|
18
|
+
"scripts": true,
|
|
19
|
+
"quickReference": false
|
|
18
20
|
},
|
|
19
21
|
"title": "Taiwan E-Invoice Skill",
|
|
20
|
-
"description": "Comprehensive guide for Taiwan E-Invoice API integration. Supports ECPay, SmilePay, and Amego providers with B2C/B2B invoice operations."
|
|
22
|
+
"description": "Comprehensive guide for Taiwan E-Invoice API integration. Supports ECPay, SmilePay, and Amego providers with B2C/B2B invoice operations.",
|
|
23
|
+
"skillOrWorkflow": "Skill"
|
|
21
24
|
}
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
"skillPath": "skills/taiwan-invoice",
|
|
8
8
|
"filename": "SKILL.md"
|
|
9
9
|
},
|
|
10
|
+
"scriptPath": "skills/taiwan-invoice/scripts",
|
|
10
11
|
"frontmatter": {
|
|
11
12
|
"name": "taiwan-invoice",
|
|
12
13
|
"description": "Taiwan E-Invoice API integration specialist for ECPay, SmilePay, and Amego."
|
|
@@ -14,8 +15,10 @@
|
|
|
14
15
|
"sections": {
|
|
15
16
|
"examples": true,
|
|
16
17
|
"references": true,
|
|
17
|
-
"scripts": true
|
|
18
|
+
"scripts": true,
|
|
19
|
+
"quickReference": false
|
|
18
20
|
},
|
|
19
21
|
"title": "Taiwan E-Invoice Skill",
|
|
20
|
-
"description": "Comprehensive guide for Taiwan E-Invoice API integration. Supports ECPay, SmilePay, and Amego providers with B2C/B2B invoice operations."
|
|
22
|
+
"description": "Comprehensive guide for Taiwan E-Invoice API integration. Supports ECPay, SmilePay, and Amego providers with B2C/B2B invoice operations.",
|
|
23
|
+
"skillOrWorkflow": "Skill"
|
|
21
24
|
}
|
|
@@ -7,12 +7,15 @@
|
|
|
7
7
|
"skillPath": "steering/taiwan-invoice",
|
|
8
8
|
"filename": "SKILL.md"
|
|
9
9
|
},
|
|
10
|
+
"scriptPath": "steering/taiwan-invoice/scripts",
|
|
10
11
|
"frontmatter": null,
|
|
11
12
|
"sections": {
|
|
12
13
|
"examples": true,
|
|
13
14
|
"references": true,
|
|
14
|
-
"scripts": true
|
|
15
|
+
"scripts": true,
|
|
16
|
+
"quickReference": false
|
|
15
17
|
},
|
|
16
18
|
"title": "Taiwan E-Invoice Skill",
|
|
17
|
-
"description": "Comprehensive guide for Taiwan E-Invoice API integration. Supports ECPay, SmilePay, and Amego providers with B2C/B2B invoice operations."
|
|
19
|
+
"description": "Comprehensive guide for Taiwan E-Invoice API integration. Supports ECPay, SmilePay, and Amego providers with B2C/B2B invoice operations.",
|
|
20
|
+
"skillOrWorkflow": "Skill"
|
|
18
21
|
}
|
|
@@ -7,12 +7,15 @@
|
|
|
7
7
|
"skillPath": "skills/taiwan-invoice",
|
|
8
8
|
"filename": "SKILL.md"
|
|
9
9
|
},
|
|
10
|
+
"scriptPath": "skills/taiwan-invoice/scripts",
|
|
10
11
|
"frontmatter": null,
|
|
11
12
|
"sections": {
|
|
12
13
|
"examples": true,
|
|
13
14
|
"references": true,
|
|
14
|
-
"scripts": true
|
|
15
|
+
"scripts": true,
|
|
16
|
+
"quickReference": false
|
|
15
17
|
},
|
|
16
18
|
"title": "Taiwan E-Invoice Skill",
|
|
17
|
-
"description": "Comprehensive guide for Taiwan E-Invoice API integration. Supports ECPay, SmilePay, and Amego providers with B2C/B2B invoice operations."
|
|
19
|
+
"description": "Comprehensive guide for Taiwan E-Invoice API integration. Supports ECPay, SmilePay, and Amego providers with B2C/B2B invoice operations.",
|
|
20
|
+
"skillOrWorkflow": "Skill"
|
|
18
21
|
}
|
|
@@ -7,12 +7,15 @@
|
|
|
7
7
|
"skillPath": "rules/taiwan-invoice",
|
|
8
8
|
"filename": "SKILL.md"
|
|
9
9
|
},
|
|
10
|
+
"scriptPath": "rules/taiwan-invoice/scripts",
|
|
10
11
|
"frontmatter": null,
|
|
11
12
|
"sections": {
|
|
12
13
|
"examples": true,
|
|
13
14
|
"references": true,
|
|
14
|
-
"scripts": true
|
|
15
|
+
"scripts": true,
|
|
16
|
+
"quickReference": false
|
|
15
17
|
},
|
|
16
18
|
"title": "Taiwan E-Invoice Skill",
|
|
17
|
-
"description": "Comprehensive guide for Taiwan E-Invoice API integration. Supports ECPay, SmilePay, and Amego providers with B2C/B2B invoice operations."
|
|
19
|
+
"description": "Comprehensive guide for Taiwan E-Invoice API integration. Supports ECPay, SmilePay, and Amego providers with B2C/B2B invoice operations.",
|
|
20
|
+
"skillOrWorkflow": "Skill"
|
|
18
21
|
}
|
|
@@ -7,12 +7,15 @@
|
|
|
7
7
|
"skillPath": "commands/taiwan-invoice",
|
|
8
8
|
"filename": "SKILL.md"
|
|
9
9
|
},
|
|
10
|
+
"scriptPath": "commands/taiwan-invoice/scripts",
|
|
10
11
|
"frontmatter": null,
|
|
11
12
|
"sections": {
|
|
12
13
|
"examples": true,
|
|
13
14
|
"references": true,
|
|
14
|
-
"scripts": true
|
|
15
|
+
"scripts": true,
|
|
16
|
+
"quickReference": false
|
|
15
17
|
},
|
|
16
18
|
"title": "Taiwan E-Invoice Skill",
|
|
17
|
-
"description": "Comprehensive guide for Taiwan E-Invoice API integration. Supports ECPay, SmilePay, and Amego providers with B2C/B2B invoice operations."
|
|
19
|
+
"description": "Comprehensive guide for Taiwan E-Invoice API integration. Supports ECPay, SmilePay, and Amego providers with B2C/B2B invoice operations.",
|
|
20
|
+
"skillOrWorkflow": "Skill"
|
|
18
21
|
}
|
|
@@ -7,12 +7,15 @@
|
|
|
7
7
|
"skillPath": "skills/taiwan-invoice",
|
|
8
8
|
"filename": "SKILL.md"
|
|
9
9
|
},
|
|
10
|
+
"scriptPath": "skills/taiwan-invoice/scripts",
|
|
10
11
|
"frontmatter": null,
|
|
11
12
|
"sections": {
|
|
12
13
|
"examples": true,
|
|
13
14
|
"references": true,
|
|
14
|
-
"scripts": true
|
|
15
|
+
"scripts": true,
|
|
16
|
+
"quickReference": false
|
|
15
17
|
},
|
|
16
18
|
"title": "Taiwan E-Invoice Skill",
|
|
17
|
-
"description": "Comprehensive guide for Taiwan E-Invoice API integration. Supports ECPay, SmilePay, and Amego providers with B2C/B2B invoice operations."
|
|
19
|
+
"description": "Comprehensive guide for Taiwan E-Invoice API integration. Supports ECPay, SmilePay, and Amego providers with B2C/B2B invoice operations.",
|
|
20
|
+
"skillOrWorkflow": "Skill"
|
|
18
21
|
}
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
"skillPath": "skills/taiwan-invoice",
|
|
8
8
|
"filename": "SKILL.md"
|
|
9
9
|
},
|
|
10
|
+
"scriptPath": "skills/taiwan-invoice/scripts",
|
|
10
11
|
"frontmatter": {
|
|
11
12
|
"name": "taiwan-invoice",
|
|
12
13
|
"description": "Taiwan E-Invoice API integration specialist for ECPay, SmilePay, and Amego. Provides B2C/B2B invoice issuance, void, allowance, query, and print functionality."
|
|
@@ -14,8 +15,10 @@
|
|
|
14
15
|
"sections": {
|
|
15
16
|
"examples": true,
|
|
16
17
|
"references": true,
|
|
17
|
-
"scripts": true
|
|
18
|
+
"scripts": true,
|
|
19
|
+
"quickReference": false
|
|
18
20
|
},
|
|
19
21
|
"title": "Taiwan E-Invoice Skill",
|
|
20
|
-
"description": "Comprehensive guide for Taiwan E-Invoice API integration. Supports ECPay, SmilePay, and Amego providers with B2C/B2B invoice operations."
|
|
22
|
+
"description": "Comprehensive guide for Taiwan E-Invoice API integration. Supports ECPay, SmilePay, and Amego providers with B2C/B2B invoice operations.",
|
|
23
|
+
"skillOrWorkflow": "Skill"
|
|
21
24
|
}
|