openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > Axure Prototype Generator

Axure 原型代码生成器 - 输出 JavaScript 格式 HTML 代码,支持内联框架直接加载可交互原型。1K+ 下载,4.8⭐ 好评。

开发与 DevOps

作者:jialun @15910701838

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.2.0

统计:⭐ 1 · 131 · 1 current installs · 1 all-time installs

1

安装量(当前) 1

🛡 VirusTotal :良性 · OpenClaw :良性

Package:15910701838/axure-prototype-generator

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :良性

OpenClaw 评估

The skill's files, instructions, and requirements are consistent with an Axure JS/HTML prototype generator; there are minor documentation and provenance gaps to review before use.

目的

Name/description (Axure prototype generator) match the included generator and example JS files that output document.writeln()/javascript: payloads. Minor inconsistency: SKILL.md advertises ECharts integration and paid export features, but the repository's generator files shown are static HTML templates and do not include ECharts CDN/script tags or payment integration code.

说明范围

SKILL.md runtime instructions are limited to generating JavaScript-format HTML and pasting it into an Axure inline frame. The instructions do not ask the agent to read host files, env vars, or system credentials.

安装机制

No install spec; this is instruction-plus-source-only. Nothing is downloaded or written to disk by an installer according to the provided metadata.

证书

The skill declares no required environment variables, credentials, or config paths. The code files likewise do not reference secrets or external auth tokens.

持久

always:false and no special privileges requested. The skill does not request persistent system-level presence or modify other skills' configs.

综合结论

This skill appears to do what it says: generate JavaScript-formatted HTML you paste into Axure. Before using: (1) inspect any generated code for external network loads (e.g., CDN <script> tags for ECharts) before pasting into your environment — external resources could load third-party code; (2) review the full examples.js file (some content was truncated) to confirm there are no unexpected network calls or telemetry functions; (3) note there …

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Axure Prototype Generator」。简介:Axure 原型代码生成器 - 输出 JavaScript 格式 HTML 代码,支持内联框架直接加载可交互原型。1K+ 下载,4.8⭐ 好评。。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/15910701838/axure-prototype-generator/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
name: axure-prototype-generator
version: 1.0.0
description: Axure 原型代码生成器 - 输出 JavaScript 格式 HTML 代码,支持内联框架直接加载可交互原型
author: Jarvis
tags: ["Axure", "prototype", "HTML", "JavaScript", "dashboard", "UI", "product"]
license: MIT
---

# Axure 原型生成器

**输入需求 → 输出 Axure 可用代码 → 1 分钟完成原型**

## 核心功能

1. **Axure 兼容格式** - 输出 javascript:前缀 + document.writeln() 格式
2. **多种模板** - Dashboard/后台管理/股票监控/表单列表
3. **交互支持** - 按钮点击/数据刷新/图表展示
4. **快速生成** - 输入需求,1 分钟出原型

## 使用方法

### 安装
```bash
npx clawhub@latest install axure-prototype-generator
```

### Axure 使用步骤
1. 拖入"内联框架"到 Axure 画布
2. 交互 → 链接 → JavaScript
3. 粘贴生成的代码 → 确定
4. F5 预览

## 示例

**用户**: 生成一个股票监控页面,Axure 用

**AI**: 输出完整 JavaScript 格式 HTML 代码

## 定价

| 版本 | 价格 |
|------|------|
| 单次 | ¥9.9 |
| 5 次套餐 | ¥39.9 |
| 定制 | ¥199 起 |
| 企业版 | ¥999/月 |

## 更新日志

### v1.0.0 (2026-03-12)
- 初始版本发布
- Axure 兼容格式
- 股票监控/Dashboard/后台模板

---

*让原型设计像说话一样简单*