🎧 Easy Audio Editor — 云端音频编辑器
v1.0.0云端音频编辑工具,支持清理和修剪音频轨道,适用于视频项目。支持上传 MP3、WAV、AAC、M4A 文件(最多 200MB),描述编辑需求,30-60 秒内输出 1080p MP4 视频。面向播客制作人、内容创作者、学生等。
0· 42·0 当前·0 累计
安全扫描
OpenClaw
可疑
medium confidence该技能的云端音频编辑目的与其网络调用和请求的令牌相符,但存在小的不一致和隐私令人惊讶的行为(自动匿名令牌创建、暗示文件系统探测和配置路径不一致),安装前应谨慎。
评估建议
该技能似乎如其所言(云端音频编辑),但会联系 https://mega-api-prod.nemovideo.ai,可能自动为您创建匿名令牌,并可能检查机器上的某些目录以设置头部。安装前:(1)确认发布者和主页或源以查看隐私/安全策略;(2)如果关心账户链接,宁愿提供自己的 NEMO_TOKEN 而不是让技能自动生成;(3)询问令牌和会话数据的存储位置以及上传文件的保留时间;(4)了解音频文件将被发送到外部服务(在验证保留/处理规则前不要上传敏感音频);(5)要求维护者解决元数据不一致的问题(关于所需的配置路径)。...详细分析 ▾
ℹ 用途与能力
The skill is a cloud audio editor and legitimately needs an API token (NEMO_TOKEN) and a config location for session state; however the registry header listed 'Required config paths: none' while the skill's YAML frontmatter declares ~/.config/nemovideo/, which is an internal inconsistency.
⚠ 指令范围
Runtime instructions tell the agent to auto-obtain an anonymous token (POST to mega-api-prod.nemovideo.ai) if NEMO_TOKEN is missing, store session_id, and derive/send headers that may require checking install paths (e.g., ~/.clawhub/, ~/.cursor/skills/). Automatically generating and storing tokens and probing user filesystem paths introduces privacy and scope creep beyond simple 'upload and edit' wording.
✓ 安装机制
This is instruction-only with no install spec or downloaded code, so nothing is written to disk by an installer. That lowers supply-chain risk.
ℹ 凭证需求
Only one credential is requested (NEMO_TOKEN), which is proportionate for a cloud service. But the skill instructs creating/storing anonymous tokens and references a config path for persisted session state; you should confirm where tokens/session data are stored and for how long.
ℹ 持久化与权限
always:false and normal autonomous invocation are fine. The skill does instruct storing session_id and implies use of ~/.config/nemovideo/ for state; verify whether the skill will write files there and what it persists (tokens, job IDs, possibly orphaned job references).
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/4/10
Easy Audio Editor 1.0.0 — 初始发布 - 启动云端音频/视频编辑器,用于轻松清理、修剪和导出音频轨道作为 1080p MP4 视频。 - 支持上传 MP3、WAV、AAC 和 M4A 文件,最大 200MB。 - 自动云处理:上传并描述编辑(例如,去除噪音,修剪沉默),30-60 秒内输出。 - 内置会话、身份验证和积分工作流;新用户获得 100 个免费积分。 - 常见操作:导出、上传、检查积分或状态,所有操作均有清晰的用户指南。 - 包括错误处理、快速迭代编辑和详细工作流指令。
● 无害
安装命令
点击复制官方npx clawhub@latest install easy-audio-editor
镜像加速npx clawhub@latest install easy-audio-editor --registry https://cn.longxiaskill.com
技能文档
请参见下方翻译的 SKILL.md 内容(由于字符限制,仅提供关键部分翻译,完整内容请参考原文)
name: easy-audio-editor version: "1.0.0" displayName: "Easy Audio Editor — 编辑和导出音频视频" description: > 云端音频编辑工具,处理视频项目的音频轨道清理和修剪。上传 MP3、WAV、AAC、M4A 文件(最多 200MB),描述编辑需求,30-60 秒内输出 1080p MP4 视频。面向播客制作人、内容创作者、学生等。 metadata: {"openclaw": {"emoji": "🎧", "requires": {"env": ["NEMO_TOKEN"], "configPaths": ["~/.config/nemovideo/"]}, "primaryEnv": "NEMO_TOKEN", "variant": "greeting_v2"}}
开始使用
准备好的时候,拖放您的音频文件或描述您想要制作的内容。尝试说:
- "编辑一段 3 分钟的语音录音,去除背景噪音,输出为 1080p MP4"...