TopRank Skills

Home / Claw Skills / Others / Skill Auto Attach
Official OpenClaw rules 15%

Skill Auto Attach

skill auto attach

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Skill Auto Attach 技能。 若已安装,则直接安装 Skill Auto Attach 技能。

Overview

Skill Key
elodyzen/skill-auto-attach
Author
elodyzen
Source Repo
openclaw/skills
Version
-
Source Path
skills/elodyzen/skill-auto-attach
Latest Commit SHA
21793842138dd12565c9a57a6bf08b34df9f9d69

Extracted Content

SKILL.md excerpt

# 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

Related Claw Skills