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

digsdigs 搜索

Agent Skill

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

总安装

3,830

周安装

158

GitHub Stars

公开资料未说明

下载量

1,251
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install digs

简介

主动研究情报工具,用于跟踪问题进展并记录发现结果。

  • 以 Markdown 文件形式组织研究成果并支持闭环管理。
  • 帮助用户系统化沉淀知识并关闭研究循环。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。
  • 需注意本地存储路径权限与文件读写安全。
  • 适合长期项目跟踪或个人知识库建设。digs 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
digs
description
Active research intelligence — track questions you're pursuing, log findings as they arrive, and close the loop when you figure it out. One markdown file per research thread in digs/. Use when opening a new inquiry, logging a finding, or asking "what am I figuring out about X?
metadata
openclaw
emoji
🔭
os
["linux", "darwin", "win32"]
hermes
tags
["research", "questions", "thinking"]

🔭 Digs — active research intelligence

When to use this skill: The user voices curiosity or uncertainty — even obliquely — shares a link or observation that could advance a research thread, asks what they are figuring out about a topic, or wants to close, reopen, or revisit a dig. You don't need the user to say "open a dig." If they're wondering about something, that's the signal. Act on it.

You must:

  • Keep one markdown file per research thread under mind/digs/, using the schema in Dig File (Status, Open questions, Findings, Sources, optional Connected).
  • Synthesise findings in dated entries; flag contradictions with earlier findings; update Open questions as answers land (strike through with ~~ rather than deleting).
  • Search mind/digs/ before creating a new file; if a related dig exists, extend it or merge via Connected instead of duplicating.

Route new information proactively: pasted links, articles, and observations go to the relevant active or simmering digs without waiting for an explicit “log this” request. Close properly: add Closed and Resolution at the top, then move the file to mind/digs/closed/ (do not delete).

Do not: See What NOT to Suggest — e.g. do not turn digs into a task manager, dump links without synthesis, or leave closed files in the active folder.


Data

Base path is workspace root or document root folder. On first use, create it: mkdir -p mind/digs/. Digs uses a mind/digs/ folder in your workspace.

Files live in mind/digs/. One file per research thread.

mind/
└── digs/
    ├── digsconfig.yml
    ├── city-walkability.md
    ├── attention-mechanisms.md
    └── remote-work-productivity.md

Filenames: short kebab-case slug of what you're figuring out — city-walkability.md, not research-on-city-walkability-question.md. If the question is sharp the slug writes itself.

Dataset Config

digsconfig.yml lives inside the mind/digs/ directory. Read it at the start of any session involving this skill.

images: no (by default no, ask if you human want to feach images for concepts, warn that it is token expensive)

Dig File

# What makes a city actually walkable?

Status: active
Opened: 12 Mar 2026
Tags: #cities #urbanism #design #housing
Inmage: optional image illustrating the concept, sotred in `../assets/good-long-slug`
Connected: [[why-singapore-feels-different]], [[remote-work-and-density]]

## Open questions

- What metrics actually correlate with walkability scores?
- Is Walk Score a reliable proxy or marketing?
- Does walkability cause higher rents, or just correlate?

## Findings

12 Mar 2026: Jan Gehl's research shows pedestrian activity increases 3× when building setbacks reduce below 2m. Suggests physical geometry matters more than destination mix. Source: [Cities for People](https://islandpress.org/books/cities-people)

15 Mar 2026: Singapore HDB estates score high on Walk Score but feel sterile — the metric misses thermal comfort and shade. The algorithm optimises for distance, not experience. Personal observation.

