Install
openclaw skills install @kllb520/clip2mdopenclaw skills install @kllb520/clip2md运行以下命令配置 token(token 从 clip2md 网页端个人资料页获取):
node scripts/clip2md.js config <your_token>
node scripts/clip2md.js clip "https://example.com/article"
提交链接到 clip2md 进行解析,返回任务状态和剩余额度。
node scripts/clip2md.js quota
显示每日剩余额度和永久剩余额度。
Token 存储在 ~/.clip2md/config.json。
API 地址固定为 https://clip2.md/api/v1。