taiwan-payment-skill 1.0.2 → 1.0.4
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 +2 -2
- package/assets/taiwan-payment/CLAUDE.md +297 -297
- package/assets/taiwan-payment/EXAMPLES.md +1425 -1425
- package/assets/taiwan-payment/README.md +2 -2
- package/assets/taiwan-payment/SKILL.md +857 -857
- package/assets/taiwan-payment/references/ecpay-payment-api.md +880 -880
- package/assets/taiwan-payment/references/newebpay-payment-api.md +677 -677
- package/assets/taiwan-payment/references/payuni-payment-api.md +997 -997
- package/assets/templates/base/quick-reference.md +60 -345
- package/assets/templates/base/skill-content.md +248 -738
- package/assets/templates/platforms/agent.json +26 -0
- package/assets/templates/platforms/claude.json +26 -26
- package/assets/templates/platforms/codebuddy.json +25 -25
- package/assets/templates/platforms/codex.json +26 -25
- package/assets/templates/platforms/continue.json +25 -25
- package/assets/templates/platforms/copilot.json +25 -25
- package/assets/templates/platforms/cursor.json +26 -25
- package/assets/templates/platforms/gemini.json +25 -25
- package/assets/templates/platforms/kiro.json +25 -25
- package/assets/templates/platforms/opencode.json +25 -25
- package/assets/templates/platforms/qoder.json +25 -25
- package/assets/templates/platforms/roocode.json +25 -25
- package/assets/templates/platforms/trae.json +25 -25
- package/assets/templates/platforms/windsurf.json +25 -25
- package/dist/index.js +127 -29
- package/package.json +1 -1
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"platform": "antigravity",
|
|
3
|
+
"displayName": "Antigravity / Generic Agent",
|
|
4
|
+
"installType": "full",
|
|
5
|
+
"folderStructure": {
|
|
6
|
+
"root": ".agent",
|
|
7
|
+
"skillPath": "skills/taiwan-invoice",
|
|
8
|
+
"filename": "SKILL.md",
|
|
9
|
+
"globalRoot": "~/.gemini/antigravity/global_skills"
|
|
10
|
+
},
|
|
11
|
+
"scriptPath": "skills/taiwan-invoice/scripts",
|
|
12
|
+
"frontmatter": {
|
|
13
|
+
"name": "taiwan-invoice",
|
|
14
|
+
"description": "Taiwan E-Invoice API integration for ECPay, SmilePay, and Amego. Provides B2C/B2B invoice issuance, void, allowance, query, and print functionality.",
|
|
15
|
+
"user-invocable": "true"
|
|
16
|
+
},
|
|
17
|
+
"sections": {
|
|
18
|
+
"examples": true,
|
|
19
|
+
"references": true,
|
|
20
|
+
"scripts": true,
|
|
21
|
+
"quickReference": false
|
|
22
|
+
},
|
|
23
|
+
"title": "Taiwan E-Invoice Skill",
|
|
24
|
+
"description": "Comprehensive guide for Taiwan E-Invoice API integration. Supports ECPay, SmilePay, and Amego providers with B2C/B2B invoice operations.",
|
|
25
|
+
"skillOrWorkflow": "Skill"
|
|
26
|
+
}
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
{
|
|
2
|
-
"platform": "claude",
|
|
3
|
-
"displayName": "Claude Code",
|
|
4
|
-
"installType": "full",
|
|
5
|
-
"folderStructure": {
|
|
6
|
-
"root": ".claude",
|
|
7
|
-
"skillPath": "skills/taiwan-
|
|
8
|
-
"filename": "SKILL.md",
|
|
9
|
-
"globalRoot": "~/.claude"
|
|
10
|
-
},
|
|
11
|
-
"
|
|
12
|
-
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
},
|
|
23
|
-
"title": "Taiwan
|
|
24
|
-
"description": "Comprehensive guide for Taiwan
|
|
25
|
-
"skillOrWorkflow": "Skill"
|
|
26
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"platform": "claude",
|
|
3
|
+
"displayName": "Claude Code",
|
|
4
|
+
"installType": "full",
|
|
5
|
+
"folderStructure": {
|
|
6
|
+
"root": ".claude",
|
|
7
|
+
"skillPath": "skills/taiwan-invoice",
|
|
8
|
+
"filename": "SKILL.md",
|
|
9
|
+
"globalRoot": "~/.claude"
|
|
10
|
+
},
|
|
11
|
+
"scriptPath": "skills/taiwan-invoice/scripts",
|
|
12
|
+
"frontmatter": {
|
|
13
|
+
"name": "taiwan-invoice",
|
|
14
|
+
"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.",
|
|
15
|
+
"user-invocable": "true"
|
|
16
|
+
},
|
|
17
|
+
"sections": {
|
|
18
|
+
"examples": true,
|
|
19
|
+
"references": true,
|
|
20
|
+
"scripts": true,
|
|
21
|
+
"quickReference": true
|
|
22
|
+
},
|
|
23
|
+
"title": "Taiwan E-Invoice Skill",
|
|
24
|
+
"description": "Comprehensive guide for Taiwan E-Invoice API integration. Supports ECPay, SmilePay, and Amego providers with B2C/B2B invoice operations.",
|
|
25
|
+
"skillOrWorkflow": "Skill"
|
|
26
|
+
}
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
{
|
|
2
|
-
"platform": "codebuddy",
|
|
3
|
-
"displayName": "CodeBuddy",
|
|
4
|
-
"installType": "full",
|
|
5
|
-
"folderStructure": {
|
|
6
|
-
"root": ".codebuddy",
|
|
7
|
-
"skillPath": "skills/taiwan-
|
|
8
|
-
"filename": "SKILL.md"
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
"frontmatter": {
|
|
12
|
-
"name": "taiwan-
|
|
13
|
-
"description": "Taiwan
|
|
14
|
-
"user-invocable": "true"
|
|
15
|
-
},
|
|
16
|
-
"sections": {
|
|
17
|
-
"examples": true,
|
|
18
|
-
"references": true,
|
|
19
|
-
"scripts": true,
|
|
20
|
-
"quickReference": false
|
|
21
|
-
},
|
|
22
|
-
"title": "Taiwan
|
|
23
|
-
"description": "Comprehensive guide for Taiwan
|
|
24
|
-
"skillOrWorkflow": "Skill"
|
|
25
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"platform": "codebuddy",
|
|
3
|
+
"displayName": "CodeBuddy",
|
|
4
|
+
"installType": "full",
|
|
5
|
+
"folderStructure": {
|
|
6
|
+
"root": ".codebuddy",
|
|
7
|
+
"skillPath": "skills/taiwan-invoice",
|
|
8
|
+
"filename": "SKILL.md"
|
|
9
|
+
},
|
|
10
|
+
"scriptPath": "skills/taiwan-invoice/scripts",
|
|
11
|
+
"frontmatter": {
|
|
12
|
+
"name": "taiwan-invoice",
|
|
13
|
+
"description": "Taiwan E-Invoice API integration for ECPay, SmilePay, and Amego.",
|
|
14
|
+
"user-invocable": "true"
|
|
15
|
+
},
|
|
16
|
+
"sections": {
|
|
17
|
+
"examples": true,
|
|
18
|
+
"references": true,
|
|
19
|
+
"scripts": true,
|
|
20
|
+
"quickReference": false
|
|
21
|
+
},
|
|
22
|
+
"title": "Taiwan E-Invoice Skill",
|
|
23
|
+
"description": "Comprehensive guide for Taiwan E-Invoice API integration. Supports ECPay, SmilePay, and Amego providers with B2C/B2B invoice operations.",
|
|
24
|
+
"skillOrWorkflow": "Skill"
|
|
25
|
+
}
|
|
@@ -1,25 +1,26 @@
|
|
|
1
|
-
{
|
|
2
|
-
"platform": "codex",
|
|
3
|
-
"displayName": "Codex",
|
|
4
|
-
"installType": "full",
|
|
5
|
-
"folderStructure": {
|
|
6
|
-
"root": ".codex",
|
|
7
|
-
"skillPath": "skills/taiwan-
|
|
8
|
-
"filename": "SKILL.md",
|
|
9
|
-
"globalRoot": "~/.codex"
|
|
10
|
-
},
|
|
11
|
-
"
|
|
12
|
-
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
|
|
1
|
+
{
|
|
2
|
+
"platform": "codex",
|
|
3
|
+
"displayName": "Codex CLI",
|
|
4
|
+
"installType": "full",
|
|
5
|
+
"folderStructure": {
|
|
6
|
+
"root": ".codex",
|
|
7
|
+
"skillPath": "skills/taiwan-invoice",
|
|
8
|
+
"filename": "SKILL.md",
|
|
9
|
+
"globalRoot": "~/.codex"
|
|
10
|
+
},
|
|
11
|
+
"scriptPath": "skills/taiwan-invoice/scripts",
|
|
12
|
+
"frontmatter": {
|
|
13
|
+
"name": "taiwan-invoice",
|
|
14
|
+
"description": "Taiwan E-Invoice API integration specialist for ECPay, SmilePay, and Amego.",
|
|
15
|
+
"user-invocable": "true"
|
|
16
|
+
},
|
|
17
|
+
"sections": {
|
|
18
|
+
"examples": true,
|
|
19
|
+
"references": true,
|
|
20
|
+
"scripts": true,
|
|
21
|
+
"quickReference": false
|
|
22
|
+
},
|
|
23
|
+
"title": "Taiwan E-Invoice Skill",
|
|
24
|
+
"description": "Comprehensive guide for Taiwan E-Invoice API integration. Supports ECPay, SmilePay, and Amego providers with B2C/B2B invoice operations.",
|
|
25
|
+
"skillOrWorkflow": "Skill"
|
|
26
|
+
}
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
{
|
|
2
|
-
"platform": "continue",
|
|
3
|
-
"displayName": "Continue",
|
|
4
|
-
"installType": "full",
|
|
5
|
-
"folderStructure": {
|
|
6
|
-
"root": ".continue",
|
|
7
|
-
"skillPath": "skills/taiwan-
|
|
8
|
-
"filename": "SKILL.md"
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
"frontmatter": {
|
|
12
|
-
"name": "taiwan-
|
|
13
|
-
"description": "Taiwan
|
|
14
|
-
"user-invocable": "true"
|
|
15
|
-
},
|
|
16
|
-
"sections": {
|
|
17
|
-
"examples": true,
|
|
18
|
-
"references": true,
|
|
19
|
-
"scripts": true,
|
|
20
|
-
"quickReference": false
|
|
21
|
-
},
|
|
22
|
-
"title": "Taiwan
|
|
23
|
-
"description": "Comprehensive guide for Taiwan
|
|
24
|
-
"skillOrWorkflow": "Skill"
|
|
25
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"platform": "continue",
|
|
3
|
+
"displayName": "Continue",
|
|
4
|
+
"installType": "full",
|
|
5
|
+
"folderStructure": {
|
|
6
|
+
"root": ".continue",
|
|
7
|
+
"skillPath": "skills/taiwan-invoice",
|
|
8
|
+
"filename": "SKILL.md"
|
|
9
|
+
},
|
|
10
|
+
"scriptPath": "skills/taiwan-invoice/scripts",
|
|
11
|
+
"frontmatter": {
|
|
12
|
+
"name": "taiwan-invoice",
|
|
13
|
+
"description": "Taiwan E-Invoice API integration specialist for ECPay, SmilePay, and Amego.",
|
|
14
|
+
"user-invocable": "true"
|
|
15
|
+
},
|
|
16
|
+
"sections": {
|
|
17
|
+
"examples": true,
|
|
18
|
+
"references": true,
|
|
19
|
+
"scripts": true,
|
|
20
|
+
"quickReference": false
|
|
21
|
+
},
|
|
22
|
+
"title": "Taiwan E-Invoice Skill",
|
|
23
|
+
"description": "Comprehensive guide for Taiwan E-Invoice API integration. Supports ECPay, SmilePay, and Amego providers with B2C/B2B invoice operations.",
|
|
24
|
+
"skillOrWorkflow": "Skill"
|
|
25
|
+
}
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
{
|
|
2
|
-
"platform": "copilot",
|
|
3
|
-
"displayName": "GitHub Copilot",
|
|
4
|
-
"installType": "full",
|
|
5
|
-
"folderStructure": {
|
|
6
|
-
"root": ".github",
|
|
7
|
-
"skillPath": "
|
|
8
|
-
"filename": "SKILL.md"
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
"frontmatter": {
|
|
12
|
-
"name": "taiwan-
|
|
13
|
-
"description": "Taiwan
|
|
14
|
-
"user-invocable": "true"
|
|
15
|
-
},
|
|
16
|
-
"sections": {
|
|
17
|
-
"examples": true,
|
|
18
|
-
"references": true,
|
|
19
|
-
"scripts": true,
|
|
20
|
-
"quickReference": false
|
|
21
|
-
},
|
|
22
|
-
"title": "Taiwan
|
|
23
|
-
"description": "Comprehensive guide for Taiwan
|
|
24
|
-
"skillOrWorkflow": "Skill"
|
|
25
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"platform": "copilot",
|
|
3
|
+
"displayName": "GitHub Copilot",
|
|
4
|
+
"installType": "full",
|
|
5
|
+
"folderStructure": {
|
|
6
|
+
"root": ".github",
|
|
7
|
+
"skillPath": "prompts/taiwan-invoice",
|
|
8
|
+
"filename": "SKILL.md"
|
|
9
|
+
},
|
|
10
|
+
"scriptPath": "prompts/taiwan-invoice/scripts",
|
|
11
|
+
"frontmatter": {
|
|
12
|
+
"name": "taiwan-invoice",
|
|
13
|
+
"description": "Taiwan E-Invoice API integration for ECPay, SmilePay, and Amego.",
|
|
14
|
+
"user-invocable": "true"
|
|
15
|
+
},
|
|
16
|
+
"sections": {
|
|
17
|
+
"examples": true,
|
|
18
|
+
"references": true,
|
|
19
|
+
"scripts": true,
|
|
20
|
+
"quickReference": false
|
|
21
|
+
},
|
|
22
|
+
"title": "Taiwan E-Invoice Skill",
|
|
23
|
+
"description": "Comprehensive guide for Taiwan E-Invoice API integration. Supports ECPay, SmilePay, and Amego providers with B2C/B2B invoice operations.",
|
|
24
|
+
"skillOrWorkflow": "Skill"
|
|
25
|
+
}
|
|
@@ -1,25 +1,26 @@
|
|
|
1
|
-
{
|
|
2
|
-
"platform": "cursor",
|
|
3
|
-
"displayName": "Cursor",
|
|
4
|
-
"installType": "full",
|
|
5
|
-
"folderStructure": {
|
|
6
|
-
"root": ".cursor",
|
|
7
|
-
"skillPath": "skills/taiwan-
|
|
8
|
-
"filename": "SKILL.md",
|
|
9
|
-
"globalRoot": "~/.cursor"
|
|
10
|
-
},
|
|
11
|
-
"
|
|
12
|
-
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
|
|
1
|
+
{
|
|
2
|
+
"platform": "cursor",
|
|
3
|
+
"displayName": "Cursor",
|
|
4
|
+
"installType": "full",
|
|
5
|
+
"folderStructure": {
|
|
6
|
+
"root": ".cursor",
|
|
7
|
+
"skillPath": "skills/taiwan-invoice",
|
|
8
|
+
"filename": "SKILL.md",
|
|
9
|
+
"globalRoot": "~/.cursor"
|
|
10
|
+
},
|
|
11
|
+
"scriptPath": "skills/taiwan-invoice/scripts",
|
|
12
|
+
"frontmatter": {
|
|
13
|
+
"name": "taiwan-invoice",
|
|
14
|
+
"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.",
|
|
15
|
+
"user-invocable": "true"
|
|
16
|
+
},
|
|
17
|
+
"sections": {
|
|
18
|
+
"examples": true,
|
|
19
|
+
"references": true,
|
|
20
|
+
"scripts": true,
|
|
21
|
+
"quickReference": false
|
|
22
|
+
},
|
|
23
|
+
"title": "Taiwan E-Invoice Skill",
|
|
24
|
+
"description": "Comprehensive guide for Taiwan E-Invoice API integration. Supports ECPay, SmilePay, and Amego providers with B2C/B2B invoice operations.",
|
|
25
|
+
"skillOrWorkflow": "Skill"
|
|
26
|
+
}
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
{
|
|
2
|
-
"platform": "gemini",
|
|
3
|
-
"displayName": "Gemini
|
|
4
|
-
"installType": "full",
|
|
5
|
-
"folderStructure": {
|
|
6
|
-
"root": ".gemini",
|
|
7
|
-
"skillPath": "skills/taiwan-
|
|
8
|
-
"filename": "SKILL.md"
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
"frontmatter": {
|
|
12
|
-
"name": "taiwan-
|
|
13
|
-
"description": "Taiwan
|
|
14
|
-
"user-invocable": "true"
|
|
15
|
-
},
|
|
16
|
-
"sections": {
|
|
17
|
-
"examples": true,
|
|
18
|
-
"references": true,
|
|
19
|
-
"scripts": true,
|
|
20
|
-
"quickReference": false
|
|
21
|
-
},
|
|
22
|
-
"title": "Taiwan
|
|
23
|
-
"description": "Comprehensive guide for Taiwan
|
|
24
|
-
"skillOrWorkflow": "Skill"
|
|
25
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"platform": "gemini",
|
|
3
|
+
"displayName": "Gemini CLI",
|
|
4
|
+
"installType": "full",
|
|
5
|
+
"folderStructure": {
|
|
6
|
+
"root": ".gemini",
|
|
7
|
+
"skillPath": "skills/taiwan-invoice",
|
|
8
|
+
"filename": "SKILL.md"
|
|
9
|
+
},
|
|
10
|
+
"scriptPath": "skills/taiwan-invoice/scripts",
|
|
11
|
+
"frontmatter": {
|
|
12
|
+
"name": "taiwan-invoice",
|
|
13
|
+
"description": "Taiwan E-Invoice API integration specialist for ECPay, SmilePay, and Amego.",
|
|
14
|
+
"user-invocable": "true"
|
|
15
|
+
},
|
|
16
|
+
"sections": {
|
|
17
|
+
"examples": true,
|
|
18
|
+
"references": true,
|
|
19
|
+
"scripts": true,
|
|
20
|
+
"quickReference": false
|
|
21
|
+
},
|
|
22
|
+
"title": "Taiwan E-Invoice Skill",
|
|
23
|
+
"description": "Comprehensive guide for Taiwan E-Invoice API integration. Supports ECPay, SmilePay, and Amego providers with B2C/B2B invoice operations.",
|
|
24
|
+
"skillOrWorkflow": "Skill"
|
|
25
|
+
}
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
{
|
|
2
|
-
"platform": "kiro",
|
|
3
|
-
"displayName": "Kiro",
|
|
4
|
-
"installType": "full",
|
|
5
|
-
"folderStructure": {
|
|
6
|
-
"root": ".kiro",
|
|
7
|
-
"skillPath": "
|
|
8
|
-
"filename": "SKILL.md"
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
"frontmatter": {
|
|
12
|
-
"name": "taiwan-
|
|
13
|
-
"description": "Taiwan
|
|
14
|
-
"user-invocable": "true"
|
|
15
|
-
},
|
|
16
|
-
"sections": {
|
|
17
|
-
"examples": true,
|
|
18
|
-
"references": true,
|
|
19
|
-
"scripts": true,
|
|
20
|
-
"quickReference": false
|
|
21
|
-
},
|
|
22
|
-
"title": "Taiwan
|
|
23
|
-
"description": "Comprehensive guide for Taiwan
|
|
24
|
-
"skillOrWorkflow": "Skill"
|
|
25
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"platform": "kiro",
|
|
3
|
+
"displayName": "Kiro",
|
|
4
|
+
"installType": "full",
|
|
5
|
+
"folderStructure": {
|
|
6
|
+
"root": ".kiro",
|
|
7
|
+
"skillPath": "steering/taiwan-invoice",
|
|
8
|
+
"filename": "SKILL.md"
|
|
9
|
+
},
|
|
10
|
+
"scriptPath": "steering/taiwan-invoice/scripts",
|
|
11
|
+
"frontmatter": {
|
|
12
|
+
"name": "taiwan-invoice",
|
|
13
|
+
"description": "Taiwan E-Invoice API integration for ECPay, SmilePay, and Amego.",
|
|
14
|
+
"user-invocable": "true"
|
|
15
|
+
},
|
|
16
|
+
"sections": {
|
|
17
|
+
"examples": true,
|
|
18
|
+
"references": true,
|
|
19
|
+
"scripts": true,
|
|
20
|
+
"quickReference": false
|
|
21
|
+
},
|
|
22
|
+
"title": "Taiwan E-Invoice Skill",
|
|
23
|
+
"description": "Comprehensive guide for Taiwan E-Invoice API integration. Supports ECPay, SmilePay, and Amego providers with B2C/B2B invoice operations.",
|
|
24
|
+
"skillOrWorkflow": "Skill"
|
|
25
|
+
}
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
{
|
|
2
|
-
"platform": "opencode",
|
|
3
|
-
"displayName": "OpenCode",
|
|
4
|
-
"installType": "full",
|
|
5
|
-
"folderStructure": {
|
|
6
|
-
"root": ".opencode",
|
|
7
|
-
"skillPath": "skills/taiwan-
|
|
8
|
-
"filename": "SKILL.md"
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
"frontmatter": {
|
|
12
|
-
"name": "taiwan-
|
|
13
|
-
"description": "Taiwan
|
|
14
|
-
"user-invocable": "true"
|
|
15
|
-
},
|
|
16
|
-
"sections": {
|
|
17
|
-
"examples": true,
|
|
18
|
-
"references": true,
|
|
19
|
-
"scripts": true,
|
|
20
|
-
"quickReference": false
|
|
21
|
-
},
|
|
22
|
-
"title": "Taiwan
|
|
23
|
-
"description": "Comprehensive guide for Taiwan
|
|
24
|
-
"skillOrWorkflow": "Skill"
|
|
25
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"platform": "opencode",
|
|
3
|
+
"displayName": "OpenCode",
|
|
4
|
+
"installType": "full",
|
|
5
|
+
"folderStructure": {
|
|
6
|
+
"root": ".opencode",
|
|
7
|
+
"skillPath": "skills/taiwan-invoice",
|
|
8
|
+
"filename": "SKILL.md"
|
|
9
|
+
},
|
|
10
|
+
"scriptPath": "skills/taiwan-invoice/scripts",
|
|
11
|
+
"frontmatter": {
|
|
12
|
+
"name": "taiwan-invoice",
|
|
13
|
+
"description": "Taiwan E-Invoice API integration for ECPay, SmilePay, and Amego.",
|
|
14
|
+
"user-invocable": "true"
|
|
15
|
+
},
|
|
16
|
+
"sections": {
|
|
17
|
+
"examples": true,
|
|
18
|
+
"references": true,
|
|
19
|
+
"scripts": true,
|
|
20
|
+
"quickReference": false
|
|
21
|
+
},
|
|
22
|
+
"title": "Taiwan E-Invoice Skill",
|
|
23
|
+
"description": "Comprehensive guide for Taiwan E-Invoice API integration. Supports ECPay, SmilePay, and Amego providers with B2C/B2B invoice operations.",
|
|
24
|
+
"skillOrWorkflow": "Skill"
|
|
25
|
+
}
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
{
|
|
2
|
-
"platform": "qoder",
|
|
3
|
-
"displayName": "Qoder",
|
|
4
|
-
"installType": "full",
|
|
5
|
-
"folderStructure": {
|
|
6
|
-
"root": ".qoder",
|
|
7
|
-
"skillPath": "skills/taiwan-
|
|
8
|
-
"filename": "SKILL.md"
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
"frontmatter": {
|
|
12
|
-
"name": "taiwan-
|
|
13
|
-
"description": "Taiwan
|
|
14
|
-
"user-invocable": "true"
|
|
15
|
-
},
|
|
16
|
-
"sections": {
|
|
17
|
-
"examples": true,
|
|
18
|
-
"references": true,
|
|
19
|
-
"scripts": true,
|
|
20
|
-
"quickReference": false
|
|
21
|
-
},
|
|
22
|
-
"title": "Taiwan
|
|
23
|
-
"description": "Comprehensive guide for Taiwan
|
|
24
|
-
"skillOrWorkflow": "Skill"
|
|
25
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"platform": "qoder",
|
|
3
|
+
"displayName": "Qoder",
|
|
4
|
+
"installType": "full",
|
|
5
|
+
"folderStructure": {
|
|
6
|
+
"root": ".qoder",
|
|
7
|
+
"skillPath": "skills/taiwan-invoice",
|
|
8
|
+
"filename": "SKILL.md"
|
|
9
|
+
},
|
|
10
|
+
"scriptPath": "skills/taiwan-invoice/scripts",
|
|
11
|
+
"frontmatter": {
|
|
12
|
+
"name": "taiwan-invoice",
|
|
13
|
+
"description": "Taiwan E-Invoice API integration for ECPay, SmilePay, and Amego.",
|
|
14
|
+
"user-invocable": "true"
|
|
15
|
+
},
|
|
16
|
+
"sections": {
|
|
17
|
+
"examples": true,
|
|
18
|
+
"references": true,
|
|
19
|
+
"scripts": true,
|
|
20
|
+
"quickReference": false
|
|
21
|
+
},
|
|
22
|
+
"title": "Taiwan E-Invoice Skill",
|
|
23
|
+
"description": "Comprehensive guide for Taiwan E-Invoice API integration. Supports ECPay, SmilePay, and Amego providers with B2C/B2B invoice operations.",
|
|
24
|
+
"skillOrWorkflow": "Skill"
|
|
25
|
+
}
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
{
|
|
2
|
-
"platform": "roocode",
|
|
3
|
-
"displayName": "Roo Code",
|
|
4
|
-
"installType": "full",
|
|
5
|
-
"folderStructure": {
|
|
6
|
-
"root": ".roo",
|
|
7
|
-
"skillPath": "
|
|
8
|
-
"filename": "SKILL.md"
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
"frontmatter": {
|
|
12
|
-
"name": "taiwan-
|
|
13
|
-
"description": "Taiwan
|
|
14
|
-
"user-invocable": "true"
|
|
15
|
-
},
|
|
16
|
-
"sections": {
|
|
17
|
-
"examples": true,
|
|
18
|
-
"references": true,
|
|
19
|
-
"scripts": true,
|
|
20
|
-
"quickReference": false
|
|
21
|
-
},
|
|
22
|
-
"title": "Taiwan
|
|
23
|
-
"description": "Comprehensive guide for Taiwan
|
|
24
|
-
"skillOrWorkflow": "Skill"
|
|
25
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"platform": "roocode",
|
|
3
|
+
"displayName": "Roo Code",
|
|
4
|
+
"installType": "full",
|
|
5
|
+
"folderStructure": {
|
|
6
|
+
"root": ".roo",
|
|
7
|
+
"skillPath": "commands/taiwan-invoice",
|
|
8
|
+
"filename": "SKILL.md"
|
|
9
|
+
},
|
|
10
|
+
"scriptPath": "commands/taiwan-invoice/scripts",
|
|
11
|
+
"frontmatter": {
|
|
12
|
+
"name": "taiwan-invoice",
|
|
13
|
+
"description": "Taiwan E-Invoice API integration for ECPay, SmilePay, and Amego.",
|
|
14
|
+
"user-invocable": "true"
|
|
15
|
+
},
|
|
16
|
+
"sections": {
|
|
17
|
+
"examples": true,
|
|
18
|
+
"references": true,
|
|
19
|
+
"scripts": true,
|
|
20
|
+
"quickReference": false
|
|
21
|
+
},
|
|
22
|
+
"title": "Taiwan E-Invoice Skill",
|
|
23
|
+
"description": "Comprehensive guide for Taiwan E-Invoice API integration. Supports ECPay, SmilePay, and Amego providers with B2C/B2B invoice operations.",
|
|
24
|
+
"skillOrWorkflow": "Skill"
|
|
25
|
+
}
|