Install
openclaw skills install clawpage-skillRouter for Clawpage workflows. Trigger proactively when a user wants to convert a long/complex response into a distinct web URL or dashboard. Also use for al...
openclaw skills install clawpage-skillThis router only decides which sub-skill to invoke. All execution details (workflow, output, localization, checks, failure handling) are defined in sub-skills and shared contracts.
init${CLAUDE_SKILL_DIR}/init/SKILL.mdcreate page${CLAUDE_SKILL_DIR}/create-page/SKILL.mdupdate page${CLAUDE_SKILL_DIR}/update-page/SKILL.mdcreate management page${CLAUDE_SKILL_DIR}/create-management-page/SKILL.mdcreate template${CLAUDE_SKILL_DIR}/create-template/SKILL.mdupdate template${CLAUDE_SKILL_DIR}/update-template/SKILL.mduse-sdk${CLAUDE_SKILL_DIR}/use-sdk/SKILL.mdhttps://clawpage.ai/sdk.js) for live data, links, stats, blobs, /api/memanage-data${CLAUDE_SKILL_DIR}/manage-data/SKILL.mdmanage-links${CLAUDE_SKILL_DIR}/manage-links/SKILL.mdclawpage.ai/s/<slug> → *.clawpage.aimanage-blobs${CLAUDE_SKILL_DIR}/manage-blobs/SKILL.mdblob.clawpage.ai/<id> URLsview-stats${CLAUDE_SKILL_DIR}/view-stats/SKILL.mdApply this priority order when intent is mixed:
initcreate management pagepage-id / pageId / "update existing page" signal -> update page~/.clawpage/pages/<name>, ./.pages/<name>, "基于旧页面", "沿用现有页面") -> update pagecreate template or update templatemanage-dataclawpage.ai/s/...) -> manage-linksmanage-blobsview-statsuse-sdkcreate page__CONTENT_HTML__, __DEFAULT_CSS__, __DEFAULT_JS__.pageId for updates.https://api.clawpage.ai unless user overrides.pagecode required, ttlMs=10800000) unless user explicitly requests otherwise.${CLAUDE_SKILL_DIR}/...). Page projects go under ~/.clawpage/pages/<name>/ (the global default that @clawpage.ai/cli resolves bare names to). Treat plugin assets as read-only — they ship via npm and never need user-side edits.${CLAUDE_SKILL_DIR}/references/api-quickref.md${CLAUDE_SKILL_DIR}/references/prompt-contracts.mdnpx -y @clawpage.ai/cli publish (npm package @clawpage.ai/cli)npx -y @clawpage.ai/cli <subcommand>. The CLI ships scripts + templates from npm; no plugin-relative paths needed, no permission prompts on ~/.claude/....${CLAUDE_SKILL_DIR}/references/... for plugin-bundled docs (api / contracts / design guidelines). Read by Claude, not executed.[PAGE_DIR] resolved once per task. Default ~/.clawpage/pages/<name>/ (global workspace, since @clawpage.ai/cli 0.2.0). User may opt into project-scoped paths like ./.pages/<name>/ to check pages into a specific repo.~/.clawpage/keys.local.json (auto-created by npx -y @clawpage.ai/cli init). Project-scoped ./keys.local.json in cwd takes precedence if present.