{"id":23179748,"url":"https://github.com/blopa/magento-short-description-autofill","last_synced_at":"2026-02-26T06:55:59.626Z","repository":{"id":268631363,"uuid":"904987352","full_name":"blopa/magento-short-description-autofill","owner":"blopa","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-09T18:39:05.000Z","size":97,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-09T19:44:30.886Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blopa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-17T23:50:33.000Z","updated_at":"2025-01-09T18:38:38.000Z","dependencies_parsed_at":"2024-12-18T01:20:03.810Z","dependency_job_id":"6f7d5a85-8451-4d43-9f89-77bcf771fc69","html_url":"https://github.com/blopa/magento-short-description-autofill","commit_stats":null,"previous_names":["blopa/magento-short-description-autofill"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blopa%2Fmagento-short-description-autofill","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blopa%2Fmagento-short-description-autofill/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blopa%2Fmagento-short-description-autofill/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blopa%2Fmagento-short-description-autofill/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blopa","download_url":"https://codeload.github.com/blopa/magento-short-description-autofill/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238095550,"owners_count":19415614,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-18T07:19:24.419Z","updated_at":"2025-10-25T06:31:07.604Z","avatar_url":"https://github.com/blopa.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Magento 2 Short Description Autofill\n\n**Werules/Autofill** is a Magento 2 extension that automatically generates product short descriptions using AI services like **OpenAI (GPT-4)** and **Google Gemini**. This saves time for store owners by generating engaging and accurate descriptions based on product details.\n\n---\n\n## Features\n\n- **AI Integration**: Generate short descriptions using either **OpenAI (GPT-4)** or **Google Gemini**.\n- **Customizable System Message**: Define the context or style for the AI-generated descriptions.\n- **Enable/Disable Option**: Easily toggle the feature on or off from the admin panel.\n- **Provider Selection**: Choose between OpenAI and Gemini APIs.\n- **Dynamic Data Input**: Uses product name, categories, price, and unsaved short descriptions as input for AI.\n- **Admin Configuration**: Manage API keys and settings from the Magento admin panel.\n\n---\n\n## Installation\n\nFollow these steps to install the extension via Composer:\n\n1. **Download or Clone the Extension**:\n\n   ```bash\n   git clone https://github.com/blopa/magento-short-description-autofill.git app/code/Werules/Autofill\n   ```\n\n2. **Enable the Extension**:\n\n   ```bash\n   php bin/magento module:enable Werules_Autofill\n   ```\n\n3. **Run Setup Upgrade**:\n\n   ```bash\n   php bin/magento setup:upgrade\n   ```\n\n4. **Compile and Clean Cache**:\n\n   ```bash\n   php bin/magento setup:di:compile\n   php bin/magento cache:clean\n   ```\n\n---\n\n## Configuration\n\n1. Go to **Stores \u003e Configuration \u003e Werules Autofill**.\n2. Configure the following settings:\n    - **Enable Autofill Feature**: Toggle the feature on or off.\n    - **AI Provider**: Choose between **OpenAI** and **Gemini**.\n    - **OpenAI API Key**: Enter your OpenAI API key.\n    - **Gemini API Key**: Enter your Gemini API key.\n    - **System Message for LLM**: Provide instructions for the AI (e.g., \"You are an expert product description writer.\").\n\n---\n\n## Usage\n\n1. **Navigate to the Product Edit Page**:\n    - Go to **Catalog \u003e Products** in the admin panel.\n    - Select an existing product or create a new one.\n\n2. **Autofill Button**:\n    - On the product edit page, find the **\"Autofill Short Description\"** button.\n    - Click the button to send product data to the selected AI provider and generate a short description.\n\n3. **Product Data Used**:\n    - Product Name\n    - Product Categories\n    - Product Price\n    - Current or Unsaved Short Description\n\n4. **Generated Result**:\n    - The AI-generated description will be automatically filled into the **Short Description** field.\n\n---\n\n## Screenshots\n\n1. **Admin Configuration**:\n\n   ![Admin Configuration](https://raw.githubusercontent.com/blopa/magento-short-description-autofill/refs/heads/main/screenshots/screenshot-1.png)\n\n2. **Autofill Button on Product Edit Page**:\n\n   ![Product Edit Page](https://raw.githubusercontent.com/blopa/magento-short-description-autofill/refs/heads/main/screenshots/screenshot-2.png)\n\n---\n\n## Compatibility\n\n- Magento 2.4.x\n- PHP 7.4 / 8.x\n\n---\n\n## Support\n\nIf you encounter any issues or have feature requests, feel free to open an issue on the [GitHub repository](https://github.com/blopa/magento-short-description-autofill).\n\n---\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblopa%2Fmagento-short-description-autofill","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblopa%2Fmagento-short-description-autofill","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblopa%2Fmagento-short-description-autofill/lists"}