alphashop-text

AlphaShop(遨虾)文本处理 API 工具集。支持3个接口:大模型文本翻译、 生成商品多语言卖点、生成商品多语言标题。 触发场景:翻译文本、文字翻译、多语言翻译、生成卖点、商品卖点、 多语言卖点、生成标题、商品标题、多语言标题、SEO标题、 AlphaShop文本、遨虾文本处理。

3,891 stars
Complexity: medium

About this skill

This AI agent skill provides a powerful suite of text processing tools by integrating with the AlphaShop (遨虾) API. It empowers agents to perform three core functions: large language model-based text translation between various languages, automated generation of multi-language selling points tailored for product descriptions, and creation of multi-language, SEO-optimized titles for products. This skill is engineered to streamline content creation and localization workflows, especially for businesses operating in global e-commerce markets. The skill is particularly beneficial for e-commerce sellers, content managers, and businesses that manage international product listings. It automates the often complex and time-consuming task of translating and localizing product information, ensuring consistency, accuracy, and market relevance across different linguistic regions. By harnessing AlphaShop's AI capabilities, users can rapidly generate high-quality marketing copy that resonates with international audiences, reducing manual effort and potential human error. Key use cases include preparing entire product catalogs for international marketplaces, translating customer reviews or internal documentation, and quickly prototyping localized marketing content for new product launches. This skill significantly simplifies the process of expanding market reach by providing AI-powered assistance for overcoming language barriers and adapting product communication to diverse cultural nuances.

Best use case

This skill is primarily designed for e-commerce businesses and individuals involved in international trade who need to localize product information efficiently. It greatly benefits sellers on platforms like 1688, Taobao, or similar global marketplaces by automating the generation of product descriptions, selling points, and titles in multiple languages, thereby enhancing global market reach and user engagement by catering to diverse customer bases.

AlphaShop(遨虾)文本处理 API 工具集。支持3个接口:大模型文本翻译、 生成商品多语言卖点、生成商品多语言标题。 触发场景:翻译文本、文字翻译、多语言翻译、生成卖点、商品卖点、 多语言卖点、生成标题、商品标题、多语言标题、SEO标题、 AlphaShop文本、遨虾文本处理。

Users should expect accurately translated text, or well-structured and localized product selling points and titles generated in the specified target languages, ready for e-commerce use.

Practical example

Example input

Using AlphaShop, translate 'Hello World' into Russian. Then, for a product named '纯棉女士T恤' (Cotton Women's T-shirt) in the category '女装/T恤' (Women's Clothing/T-shirt), with keywords '纯棉, 透气' (pure cotton, breathable) and specifications '材质: 纯棉, 季节: 夏季' (Material: pure cotton, Season: Summer), generate both selling points and a title in Russian.

Example output

{'translation': {'Hello World': 'Привет, мир'}, 'selling_points_ru': ['Удобная 100% хлопковая ткань', 'Дышащая и идеальная для лета', 'Подходит для повседневной носки'], 'title_ru': 'Женская футболка из чистого хлопка для лета, дышащая, повседневная'}

When to use this skill

  • When translating product descriptions, reviews, or any text for international e-commerce audiences.
  • When generating compelling, localized selling points for new or existing products in various languages.
  • When creating SEO-optimized multi-language titles for product listings to improve visibility.
  • When integrating AlphaShop's specific AI-powered text processing capabilities into an automated workflow.

When not to use this skill

  • When you do not have AlphaShop API keys (Access Key and Secret Key) or are unwilling to obtain them.
  • When the text processing needs are entirely outside the scope of e-commerce product content or general translation.
  • When you prefer not to use external, cloud-based AI services for text processing due to specific data privacy concerns.
  • If AlphaShop's API services are experiencing downtime or if your account has insufficient balance.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/alphashop-text/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/1688aiinfra/alphashop-text/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/alphashop-text/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How alphashop-text Compares

Feature / Agentalphashop-textStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexitymediumN/A

Frequently Asked Questions

What does this skill do?

AlphaShop(遨虾)文本处理 API 工具集。支持3个接口:大模型文本翻译、 生成商品多语言卖点、生成商品多语言标题。 触发场景:翻译文本、文字翻译、多语言翻译、生成卖点、商品卖点、 多语言卖点、生成标题、商品标题、多语言标题、SEO标题、 AlphaShop文本、遨虾文本处理。

How difficult is it to install?

The installation complexity is rated as medium. You can find the installation instructions above.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# AlphaShop 文本处理

通过 `scripts/alphashop_text.py` 调用遨虾文本处理 API。

## 前置配置(必须先完成)

⚠️ **使用本 SKILL 前,必须先配置以下环境变量,否则所有接口调用都会失败。**

| 环境变量 | 说明 | 必填 | 获取方式 |
|---------|------|------|---------|
| `ALPHASHOP_ACCESS_KEY` | AlphaShop API 的 Access Key | ✅ 必填 | 可以访问1688-AlphaShop(遨虾)来申请 https://www.alphashop.cn/seller-center/apikey-management ,直接使用1688/淘宝/支付宝/手机登录即可 |
| `ALPHASHOP_SECRET_KEY` | AlphaShop API 的 Secret Key | ✅ 必填 | 可以访问1688-AlphaShop(遨虾)来申请 https://www.alphashop.cn/seller-center/apikey-management ,直接使用1688/淘宝/支付宝/手机登录即可 |

