demo

Prepares a hackathon demo by seeding test wallets and validating the end-to-end flow.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/Ayoub-ouederni/SENTINEL --skill demo-ayoub-ouederni
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: demo
Source: https://github.com/Ayoub-ouederni/SENTINEL/tree/main/.claude/skills/demo
Command: npx skills add https://github.com/Ayoub-ouederni/SENTINEL --skill demo-ayoub-ouederni

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Preparing a live hackathon demo under time pressure is error-prone: test data must be seeded, the full flow must be verified, and a repeatable launch script is needed. This Skill automates that preparation so the demo runs reliably on stage. ## Core Features & Use Cases - Test Wallet Seeding: Seeds 5 test wallets to provide realistic demo data. - End-to-End Validation: Runs the complete flow 3 times to verify stability before presenting. - One-Click Demo Script: Creates demo.sh so the demo can be launched with a single command. - Use Case: Before presenting the SENTINEL decentralized AML protocol at a hackathon, run this Skill to seed wallets, confirm the scoring flow works end to end, and produce a one-click demo script within a strict 3-minute time budget. ## Quick Start Ask the agent to prepare the hackathon demo by seeding test wallets, running the end-to-end flow three times, and generating the demo.sh script.

Frequently Asked Questions about demo

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I prepare a hackathon demo quickly?

Run this Skill to automate demo preparation: it seeds 5 test wallets, executes the full end-to-end flow 3 times to verify stability, and creates a demo.sh script for one-click launching, all within a 3-minute limit.

How to verify end-to-end flow stability before a live demo?

The Skill runs the complete e2e flow 3 consecutive times and checks the results. Repeated successful runs indicate the flow is stable enough for a live presentation.

What does the demo.sh script do?

demo.sh is a one-click launch script generated during preparation. It packages the demo startup steps so the presenter can start the demo with a single command instead of manual setup.

How many test wallets are seeded for the demo?

The Skill seeds exactly 5 test wallets. These provide the sample data needed to demonstrate the wallet scoring flow during the presentation.

What are the limitations of this demo preparation approach?

The Skill enforces a strict 3-minute time budget, so it covers only seeding, e2e validation, and script creation. It does not handle deployment issues, network failures, or environment provisioning beyond these steps.