📦 Anonymous — 匿名

v1.0.0

Token Ai 跳过专业剪辑软件的学习曲线。只需描述你的需求——模糊所有人脸并去除画面中的识别信息——然后……

0· 18·0 当前·0 累计
下载技能包
最后更新
2026/4/19
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
medium confidence
The skill's requirements and runtime instructions are coherent with a cloud-based video anonymization service, but there are small metadata inconsistencies and you should understand that your videos (and an automatically-created anonymous token) will be uploaded to an external API.
评估建议
This skill will upload whatever videos you send to an external service (mega-api-prod.nemovideo.ai) and will create/consume an anonymous NEMO_TOKEN (100 free credits, 7-day expiry) if one is not already present. Before installing or using it: 1) Confirm you trust the external service and are comfortable with those uploads and retention/processing policies; 2) Ask the developer how/where the token is stored (in-memory vs persisted to disk or agent config) and whether the ~./config path is really ...
详细分析 ▾
用途与能力
The name/description (video face-anonymization) matches the declared primary credential (NEMO_TOKEN) and the SKILL.md documents a cloud API for uploads, sessions, rendering and exports. One inconsistency: the registry metadata lists no required config paths, but the skill frontmatter requests access to ~/.config/nemovideo/ — this mismatch should be clarified.
指令范围
Instructions are narrowly scoped to contacting the nemovideo backend: check/create NEMO_TOKEN via an anonymous-token endpoint, create a session, upload files, run render/export endpoints and stream SSE. The skill will upload user-provided video/audio files (expected for the stated purpose). It also asks the agent to auto-detect an install platform string (install path) for a request header — that may involve reading the agent install path. The SKILL.md explicitly instructs not to expose tokens or raw API output.
安装机制
There is no install spec and no code files (instruction-only), which is the lowest-risk install mechanism. Nothing is written to disk by an installer in the spec.
凭证需求
Only NEMO_TOKEN is declared as required and is appropriate for a cloud API. The frontmatter also lists a config path (~/.config/nemovideo/), but the registry metadata shows no config paths — this mismatch is unexplained. The skill's behavior to POST to the anonymous-token endpoint and create a 7-day token is consistent with requiring NEMO_TOKEN, but you should confirm whether the agent will persist that token and where.
持久化与权限
The skill is not always-enabled and uses normal autonomous invocation. It does not request elevated platform-wide privileges or try to modify other skills. The only persistence-related behavior described is obtaining a short-lived anonymous token (7-day expiry).
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/19

- Initial release of Anonymous Token AI for AI-based video anonymization. - Users can upload supported video files (MP4, MOV, AVI, WebM up to 500MB) and request face blurring and removal of identifying info. - Automatic session and anonymous token management—no manual token setup needed. - Supports quick AI processing (30–60 seconds for short clips) with clear user guidance. - Includes credits checking, timeline state, and export/download features. - Error handling provides helpful recovery routes and guidance when needed.

无害

安装命令

点击复制
官方npx clawhub@latest install anonymous-token-ai
镜像加速npx clawhub@latest install anonymous-token-ai --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库