← 返回 Skills 市场
jkobject

Source Scout

作者 Jérémie Kalfon · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
42
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install source-scout
功能描述
Provides factual answers to questions using authoritative web sources, citing references and including relevant images for clarity and trustworthiness.
使用说明 (SKILL.md)

Source Scout

Source Scout turns quick factual answers into grounded, source-backed answers. It is designed for the everyday “random knowledge question” where answering from memory is tempting but citations and visuals make the response much more trustworthy.

Trigger

Use this skill for factual questions such as:

  • “where is…?”, “what is…?”, “why…?”, “who is…?”, “how does…?”
  • science, medicine, biology, history, geography, or technical explainers
  • current facts that may have changed
  • any answer where citations or a visual would materially improve trust

Do not use for pure opinion, brainstorming, private/local memory lookup, local file/code work, or casual chat.

Default workflow

  1. Search the web first with the available web search tool.
    • Prefer authoritative sources: official organizations, government/NIH/NCBI/WHO, papers/reviews, textbooks, reputable institutions.
    • For scientific or medical topics, favor NCBI/PubMed/PMC, review articles, medical institutions, and official health agencies.
  2. Cross-check core claims across at least two reliable sources when feasible.
  3. Answer concisely in the user’s language.
  4. Cite sources with names and URLs. Usually 2–5 sources is enough.
  5. Include a sourced image/photo/figure when useful.
    • Prefer existing online images from Wikimedia Commons, official institutions, NCBI/PMC figures, or clearly attributed educational pages.
    • Prefer open-license or official educational images. Include attribution/licence when available.
    • If the runtime supports media attachments, download the image locally and attach the local file rather than relying on a raw external image URL.
    • Do not generate a custom image unless no suitable sourced image exists or the user explicitly wants a custom schematic.
  6. Be transparent about uncertainty. If sources disagree or evidence is limited, say so briefly.

Recommended output shape

Keep it compact:

  • Direct answer first.
  • 2–4 explanation bullets if useful.
  • Image attachment or image link if useful.
  • Sources: list with URLs.

Image handling pattern

When an image is useful:

  1. Search for a source page, not only a raw image URL.
  2. Inspect the source page enough to identify attribution/licence.
  3. Download the image locally if attachments are supported.
  4. Verify the file type.
  5. Attach the local file, and cite the source page.

Example shell pattern, when appropriate in your environment:

mkdir -p shared/artifacts
curl -L --fail '\x3Cimage-url>' -o shared/artifacts/\x3Cdescriptive-name>.\x3Cext>
file shared/artifacts/\x3Cdescriptive-name>.\x3Cext>

Quality bar

A good Source Scout answer should make the user feel: “this was quick, but it wasn’t hand-wavy.”

Avoid citation dumping. Prefer a few strong sources and a clear answer.

安全使用建议
This looks safe for its stated purpose. Before installing, understand that factual questions may be searched on the web and useful images may be downloaded locally for attachment. Avoid using it for sensitive private questions, and keep image downloads limited to authoritative or open-license sources.
功能分析
Type: OpenClaw Skill Name: source-scout Version: 0.1.0 The source-scout skill is designed to provide factual, grounded answers by performing web searches and citing sources. It includes instructions in SKILL.md for the agent to download images using curl into a local directory (shared/artifacts) for the purpose of including visual aids in responses. The workflow is transparent, aligned with the stated purpose, and lacks any indicators of malicious intent, data exfiltration, or unauthorized persistence.
能力标签
cryptocan-make-purchases
能力评估
Purpose & Capability
The artifacts consistently describe factual Q&A grounded in authoritative web sources and optional sourced images, and explicitly exclude private/local memory lookup and local file/code work.
Instruction Scope
The workflow is bounded to factual/public-knowledge questions and source citation; it does not instruct the agent to override user goals beyond applying this sourcing workflow for factual answers.
Install Mechanism
There is no install spec or code payload; the README only shows standard ClawHub install or folder-copy instructions.
Credentials
The skill may use web search and, when useful, download an online image to shared/artifacts for attachment. This is disclosed and aligned with the stated purpose.
Persistence & Privilege
No credentials, privileged paths, background services, persistent memory, or account mutation are requested; downloaded image artifacts are scoped output files.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install source-scout
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /source-scout 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release: web-grounded factual answers with citations and sourced images.
元数据
Slug source-scout
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Source Scout 是什么?

Provides factual answers to questions using authoritative web sources, citing references and including relevant images for clarity and trustworthiness. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 42 次。

如何安装 Source Scout?

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

Source Scout 是免费的吗?

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

Source Scout 支持哪些平台?

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

谁开发了 Source Scout?

由 Jérémie Kalfon(@jkobject)开发并维护,当前版本 v0.1.0。

💬 留言讨论