一键导入
website-builder
Build and host a website on this server. Use when the user wants to create a web page, dashboard, portfolio, or any content viewable in a browser.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Build and host a website on this server. Use when the user wants to create a web page, dashboard, portfolio, or any content viewable in a browser.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Read iPhone data (contacts, calendar, reminders, location, photos, files, clipboard) and execute device commands (CRUD operations + open apps via URL schemes). Use when user asks about their phone data, wants to schedule events, set reminders, manage contacts, copy to clipboard, or open an app on their phone. NEVER suggest .ics files, email workarounds, or manual steps — always use device.sh.
Persistent memory system. Automatically remember facts, decisions, and user preferences across conversations. Query past information.
Manages nightly learning sessions. Stores learning plan, journal, and progress in persistent storage. Used automatically during the 1am-6am learning window.
User asks to draft, create, or write a contract, agreement, NDA, or legal document
User shares a contract or agreement and wants it reviewed, analyzed, or explained
User wants to track, categorize, or analyze their expenses and spending
| name | website_builder |
| description | Build and host a website on this server. Use when the user wants to create a web page, dashboard, portfolio, or any content viewable in a browser. |
You have a web server (nginx) running on this VPS. Any files you place in /root/workspace/www/ are immediately served at http://YOUR_VPS_IP/.
/root/workspace/www/Use Tailwind CSS via CDN for beautiful, responsive designs:
<script src="https://cdn.tailwindcss.com"></script>
For icons, use Lucide:
<script src="https://unpkg.com/lucide@latest"></script>
For charts, use Chart.js:
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PAGE_TITLE</title>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="bg-gray-50 min-h-screen">
<div class="max-w-4xl mx-auto px-4 py-8">
<!-- Content here -->
</div>
</body>
</html>
index.html — Home pageabout.html — About pagedashboard.html — Data dashboard/root/workspace/www/assets/http://VPS_IP/ (no HTTPS yet)