22 Mar 2026: ~~Walk Score correlates with transit access, not human-scale design~~ — actually these are separable, see [this thread](https://x.com/...). Still unclear.

## Sources

- [Cities for People — Jan Gehl](https://islandpress.org/books/cities-people)
- https://www.walkscore.com/methodology.shtml
- [[marco-tabini]] — works in urban planning (link only if Peeps is installed)

Field guidance:

Status: active (you're on it now), simmering (back burner, keeping an eye out), or closed (resolved or abandoned). Default: active. Opened: date you started the dig. Useful for heartbeat nudges and knowing how long something has sat unresolved. Tags: 2–4 domains: short, personal, searchable. Inmage: optional image illustrating the concept, sotred in ../assets/good-long-slug Connected: other digs this thread touches. Rabbit holes connect. Maintain both directions: if A links to B, B links to A. Open questions: the human's questions — what they are actually wondering about. These belong to the human, not the AI. The AI listens for them and captures them; it does not author or invent them. Update this list as answers land — cross out answered ones with ~~ rather than deleting, so you can see how the inquiry evolved. Findings: dated log entries. Not a dump of sources. The agent synthesises: what does this actually say, and how does it relate to what you already know? Flag contradictions explicitly. Sources: links, papers, books, people. If Pages is installed and a source is a book you've logged, use [[their-slug]]. If Peeps is installed and a person is a source, use [[their-slug]].


Opening a Dig

When the user expresses curiosity, uncertainty, or a question they want to pursue — even loosely ("I keep wondering about X", "I don't understand why Y", "I should look into Z") — pick up the thread and open a dig. Don't ask for permission. Act on the signal.

  1. Sharpen the question yourself — a good dig title is a question, not a topic. "city walkability" → "What makes a city actually walkable?". Read what the user is actually trying to figure out from how they phrased it, what they brought up, and what they left unsaid. Articulate the question for them — they'll correct you if you misread it.
  2. Check for existing digs — search mind/digs/ for related threads. If one exists, extend it rather than opening a duplicate.
  3. Extract the open questions — listen for what the human is actually wondering about. If they expressed one question, log one question. If they expressed five, log five. Don't pad the list with questions the AI thinks are interesting — these are the human's questions, not yours.
  4. Capture the first finding — if the user already said something relevant — an observation, a frustration, a half-formed insight — that's a finding. Log it now. Don't ask them to repeat it in a different format.

Show a brief confirmation: "Opened — *What makes a city actually walkable?* Tagged #cities #urbanism. Three open questions logged."


Ingesting New Information

When the user shares a link, article, paper, idea, or observation:

  1. Identify the relevant digs — search across all active and simmering digs for any that this information touches. More than one dig can receive a finding from a single source.
  2. Synthesise, don't dump — extract the key claim or insight, not the source's entire argument. One sentence that captures what this actually adds to the inquiry.
  3. Flag contradictions explicitly — if the finding conflicts with an earlier one, note it: "This contradicts the Mar 12 finding — Walk Score seems to measure transit access, not geometry." ~~Strike through~~ the superseded claim if it's now clearly wrong.
  4. Update open questions — cross out any that are now answered. Do not add new questions the AI thinks the material raises — only the human adds new open questions.
  5. Add to Sources.
  6. Optionaly if images: yes in mind/digs/digsconfig.yml search for a good conceptual image and add to the Image: feild.

The agent should not wait to be asked. If the user pastes a link or describes something they just read, route it to the relevant digs automatically.


Core Behavior

The default posture is attunement, not interrogation. Read the signal, act on it, course-correct if you misread. Don't ask the human to spell out what they're already showing you. Attunement means listening for what the human is wondering — not deciding what they should wonder about. The AI captures questions, it doesn't generate them.

  • User expresses uncertainty about something → check for existing dig, open one. Don't ask "would you like me to open a dig?" — just open it.
  • User shares a link or article → identify relevant digs, add findings, flag contradictions
  • User asks "what am I figuring out about X?" → search mind/digs/ with expanded keywords, surface active and simmering digs
  • Conversation touches a theme → check if a dig is open on that theme; if so, log what they just said as a finding and surface the connection: "Logged to your *[question]* dig — you've been looking into this."
  • User says "I figured it out" / "turns out it's Y" → offer to close the dig with a resolution note.
  • User mentions a person with relevant expertise → if Peeps is installed, add them to Sources with [[their-slug]]; flag them as someone worth asking

Closing a dig:

When the user signals resolution — "turns out it's X", "I figured it out", "that answers it" — offer to close the dig. Draft the resolution and confirm with the user before moving the file.

When resolving, add to the top of the file:

Closed: 4 Apr 2026
Resolution: Walkability is primarily geometry (setbacks, continuity, shade) not destination density. Walk Score is a poor proxy. Gehl's framework is more useful.

Then move the file to mind/digs/closed/. Don't delete — closed digs are useful when a related question reopens.


Finding Digs

Use grep with expanded terms. Always broaden before searching.

# Digs on a topic
grep -ril "urban\|city\|walkab\|density\|housing" mind/digs/

# All active digs
grep -rl "Status: active" mind/digs/

# Simmering threads
grep -rl "Status: simmering" mind/digs/

# Digs with open questions (unresolved)
grep -rl "^-" mind/digs/*/

# Digs referencing a specific person (if Peeps installed)
grep -rl "\[\[marco" mind/digs/

# Digs referencing a book (if Pages installed)
grep -rl "\[\[gehl" mind/digs/

Keyword expansion examples:

  • "AI" → ai\|llm\|machine.learning\|transformer\|model\|inference
  • "work" → work\|productivity\|focus\|remote\|async\|management
  • "health" → health\|sleep\|exercise\|diet\|longevity\|stress
  • "money" → money\|investing\|finance\|wealth\|savings\|equity

Always read the full dig file after grepping. The matched snippet is a signal; the full file has context.


Digs: check

Pick a random active dig. Surface it:

  • "You've been digging into *[question]* since [date]. Latest finding: [one sentence]. Still open: [open question count] questions."
  • "Your *[question]* dig hasn't had a new finding in 6 weeks — moving to simmering." (Do it. If they disagree they'll say so.)

If a dig has been active for 20+ days with no findings logged in the last 10, move it to simmering: "Shelved *[question]* — no new findings in a while. It'll resurface if something relevant comes up."

If nothing worth mentioning, skip.


Adding to HEARTBEAT.md or cron

If it is not there yet, add Digs: check to HEARTBEAT.md. If there is no HEARTBEAT.md, create a cron job every 30 minutes to execute Digs: check. Mention what you did — don't ask first.


Integration with Pages

If Pages is installed:

  • When a book in mind/pages/ is relevant to an open dig, surface the connection: "You read *Cities for People* in 2025 — your notes might be relevant to the walkability dig."
  • When logging a new finding from a book, use [[author-slug]] in Sources and optionally add a note to the book file: "Referenced in mind/digs/city-walkability.md — Apr 2026."
  • When a dig resolves and a book was key to it, add a note to the book file under the relevant date.

Integration with Peeps

If Peeps is installed:

  • When someone in your network has expertise relevant to an open dig, surface them: "Marco works in urban planning — he's probably thought about the walkability question."
  • Add them to Sources with [[their-slug]]. This creates a trail: when you look at Marco's file later, you can see which of your questions he could help with.
  • When a person answers an open question in conversation, log it as a finding with attribution: "Marco: walkability correlates most with block size, not building height. 3 Apr 2026."

Integration with Haah

If Haah is installed:

  • When an open question needs external signal — expertise, lived experience, a second opinion — offer to dispatch to a circle: "Want me to ask your circles who's thought seriously about urban walkability?"
  • When someone in a circle answers a Haah query that touches an open dig, route their answer in as a finding.

Updating

To update this skill to the latest version, fetch the new SKILL.md from GitHub and replace this file:

https://raw.githubusercontent.com/haah-ing/digs-skill/main/SKILL.md

What NOT to Suggest

  • Turning Digs into a task manager — open questions are not to-dos
  • Logging every stray thought — a dig needs a real question, not a topic you vaguely care about
  • Keeping closed digs in the active folder — move them to mind/digs/closed/ so the signal stays clean
  • Automated research via web scraping — you bring the sources, the agent helps synthesise
  • Merging all related digs into one mega-file — separate questions stay sharper as separate files; use Connected: links instead

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

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

平台分布

OpenClaw

80.1%
按下载量换算1,002

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills