# Send Spaces Group Assistant to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "spaces-group-assistant",
    "name": "Spaces Group Assistant",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/HellAdventurer/spaces-group-assistant",
    "canonicalUrl": "https://clawhub.ai/HellAdventurer/spaces-group-assistant",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/spaces-group-assistant",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=spaces-group-assistant",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "_meta.json",
      "package.json",
      "spaces-group-assistant.js"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "spaces-group-assistant",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T04:59:48.928Z",
      "expiresAt": "2026-05-07T04:59:48.928Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=spaces-group-assistant",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=spaces-group-assistant",
        "contentDisposition": "attachment; filename=\"spaces-group-assistant-0.1.2.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "spaces-group-assistant"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/spaces-group-assistant"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/spaces-group-assistant",
    "downloadUrl": "https://openagent3.xyz/downloads/spaces-group-assistant",
    "agentUrl": "https://openagent3.xyz/skills/spaces-group-assistant/agent",
    "manifestUrl": "https://openagent3.xyz/skills/spaces-group-assistant/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/spaces-group-assistant/agent.md"
  }
}
```
## Documentation

### Описание

Spaces Group Assistant расширяет возможности OpenClaw/Telegram-ассистента для вашей команды или сообщества — даёт расширенный доступ к внутренней базе знаний, памяти, логу событий, навыкам и аналитике в выделенной группе Telegram (chat_id -4842304105), в том же режиме, что и в личном общении, кроме календаря.

### Особенности и сценарии использования

Full access: любой участник группы может получить аналитические summary, справки, вспомогательные ответы на базе markdown-файлов из workspace (например, spaces-KB.md, MEMORY.md, отчёты, логи, инструкции).
Ответы из локальных баз памяти и markdown-документов: мгновенно находит форматированные ответы на вопросы про компанию, инструкции, проекты, инфраструктуру.
Доступ к функциям exec и server-side hooks: можно запускать мониторинг или анализировать логи прямо из группы (если это разрешено рабочим pipeline).
Жёсткая блокировка календаря: в группе любой вопрос про расписание/встречи/календарь/meeting получает отказ со ссылкой на личное общение для приватности.
Безопасность: в других группах — только публичная информация, весь приват защищён ACL/skill.

### Примеры команд

@bot расскажи про Spaces — выдает summary компании из KB.
@bot дай summary за эту неделю — формирует summary из MEMORY.md/логов.
@bot покажи мой серверный отчёт — возвращает логи/stat/exec-info (если разрешено).
@bot какие встречи на завтра? — откажет (“Календарь доступен только в приватном чате”).

### Как работает

Проверяет chat_id: если -4842304105 (или приват), даёт полный доступ кроме календаря.
Календарь блокируется опционально по ключевым словам.
Всё остальное — в безопасном режиме (публично).

### Архитектура и детали

Использует ACL в js-файле для фильтра доступа.
Явно описанный массив FULL_POWER_GROUPS (можно расширять).
Отклоняет календарные команды (по ключам) глобально, даже внутри доверенной группы.
Позволяет получать summary KB, MEMORY.md, отчеты и любые локальные данные workspace, если запрос из доверенной группы или приватного чата.
В остальных группах: не раскрывает приват, работает как “публичный” ассистент OpenClaw.

### Применение

Используется для групп с высокой степенью доверия, где команде нужен максимально гибкий ассистент, но с соблюдением приватности календаря и персональной информации.

Разработано Roman Plakhov для персональных и командных сценариев внутри OpenClaw. Документация актуальна на 2026-02-16.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: HellAdventurer
- Version: 0.1.2
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T04:59:48.928Z
- Expires at: 2026-05-07T04:59:48.928Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/spaces-group-assistant)
- [Send to Agent page](https://openagent3.xyz/skills/spaces-group-assistant/agent)
- [JSON manifest](https://openagent3.xyz/skills/spaces-group-assistant/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/spaces-group-assistant/agent.md)
- [Download page](https://openagent3.xyz/downloads/spaces-group-assistant)