repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 | name: '🤖 提交助手' |
| #2 | description: '提交助手设定' |
| #3 | title: '[Agent] 你的助名称' |
| #4 | labels: ['🤖 Agent PR'] |
| #5 | body: |
| #6 | - type: textarea |
| #7 | attributes: |
| #8 | label: 'systemRole' |
| #9 | description: 助手的 `Prompt` 提示词, 如果需要使用进阶配置,请参考 README 提 PR 流程 |
| #10 | validations: |
| #11 | required: true |
| #12 | - type: input |
| #13 | attributes: |
| #14 | label: 'identifier' |
| #15 | description: 助手的标识符需要是唯一的,比如 `web-development` |
| #16 | validations: |
| #17 | required: true |
| #18 | - type: input |
| #19 | attributes: |
| #20 | label: 'avatar' |
| #21 | description: 助手的头像可以是表情符号 `🤯` 或者图片链接 |
| #22 | validations: |
| #23 | required: true |
| #24 | - type: input |
| #25 | attributes: |
| #26 | label: 'title' |
| #27 | description: 助手的名称 |
| #28 | |
| #29 | validations: |
| #30 | required: true |
| #31 | - type: input |
| #32 | attributes: |
| #33 | label: 'description' |
| #34 | description: 助手的一句话简短介绍 |
| #35 | validations: |
| #36 | required: true |
| #37 | - type: input |
| #38 | attributes: |
| #39 | label: 'tags' |
| #40 | description: 助手的分类 Tags 使用 `,` 进行分割 |
| #41 | validations: |
| #42 | required: true |
| #43 | - type: dropdown |
| #44 | attributes: |
| #45 | label: 'locale' |
| #46 | options: |
| #47 | - zh-CN |
| #48 | - en-US |
| #49 | description: 以上提交的语言分类,默认为中文 `zh-CN` |
| #50 | validations: |
| #51 | required: true |
| #52 | |
| #53 | |
| #54 |