Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

proto-cog原型齿轮

Agent Skill

proto-cog 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

63,298

周安装

2,719

GitHub Stars

5

下载量

22,187
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:proto-cog(原型齿轮)
来源仓库:https://github.com/nitishgargiitd/proto-cog
安装命令:
openclaw skills install proto-cog
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install proto-cog

简介

基于 CellCog 引擎生成交互式 HTML UI 原型与线框图。

  • 适用于产品设计、SaaS 界面开发与用户体验验证。
  • 支持移动屏、仪表板与登陆页面等多种模板类型。
  • 输出为可直接预览与分享的静态网页文件。proto-cog 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 安装前请确认是否允许调用外部图形渲染服务。

SKILL.md

name
proto-cog
description
AI UI prototyping powered by CellCog. Interactive HTML prototypes, wireframes, app mockups, landing pages, mobile screens, SaaS dashboards, design systems, user flows. From description to clickable prototype in one prompt.
metadata
openclaw
emoji
📐
os
[darwin, linux, windows]
requires
bins
[python3]
env
[CELLCOG_API_KEY]
author
CellCog
homepage
https://cellcog.ai
dependencies
[cellcog]

Proto Cog - Build Prototypes You Can Click

Build prototypes you can click. UI/UX wireframes, app mockups, and fully interactive HTML prototypes — from napkin sketch to clickable experience in one prompt.

Every other AI design tool gives you static images. CellCog builds working prototypes — real HTML, real interactions, real user flows you can click through and share with stakeholders. Landing pages, mobile app screens, SaaS dashboards, design systems — prototyped and playable, not just pretty.

How to Use

For your first CellCog task in a session, read the cellcog skill for the full SDK reference — file handling, chat modes, timeouts, and more.

OpenClaw (fire-and-forget):

result = client.create_chat(
    prompt="[your task prompt]",
    notify_session_key="agent:main:main",
    task_label="my-task",
    chat_mode="agent",
)

All agents except OpenClaw (blocks until done):

from cellcog import CellCogClient
client = CellCogClient(agent_provider="openclaw|cursor|claude-code|codex|...")
result = client.create_chat(
    prompt="[your task prompt]",
    task_label="my-task",
    chat_mode="agent",
)
print(result["message"])

Why Interactive Prototypes Matter

Static mockups create a fundamental gap: stakeholders see pictures, not experiences. The difference matters:

Static MockupInteractive Prototype
"Imagine clicking this button"Click the button, see what happens
"This would scroll to..."Scroll and see the content load
"The hover state looks like..."Hover and watch the animation
"Trust me, the flow makes sense"Walk through the flow yourself

CellCog generates real HTML/CSS/JS prototypes hosted on live URLs. Share a link, get feedback on the actual experience — not on someone's imagination of the experience.


What You Can Prototype

Landing Pages

Validate your messaging and design:

  • SaaS Landing Pages: "Create a landing page for an AI writing assistant — hero, features, pricing, testimonials, CTA"
  • Product Launch Pages: "Build a launch page for a new fitness app with countdown and email signup"
  • Event Pages: "Create a conference landing page with schedule, speakers, and registration"
  • Portfolio Sites: "Build a personal portfolio landing page for a UX designer"

Example prompt:

"Create an interactive landing page prototype for 'FlowState' — a productivity app for developers: Sections: - Hero: 'Code in the zone. Stay in the zone.' with app screenshot and CTA - Problem: Distractions kill developer flow (statistics) - Solution: How FlowState blocks distractions intelligently - Features: 3-4 key features with icons - Pricing: Free, Pro ($12/mo), Team ($8/user/mo) - Testimonials: 3 developer quotes - Final CTA Style: Dark theme, developer-friendly, monospace accents Make all buttons and navigation interactive."

Mobile App Screens

Design full app experiences:

  • Onboarding Flows: "Create a 5-screen onboarding flow for a meditation app"
  • Core Features: "Prototype the main dashboard and navigation for a fitness tracking app"
  • E-commerce: "Build a product browse → detail → cart → checkout flow for a fashion app"
  • Social Features: "Prototype a profile page, feed, and messaging interface"

Example prompt:

"Prototype a mobile food delivery app (phone-sized viewport): Screens: 1. Home — restaurant grid with search and category filters 2. Restaurant — menu with items, ratings, delivery time 3. Item detail — customization options, add to cart 4. Cart — order summary, delivery address, payment 5. Order tracking — live status with map placeholder Make navigation between screens work with smooth transitions. Style: Clean, modern, Uber Eats / DoorDash inspired."

SaaS Dashboards

Prototype complex business tools:

  • Analytics Dashboards: "Create a marketing analytics dashboard with real chart interactions"
  • Admin Panels: "Build a user management panel with tables, filters, and modals"
  • CRM Interfaces: "Prototype a sales pipeline view with drag-and-drop kanban board"
  • Settings Pages: "Create a comprehensive settings page with tabs, forms, and toggles"

Example prompt:

