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

discoverdiscover 搜索

Agent Skill

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

总安装

7,912

周安装

333

GitHub Stars

3

下载量

2,771
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install discover

简介

通过持久的观察列表、新颖的规则和心跳支持的查找日志发现新的想法、来源、机会和角度。

SKILL.md

name
Discover
slug
discover
version
1.0.0
homepage
https://clawic.com/skills/discover
description
Discover new ideas, sources, opportunities, and angles with durable watchlists, novelty rules, and heartbeat-backed finding logs.
changelog
Initial release with discovery watchlists, novelty filters, heartbeat logging, and lightweight workspace routing.
metadata
{"clawdbot":{"emoji":"🔭","requires":{"bins":[]},"os":["linux","darwin","win32"],"configPaths":["~/discover/"],"configPaths.optional":["./AGENTS.md","./HEARTBEAT.md"]}}

When to Use

Use this skill when the user does not just want an answer once. Use it when they want the agent to keep discovering new things that matter: opportunities, risks, angles, operators, jurisdictions, sources, or practical next paths.

This is especially useful for open loops such as moving countries, tax relocation, market opportunities, tools to test, new business models, or any topic where the value comes from novelty over time rather than from a one-shot summary.

Architecture

Memory lives in ~/discover/. If ~/discover/ does not exist, run setup.md. Use memory-template.md, watchlist-template.md, and heartbeat-state.md as the baseline structures.

Workspace setup should add a minimal discovery router to the workspace AGENTS.md and a quiet recurring check to HEARTBEAT.md, with recurring behavior routed through heartbeat-rules.md.

~/discover/
├── memory.md             # Activation rules, novelty bar, and autonomy boundaries
├── watchlist.md          # Topics worth discovering, why they matter, and heartbeat status
├── heartbeat-state.md    # Last run, last angle used, and no-op markers
├── findings/
│   └── {topic}.md        # Dated log of only the discoveries that were actually new
└── archive/              # Retired topics and frozen logs

Quick Reference

TopicFileUse it for
Setup and workspace routingsetup.mdInitialize local state and propose the small AGENTS and HEARTBEAT additions
Memory schemamemory-template.mdCreate ~/discover/memory.md with status and stable preferences
Baseline memory examplememory.mdShow the shape of a live discovery memory file
Watchlist schemawatchlist-template.mdCreate ~/discover/watchlist.md with active discovery tracks
Baseline watchlist examplewatchlist.mdShow how active topics and heartbeat approvals are stored
AGENTS routing blockAGENTS.mdAdd a minimal discovery trigger to the workspace
HEARTBEAT routing blockHEARTBEAT.mdAdd a quiet recurring discovery check
Heartbeat execution rulesheartbeat-rules.mdRun discovery cycles without noise or scope drift
Discovery workflowdiscovery-loop.mdTurn curiosity into repeatable discovery passes
Novelty filternovelty-test.mdDecide whether a finding is actually new or just a reworded repeat
Heartbeat state templateheartbeat-state.mdInitialize recurring state markers safely

Requirements

  • No credentials are required by default.
  • Ask before enabling heartbeat or any recurring discovery loop.
  • Ask before using paid tools, contacting third parties, or taking action outside research and logging.
  • Keep external lookup scope narrow and tied to active watchlist topics.

Detection Triggers

Route here when the conversation sounds like any of these:

  • "Keep an eye on this"
  • "I want to keep discovering things around this"
  • "What else should I know here?"
  • "Find me angles I have not thought about"
  • "Track this over time and tell me only if there is something new"
  • "I may move country / change tax residency / enter a market, keep digging"
  • "Do not repeat the same obvious stuff"

Core Rules

1. Lock Why the Topic Matters Before Exploring

  • Every discovery track needs a concrete reason: a decision, move, risk, opportunity, or curiosity that could change what the user does.
  • Do not maintain a vague watchlist of random interests with no consequence.

2. Keep a Visible Watchlist

  • Durable discovery topics belong in ~/discover/watchlist.md, not scattered through chat.
  • Each topic should capture why it matters, what counts as novel, and whether heartbeat is approved.

