From sundial-org-awesome-openclaw-skills-4
Shares and analyzes your screen via WebRTC portal for fast visual checks or Chrome extension for snapshots, analysis, and UI interactions like clicks.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
This skill provides two ways for the agent to see and interact with your screen.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
This skill provides two ways for the agent to see and interact with your screen.
Best for: Quick visual checks, restricted browsers, or non-technical environments.
screen_share_link: Generates a local WebRTC portal URL.screen_analyze: Captures the current frame from the portal and analyzes it with vision.Usage:
# Get the link
bash command:"{baseDir}/references/get-share-url.sh"
# Analyze
bash command:"{baseDir}/references/screen-analyze.sh"
Best for: Deep debugging, UI automation, and clicking/typing in tabs.
clawdbot browser extension install.clawdbot browser extension path.browser action:snapshot: Take a precise screenshot of the attached tab.browser action:click: Interact with elements (requires profile="chrome").web/screen-share.html: The sharing portal.references/backend-endpoint.js: Frame storage server.