← Back to Skills Marketplace
jkobject

Source Scout

by Jérémie Kalfon · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
42
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install source-scout
Description
Provides factual answers to questions using authoritative web sources, citing references and including relevant images for clarity and trustworthiness.
README (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.

Usage Guidance
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.
Capability Analysis
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.
Capability Tags
cryptocan-make-purchases
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install source-scout
  3. After installation, invoke the skill by name or use /source-scout
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release: web-grounded factual answers with citations and sourced images.
Metadata
Slug source-scout
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Source Scout?

Provides factual answers to questions using authoritative web sources, citing references and including relevant images for clarity and trustworthiness. It is an AI Agent Skill for Claude Code / OpenClaw, with 42 downloads so far.

How do I install Source Scout?

Run "/install source-scout" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Source Scout free?

Yes, Source Scout is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Source Scout support?

Source Scout is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Source Scout?

It is built and maintained by Jérémie Kalfon (@jkobject); the current version is v0.1.0.

💬 Comments