Show the safe OpenClaw PopiArt skill install path

The public site now points OpenClaw users at the dedicated popiartcli skill directory and raw SKILL.md copy path, so installers do not scan runtime PopiSkills as agent skills.

Constraint: The server worktree already contains unrelated billing and UI edits, so this commit is intentionally limited to the homepage content and renderer.

Rejected: Document only in popiartcli README | users may follow the website install flow instead.

Confidence: high

Scope-risk: narrow

Directive: Keep OpenClaw installation guidance pointed at popiartcli/tree/main/skill, not a repository-root skills directory.

Tested: npm run build in web

Not-tested: Live deployed website smoke test.
This commit is contained in:
wtgoku
2026-04-29 13:02:56 +08:00
parent d0318292c1
commit ede502a63c
2 changed files with 27 additions and 0 deletions
+14
View File
@@ -154,6 +154,20 @@ export default async function HomePage({
</div>
</article>
<article className="integration-step-card">
<div className="integration-step-head">
<span className="integration-step-dot" aria-hidden="true" />
<span className="integration-step-label">OPENCLAW</span>
<h3>{dictionary.home.agentSkillTitle}</h3>
</div>
<div className="integration-step-body">
<p>{dictionary.home.agentSkillDescription}</p>
<pre>
<code>{dictionary.home.agentSkillCommand}</code>
</pre>
</div>
</article>
<article className="integration-step-card">
<div className="integration-step-head">
<span className="integration-step-dot" aria-hidden="true" />