by innocommerce
InnoShop is an AI-powered open source e-commerce system built on Laravel 13, designed for global commerce. It supports multiple AI models for intelligent automation, with native multi-language and multi-currency capabilities. The modular architecture and flexible plugin/theme system make it highly adaptable to diverse business needs.
# Add to your Claude Code skills
git clone https://github.com/innocommerce/innoshopLast scanned: 7/25/2026
{
"issues": [
{
"type": "npm-audit",
"message": "postcss: PostCSS: Path Traversal in Previous Source Map Auto-Loading (sourceMappingURL) leads to Arbitrary .map File Disclosure",
"severity": "high"
}
],
"status": "WARNING",
"scannedAt": "2026-07-25T06:17:20.498Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}innoshop is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by innocommerce. InnoShop is an AI-powered open source e-commerce system built on Laravel 13, designed for global commerce. It supports multiple AI models for intelligent automation, with native multi-language and multi-currency capabilities. The modular architecture and flexible plugin/theme system make it highly adaptable to diverse business needs. It has 648 GitHub stars.
innoshop returned warnings in SkillsLLM's automated security scan. It has no critical vulnerabilities, but review the flagged issues in the Security Report section before adding it to your workflow.
Clone the repository with "git clone https://github.com/innocommerce/innoshop" and add it to your Claude Code skills directory (see the Installation section above).
innoshop is primarily written in PHP. It is open-source under innocommerce on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh innoshop against similar tools.
No comments yet. Be the first to share your thoughts!
Requires a passing catalog security scan. Resolve the flagged issues and resubmit to enable featuring.
InnoShop - Innovative Open Source E-commerce System.
Innoshop is an Open Source eCommerce System based on Laravel 12, supporting multiple languages, multiple currencies, integrated with OpenAI, and featuring plugin mechanisms and theme template development for enhanced user experience and system extensibility.
composer create-project innoshop/innoshop
cd innoshop
php artisan serve
The create-project command automatically:
npm install and npm run build to compile front-end assetsOpen http://localhost:8000 in your browser, the installation wizard will guide you through database setup and admin account creation.
Grab the latest innoshop-vX.Y.Z.zip from GitHub Releases — it ships with PHP dependencies and compiled front-end assets pre-packaged, so you only need PHP on the server:
unzip innoshop-vX.Y.Z.zip -d innoshop
cd innoshop
chmod -R 775 storage bootstrap/cache
php artisan serve
Open the site URL in your browser and follow the installation wizard to configure the database and admin account.
git clone https://github.com/innocommerce/innoshop.git
cd innoshop
composer install
npm install
npm run build
cp .env.example .env
php artisan key:generate
php artisan serve
InnoShop helpful, please do not hesitate to give us a star.Thanks to the Contributors