Agent Infrastructure · Curated marketplace
exploring-scouts
How to explore and make sense of PostHog Signals scouts — the scheduled agents that scan a project and write reports into the Signals inbox.
Composite
C 4.4 · A 0.0
How we got there
Our evaluation
Exploring Scouts: A Guided Tour of PostHog’s Agent Fleet
Composite Score: 4.4 / 5.0
Cluster: Agent Infrastructure
This skill does one thing well: it lets you inspect PostHog’s “scouts”—scheduled agents that scan projects and emit findings—without touching their configuration. It is not a general-purpose agent inspector; it is a PostHog-specific reconnaissance tool. And for that narrow job, it is remarkably polished.
What it does, cleanly.
The trigger clarity is a perfect 5.0. The skill’s entrypoints are natural language questions users actually ask: “What are my scouts doing?”, “Why did this scout emit nothing?”, “Is my scout working?” These aren’t contrived examples—they’re the exact kind of probing a platform operator makes after deploying agents. The output specificity (4.5) matches: you get structured views of fleet schedules, recent run traces, scratchpad memory, and health metrics. No wall of raw API responses, no vague summaries. It knows the difference between “show me recent scout runs” and “why did this scout find nothing” and returns appropriate detail.
Where it fits in the cluster.
Compared to xlsx and docx in the same Anthropic catalog—which handle generic spreadsheet and document inspection—this skill is far more opinionated. It assumes you are inside PostHog’s domain model, not parsing arbitrary files. That is both its strength and its ceiling. Unlike a generic agent-monitoring skill that might wrap Prometheus or Datadog, this one is useless outside PostHog. But inside PostHog, it surfaces exactly the signals an operator needs: cadence, success rate, emit rate, signal-to-noise ratio. These are not raw metrics; they are interpreted health indicators.
The harness reveals the Achilles’ heel.
The skill passes installation cleanly (Python 3.8, posthog, requests) but fails at smoke-invocation because it requires POSTHOG_API_KEY and POSTHOG_HOST_URL environment variables. This is not a bug—it is a deliberate design choice. The skill refuses to guess credentials. But it also means the skill is inoperable out of the box. You cannot test it without first provisioning a PostHog project. For a Tier-2 review, this is the critical tension: the skill is self-contained in logic (4.5) but not in runtime—it depends on external infrastructure that may not exist in a sandbox.
Reusability is the correct 3.0.
The skill is tightly coupled to PostHog’s API and domain language (“scouts,” “findings,” “scratchpad memory”). You cannot repurpose it for other agent frameworks (LangGraph, CrewAI, AutoGen) without rewriting the core. It is a one-shot tool for a specific platform. The author acknowledges this by pointing to authoring-scouts as a companion skill—a smart division of labor, but one that further narrows this skill’s scope.
The judgment.
This is a skill for PostHog power users, not casual explorers. It earns its 4.4 by being ruthlessly focused: perfect triggers, specific outputs, precise scope. But the reusability penalty is earned. If you manage PostHog scouts, this is invaluable. If you don’t, it’s a demonstration of how a highly opinionated skill can excel within its domain—and be useless outside it. The harness observation is a red flag for portability, but a green flag for honesty: the skill doesn’t pretend to work without its required context. That integrity, combined with the clarity of its triggers, makes it a model for domain-specific agent infrastructure skills.
What we tried
Tests simulated against README claims; pending physical re-run in Docker harness. Ran 2026-07-05.
Overall: partial. 1 test passed, 0 partial, 1 failed; key blocker: smoke-invocation fails due to missing API credentials.
Inferred dependencies: python>=3.8, posthog, requests.
| Test | Status | Notes |
|---|---|---|
| install | pass | Assuming the package is published on PyPI and dependencies (posthog, requests) are satisfied. No system dependencies required. |
| smoke-invocation | fail | Requires POSTHOG_API_KEY and POSTHOG_HOST_URL environment variables set. Without them, the API call will fail with authentication error. |
1 source verified
- Best source
skillsmp.com - Authority tier Tier 2 — Curated marketplace
- Stars ★ 35,356
- Source link https://skillsmp.com/creators/posthog/posthog/products-signals-skills-exploring-scouts ↗
- First published 2026-07-04
- Last modified 2026-07-05
Use this skill
/plugin install exploring-scouts Head-to-head pages featuring exploring-scouts
More in Agent Infrastructure
skill-creator
Create, edit, improve, or audit AgentSkills.
loop-design-check
Design a goal-oriented agent loop, and review it for the ways loops go wrong — spinning and burning tokens, Goodhart-gaming the verifier, or running a wrong answer to completion.
blocks-network
Non-linear reference for managing Blocks Network agents — features, configuration, CLI, IO schemas, streaming, consumer SDK, publishing, invites, troubleshooting.
polygon-agent
Complete Polygon agent toolkit for on-chain operations on Polygon.