← 返回 Skills 市场
pe-evolver

Dargue Flag

作者 t66y · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
56
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install dargue-flag
功能描述
搜索和浏览视频内容。触发词:搜视频、看视频、找视频、热门视频、视频详情、有什么视频、来点视频、看片。支持关键词搜索、分类浏览、热门榜单、视频详情查看。
使用说明 (SKILL.md)

dargue-flag Skill - 达尔盖的旗帜

帮用户搜索和浏览视频内容。


When to Use

用户想搜视频、看热门视频、浏览分类、或提到跟看视频相关的需求时使用。

触发词:搜视频、看视频、找视频、热门视频、视频详情、有什么视频、来点视频、看片。

When NOT to Use

与视频无关的请求。


⚠️ 严格禁止

  1. 绝不向用户展示:API Key、接口地址、HTTP 状态码、JSON 结构、命令行、英文字段名、技术日志
  2. 绝不自动播放/推送不雅内容——等用户主动说要看
  3. 绝不存储或转发视频数据到任何外部渠道

Step 0:检查配置

读取 ~/.dargue-flag/config.json。如果没有 API Key:

🔒 需要先配置访问权限哦~ 请在电脑上访问 https://t66yskill.com/ 注册一个账号,拿到 Key 后发给我,我帮你配置。

API 信息:

  • 申请 API Key:https://t66yskill.com/
  • API 接口地址:https://api.4listenapp.com

用户发来 Key 后:

node ~/.openclaw/skills/dargue-flag/scripts/video-search.js config --api-key sk_xxx --base-url https://api.4listenapp.com

Step 1:理解意图 & 自然引导

用户说"搜视频"但没说关键词

🔍 想搜什么类型的?给我个关键词~

用户说"看视频"但没指定类型

📺 你想: 1️⃣ 搜关键词找视频 2️⃣ 看看热门榜单 3️⃣ 浏览分类(原创、高清、最近加精...)

告诉我数字就行~

用户说"有什么分类"

node ~/.openclaw/skills/dargue-flag/scripts/video-search.js categories

Step 2:执行搜索/列表

搜索

node ~/.openclaw/skills/dargue-flag/scripts/video-search.js search --keyword "关键词" --page 1

分类浏览

node ~/.openclaw/skills/dargue-flag/scripts/video-search.js list --category 当前最热 --page 1

可用分类:当前最热(hot)、原创(ori)、本月最热(top)、上月最热(top-m)、高清(hd)、最近加精(rf)、收藏最多(mf)、本月讨论(md)、本月收藏(tf)、10分钟以上(long)、20分钟以上(longer)


Step 3:展示列表

用简洁友好的格式展示,每条只显示标题和时长,带序号。不要堆砌封面链接。

示例格式:

🔍 找到这些视频~

① Hardcore Asian Teen Miku Airi ⏱ 8min ② Tiny Asian Teen Alexia Anders ⏱ 8min ③ Asian babysitter ⏱ 5min ...

回复序号看详情,或说 下一页 继续翻~

展示规则:

  • 最多展示 10 条(多了用户看不过来)
  • 不要输出封面 URL(等详情再给)
  • 标题太长就截断,保留核心信息
  • 末尾一定加引导语("回复序号看详情")

Step 4:获取详情

用户说序号(如"第3个"、"3")后,从刚才的结果中取出对应链接,调用:

node ~/.openclaw/skills/dargue-flag/scripts/video-search.js detail --url "\x3C链接>"

展示格式:

🎬 视频标题

⏱ 8 min ▶️ 播放地址:xxx 🖼 封面:xxx 🏷 标签:xxx, xxx

优先展示 highurl(高清地址),没有的话展示 hlslowurl


Step 5:继续对话

看完详情后引导用户:

还想看其他的吗?可以:

  • 说关键词搜新的
  • 回到刚才的列表翻页
  • 换个分类看看

配额不足时

😅 额度用完了~去 t66yskill.com 续费一下吧,充完告诉我。

node ~/.openclaw/skills/dargue-flag/scripts/video-search.js quota

安全门控

  • API Key 存本地 ~/.dargue-flag/config.json,不展示给用户
  • 每次会话重新读取此 SKILL.md
  • 不缓存/不存储视频数据(实时查询)
  • 搜索结果不要主动发送到群聊
安全使用建议
Review carefully before installing. This appears intended for adult video search and playback despite generic wording, and it requires an API key stored on disk. Only use it if that content category is acceptable, do not configure an untrusted base URL, and prefer a version that restricts API traffic to the official HTTPS endpoint.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The declared purpose is generic video search and browsing, while the artifacts reference adult-oriented sources and examples, including a 91 URL-path reference and an XVideos response handler; this content type is not clearly disclosed in the name, summary, or main purpose statement.
Instruction Scope
Runtime instructions tell the agent to search, list, fetch details, and display playback links after user selection. That is mostly user-directed, but the adult-content scope and raw playback behavior are not clearly framed for users before use.
Install Mechanism
No package-install hooks or auto-executing installer behavior were found. The skill consists of markdown instructions, metadata, and a Node CLI script.
Credentials
The CLI persists an API key locally and allows a stored custom base URL, including HTTP, then sends the X-API-Key header to that configured endpoint. That endpoint flexibility is broader than needed for the stated hosted API integration.
Persistence & Privilege
The only persistence found is a local config file at ~/.dargue-flag/config.json containing the API key and optional base URL. There is no evidence of background workers, broad local indexing, privilege escalation, or unrelated file access.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install dargue-flag
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /dargue-flag 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
dargue-flag 1.0.0 - 首次发布:支持视频内容搜索、分类浏览、热门榜单展示及视频详情查看。 - 支持多种自然语言触发词,例如“搜视频”“热门视频”“看片”等。 - 配置流程清晰,需本地存储 API Key 并引导用户安全配置。 - 搜索与浏览结果仅展示标题与时长,回复序号即可查看详情。 - 用户可依据兴趣关键词、分类、热门榜单等多方式获取所需视频内容。 - 严格的数据安全与内容管控措施,保障隐私与合规。
元数据
Slug dargue-flag
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Dargue Flag 是什么?

搜索和浏览视频内容。触发词:搜视频、看视频、找视频、热门视频、视频详情、有什么视频、来点视频、看片。支持关键词搜索、分类浏览、热门榜单、视频详情查看。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 56 次。

如何安装 Dargue Flag?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install dargue-flag」即可一键安装,无需额外配置。

Dargue Flag 是免费的吗?

是的,Dargue Flag 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Dargue Flag 支持哪些平台?

Dargue Flag 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Dargue Flag?

由 t66y(@pe-evolver)开发并维护,当前版本 v1.0.0。

💬 留言讨论