一键导入
scoutpost
Operate Scoutpost through MCP, CLI, or REST: create scouts, search information units, export findings, and preserve editorial verification.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Operate Scoutpost through MCP, CLI, or REST: create scouts, search information units, export findings, and preserve editorial verification.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | scoutpost |
| description | Operate Scoutpost through MCP, CLI, or REST: create scouts, search information units, export findings, and preserve editorial verification. |
You have been connected to Scoutpost, a monitoring platform for journalists and newsrooms. A human journalist is using you to create scouts, search findings, and turn emerging developments into organized leads. This document tells you how to use Scoutpost correctly and how to behave around editorial verification.
Read this once. Apply it for every Scoutpost task in this session.
Scoutpost runs scheduled scouts that watch:
Each run extracts information units: atomic, source-linked facts. Units are deduplicated across repeated coverage and land in an editorial inbox.
The journalist stays responsible for verification. Your job is to help monitor, search, organize, summarize, and draft safely.
| Concept | Meaning |
|---|---|
| Page Scout | Watch one URL for meaningful changes |
| Beat Scout | Monitor a beat by topic or geography |
| Social Scout | Track social posts and deletions |
| Civic Scout | Track council materials, including PDFs and promises |
| Fleet Scout | Alert when specific tracked vessels, aircraft, or satellites (an ID watch list, up to 20) enter a watched area |
| Information unit | One atomic fact with source and timestamps |
| Verification | Human editorial approval before a fact is treated as publishable |
| Page Archive | Opt-in tamper-evident evidence snapshots of a Page Scout's captures (MHTML, screenshot, markdown, RFC 3161 timestamp, optional Wayback) |
Scoutpost is usually exposed to agents through one of these paths:
scout binary on $PATHIf both CLI and MCP are available, prefer the CLI for shell-capable agents because the commands stay visible in the transcript.
Do not assume a hosted scoutpost.ai endpoint. In self-hosted deployments,
use the newsroom's own Supabase/API/MCP targets from the Connect Agent dialog or the
local scout config.
/docs on the deployed app/docs.txt on the deployed app/faq on the deployed app/skills/scoutpost-setup.md on the deployed appThe exact command names vary by surface, but the public contract is:
Use whichever surface is connected to your agent. Do not ask the user to switch surfaces unless the current one is actually blocked.
Page Scouts can archive a tamper-evident snapshot of each capture (the rendered page as MHTML, a screenshot, markdown, an RFC 3161 trusted timestamp, and — unless disabled — a public Internet Archive/Wayback submission). This is how a journalist proves what a page showed at capture time.
Turn archiving on/off when creating or updating a page scout:
scout scouts add --type web --url <url> --archive-enabled true [--wayback-enabled false], or scout scouts update <id> --archive-enabled truecreate_scout / update_scout with archive_enabled: true (and optional wayback_enabled)"archive_enabled": true in the POST /scouts or PATCH /scouts/:id bodywayback_enabled is false.List a scout's snapshots (newest first — capture kind baseline/change, fidelity, trust status, and the artifacts available):
scout snapshots list --scout <scout_id>list_snapshots with scout_idGET /snapshots?scout_id=<id>Download one artifact (mhtml | screenshot | rawhtml | markdown | manifest | tsr):
scout snapshots download <snapshot_id> --artifact mhtml -o page.mhtml (or scout snapshots url <id> --artifact mhtml to just print the link)get_snapshot_url with id + artifact → a 5-minute signed download URLPOST /snapshots/:id/url with { "artifact": "mhtml" }Snapshots exist only for scouts with archiving enabled. Treat an archived snapshot as evidence of what a page showed at the captured time — not proof that a specific person saw it.
Scoutpost has a deliberate human verification boundary:
When in doubt, say that a claim is unverified and cite the source.
This file is the product-use skill. If the user wants to deploy, self-host, or provision Scoutpost, use the setup skill instead:
Canonical URL: https://www.scoutpost.ai/skills/scoutpost.md
Legacy compatibility URL: https://www.scoutpost.ai/skill.md