From 1c-skills
Shows Apache HTTP server status, published 1C databases, and recent errors on Windows. Useful when a user asks about web server status or published databases.
How this skill is triggered — by the user, by Claude, or both
Slash command
/1c-skills:web-infoThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Показывает состояние Apache HTTP Server, список опубликованных баз и последние ошибки.
Показывает состояние Apache HTTP Server, список опубликованных баз и последние ошибки.
/web-info
Прочитай .v8-project.json из корня проекта. Если задан webPath — используй как -ApachePath.
По умолчанию tools/apache24 от корня проекта.
powershell.exe -NoProfile -File "${CLAUDE_SKILL_DIR}/scripts/web-info.ps1" <параметры>
| Параметр | Обязательный | Описание |
|---|---|---|
-ApachePath <путь> | нет | Корень Apache (по умолчанию tools/apache24) |
=== Apache Web Server ===
Status: Запущен (PID: 12345)
Path: C:\...\tools\apache24
Port: 8081
Module: C:/Program Files/1cv8/8.3.24.1691/bin/wsap24.dll
=== Опубликованные базы ===
mydb http://localhost:8081/mydb File="C:\Bases\MyDB";
=== Последние ошибки ===
(пусто)
# Статус по умолчанию
powershell.exe -NoProfile -File "${CLAUDE_SKILL_DIR}/scripts/web-info.ps1"
# Указать путь к Apache
powershell.exe -NoProfile -File "${CLAUDE_SKILL_DIR}/scripts/web-info.ps1" -ApachePath "C:\tools\apache24"
npx claudepluginhub nikolay-shirokov/cc-1c-skills --plugin 1c-skills-pyPublishes 1C enterprise databases via Apache HTTP Server. Generates default.vrd, configures httpd.conf, and starts Apache for web access to 1C infobases.
References Frappe Bench CLI commands for managing sites, apps, migrations, builds, backups, restores, and production setups in Frappe/ERPNext.
Manages VPS for autonomous dev environments: checks status via Supabase queries and health endpoints, connects projects via SSH, provisions new VPS.