Ai Product Description Generator Free
/install ai-product-description-generator-free
AI Product Description Generator (Free)
Generate product descriptions using free AI backends — no paid API key required.
What This Skill Owns
- Product description generation via Ollama (local/offline)
- Product description generation via HuggingFace Inference API (free tier)
- Input: product name + features; Output: ready-to-use copy
What This Skill Does Not Cover
- Image-based descriptions (use ai-product-description-from-image)
- Paid API backends (OpenAI, Grok, etc.)
- Bulk batch processing
Credentials
| Variable | Required | Description |
|---|---|---|
| HF_TOKEN | No | HuggingFace API token (free at huggingface.co/settings/tokens) — only needed for HuggingFace backend |
| OLLAMA_HOST | No | Ollama server URL (default: http://localhost:11434) |
| OLLAMA_MODEL | No | Ollama model name (default: llama3) |
Commands
generate
Generate a product description using Ollama (default) or HuggingFace.
# Ollama backend (local, no key needed)
bash scripts/script.sh generate --product "Wireless Headphones" --features "noise cancelling, 30h battery"
# HuggingFace backend (free online)
HF_TOKEN=hf_xxx bash scripts/script.sh generate --product "Running Shoes" --features "lightweight" --backend huggingface
Backends
- ollama — Local inference via Ollama. Requires Ollama running at localhost:11434 (default)
- huggingface — Free HuggingFace Inference API. Optionally set HF_TOKEN for higher rate limits
Requirements
- python3 (standard library only)
- Ollama installed and running (for ollama backend): https://ollama.ai
- Internet connection (for huggingface backend)
Feedback
https://bytesagain.com/feedback/ Powered by BytesAgain | bytesagain.com
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ai-product-description-generator-free - 安装完成后,直接呼叫该 Skill 的名称或使用
/ai-product-description-generator-free触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Ai Product Description Generator Free 是什么?
Generate product descriptions using free AI backends: Ollama (local, offline) or HuggingFace Inference API (free online). Use when creating e-commerce copy w... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 80 次。
如何安装 Ai Product Description Generator Free?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ai-product-description-generator-free」即可一键安装,无需额外配置。
Ai Product Description Generator Free 是免费的吗?
是的,Ai Product Description Generator Free 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Ai Product Description Generator Free 支持哪些平台?
Ai Product Description Generator Free 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Ai Product Description Generator Free?
由 loutai0307-prog(@loutai0307-prog)开发并维护,当前版本 v2.0.1。