Stores durable facts in a categorized, plain-markdown vault on disk, alongside your agent's built-in memory.
Coding
Yezhou Deploy
Try it将 HTML、项目目录或 ZIP 部署到页舟并保持公开链接不变
What it does
Official source: https://cnb.cool/gebangfeng/yezhou-deploy
The skill document
页舟部署
Official source: https://cnb.cool/gebangfeng/yezhou-deploy
Use the bundled script instead of the browser UI:
node scripts/publish.mjs [title]
On first use, the script starts 页舟 browser authorization. Tell the user to approve the matching one-time code in the browser, then continue waiting for the script. Do not ask the user to create, copy, paste, or expose a token. The credential is stored in the user's configuration directory, never in the project.
On the first publish, the script creates .yezhou.json beside the HTML file. On later runs from that project, it updates the recorded site ID, so the public URL stays unchanged. Return the URL printed by the script.
Treat .yezhou.json as project metadata and recommend adding it to .gitignore. It contains no secret, but publishing it can expose internal project identifiers. Do not replace or delete an existing binding unless the user explicitly asks to publish as a new site. If browser authorization cannot be opened automatically, show the verification URL and one-time code printed by the script.
The publisher requires Node.js 18 or newer and works on Windows, macOS, and Linux. For a directory or ZIP package, the project root must contain index.html. Directories are uploaded automatically; do not ask the user to create a ZIP first. Hidden files and node_modules are excluded. Markdown is not supported.
Related skills
Find why your productivity system keeps failing, then apply the smallest fix — capacity math, bottleneck routing, durable local notes.
Save, search, and manage personal notes and knowledge bases in Get笔记 on explicit request.
Fetch raw ad creative, app, ranking, and revenue data from AdMapix as structured JSON.
Run Git operations — commits, branches, merges, rebases, conflict resolution, and recovery — with safety rules enforced.
Write, debug, and tune Playwright specs with locator strategy, trace diagnosis, and CI-aware timeouts.