From 48760e3fb3117d88f45beb6d524de774c9c2fa78 Mon Sep 17 00:00:00 2001 From: pomelo-nwu Date: Thu, 28 May 2026 22:47:21 +0800 Subject: [PATCH] refactor: redesign org profile README with concise product-catalog style 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 --- profile/README.md | 174 ++++++++++++++++------------------------------ 1 file changed, 61 insertions(+), 113 deletions(-) diff --git a/profile/README.md b/profile/README.md index 2be2a13..6f1d47f 100644 --- a/profile/README.md +++ b/profile/README.md @@ -1,46 +1,45 @@ +

+ + + + Model Studio AI + +

- Model Studio AI + The open-source home of Alibaba Cloud Model Studio
+ Tools, skills, and reference implementations for building with large models.

- ModelStudio + ModelStudio npm Stars License

- English · 中文 + MCP · + Claude Code · + Qwen Code · + OpenManus · + Browser Use · + Open WebUI

--- -## English - -### About - -Model Studio AI is the open-source home of [ModelStudio](https://bailian.console.aliyun.com/cli?source_channel=cli_github&). We publish tools, verified skills, and reference implementations that help developers build with large models — from image and video generation to document understanding and multi-model orchestration. - -### Repositories - -| Repository | Description | -|:-----------|:------------| -| **[skills](https://github.com/modelstudioai/skills)** | 26 curated & verified skills across 6 categories. Works with Claude Code, Qwen Code, and any MCP-compatible client. | -| **[awesome-happyhorse-prompts](https://github.com/modelstudioai/awesome-happyhorse-prompts)** | Prompts, API patterns, and creative workflows for HappyHorse video generation models. | -| **[LiveTranslate-Demo](https://github.com/modelstudioai/LiveTranslate-Demo)** | Real-time multilingual translation demo powered by ModelStudio streaming APIs. | - -### Quick Start +## Quick Start ```bash -# Install the ModelStudio CLI (Node.js 18+) +# Install the CLI (Node.js 18+) npm install -g bailian-cli -# Authenticate (get your key at https://bailian.console.aliyun.com/cli?source_channel=key_github) +# Authenticate — get your key at https://bailian.console.aliyun.com bl auth login --api-key YOUR_API_KEY ``` -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: +The CLI auto-registers as a skill in **Claude Code**, **Qwen Code**, **Cursor**, and any MCP-compatible client. No extra config needed. ``` > Generate a product showcase image with white background @@ -48,48 +47,31 @@ Once installed, the CLI auto-registers as a skill in **Claude Code**, **Qwen Cod > Create a 3-second video from this image ``` -### Core Capabilities +## Repositories + +| Repository | Description | +|:-----------|:------------| +| **[skills](https://github.com/modelstudioai/skills)** | 26 curated & verified skills across 6 categories. Works with Claude Code, Qwen Code, and any MCP client. | +| **[awesome-happyhorse-prompts](https://github.com/modelstudioai/awesome-happyhorse-prompts)** | Prompts, API patterns, and creative workflows for HappyHorse video generation models. | +| **[LiveTranslate-Demo](https://github.com/modelstudioai/LiveTranslate-Demo)** | Real-time multilingual translation demo powered by ModelStudio streaming APIs. | + +## Capabilities | Capability | Example | Use Cases | |:-----------|:--------|:----------| -| Image Generation | "Generate a tech-style banner" | E-commerce, marketing, social media | -| Image Editing | "Design product mockups from this IP character" | Product design, visual branding | +| Image Generation | "Generate a tech-style banner" | E-commerce, marketing | +| Image Editing | "Design product mockups from this IP character" | Product design | | Video Generation | "Turn this image into a 3s product demo" | Short-form video, ads | -| Document Parsing | "Extract payment terms from this contract" | Contract review, knowledge archiving | -| Code Generation | "Write a Python script to batch-process Excel files" | Automation, data processing | -| Data Analysis | "Analyze this sales data and identify growth drivers" | Business analytics, trend forecasting | - -### Ecosystem - -Our projects integrate with the broader AI development ecosystem: - -

- MCP · - Claude Code · - Qwen Code · - OpenManus · - Browser Use · - Open WebUI -

