| name | my-skill-name |
| description | One sentence on what this skill does, with concrete capabilities. Use when an agent needs to <trigger scenario 1>, <trigger scenario 2>, or <trigger scenario 3> on portable agent platforms such as Claude Code, OpenClaw, or Codex-style skill systems. |
| quantSkills | {"organization":"https://github.com/quantskills","repository":"quantskills/skill-my-skill-name","repository_url":"https://github.com/quantskills/skill-my-skill-name","project_type":"skill","collection":"<collection-name>","license":"GPL-3.0","category":"tooling","tags":["tag-one","tag-two"],"platforms":["claude-code","codex","openclaw"],"language":"zh-en","status":"draft","validation_level":"listed","maintainer_type":"community","requires":[],"summary_zh":"一句话中文简介(8-120 字符)","summary_en":"One-line English summary (8-200 chars)"} |
{
"version": 1,
"task": {
"placeholder": "例如:分析指定标的并生成摘要",
"required": true
},
"fields": [
{
"key": "market",
"type": "select",
"label": "市场",
"options": [
{ "value": "a_share", "label": "A 股" }
]
},
{
"key": "trade_date",
"type": "date",
"label": "交易日期"
}
],
"prompt_template": "请处理任务:{{task}};市场:{{market}};日期:{{trade_date}}。附件:{{#attachments}}"
}
My Skill Name
Use this skill to <核心用途一句话>.
Core Workflow
- Step one.
- Step two.
Output Contract
Produce:
<output_file_1>
- a concise report
References
Use references/source_boundary.md.