diff --git a/profile/README.md b/profile/README.md index 08cf287..82ac314 100644 --- a/profile/README.md +++ b/profile/README.md @@ -1,16 +1,23 @@ +

- 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

--- @@ -25,14 +32,14 @@ Model Studio AI is the open-source home of [ModelStudio](https://bailian.console ### 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 @@ -40,29 +47,24 @@ 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 | ## 中文 @@ -77,48 +79,37 @@ 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。 | ### 生态合作 -阿里云百炼 CLI 与主流 AI 开发工具深度集成,一次安装,多处使用: +欢迎加入钉钉群交流:

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

### 社区 -- **钉钉开发者群**:扫码加入,获取最新动态与技术支持 -

- 欢迎加入钉钉群交流 -

-

-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