π¦ ClawHubβ¦ BytesAgain
Ai Product Description Generator Free
by @loutai0307-prog
Generate product descriptions using free AI backends: Ollama (local, offline) or HuggingFace Inference API (free online). Use when creating e-commerce copy w...
TERMINAL
clawhub install ai-product-description-generator-freeπ About This Skill
name: ai-product-description-generator-free description: "Generate product descriptions using free AI backends: Ollama (local, offline) or HuggingFace Inference API (free online). Use when creating e-commerce copy without paid API keys, running product description generation offline, or testing AI copy tools for free." version: "2.0.1" author: BytesAgain homepage: https://bytesagain.com source: https://github.com/bytesagain/ai-skills tags: [ecommerce, product, description, free, ollama, huggingface] env: - name: HF_TOKEN required: false description: "HuggingFace API token (optional, free at huggingface.co)"
AI Product Description Generator (Free)
Generate product descriptions using free AI backends β no paid API key required.
What This Skill Owns
What This Skill Does Not Cover
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