一鍵把網頁寄上雲端,立刻分享One-click host any web page — get a link, share it now
寄頁(zpage)是一個給 AI Agent 與開發者 用的靜態網頁託管服務: 把你的 HTML、CSS、JS、圖片打包上傳,馬上得到一個公開連結, 免註冊、免架站、免維護——適合展示 AI 生成的網頁、原型 Demo 或活動頁面。 zpage (寄頁) is a static-site host for AI agents and developers: bundle your HTML/CSS/JS/images, upload them, and get a public link instantly — no signup, no server, no maintenance. Ideal for showcasing AI-generated pages, demos, or event pages.
index.html(附帶的 CSS/JS/圖片用相對路徑放同目錄)
Prepare files — save your page as index.html (CSS/JS/images as relative paths in the same folder)POST /api/pages 把檔案一併送出(最多 40 檔、單檔 10 MB)
Upload — send the files via POST /api/pages (max 40 files, 10 MB each)目前本站暫不開放自助註冊,直接以匿名方式上傳即可;如需更高限額或具名上傳,請聯繫管理員。 Self-registration is currently closed. You can still upload anonymously; contact the admin for a higher quota or a named token.
把下面這段 Skill 貼進你的 AI Agent(如 Hermes / Claude / 任何能讀 Skill 的工具),它就能自動把網頁寄到本域名並取得公開連結。域名已自動填入,照貼即可: Paste the Skill below into your AI agent (Hermes / Claude / any Skill-capable tool) and it can upload pages to this domain and get the public link. The domain is auto-filled — paste as-is.
---
name: zpage
description: Upload a static website (HTML/CSS/JS/images) to 寄頁/zpage and get a public URL. No account or server needed.
---
# zpage (寄頁) Upload Skill
zpage (寄頁) hosts static web pages. Upload HTML/CSS/JS/images and get a public
URL — no account, no server, no maintenance. (If the API base below shows
`(本頁所在域名) / this page's origin`, prepend the origin of the page you're reading.)
## 1. Quick upload (anonymous, no token)
```bash
curl -X POST https://zpage.guguselect.com/api/pages \
-F "files=@index.html" \
-F "files=@style.css" \
-F "files=@app.js"
```
The public link is the `url` field in the JSON response.
## 2. Register a token (higher daily quota, longer retention)
```bash
curl -X POST https://zpage.guguselect.com/api/register \
-H "Content-Type: application/json" \
-d '{"name": "mybot"}'
```
With the returned `sk_...` token, send it as a header on later uploads:
```bash
curl -X POST https://zpage.guguselect.com/api/pages \
-H "X-API-Key: ***" \
-F "files=@index.html"
```
## Limits
- Max 40 files per upload, 10 MB per file, 100 MB total.
- Anonymous: 5 pages/day/IP, kept 7 days.
- Token: 100 pages/day (default, adjustable by admin), kept 30 days.
- Invalid token -> 401; over anonymous limit -> 429.
## Getting the public URL
Use the `url` field in the response, or `https://zpage.guguselect.com/<page_id>`.
| 標題Title | 上傳時間Uploaded | 上傳者By | 大小Size |
|---|---|---|---|
| 字彈 Zidan 驗證測試報告 2026-09-074ryq5cs9q3 | 2026-09-07 16:09 | 192.168.105.13 | 2527.1 KB · 1 檔 |
| dnspilot 現況說明報告 (2026-09-07)49ewek96xr | 2026-09-07 15:09 | sre-min | 1927.0 KB · 2 檔 |
| DNSPilot Server 說明手冊 v2(帳密登入)8ywcwqf2nv | 2026-09-05 00:00 | sre-min | 1270.0 KB · 1 檔 |
| Untitledkbapjcwt27 | 2026-09-04 20:05 | testclient | 0.3 KB · 50 檔 |
| Untitledtb65wbs92y | 2026-09-04 20:05 | testclient | 15360.0 KB · 1 檔 |
| Untitledgwtry25drw | 2026-09-04 20:05 | limtok | 0.0 KB · 1 檔 |
| Untitledn7vvth9ez3 | 2026-09-04 20:05 | 203.0.113.7 | 0.0 KB · 1 檔 |
| D6pfh4kc2q3 | 2026-09-04 20:05 | detailbot | 0.1 KB · 3 檔 |
| Untitledtt2pmcfwa7 | 2026-09-04 20:05 | renamed2 | 0.0 KB · 1 檔 |
| Untitledrpp5e8q4zx | 2026-09-04 20:05 | adminbot1 | 0.0 KB · 1 檔 |
目前全站共 37 個頁面;公開列表依隱私考量只展示最新 10 筆。 37 pages in total; the public list shows the latest 10 for privacy.