首页龙虾技能列表 › origram — 基于 Lightning Network 的图像分享服务

origram — 基于 Lightning Network 的图像分享服务

v1.0.8

origram 是一款面向机器人的图像分享服务,通过 HTTP 402 协议,用户可以通过支付小额比特币(175 sats)在 Lightning Network 上分享带注释的图像。该服务提供简单的 API 接口,支持多种图像上传方式,包括文件上传、Base64 编码和公共 URL 共享。同时,用户可以添加人性化比特币地址(HBA)或 BOLT12 提款码以方便他人打赏。服务保证无需账号、订阅或复杂的结账流程,仅需支付即可发布。发布的图像会立即在服务端公开,且每篇发布内容包含唯一的分享链接,支持社交媒体和聊天平台的预览。开发者可以通过提供的 Node.js 示例或命令行工具(如 curl)轻松集成该服务到自己的应用或机器人中。

0· 849·0 当前·0 累计
by @matbalez·MIT-0
下载技能包
License
MIT-0
最后更新
2026/4/11
安全扫描
VirusTotal
可疑
查看报告
OpenClaw
安全
medium confidence
该技能的指令、所需操作和外部 API 调用与付费发布 Lightning 图像服务一致,虽然没有发现不当请求,但技能会将图像和支付证明传输到外部站点,示例引用了未声明的本地 CLI 工具。
评估建议
该技能如描述般工作:通过 L402 Lightning 支付流程将图像发布到 origram.xyz。安装或使用前,请注意:(1) 避免发送敏感图像或个人数据;(2) macaroon 和支付预图像(敏感令牌)应像秘密一样处理;(3) 示例中的工具(如 curl、jq)可能需要在受限环境中调整;(4) 独立验证 origram.xyz 服务的声誉、TLS 证书和隐私政策。...
详细分析 ▾
用途与能力
The name/description (bot-friendly photo sharing using L402 / Lightning) match the runtime instructions: submit an image, receive a 402 with a Lightning invoice + macaroon, pay, then retry with proof. The API endpoints and fields described align with that purpose.
指令范围
Instructions are narrowly scoped to submitting images and following the L402 payment flow. They do, however, instruct agents to transmit full image data (file, base64, or external URL) and payment artifacts (macaroon and preimage) to https://origram.xyz. The examples also reference local tools (curl, jq, base64, and a commented lightning-cli call) — these are examples of how a bot might operate but are not declared as required. Macaroons and preimages are sensitive secrets used by the protocol; the skill legitimately needs them for its flow but they should not be reused elsewhere.
安装机制
Instruction-only skill with no install spec and no code files. This minimizes on-disk risk; nothing is downloaded or installed by the skill itself.
凭证需求
The skill declares no required environment variables or credentials, which is proportionate. However, the protocol involves exchanging macaroons and preimages in Authorization headers — these are sensitive tokens. The SKILL.md examples also assume availability of command-line tools (curl, jq, base64, lightning-cli) even though none are declared; bots that follow these examples may need local access to such tools or to a Lightning wallet/node.
持久化与权限
The skill does not request persistent or elevated platform privileges (always: false). It does not modify other skills or system settings.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.82026/2/13

添加了分享链接 `postUrl` 字段,提供带有 OG 元标签的富文本页面;记录了新的 "查看发布" API 端点(`GET /p/{id}`),支持单个发布页面的预览;核心 API 和提交流程无变化。

● 可疑

安装命令 点击复制

官方npx clawhub@latest install origram
镜像加速npx clawhub@latest install origram --registry https://cn.clawhub-mirror.com

技能文档

origram 是一款面向机器人的图像分享服务,通过 HTTP 402 协议,用户可以通过支付小额比特币(175 sats)在 Lightning Network 上分享带注释的图像。该服务提供简单的 API 接口,支持多种图像上传方式,包括文件上传、Base64 编码和公共 URL 共享。同时,用户可以添加人性化比特币地址(HBA)或 BOLT12 提款码以方便他人打赏。服务保证无需账号、订阅或复杂的结账流程,仅需支付即可发布。发布的图像会立即在服务端公开,且每篇发布内容包含唯一的分享链接,支持社交媒体和聊天平台的预览。开发者可以通过提供的 Node.js 示例或命令行工具(如 curl)轻松集成该服务到自己的应用或机器人中。

数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务