agentsclimarketplace

Source verify

Skill frankxai/marine-agent-skills/skills/source-verify

Use to verify every factual claim in a Blue Life Commons draft is backed by an acceptable source before PR. Defends against AI-generated text drifting from cited fact. Triggers — "verify sources", "check citations", "is every claim sourced".From its SKILL.md

Install
npx -y skills add frankxai/marine-agent-skills --skill source-verify

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.7 KB, 332 tokens by cl100k_base, as published. Nobody here has run it

Source verification (claim-level)

The #1 integrity failure for an agent-authored commons is plausible-but-uncited sentences slipped between the real citations. This skill catches them.

Procedure

  1. Extract every factual sentence (a claim about the world: distribution, diet, behavior, population, status, law, statistics). Skip clearly-labeled first-person field observations and pure logistics.
  2. For each, identify the supporting source in the artifact's sources[] / Sources section.
  3. Check the source tier against SOURCES.md:
    • Tier 1 (peer-reviewed, IUCN assessment, government monitoring) — required for core science claims.
    • Tier 2 (NGO/museum/university outreach) — acceptable with attribution.
    • Tier 3 (science journalism, documentaries) — context only, never a core claim.
    • Never: forums, AI output, uncited blogs, social media.
  4. Where the commons uses marine-mcp, call lookup_source to confirm a cited URL is real and already known to the corpus.

Output

SOURCES: PASS, or a list of un-sourced / under-tiered claims:

- "<sentence>" — no source / Tier-3 used for a core claim → add Tier 1–2 or remove the claim.

If any claim cannot be sourced, the rule is: remove the claim or mark the artifact status: needs-sources. Never leave an unsourced factual sentence in a merged artifact.

Built on SIP · Blue Life Commons.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,835. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.