"Prototype a SaaS project management dashboard: Left sidebar: Navigation (Projects, Tasks, Team, Reports, Settings) Main area: - Overview: KPI cards (tasks completed, overdue, in progress) - Kanban board: Columns for To Do, In Progress, Review, Done - Task cards with assignee avatars, priority tags, due dates Interactions: - Sidebar navigation switches views - Clicking a task card opens a detail modal - Filter dropdown for project/team member Style: Clean, professional, Notion/Linear inspired."

Design Systems & Components

Build reusable design foundations:

  • Component Libraries: "Create a UI component library: buttons, inputs, cards, modals, navigation"
  • Style Guides: "Build an interactive style guide showing typography, colors, spacing, and components"
  • Form Patterns: "Prototype common form patterns: login, signup, multi-step wizard, settings"
  • Navigation Patterns: "Create examples of sidebar nav, top nav, bottom tab bar, and hamburger menu"

Wireframes

Quick structural explorations:

  • Low-Fidelity Wireframes: "Create grayscale wireframes for a blog platform — home, article, author pages"
  • User Flows: "Wireframe the complete signup → onboarding → first action flow for a project management tool"
  • Layout Explorations: "Show 3 different layout approaches for a real estate listing page"
  • Information Architecture: "Wireframe the navigation structure for an e-learning platform with courses, lessons, and progress tracking"

Prototype Features

CellCog prototypes can include:

FeatureDescription
NavigationWorking links, page transitions, tab switching
InteractionsHover states, click actions, toggles, accordions
FormsInput fields, validation states, dropdowns, checkboxes
Modals & OverlaysPopup dialogs, slide-out panels, tooltips
Responsive DesignAdapts to desktop, tablet, and mobile viewports
AnimationsSmooth transitions, loading states, micro-interactions
Data DisplayCharts, tables, cards with realistic sample data
Dark/Light ThemesTheme switching support

Output Formats

FormatBest For
Interactive HTML (Default)Clickable prototypes hosted on live URL — share with anyone
Static ImagesScreenshots for documentation or comparison
PDFWireframe documentation for handoff

Interactive HTML is the default. That's the whole point — prototypes you can click.


Chat Mode for Prototyping

ScenarioRecommended Mode
Individual pages, single components, wireframes"agent"
Full app prototypes with multiple interconnected screens, design systems"agent team"

Use "agent" for most prototypes. Landing pages, individual app screens, and component designs execute well in agent mode.

Use "agent team" for full application prototypes — multi-screen apps where navigation, state, and user flows need to work together cohesively.


Example Prompts

SaaS landing page:

"Create a landing page for 'CodeReview.ai' — an AI code review tool: Hero: 'Ship better code. Ship it faster.' with demo video placeholder Social proof: 'Trusted by 500+ engineering teams' Features: AI-powered reviews, integration with GitHub/GitLab, security scanning Pricing: Starter (free), Pro ($29/mo), Enterprise (custom) Dark theme, developer-focused, green accent color. All navigation and CTAs should be interactive."

Mobile app prototype:

"Prototype a habit tracking app (mobile viewport): Tab bar: Today, Habits, Stats, Profile Today screen: List of today's habits with checkboxes, streak counts, and progress ring Habits screen: All habits with edit/delete, add new habit button Stats screen: Charts showing completion rates, longest streaks, weekly/monthly view Profile screen: Settings, notification preferences, export data Tab navigation should work. Checking habits should animate. Style: Minimal, calming, inspired by Streaks app."

Design system:

"Build an interactive design system for a fintech startup: Colors: Primary (deep blue), secondary (teal), accent (amber), semantic (success/warning/error) Typography: Scale from h1 to body to caption with clear hierarchy Components: - Buttons (primary, secondary, ghost, destructive — each with hover/active/disabled states) - Input fields (default, focused, error, disabled) - Cards (simple, interactive, stat card) - Table with sortable headers - Modal dialog - Toast notifications Show each component with interactive states. Professional, banking-grade aesthetic."

Wireframe exploration:

"Create 3 different layout approaches for an AI chatbot interface: Option A: Full-page chat (like ChatGPT) Option B: Side panel chat with main content area Option C: Floating chat widget Each should include: message input, conversation history, suggested prompts, and settings access. Grayscale wireframes, focused on layout and information hierarchy."

Tips for Better Prototypes

  1. Describe the interactions: "Button opens a modal" or "Tabs switch content" — tell CellCog what should happen, not just what should appear.
  1. Reference existing products: "Like Notion's sidebar" or "Stripe's pricing page" communicates more than paragraphs of description.
  1. Specify viewport: "Mobile phone viewport" vs "Full desktop" changes the entire design approach.
  1. Include realistic content: Real text, real numbers, real labels — not "Lorem ipsum". Prototypes with real content get better feedback.
  1. State the purpose: "For user testing", "For investor demo", "For developer handoff" — context shapes fidelity level.
  1. Think in flows, not pages: "Signup → Onboarding → Dashboard" is more useful than 3 disconnected page requests.

If CellCog is not installed

Run /cellcog-setup (or /cellcog:cellcog-setup depending on your tool) to install and authenticate. OpenClaw users: Run clawhub install cellcog instead. Manual setup: pip install -U cellcog and set CELLCOG_API_KEY. See the cellcog skill for SDK reference.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

96.59%
按下载量换算21,430

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills