Commit Graph

86 Commits

Author SHA1 Message Date
JohnKeating1997 648b7f06de feat: init media-utils skill 2026-07-28 19:07:05 +08:00
ls 096e6c861a chore: update bailian-docs-llm-wiki (2026-07-16) (#53) 2026-07-16 14:48:23 +08:00
ls b6127d20df chore: update bailian-docs-llm-wiki (2026-07-15) (#52) 2026-07-15 10:39:17 +08:00
ls f10eaf23ec chore: update bailian-docs-llm-wiki (2026-07-12) (#51) bailian-docs-llm-wiki-latest bailian-docs-llm-wiki-v2026.07.13-001 2026-07-12 13:43:48 +08:00
ls 09cbaa780e chore: update bailian-docs-llm-wiki (2026-07-11) (#49) 2026-07-11 11:45:46 +08:00
gujieye fb29afd123 Merge pull request #50 from modelstudioai/feat/model-deploy-update
feat:  add tts/i2i/t2i model deploy update
2026-07-10 13:58:05 +08:00
故璃 8659eceed0 Merge branch 'main' into feat/model-deploy-update 2026-07-10 10:13:52 +08:00
故璃 cdc3c768bd feat: update model deploy 2026-07-10 10:12:41 +08:00
故璃 dcc7921ebf feat: update skill 2026-07-09 20:18:48 +08:00
故璃 19f5746dc0 feat: add image/audio finetune 2026-07-09 15:38:48 +08:00
ls 30891a3c96 chore: update bailian-docs-llm-wiki (2026-07-09) (#48) 2026-07-09 14:52:13 +08:00
ls cc178bfc50 chore: update bailian-docs-llm-wiki (2026-07-08) (#47) 2026-07-08 19:25:44 +08:00
ls 2a35a32ea8 chore: update bailian-docs-llm-wiki (2026-07-07) (#46) 2026-07-07 18:06:34 +08:00
ls 113187169b chore: update bailian-docs-llm-wiki (2026-07-06) (#45) 2026-07-06 10:22:16 +08:00
ls 13733f0f00 chore: update bailian-docs-llm-wiki (2026-07-04) (#44) 2026-07-04 17:44:55 +08:00
ls a9a40dc138 chore: update bailian-docs-llm-wiki (2026-07-02) (#43) 2026-07-02 23:47:30 +08:00
ls 3385105e09 chore: update bailian-docs-llm-wiki (2026-07-01) (#42) 2026-07-01 10:54:02 +08:00
gujieye d8ddb942ba Merge pull request #41 from modelstudioai/feat/model-train-skill
feat:  add model train skill
2026-06-30 14:23:56 +08:00
故璃 adcd90b710 Merge branch 'main' into feat/model-train-skill 2026-06-30 14:22:29 +08:00
ls 2a44720a02 chore: update bailian-docs-llm-wiki (2026-06-30) (#40) 2026-06-30 12:39:03 +08:00
ls ca244c918f chore: update bailian-docs-llm-wiki (2026-06-29) (#39) 2026-06-29 10:29:15 +08:00
ls 363953f34f chore: update bailian-docs-llm-wiki (2026-06-28) (#38) 2026-06-28 10:36:51 +08:00
故璃 8d843e8d21 feat: add referrence 2026-06-26 15:47:07 +08:00
故璃 610bc95859 feat: add anti use case 2026-06-26 15:31:07 +08:00
故璃 d926d2d900 feat: add bailian train deploy skill 2026-06-25 15:03:19 +08:00
ls 55e161a882 Feat/novel game skill (#37)
* feat: add novel-game skill for interactive fiction generation

Converts novels/stories into browser-based interactive fiction games
(React SPA) with AI-generated video portraits, cutscenes, programmatic
audio, and branching storylines. Uses `bl` CLI for video generation
and `bl text chat` for LLM-assisted story design.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* feat(novel-game): add image/TTS/save/mobile support, remove bl text chat

- Asset mode: video / image (`bl image generate`) / mixed — user chooses
- Optional TTS narration via `bl speech synthesize`
- Save system: auto-save + 3 manual slots (localStorage)
- Mobile-first: portrait layout, touch events, safe-area, 44px targets
- Video lazy loading: preload=none, memory release on scene exit
- Parallel asset generation: --async + bl video download batch mode
- Ken Burns effect for image-mode cutscenes
- Remove bl text chat — agent itself handles story generation

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* feat(novel-game): enhance UI style configuration and clarify branching principles

---------

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-06-23 20:37:25 +08:00
TreeLin 4872521eb3 Update README.zh.md (#36)
readme增加场景
2026-06-23 17:47:43 +08:00
TreeLin d9a91d6771 Update README.md (#35)
docs(readme): list novel-game in first-party skills (#33 follow-up)

Add a row for the novel-game skill (PR #33 by @lishengzxc, merged 2026-06-23)
to the first-party skills tables in both README.md and README.zh.md.
2026-06-23 17:45:56 +08:00
ls c26ea9c52a feat: add novel-game skill for interactive fiction generation (#33)
* feat: add novel-game skill for interactive fiction generation

Converts novels/stories into browser-based interactive fiction games
(React SPA) with AI-generated video portraits, cutscenes, programmatic
audio, and branching storylines. Uses `bl` CLI for video generation
and `bl text chat` for LLM-assisted story design.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* feat(novel-game): add image/TTS/save/mobile support, remove bl text chat

- Asset mode: video / image (`bl image generate`) / mixed — user chooses
- Optional TTS narration via `bl speech synthesize`
- Save system: auto-save + 3 manual slots (localStorage)
- Mobile-first: portrait layout, touch events, safe-area, 44px targets
- Video lazy loading: preload=none, memory release on scene exit
- Parallel asset generation: --async + bl video download batch mode
- Ken Burns effect for image-mode cutscenes
- Remove bl text chat — agent itself handles story generation

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-06-23 16:18:27 +08:00
ls 684fb6c816 chore: update bailian-docs-llm-wiki (2026-06-23) (#34) 2026-06-23 09:47:14 +08:00
ls e7e3c26939 chore: update bailian-docs-llm-wiki (2026-06-20) (#32) 2026-06-20 13:37:26 +08:00
ls d8b85f8ea1 chore: update bailian-docs-llm-wiki (2026-06-18) (#30) 2026-06-18 19:42:28 +08:00
Gong Shiqi 6498e51cad Merge pull request #29 from modelstudioai/docs/readme-add-first-party-skills
docs(readme): list all first-party skills in README
2026-06-18 12:40:01 +08:00
若麒 97e891206d docs(readme): list all first-party skills in README
Add bailian-model-recommend, financial-expert, and happyhorse-prompt-studio
to the first-party skills table in both README.md and README.zh.md.
2026-06-18 11:56:32 +08:00
ls 3e99fcc04c chore: update bailian-docs-llm-wiki (2026-06-16) (#28) 2026-06-16 22:22:41 +08:00
ls e455915619 chore: update bailian-docs-llm-wiki (2026-06-16) (#27) 2026-06-16 11:54:23 +08:00
ls fa7ba7489b chore: update bailian-docs-llm-wiki (2026-06-15) (#25) 2026-06-15 13:07:46 +08:00
HongHao Hu a9b1666518 Merge commit '327aec7fe3794c795a06587064170ba70bebe202' as 'skills/spark-video' (#24) 2026-06-15 11:37:02 +08:00
ls 63635dd63f chore: update bailian-docs-llm-wiki (2026-06-13) (#22) 2026-06-13 12:52:56 +08:00
ls 2dc7874d4e chore: update bailian-docs-llm-wiki (2026-06-12) (#21) 2026-06-12 20:24:37 +08:00
ls 999b4c7580 chore: update bailian-docs-llm-wiki (2026-06-10) (#20) 2026-06-10 22:49:43 +08:00
ls 4bfd78c794 chore: update bailian-docs-llm-wiki (2026-06-10) (#19) 2026-06-10 15:59:47 +08:00
TreeLin e34e53ba45 docs: add Full Tutorial link to GitHub Pages (EN+CN) (#18)
* docs(en): add tutorial site link

* docs(zh): add tutorial site link
2026-06-10 11:21:36 +08:00
TreeLin 3ea7b89c99 fix: add source_channel tracking to all Bailian links + API Key direct links (#17)
* fix: update API Key link to direct management page + add Prerequisites section

* fix: update API Key link in Chinese README + add 前置条件 section

* fix: add API Key and CLI links to bailian-docs-llm-wiki Prerequisites

* fix: add API Key link to spark-video Troubleshooting section
2026-06-09 13:48:24 +08:00
Gong Shiqi 9335b08900 Merge pull request #16 from modelstudioai/feat/cli-skills-move-out
feat: Migrate official skills back to the bailian-cli repository
2026-06-08 20:45:46 +08:00
若麒 c0f683ec80 docs: standardize READMEs across all skills
- Rename README_CN.md to README.zh.md (ISO 639 convention)
- Add missing READMEs for bailian-docs-llm-wiki and financial-expert
- Standardize prerequisites section format across all skills
- Simplify root README install instructions (remove --all -y flags)
- Update first-party skills table to reflect bailian-cli migration
2026-06-08 20:40:31 +08:00
qcq01083097 068e7feea7 feat: Migrate official skills back to the bailian-cli repository 2026-06-08 15:28:29 +08:00
ls 2d7fe63942 chore: update bailian-docs-llm-wiki (2026-06-08) (#15) 2026-06-08 11:31:09 +08:00
ls 1a57096e1a chore: update bailian-docs-llm-wiki (2026-06-07) (#14) 2026-06-07 11:01:01 +08:00
Gong Shiqi 16788e0801 Merge pull request #5 from modelstudioai/feat/paired-flags
feat: resolve watermark and paired flags
2026-06-05 18:01:59 +08:00