ADE proof and artifacts
SkillMediaThis skill lets your AI capture proof of its work, such as screenshots, video, test evidence, and recordings of on-screen actions, and file it in ADE's proof drawer. Instead of taking the AI's word for what it did, you get artifacts you can review yourself. It is made for use with ADE, where the proof drawer collects everything that is captured.
Available today. Use it from your connected AI after setup.
No other account needed.
After adding the skill, ask your AI for proof of a task, such as a screenshot or test evidence. What it captures will appear in ADE's proof drawer.
Then ask your AI: use the ADE proof and artifacts skill
What your AI can do with it
- Capture screenshots as evidence of completed work
- Record video of what happened during a task
- Save test evidence alongside the work it verifies
- Capture computer-use sessions so you can see each action the AI took
- Collect all captured artifacts in ADE's proof drawer
- Produce proof whenever you ask for evidence of a task
What this skill tells your AI
The instructions your AI receives, as published by arul28/ade in apps/desktop/resources/agent-skills/ade-proof-artifacts/SKILL.md and read by ahel’s review.
Rule
When the user asks to capture, send, attach, or provide proof, create evidence with the relevant tool, then register it through ADE so it appears in the proof drawer for the active chat or lane.
Commands
ade proof status --text
ade proof list --text
ade proof screenshot --text
ade proof record --seconds 20 --text
ade --socket browser proof --tab <tab-id> --caption "Verified" --text
ade --socket browser proof --browser-session <session-id> --caption "Verified" --text
ade help proof
What counts as proof
- Screenshot or video of the UI state.
- App Control, iOS Simulator, or ADE browser capture.
- Test output or log bundle when visual proof is not the right artifact.
Gotchas
- Do not leave proof as an unregistered local file when the user expects ADE to show it.
- Browser observations are scratch state, not proof; promote only reviewer-facing checkpoints with
ade --socket browser proof ...orade proof attach. The ade-browser skill documents where those scratch files live and how aggressively they prune. - Include enough context in the artifact name/description to understand what was verified.
Signals
- GitHub stars
- 104
- Forks
- 12
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
ade-proof-artifacts- Source
- github.com/arul28/ade