You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: redesign org profile README with concise product-catalog style (#2)
Based on research of 7 major open-source org profiles (Microsoft, LangChain,
Docker, Prisma, GitHub, Grafana, Vercel), adopt the product-catalog style
inspired by LangChain with Prisma's details folding technique.
Key changes:
- Lead with Quick Start so visitors can act within 10 seconds
- Fold Chinese content into details tag to keep above-the-fold clean
- Remove marketing sections (industry workflows, "why choose us")
- Consolidate duplicate ecosystem link rows into one
- Move DingTalk QR into the Chinese fold section
- Fix orphaned closing anchor tag in footer
- Clean up bare ampersand in 3 URLs
- Complete the English Contributing section
Closes#1
Signed-off-by: qwen-code
Signed-off-by: qwen-code
Co-authored-by: TreeLin <xiaocui.lxc@alibaba-inc.com>
@@ -25,44 +32,39 @@ Model Studio AI is the open-source home of [ModelStudio](https://bailian.console
25
32
### Quick Start
26
33
27
34
```bash
28
-
# Install the ModelStudio CLI (Node.js 18+)
35
+
# Install the CLI (Node.js 18+)
29
36
npm install -g bailian-cli
30
37
31
-
# Authenticate (get your key at https://bailian.console.aliyun.com/cli?source_channel=key_github)
38
+
# Authenticate — get your key at https://bailian.console.aliyun.com
32
39
bl auth login --api-key YOUR_API_KEY
33
40
```
34
41
35
-
Once installed, the CLI auto-registers as a skill in **Claude Code**, **Qwen Code**, **Cursor**, and any MCP-compatible client — zero extra config. Use natural language to invoke capabilities:
42
+
The CLI auto-registers as a skill in **Claude Code**, **Qwen Code**, **Cursor**, and any MCP-compatible client. No extra config needed.
36
43
37
44
```
38
45
> Generate a product showcase image with white background
39
46
> Parse this contract and highlight payment terms
40
47
> Create a 3-second video from this image
41
48
```
42
49
43
-
### Core Capabilities
50
+
## Repositories
51
+
52
+
| Repository | Description |
53
+
|:-----------|:------------|
54
+
|**[skills](https://github.com/modelstudioai/skills)**| 26 curated & verified skills across 6 categories. Works with Claude Code, Qwen Code, and any MCP client. |
55
+
|**[awesome-happyhorse-prompts](https://github.com/modelstudioai/awesome-happyhorse-prompts)**| Prompts, API patterns, and creative workflows for HappyHorse video generation models. |
0 commit comments