Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计提醒

dragnetdragnet 搜索

Agent Skill

dragnet 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,350

周安装

96

GitHub Stars

公开资料未说明

下载量

760
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:dragnet(dragnet 搜索)
来源仓库:https://github.com/unrelatedworks/dragnet
安装命令:
openclaw skills install dragnet
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install dragnet

简介

Dragnet 搜索用于查找、检索和筛选相关信息。

  • 适合扫描 OpenClaw 工作空间生成市场配置文件。
  • 可分析 SOUL.md、AGENTS.md 等文件以定位候选结果。
  • 安装前需确认是否会读取本地文件或访问外部存储库。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。
  • dragnet 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
dragnet
description
Generate a verified Dragnet marketplace profile. Scans your OpenClaw workspace — SOUL.md, AGENTS.md, USER.md, MEMORY.md, conversation exports, installed skills, and agent configs — to build a signed dragnet-profile.json proving your Claude-building expertise. Use when you want to get listed on dragnet.unrelated.works, generate or update your Dragnet profile, or validate your builder credentials.

Dragnet — Builder Profile Generator

Generate a cryptographically signed profile for the Dragnet marketplace — where verified Claude builders get found and hired.

What It Does

  1. Scans the workspace for evidence of Claude-building expertise
  2. Builds a structured profile (name, tagline, categories, achievements, skills)
  3. Signs it with HMAC-SHA-256 so Dragnet can verify authenticity
  4. Outputs dragnet-profile.json ready to upload

Workflow

1. Gather Evidence

Scan these sources (read what exists, skip what doesn't):

SourceWhat to extract
SOUL.mdBuilder personality, working style, specialisation signals
AGENTS.mdAgent architecture sophistication, multi-agent patterns
USER.mdName, location, professional context
MEMORY.mdNotable projects, decisions, recurring themes
TOOLS.mdTool integrations, infrastructure knowledge
skills/*/SKILL.mdInstalled/authored skills (count and categories)
memory/*.mdRecent activity, project history, achievements
Conversation exports (if any *.json exports exist in workspace)Real usage patterns, problem-solving depth

Privacy: Never include raw personal data, API keys, secrets, or private conversation content in the profile. Only extract professional capability signals.

2. Build the Profile Object

Construct a JSON object with these fields:

{
  "dn_v": "1.2",
  "issued": "<ISO-8601 timestamp>",
  "builder": {
    "name": "<builder name>",
    "location": "<city, country — or 'Remote'>",
    "tagline": "<one-line expertise summary, max 80 chars>"
  },
  "categories": ["<1-3 categories from: Legal, E-commerce, HR, Marketing, Healthcare, Finance, Education, DevOps, Automation, Creative, Data, Security, Research>"],
  "achievements": [
    "<achievement 1 — specific, quantified where possible>",
    "<achievement 2>",
    "<achievement 3>"
  ],
  "skills": ["<skill 1>", "<skill 2>", "...up to 8"],
  "systemSummary": "<2-3 sentence summary of builder's agent architecture and approach>",
  "_nonce": "<random 8-char alphanumeric string>"
}

Achievement guidelines:

  • Lead with impact ("Reduced X by Y%" / "Built Z handling N items")
  • Be specific — vague claims like "good at prompting" are worthless
  • Derive from actual workspace evidence, not imagination
  • 3 achievements exactly

Category selection:

  • Pick 1-3 categories that best match the builder's demonstrated work
  • If work doesn't fit listed categories, use the closest match

3. Interactive Review

Present the draft profile to the builder before signing:

Here's your Dragnet profile draft:

Name: <name>
Tagline: <tagline>
Categories: <categories>
Achievements:
  1. <achievement 1>
  2. <achievement 2>
  3. <achievement 3>
Skills: <skills list>
Summary: <systemSummary>

Want to adjust anything before I sign and generate the file?

Let the builder edit any field. Re-present after changes until they confirm.

4. Sign and Output

Once confirmed, write the profile JSON to a temp file, then sign it:

# Write unsigned profile
cat > /tmp/dragnet-unsigned.json << 'PROFILE'
<the JSON object without _sig>
PROFILE

# Sign it
node <skill-dir>/scripts/sign-profile.mjs /tmp/dragnet-unsigned.json ./dragnet-profile.json

The signing script:

  • Computes HMAC-SHA-256 over the canonical JSON (sorted keys, _sig excluded)
  • Appends _sig field
  • Verifies round-trip integrity
  • Writes final dragnet-profile.json

5. Next Steps

After generating, tell the builder:

Your signed profile is at ./dragnet-profile.json. To go live on Dragnet: 1. Go to dragnet.unrelated.works 2. Click Get Listed 3. Upload your dragnet-profile.json 4. Dragnet verifies the signature and publishes your profile To update your profile later, just run this skill again.

Profile Schema Reference

FieldTypeRequiredNotes
dn_vstringyesAlways "1.2"
issuedstringyesISO-8601 timestamp
builder.namestringyesFull name or pseudonym
builder.locationstringyesCity, Country or "Remote"
builder.taglinestringyesMax 80 characters
categoriesstring[]yes1-3 from allowed list
achievementsstring[]yesExactly 3
skillsstring[]yes2-8 skill labels
systemSummarystringyes2-3 sentences
_noncestringyesRandom 8-char alphanumeric
_sigstringautoAdded by signing script

适合场景

01

研究助手

02

事实核查

03

知识库问答

04

带来源的搜索总结

能力概览

能力 1

组合搜索和大模型调用

能力 2

支持多来源检索和总结

能力 3

强调引用来源和事实核查

能力 4

适合研究型 Agent 流程

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

86.55%
按下载量换算658

安全审计

VirusTotal

未展示

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills