Jump to related tools in the same category or review the original source on GitHub.

Web & Frontend Development @elodyzen Updated 6/28/2026 1,228 downloads 0 stars Security: Pass

Skill Auto Attach OpenClaw Plugin & Skill | ClawHub

Looking to integrate Skill Auto Attach into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate web & frontend development tasks instantly, without having to write custom tools from scratch.

What this skill does

This skill monitors the OpenClaw workspace for file changes and automatically attaches new or updated documentation.

Install

ClawHub CLI
openclaw skills install @elodyzen/skill-auto-attach
Node.js (npx)
npx clawhub@latest install skill-auto-attach

Full SKILL.md

Open original

SKILL.md content below is scrollable.

skill-auto-attach

Description

This skill monitors the OpenClaw workspace for file changes and automatically attaches new or updated documentation files to Telegram messages instead of displaying code snippets.

Features

  • Detects file creation and modification events in workspace
  • Copies files to /tmp for Telegram compatibility
  • Sends files via message tool with filePath parameter
  • Works with .html, .md, .txt files
  • Silent operation unless file is updated

Usage

  1. Install the skill files in ~/.openclaw/skills/skill-auto-attach
  2. Enable with openclaw skills enable skill-auto-attach
  3. The skill will automatically attach files to Telegram messages when they are created/updated

Requirements

  • OpenClaw v2026.2+
  • Telegram channel access
  • message tool available

Implementation

  • Watches workspace directory
  • Copies files to /tmp
  • Sends via message tool
  • Uses unique filenames to avoid conflicts

Known Issues

  • Only works with Telegram (other channels require config changes)
  • May need adjust /tmp path on low-storage devices
ClawHub Registry URL: https://clawhub.ai/elodyzen/skills/skill-auto-attach

Related skills

If this matches your use case, these are close alternatives in the same category.