bitrix24-static-local-app

Build and package Bitrix24 static local app archives from Nuxt.js projects.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/rustams/inbound --skill bitrix24-static-local-app
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bitrix24-static-local-app
Source: https://github.com/rustams/inbound/tree/main/.cursor/skills/bitrix24-static-local-app
Command: npx skills add https://github.com/rustams/inbound --skill bitrix24-static-local-app

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps developers build and package Bitrix24 static local applications, ensuring they are correctly structured for upload and avoiding common startup errors like 404s on index.html.

Core Features & Use Cases

  • Build Static Archives: Compiles the frontend into a static archive suitable for Bitrix24.
  • Validate Archive Structure: Checks for essential files and correct root directory layout.
  • Troubleshoot 404 Errors: Addresses startup issues related to path normalization within Bitrix24.
  • Use Case: After updating your Nuxt.js frontend for a Bitrix24 app, use this skill to generate the deployable zip file and verify it meets Bitrix24's requirements before uploading.

Quick Start

Use the bitrix24-static-local-app skill to build and package the static local application archive.

Frequently Asked Questions about bitrix24-static-local-app

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
Why does my Bitrix24 static app return a 404 error on index.html after uploading?

A 404 error on the Bitrix24 static app index.html usually occurs due to incorrect path normalization or an invalid archive root structure. You must validate the archive structure to ensure relative asset paths are used before uploading.

How do I package a Nuxt.js project into a Bitrix24 static local app archive?

To package a Nuxt.js project into a Bitrix24 static local app, run specific build and packaging scripts within the frontend directory to generate a valid b24-static-local-app.zip archive with relative asset paths and a correct root structure.

How do I validate a static local app archive for Bitrix24 uploads?

Validating a static local app archive for Bitrix24 uploads involves checking the zip file for essential files and verifying the correct root directory layout to prevent startup errors and ensure successful deployment.

Can I use this skill to build and deploy a Bitrix24 static local app from a Nuxt.js frontend?

Yes, you can use this skill to compile a Nuxt.js frontend into a static archive suitable for Bitrix24. It generates the deployable zip file and verifies it meets Bitrix24's requirements before uploading.

What is the correct root directory layout for a Bitrix24 static local app zip archive?

The correct root directory layout for a Bitrix24 static local app zip archive requires essential files like app_local/index.html to be correctly positioned at the root, using relative asset paths to avoid path normalization issues.

How to fix Bitrix24 static app packaging issues when the archive fails validation?

Fixing Bitrix24 static app packaging validation failures involves adjusting the frontend build scripts to ensure the generated zip archive contains the correct root structure and uses relative asset paths for all files.