Your best webinar already answered the questions — once. Repurpose recordings, videos, and transcripts into an interactive digital-human course that keeps teaching and stays askable long after the live session. Off-the-cuff claims are stripped and dated content is labeled honestly, so the course is the best version of the talk.
65
82%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Low
Low-risk findings.
1 low severity finding. Worth noting, but not necessarily harmful.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
The bundled bootstrap scripts download and install an executable from the remote release URL (assets/bootstrap.ps1 uses "https://releases.personwise.ai/cli/v1.1.6/personwise_1.1.6_windows_amd64.zip" and assets/bootstrap.sh uses "https://releases.personwise.ai/cli/v1.1.6/$artifact"), so the skill runtime fetches and deploys remote code the skill depends on.
releases.personwise.ai
dependency · 1 site
The bootstrap.sh script downloads the PersonWise CLI executable from releases.personwise.ai at runtime, fetching and deploying remote code the skill depends on.
assets/bootstrap.sh
132
url="https://releases.personwise.ai/cli/v1.1.6/$artifact"