+| Document Parsing | "Extract payment terms from this contract" | Contract review | +| Code Generation | "Write a Python script to batch-process Excel" | Automation | +| Data Analysis | "Analyze this sales data and identify growth drivers" | Business analytics | -### Contributing - -We welcome contributions from developers worldwide. -- **Report issues** — Open an issue in the relevant repository - -## 中文 +
+中文 ### 关于 -Model Studio AI 是[阿里云百炼](https://bailian.console.aliyun.com/cli?source_channel=cli_github&)的开源技术阵地。我们发布工具、经验证的 Skills 和参考实现,帮助开发者基于大模型构建应用——从图像和视频生成,到文档理解和多模型调度。 - -### 核心项目 - -| 仓库 | 简介 | -|:-----|:-----| -| **[skills](https://github.com/modelstudioai/skills)** | 26 个经验证的 Skills,覆盖 6 大场景。支持 Claude Code、Qwen Code 和任意 MCP 客户端。 | -| **[awesome-happyhorse-prompts](https://github.com/modelstudioai/awesome-happyhorse-prompts)** | 精选 HappyHorse 视频生成模型的 prompt、API 调用模式与创意工作流。 | -| **[LiveTranslate-Demo](https://github.com/modelstudioai/LiveTranslate-Demo)** | 基于阿里云百炼流式 API 的实时多语言翻译 Demo。 | +Model Studio AI 是[阿里云百炼](https://bailian.console.aliyun.com)的开源技术阵地。我们发布工具、经验证的 Skills 和参考实现,帮助开发者基于大模型构建应用。 ### 快速开始 @@ -97,83 +79,49 @@ Model Studio AI 是[阿里云百炼](https://bailian.console.aliyun.com/cli?sour # 安装阿里云百炼 CLI(需要 Node.js 18+) npm install -g bailian-cli -# 配置 API Key(前往 https://bailian.console.aliyun.com/cli?source_channel=key_github 获取) +# 配置 API Key(前往 https://bailian.console.aliyun.com 获取) bl auth login --api-key YOUR_API_KEY ``` -安装后,阿里云百炼 CLI 会自动向 Claude Code / Qwen Code / Cursor 等 AI 编程助手注册 Skill,**无需手动配置**,直接用自然语言描述需求即可: - -> 帮我生成一张科技风格的 Banner,蓝色渐变背景 +安装后自动向 Claude Code / Qwen Code / Cursor 等 AI 编程助手注册 Skill,无需手动配置。 -> 把这份合同解析出来,标出付款条款和风险点 +### 核心项目 -> 把这张图做成 3 秒的产品展示视频 +| 仓库 | 简介 | +|:-----|:-----| +| **[skills](https://github.com/modelstudioai/skills)** | 26 个经验证的 Skills,覆盖 6 大场景。支持 Claude Code、Qwen Code 和任意 MCP 客户端。 | +| **[awesome-happyhorse-prompts](https://github.com/modelstudioai/awesome-happyhorse-prompts)** | 精选 HappyHorse 视频生成模型的 prompt、API 调用模式与创意工作流。 | +| **[LiveTranslate-Demo](https://github.com/modelstudioai/LiveTranslate-Demo)** | 基于阿里云百炼流式 API 的实时多语言翻译 Demo。 | ### 核心能力 -| 能力 | 自然语言调用示例 | 适用场景 | -|:-----|:----------------|:---------| -| 图像生成 | "生成一张电商主图,白色背景" | 电商、营销、社交媒体 | -| 图像编辑 | "根据这个 IP 形象设计产品方案图" | 产品设计、IP 延展 | +| 能力 | 示例 | 场景 | +|:-----|:-----|:-----| +| 图像生成 | "生成一张电商主图,白色背景" | 电商、营销 | +| 图像编辑 | "根据这个 IP 形象设计产品方案图" | 产品设计 | | 视频生成 | "把这张图做成 3 秒展示视频" | 短视频、广告 | -| 文档解析 | "提取合同里的付款条款" | 合同审查、知识归档 | -| 代码生成 | "写个 Python 脚本批量处理 Excel" | 自动化、数据处理 | -| 数据分析 | "分析这份销售数据的增长原因" | 经营分析、趋势洞察 | - -### 行业 Workflow 示例 - -**电商内容生产** -``` -产品图片 → [图像生成/编辑] → 多场景商品图 - → [文案生成] → 淘宝标题 / 小红书种草 / 直播话术 - → [视频生成] → 15 秒产品展示视频 - → [数据洞察] → 竞品定价 + 卖点差异化 -``` +| 文档解析 | "提取合同里的付款条款" | 合同审查 | +| 代码生成 | "写个 Python 脚本批量处理 Excel" | 自动化 | +| 数据分析 | "分析这份销售数据的增长原因" | 经营分析 | -**企业文档处理** -``` -合同/报告 → [文档解析] → 结构化提取 → [风险标记] → [摘要生成] → 管理层速览 -``` - -### 生态合作 +### 社区 -阿里云百炼 CLI 与主流 AI 开发工具深度集成,一次安装,多处使用: +欢迎加入钉钉群交流:

- MCP · - Claude Code · - Qwen Code · - OpenManus · - Browser Use · - Open WebUI +钉钉群二维码

-### 为什么选择阿里云百炼? - -| 特性 | 说明 | -|:-----|:-----| -| **自然语言驱动** | 不需要记命令,跟 AI 助手说需求即可 | -| **自动注册 Skill** | 安装后自动集成 Claude Code / Qwen Code,无需手动配置 | -| **MCP 兼容** | 符合 Model Context Protocol 标准,可接入任意客户端 | -| **Skills 市场** | 26+ 经验证的可复用技能,持续扩展中 | -| **企业级保障** | 通义大模型 + 阿里云百炼平台,安全稳定 | +
-### 社区 +## Contributing -- **钉钉开发者群**:扫码加入,获取最新动态与技术支持 -

- 欢迎加入钉钉群交流 -

-

-qr_with_avatar -

- - - +We welcome contributions from developers worldwide. +- **Report issues** — Open an issue in the relevant repository +- **Submit PRs** — Follow the contributing guidelines in each repo --- -

- Built with ❤️ by the Model Studio + Built with ❤️ by the Model Studio team