3. Novelty Beats Volume

  • A discovery only counts if it adds something the user did not already have: a new fact, a new operator, a new source family, a changed constraint, a better comparison, or a practical path forward.
  • Rephrased summaries, recycled takes, and generic filler do not belong in the findings log.

4. Rotate Discovery Lenses

  • Do not search the same way every time.
  • Move through direct, contrarian, operator, geographic, regulatory, stakeholder, and practical lenses so discovery compounds instead of looping.

5. Heartbeat Needs an Explicit Contract

  • Heartbeat may review only topics marked as approved in ~/discover/watchlist.md.
  • Every recurring topic needs a novelty bar and a no-change path of HEARTBEAT_OK.

6. Log Deltas, Not Essays

  • Write only the new part into ~/discover/findings/{topic}.md.
  • Every logged discovery should state what changed, why it matters now, and one next move or implication.

7. Stay Scoped and Trustworthy

  • Do not silently broaden a topic from "move to another country for tax reasons" into generic life coaching or endless news.
  • Ask before any external commitment, irreversible action, or recurring behavior the user did not approve.

Common Traps

TrapWhy It FailsBetter Move
Keeping a vague "interesting things" listDiscovery loses relevance fastTie each topic to a decision, risk, or opportunity
Logging every article or tweetNoise buries noveltyApply novelty-test.md first
Searching the same angle every runFindings stall and become repetitiveRotate the lens in discovery-loop.md
Sending heartbeat updates just because a run happenedUser trust collapsesReturn HEARTBEAT_OK when nothing materially changed
Expanding into adjacent topics without consentScope drifts away from what the user cares aboutPark adjacent ideas and ask before promoting them
Treating discovery like raw news monitoringFreshness without usefulness is still noiseLog only what changes the user's options or understanding

External Endpoints

EndpointData SentPurpose
https://www.google.comTopic keywords and query variantsBroad source discovery and first-pass expansion
https://news.google.comTopic keywords and article metadata lookupsRecency checks for changed conditions
https://www.reddit.comTopic keywords and public thread metadata referencesCommunity and operator signal discovery
Topic-specific public primary sourcesNarrow lookups relevant to the active topicValidate practical details, constraints, or changed rules

No other data should be sent externally unless the user explicitly approves broader discovery tooling.

Data Storage

Local state in ~/discover/ includes:

  • activation preferences and discovery boundaries in memory.md
  • active topics and heartbeat approvals in watchlist.md
  • recurring run markers in heartbeat-state.md
  • per-topic discovery logs in findings/
  • retired topics and older logs in archive/

Security & Privacy

Data that leaves your machine:

  • topic names, query variants, and source lookups needed to discover new information

Data that stays local:

  • discovery preferences and activation rules in ~/discover/memory.md
  • active interest watchlists and heartbeat state in ~/discover/watchlist.md and ~/discover/heartbeat-state.md
  • dated findings in ~/discover/findings/

This skill does NOT:

  • create hidden recurring loops
  • treat repetition as novelty
  • store secrets or credentials in local discovery memory
  • contact third parties, buy services, or make commitments automatically
  • modify its own SKILL.md

Trust

This skill relies on public internet sources chosen by the topic and the user's boundaries. Only install and run it if you trust those public sources and the external services used for lookup.

Scope

This skill ONLY:

  • maintains local discovery state in ~/discover/
  • turns durable curiosity into a visible watchlist with explicit novelty rules
  • uses heartbeat only for approved tracks with a quiet no-change path

This skill NEVER:

  • confuse generic summaries with discoveries
  • keep monitoring topics that were never approved for recurrence
  • broaden scope silently
  • turn discovery into external action without approval

Related Skills

Install with clawhub install <slug> if user confirms:

  • self-improving - Compound what the agent learns from corrections and repeated wins.
  • monitor - Run tighter monitoring loops when the topic is already well defined.
  • decide - Turn discoveries into clear decisions and tradeoff calls.
  • digest - Compress many findings into a high-signal brief.
  • autonomy - Shape when the agent should act proactively versus wait.

Feedback

  • If useful: clawhub star discover
  • Stay updated: clawhub sync

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

82.45%
按下载量换算2,285

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills