taiwan-invoice-skill 2.3.0 → 2.4.1
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 +4 -3
- package/assets/templates/platforms/agent.json +11 -9
- package/assets/templates/platforms/cursor.json +2 -2
- package/assets/templates/platforms/qoder.json +2 -2
- package/dist/index.js +10758 -9685
- package/package.json +3 -1
package/README.md
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
<h1 align="center">taiwan-invoice-skill</h1>
|
|
2
|
+
|
|
3
|
+
<h3 align="center">台灣電子發票 AI 開發技能包</h3>
|
|
2
4
|
|
|
3
5
|
<p align="center">
|
|
4
|
-
<strong
|
|
5
|
-
<sub>支援 ECPay 綠界 · SmilePay 速買配 · Amego 光貿</sub>
|
|
6
|
+
<strong>支援 ECPay 綠界 · SmilePay 速買配 · Amego 光貿</strong>
|
|
6
7
|
</p>
|
|
7
8
|
|
|
8
9
|
<p align="center">
|
|
@@ -1,16 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"platform": "antigravity",
|
|
3
3
|
"displayName": "Antigravity / Generic Agent",
|
|
4
|
-
"installType": "
|
|
4
|
+
"installType": "workflow",
|
|
5
5
|
"folderStructure": {
|
|
6
6
|
"root": ".agent",
|
|
7
|
-
"skillPath": "
|
|
8
|
-
"filename": "
|
|
7
|
+
"skillPath": "workflows",
|
|
8
|
+
"filename": "taiwan-invoice.md",
|
|
9
|
+
"sharedRoot": ".shared",
|
|
10
|
+
"sharedPath": "taiwan-invoice"
|
|
9
11
|
},
|
|
10
|
-
"scriptPath": "
|
|
12
|
+
"scriptPath": ".shared/taiwan-invoice/scripts",
|
|
11
13
|
"frontmatter": {
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
+
"description": "Taiwan E-Invoice API integration for ECPay, SmilePay, and Amego",
|
|
15
|
+
"auto_execution_mode": "3"
|
|
14
16
|
},
|
|
15
17
|
"sections": {
|
|
16
18
|
"examples": true,
|
|
@@ -18,7 +20,7 @@
|
|
|
18
20
|
"scripts": true,
|
|
19
21
|
"quickReference": false
|
|
20
22
|
},
|
|
21
|
-
"title": "
|
|
22
|
-
"description": "
|
|
23
|
-
"skillOrWorkflow": "
|
|
23
|
+
"title": "taiwan-invoice",
|
|
24
|
+
"description": "台灣電子發票 API 整合工具。支援 ECPay、SmilePay、Amego 三家加值中心的 B2C/B2B 發票開立、作廢、折讓、查詢、列印功能。",
|
|
25
|
+
"skillOrWorkflow": "Workflow"
|
|
24
26
|
}
|
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
"installType": "full",
|
|
5
5
|
"folderStructure": {
|
|
6
6
|
"root": ".cursor",
|
|
7
|
-
"skillPath": "
|
|
7
|
+
"skillPath": "commands/taiwan-invoice",
|
|
8
8
|
"filename": "SKILL.md"
|
|
9
9
|
},
|
|
10
|
-
"scriptPath": "
|
|
10
|
+
"scriptPath": "commands/taiwan-invoice/scripts",
|
|
11
11
|
"frontmatter": {
|
|
12
12
|
"name": "taiwan-invoice",
|
|
13
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."
|
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
"installType": "full",
|
|
5
5
|
"folderStructure": {
|
|
6
6
|
"root": ".qoder",
|
|
7
|
-
"skillPath": "
|
|
7
|
+
"skillPath": "skills/taiwan-invoice",
|
|
8
8
|
"filename": "SKILL.md"
|
|
9
9
|
},
|
|
10
|
-
"scriptPath": "
|
|
10
|
+
"scriptPath": "skills/taiwan-invoice/scripts",
|
|
11
11
|
"frontmatter": null,
|
|
12
12
|
"sections": {
|
|
13
13
|
"examples": true,
|