Skip to content

Commit cee963a

Browse files
authored
docs(profile): refresh repositories table & skills count (#3)
- Add cli and openwork to the Repositories table (both pinned, missing previously) - Update skills repo description: 26 -> 32+ (6 first-party + 26 community-curated) - Reorder by pin priority: cli -> skills -> openwork -> awesome-happyhorse-prompts -> livetranslatedemo - Use canonical repo name livetranslatedemo (was LiveTranslate-Demo) - Tighten Chinese phrasing: 开放乐园 -> 开源主页 - Reflect post-#33 status of the skills repo (novel-game added) - Preserve all existing source_channel=cli_github UTM params - Backfill source_channel=key_github / cli_github on 3 previously bare bailian.console.aliyun.com links
1 parent 406a530 commit cee963a

1 file changed

Lines changed: 18 additions & 10 deletions

File tree

profile/README.md

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Model Studio AI is the open-source home of [ModelStudio](https://bailian.console
3737
# Install the CLI (Node.js 18+)
3838
npm install -g bailian-cli
3939

40-
# Authenticate — get your key at https://bailian.console.aliyun.com
40+
# Authenticate — get your key at https://bailian.console.aliyun.com/cn-beijing/?source_channel=key_github&tab=app#/api-key
4141
bl auth login --api-key YOUR_API_KEY
4242
```
4343

@@ -53,9 +53,13 @@ The CLI auto-registers as a skill in **Claude Code**, **Qwen Code**, **Cursor**,
5353

5454
| Repository | Description |
5555
|:-----------|:------------|
56-
| **[skills](https://github.com/modelstudioai/skills)** | 26 curated & verified skills across 6 categories. Works with Claude Code, Qwen Code, and any MCP client. |
57-
| **[awesome-happyhorse-prompts](https://github.com/modelstudioai/awesome-happyhorse-prompts)** | Prompts, API patterns, and creative workflows for HappyHorse video generation models. |
58-
| **[LiveTranslate-Demo](https://github.com/modelstudioai/LiveTranslate-Demo)** | Real-time multilingual translation demo powered by ModelStudio streaming APIs. |
56+
| **[cli](https://github.com/modelstudioai/cli)** | The official Model Studio CLI (`bl`) for AI Agent frameworks. Auto-registers as a skill in Claude Code, Qwen Code, Cursor, Cline, Windsurf, and any MCP-compatible client. |
57+
| **[skills](https://github.com/modelstudioai/skills)** | 32+ verified skills (6 first-party + 26 community-curated) across 6 categories. Works with Claude Code, Qwen Code, and any MCP client. |
58+
| **[openwork](https://github.com/modelstudioai/openwork)** | Local-first desktop Agent for end-to-end AI workflows — open-source companion app to Model Studio. |
59+
| **[awesome-happyhorse-prompts](https://github.com/modelstudioai/awesome-happyhorse-prompts)** | Prompts, storyboards, and verified creative workflows for the HappyHorse 1.0 / 1.1 video generation models. |
60+
| **[livetranslatedemo](https://github.com/modelstudioai/livetranslatedemo)** | Real-time multilingual translation demo powered by ModelStudio streaming APIs. |
61+
62+
> See all repositories → [github.com/orgs/modelstudioai/repositories](https://github.com/orgs/modelstudioai/repositories)
5963
6064
## Capabilities
6165

@@ -72,7 +76,7 @@ The CLI auto-registers as a skill in **Claude Code**, **Qwen Code**, **Cursor**,
7276

7377
### 关于
7478

75-
Model Studio AI 是[阿里云百炼](https://bailian.console.aliyun.com/cli?source_channel=cli_github&)的开放乐园。我们发布工具、经验证的 Skills 和参考实现,帮助开发者基于大模型构建应用——从图像和视频生成,到文档理解和多模型调度。
79+
Model Studio AI 是[阿里云百炼](https://bailian.console.aliyun.com/cli?source_channel=cli_github&)的开源主页。我们发布工具、经验证的 Skills 和参考实现,帮助开发者基于大模型构建应用——从图像和视频生成,到文档理解和多模型调度。
7680

7781

7882
### 快速开始
@@ -81,7 +85,7 @@ Model Studio AI 是[阿里云百炼](https://bailian.console.aliyun.com/cli?sour
8185
# 安装阿里云百炼 CLI(需要 Node.js 18+)
8286
npm install -g bailian-cli
8387

84-
# 配置 API Key(前往 https://bailian.console.aliyun.com 获取)
88+
# 配置 API Key(前往 https://bailian.console.aliyun.com/cn-beijing/?source_channel=key_github&tab=app#/api-key 获取)
8589
bl auth login --api-key YOUR_API_KEY
8690
```
8791

@@ -91,9 +95,13 @@ bl auth login --api-key YOUR_API_KEY
9195

9296
| 仓库 | 简介 |
9397
|:-----|:-----|
94-
| **[skills](https://github.com/modelstudioai/skills)** | 26 个经验证的 Skills,覆盖 6 大场景。支持 Claude Code、Qwen Code 和任意 MCP 客户端。 |
95-
| **[awesome-happyhorse-prompts](https://github.com/modelstudioai/awesome-happyhorse-prompts)** | 精选 HappyHorse 视频生成模型的 prompt、API 调用模式与创意工作流。 |
96-
| **[LiveTranslate-Demo](https://github.com/modelstudioai/LiveTranslate-Demo)** | 基于阿里云百炼流式 API 的实时多语言翻译 Demo。 |
98+
| **[cli](https://github.com/modelstudioai/cli)** | 阿里云百炼官方 CLI(`bl`),为 AI Agent 框架而生。安装后自动向 Claude Code / Qwen Code / Cursor / Cline / Windsurf 等 MCP 兼容客户端注册 Skill。 |
99+
| **[skills](https://github.com/modelstudioai/skills)** | 32+ 经验证的 Skills(6 个一方 + 26 个社区精选),覆盖 6 大场景。支持 Claude Code、Qwen Code 和任意 MCP 客户端。 |
100+
| **[openwork](https://github.com/modelstudioai/openwork)** | 本地优先的桌面 Agent,端到端跑通 AI 工作流的开源桌面应用。 |
101+
| **[awesome-happyhorse-prompts](https://github.com/modelstudioai/awesome-happyhorse-prompts)** | 精选 HappyHorse 1.0 / 1.1 视频生成模型的 prompt、故事板与创意工作流。 |
102+
| **[livetranslatedemo](https://github.com/modelstudioai/livetranslatedemo)** | 基于阿里云百炼流式 API 的实时多语言翻译 Demo。 |
103+
104+
> 查看全部仓库 → [github.com/orgs/modelstudioai/repositories](https://github.com/orgs/modelstudioai/repositories)
97105
98106

99107
### 生态合作
@@ -113,5 +121,5 @@ We welcome contributions from developers worldwide.
113121
---
114122

115123
<p align="center">
116-
<sub>Built with ❤️ by the <a href="https://bailian.console.aliyun.com">Model Studio</a> team</sub>
124+
<sub>Built with ❤️ by the <a href="https://bailian.console.aliyun.com/cli?source_channel=cli_github&">Model Studio</a> team</sub>
117125
</p>

0 commit comments

Comments
 (0)