**⚠️ AlphaShop 接口欠费处理:** 如果调用 AlphaShop 接口时返回欠费/余额不足相关的错误,**必须立即中断当前流程**,提示用户前往 https://www.alphashop.cn/seller-center/home/api-list 购买积分后再继续操作。

### 配置方式

在 OpenClaw config 中配置:
```json5
{
  skills: {
    entries: {
      "alphashop-text": {
        env: {
          ALPHASHOP_ACCESS_KEY: "YOUR_AK",
          ALPHASHOP_SECRET_KEY: "YOUR_SK"
        }
      }
    }
  }
}
```

如果用户没有提供这些密钥,**必须先询问用户获取后再继续操作**。

## 命令速查

脚本路径:`scripts/alphashop_text.py`

| 命令 | 功能 | 必填参数 |
|------|------|----------|
| `translate` | 大模型文本翻译 | `--source-lang` `--target-lang` `--texts` |
| `selling-point` | 生成商品多语言卖点 | `--product-name` `--category` `--target-lang` |
| `title` | 生成商品多语言标题 | `--product-name` `--category` `--target-lang` |

## 使用示例

```bash
# 文本翻译(中文→英文,支持批量)
python scripts/alphashop_text.py translate \
  --source-lang zh --target-lang en \
  --texts "你好世界" "这是一个测试"

# 自动识别源语种
python scripts/alphashop_text.py translate \
  --source-lang auto --target-lang ru \
  --texts "Hello World"

# 生成商品卖点(俄语)
python scripts/alphashop_text.py selling-point \
  --product-name "纯棉女士T恤" \
  --category "女装/T恤" \
  --target-lang ru \
  --keywords "纯棉" "透气" \
  --spec "材质: 纯棉, 季节: 夏季"

# 生成商品标题(生成3条英文标题)
python scripts/alphashop_text.py title \
  --product-name "纯棉女士T恤短袖宽松版" \
  --category "女装/T恤" \
  --target-lang en \
  --count 3 \
  --keywords "cotton" "casual"
```

## 语言支持

- **翻译**:源语种支持 auto 自动识别,目标语种见语言代码表
- **卖点/标题生成**:支持45种语言,详见 `references/api-docs.md` 语言代码表
- **标题生成语言对**:中文→14种语言,英语→14种语言

## API 详细文档

完整参数说明和语言代码表见 `references/api-docs.md`。

Related Skills

---

3891
from openclaw/skills

name: article-factory-wechat

Content & Documentation

humanizer

3891
from openclaw/skills

Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.

Content & Documentation

linkedin-cli

3891
from openclaw/skills

A bird-like LinkedIn CLI for searching profiles, checking messages, and summarizing your feed using session cookies.

Content & Documentation

小红书长图文发布 Skill

3891
from openclaw/skills

## 概述

Content & Documentation

openclaw-youtube

3891
from openclaw/skills

YouTube SERP Scout for agents. Search top-ranking videos, channels, and trends for content research and competitor tracking.

Content & Documentation

openclaw-media-gen

3891
from openclaw/skills

Generate images & videos with AIsa. Gemini 3 Pro Image (image) + Qwen Wan 2.6 (video) via one API key.

Content & Documentation

Cold Email Writer

3891
from openclaw/skills

Writes personalized cold emails that actually get replies

Content & Documentation

Presentation Mastery — Complete Slide Design & Delivery System

3891
from openclaw/skills

You are a Presentation Architect. You help build presentations that persuade, inform, and move people to action. You cover the full lifecycle: audience analysis → narrative structure → slide design → delivery coaching → post-presentation follow-up.

Content & Documentation

ai-humanizer

3891
from openclaw/skills

Rewrites AI-generated content to sound natural, human, and undetectable. Removes robotic patterns, adds voice variety, and preserves meaning.

Content & Documentation

Employee Handbook Generator

3891
from openclaw/skills

Build a complete, customized employee handbook for your company. Covers policies, benefits, conduct, leave, remote work, DEI, and compliance — ready for legal review.

Content & Documentation

afrexai-copywriting-mastery

3891
from openclaw/skills

Write high-converting copy for any medium — landing pages, emails, ads, UX, sales pages, video scripts, and brand voice. Complete methodology with frameworks, templates, scoring rubrics, and swipe files. Use when writing or reviewing any user-facing text.

Content & Documentation

afrexai-conversion-copywriting

3891
from openclaw/skills

Write high-converting copy for any surface — landing pages, emails, ads, sales pages, product descriptions, CTAs, video scripts, and more. Complete conversion copywriting system with research methodology, 12 proven frameworks, swipe-file templates, scoring rubrics, and A/B testing protocols. Use when you need to write or review any copy meant to drive action.

Content & Documentation