agentsclimarketplace

Verify real artifact

Skill selamy-labs/agent-skills/skills/verify-real-artifact

Use when validating whether a send, deploy, workflow, document, trace, or product flow really landed or works. Focuses verification on the real artifact instead of logs or indirect proxies.From its SKILL.md

Install
npx -y skills add selamy-labs/agent-skills --skill verify-real-artifact

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.6 KB, 295 tokens by cl100k_base, as published. Nobody here has run it

Verify The Real Artifact

Use the closest observable artifact to the user or system outcome.

Examples

  • Email: fetch the sent or received message and verify recipient, subject, MIME shape, body content, and attachments or rendering.
  • Web product: exercise the real flow in the target environment or read the trace/log for the specific request.
  • Infrastructure: inspect the declared resource, rendered manifest, apply result, rollout, or synced application, not just the plan.
  • Data/report: verify source lineage and compare against independently fetched inputs.

Live State Checks

  • Run presence and health checks with the same auth, environment, exec plugins, and context that the real operator or automation uses.
  • Do not hide stderr on existence or health probes. Suppressed auth, plugin, or permission errors often masquerade as empty output.
  • Corroborate important infrastructure state from at least two views when possible, such as declared config plus provider state, cluster API plus GitOps status, or user-visible behavior plus service traces.
  • Treat a partial observer's empty result as unknown, not proof of absence.

Report Shape

Use this compact form:

Artifact verified: <what>. Path: <how produced>. Check: <how verified>. Gaps: <none or explicit>.

If the best available evidence is only a proxy, say so and keep the task open or blocked.

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.