Product videos are expensive and one-way. Turn verified SaaS or software product materials into an interactive digital-human PersonWise website explainer visitors can question and embed, without inventing UI, features, customers, pricing, integrations, metrics, or roadmap.
71
89%
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 a remote PersonWise CLI binary at runtime from https://releases.personwise.ai/cli/v1.1.6/$artifact (and the explicit Windows artifact URL https://releases.personwise.ai/cli/v1.1.6/personwise_1.1.6_windows_amd64.zip), which fetches and installs executable code required by the Skill.
https://releases.personwise.ai/cli/v1.1.6/$artifact
url · 1 site
bootstrap.sh constructs this URL at runtime (line 132) and uses curl (line 134) to download and install the PersonWise CLI binary from releases.personwise.ai, covering the four Unix platform artifacts: linux_amd64, linux_arm64, darwin_amd64, and darwin_arm64.
assets/bootstrap.sh
132
url="https://releases.personwise.ai/cli/v1.1.6/$artifact"