discord-media-send

仓库创建 2026年7月27日最近提交 22 小时前SkillHot 收录 17 小时前
这个 Skill 做什么

往 Discord 发文件时必须只返回一个 MEDIA:/绝对路径 的纯文本,不能多一句话也不能有额外文字。只要前后有任何说明或多余字符,Discord 就会悄悄丢掉文件,所以输出必须严格为 MEDIA:/absolute/path/to/file。这个规则主要用于机器人或自动化把本地文件直接发到 Discord 的场景。

▸ 展开 SKILL.md 英文原文

AUTOMATIC TRIGGER: Any time a MEDIA: tag appears in the response. Prevents Discord file drops.

0
Stars
0
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/trojan-lord/hermes-cuso/main/skills/discord-media-send/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/trojan-lord/hermes-cuso/main/skills/discord-media-send/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Discord Media Send Rule — CRITICAL

When sending a file to Discord using `MEDIA:/path/to/file`:

## RULE: Your ENTIRE response must be ONLY the MEDIA: tag. Nothing else. Period.

- NO text before the MEDIA: tag
- NO text after the MEDIA: tag
- NO explanation, NO context, NO "here you go"
- Your response = exactly `MEDIA:/absolute/path/to/file`

## Why?
Discord drops the file silently if ANY text appears alongside the MEDIA: tag. The file was generated correctly, but the Discord adapter discards it.

## Discord File Size Limits (per-file)
- **Default**: 10 MiB per file for all users
- **Higher with Nitro**: Nitro subscribers and boosted servers get larger limits
- **Bot uploads**: same per-
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有