Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 45 additions & 0 deletions .github/ISSUE_TEMPLATE/showcase.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
name: "Built with capcut-cli / 使用 capcut-cli 构建"
description: "Add your public project to the README showcase. / 把你的公开项目加入 README 展示。"
title: "[Showcase] "
labels: ["showcase"]
body:
- type: markdown
attributes:
value: |
Cards in **Built with capcut-cli** are text only and use the sentence you approve below. Inclusion does not imply endorsement or affiliation.
**使用 capcut-cli 构建** 中的卡片只包含文字,并使用你在下方确认的描述。收录不代表背书或关联。
- type: input
id: link
attributes:
label: "Public project link / 公开项目链接"
placeholder: "https://github.com/owner/repo"
validations:
required: true
- type: textarea
id: sentence
attributes:
label: "One sentence about what it does / 一句话说明"
description: "Published as written. / 将按原文发布。"
placeholder: "exports an agent-edited timeline into an editable CapCut / JianYing draft for review."
validations:
required: true
- type: textarea
id: sentence_zh
attributes:
label: "Chinese sentence for README.zh-CN (optional) / 用于 README.zh-CN 的中文描述(可选)"
validations:
required: false
- type: textarea
id: media
attributes:
label: "Screenshot or demo (optional) / 截图或演示(可选)"
description: "Only media you have the right to publish. / 仅限你有权发布的素材。"
validations:
required: false
- type: checkboxes
id: approval
attributes:
label: "Approval / 确认"
options:
- label: "I maintain this project and approve the wording above for the capcut-cli README. / 我是该项目的维护者,同意在 capcut-cli README 中使用以上描述。"
required: true
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ The host reads a draft and passes its JSON as tool input. The component itself h

- [OpenChatCut](https://github.com/0xsline/OpenChatCut) — exports an agent-edited timeline, local media, audio, and captions into a real CapCut / JianYing draft for review and rendering.

Built something with capcut-cli? [Open a showcase issue](https://github.com/renezander030/capcut-cli/issues/new?template=showcase.yml) with a public link, one sentence about what it does, and an optional screenshot or demo.

Project descriptions are approved by their maintainers. Inclusion does not imply endorsement or affiliation.


Expand Down
2 changes: 2 additions & 0 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ Claude Code 也可以把它作为插件加载:

- [OpenChatCut](https://github.com/0xsline/OpenChatCut) — 将 Agent 编辑后的时间线、本地视频、音频和字幕导出为可在 CapCut / 剪映中继续审阅和渲染的真实草稿。

使用 capcut-cli 构建了公开项目?请[提交 showcase issue](https://github.com/renezander030/capcut-cli/issues/new?template=showcase.yml),附上公开链接、一句话说明,以及可选的截图或演示。

项目描述须经其维护者确认。收录不代表背书或关联。


Expand Down
Loading