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
Install the skill files in ~/.openclaw/skills/skill-auto-attach
Enable with openclaw skills enable skill-auto-attach
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
1---2name: skill-auto-attach3description: skill-auto-attach4---5# skill-auto-attach67## Description8This skill monitors the OpenClaw workspace for file changes and automatically attaches new or updated documentation files to Telegram messages instead of displaying code snippets.910## Features11- Detects file creation and modification events in workspace12- Copies files to /tmp for Telegram compatibility13- Sends files via message tool with filePath parameter14- Works with .html, .md, .txt files15- Silent operation unless file is updated1617## Usage181. Install the skill files in ~/.openclaw/skills/skill-auto-attach192. Enable with `openclaw skills enable skill-auto-attach`203. The skill will automatically attach files to Telegram messages when they are created/updated2122## Requirements23- OpenClaw v2026.2+24- Telegram channel access25- `message` tool available2627## Implementation28- Watches workspace directory29- Copies files to /tmp30- Sends via message tool31- Uses unique filenames to avoid conflicts3233## Known Issues34- Only works with Telegram (other channels require config changes)35- May need adjust /tmp path on low-storage devices
Run npx skillmds@latest add javimosch/skill-auto-attach in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
skill-auto-attach It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
javimosch (@javimosch) published this skill. Their other Agent Skills are listed on their SkillMD profile.