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

source-research来源研究

Agent Skill

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

总安装

6,432

周安装

268

GitHub Stars

公开资料未说明

下载量

2,144
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install source-research

简介

source-research 构建与维护可复用的源研究系统,持续评估信息源投资价值。

  • 适用于量化研究、舆情监控或市场情报收集等专业领域。
  • 输出包含源质量评分、更新频率建议与替代方案比较表格。
  • 需手动维护初始源池列表,AI 仅提供分析框架而非自动发现全部源。
  • 金融类源建议优先选择权威媒体与监管机构发布内容,警惕自媒体谣言。

SKILL.md

name
source-research
description
Build and maintain a reusable source-research system for discovering source pools, evaluating whether they are worth ongoing investment, defining efficient acquisition/filtering methods, recording rejection decisions, and producing high-quality source lists or notes. Use when the user mentions 信源, 信源池, 高质量信源, 信息源, 来源池, 作者池, account/blog/source curation, or wants a repeatable framework for finding and using high-quality information sources.

Source Research Skill

Use this skill when the task is about:

  • discovering or recording new source pools;
  • deciding whether a pool is worth continued investment;
  • defining how to acquire information from a pool efficiently;
  • filtering pools into high-quality sources;
  • standardizing how source-research artifacts are stored;
  • leaving reusable artifacts so future agents do not repeat the same analysis.

Core model

Treat source research as:

  1. Three result layers: source pools / acquisition methods / filtered high-quality sources.
  2. Four execution stages: record pool / research methods / produce source results / automate monitoring.

Important: the four stages are not a strict sequence. A pool may stay manual, may have results before methods are documented, or may be recorded now and researched later.

Default operating rules

  1. If you discover a new pool while doing another task, record it immediately.
  2. If a pool was already evaluated and rejected, preserve the rejection conclusion so future agents do not waste time re-evaluating it.
  3. If a pool is useful but not automated yet, manual collection is allowed; do not block on automation.
  4. If a pool repeatedly proves valuable, raise priority for methodology, engineering, and automation.
  5. Always try to leave at least one reusable artifact: pool update, method doc, result list, rejection note, or engineering design.

Read these references

Read these files before doing non-trivial source-research work:

  • references/framework.md
  • references/artifacts.md
  • references/storage.md
  • references/organization.md

Storage contract

This skill is not only about how to use the framework. It also standardizes how these things should be stored:

  • source pool information;
  • acquisition rules or programs;
  • filtering rules or programs;
  • high-quality source lists;
  • high-quality information captured from those sources;
  • rejection conclusions;
  • information results and automation assets.

Follow the established pattern used by strong skills: keep the methodology in the skill, and keep the workspace data in a dedicated directory.

The canonical dedicated workspace directory for this skill is:

  • .source-research/

If it does not exist yet, initialize it with:

  • python <skill-dir>/scripts/init_source_research.py [workspace-root]

Canonical categories inside .source-research/:

  • source-pools/
  • acquisition/
  • filtering/
  • high-quality-sources/
  • high-quality-information/
  • rejections/
  • programs/

Do not treat generic docs as the primary storage for these results. Generic docs may hold framework notes, but canonical source-research data should live in .source-research/.

Minimal workflow

A. New pool discovered

  • Add or update a pool file under .source-research/source-pools/.
  • Mark a status such as: observed / worth deeper research / has high-quality results / suitable for engineering / not worth investment.

B. Existing pool revisited

  • Check existing pool notes and rejection conclusions first.
  • If it was previously rejected, only reopen when there is genuinely new evidence.

C. Information needed now

  • Manual collection is acceptable.
  • If repeated manual work appears, record that this pool should move toward reusable acquisition/filtering methods.
  • Store useful captured information under .source-research/high-quality-information/ when it is worth preserving.

D. Valuable pool confirmed

  • Add or update:

- acquisition method or program under .source-research/acquisition/ or .source-research/programs/; - filtering method or program under .source-research/filtering/ or .source-research/programs/; - high-quality source results under .source-research/high-quality-sources/; - engineering/automation design when justified.

Storage standard

When using this skill, do not leave the outcome only in chat. Normalize storage according to artifact type:

  • pool metadata and status -> .source-research/source-pools/;
  • acquisition methods/programs -> .source-research/acquisition/ or .source-research/programs/;
  • filtering methods/programs -> .source-research/filtering/ or .source-research/programs/;
  • filtered high-quality source results -> .source-research/high-quality-sources/;
  • high-quality information from those sources -> .source-research/high-quality-information/;
  • rejection decisions -> .source-research/rejections/;
  • engineering/automation work -> .source-research/programs/.

Output standard

Do not end with only vague suggestions. Leave concrete artifacts in the workspace so another agent can continue from files rather than chat memory.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

88.1%
按下载量换算1,889

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills