@viceme-ai/cli 0.17.0 → 0.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/README.md +7 -2
- package/README.zh.md +7 -2
- package/checksums.txt +6 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -39,6 +39,8 @@
|
|
|
39
39
|
| Capability | What ViceMe provides |
|
|
40
40
|
| --- | --- |
|
|
41
41
|
| Publish a Skill | Validate a local Skill directory or ZIP, set a CNY price, upload it, review platform suggestions, and publish a paid listing. |
|
|
42
|
+
| Publish a website | Register a creator website with a stable Work identity, optional URL, bilingual descriptions, and cover. |
|
|
43
|
+
| Add creator access | Add host-native login, follow gates, and independently priced one-time feature access. |
|
|
42
44
|
| Add website engagement | Create a creator-owned public danmaku Work, bind a tip-enabled Creator App, and install the CLI-generated hosted script. |
|
|
43
45
|
| Set up an Agent | Install, authenticate, update, diagnose, and repair the CLI and official Skills as one compatible release. |
|
|
44
46
|
| Recover safely | Continue the same publication after a network or process interruption without uploading a duplicate product. |
|
|
@@ -160,7 +162,8 @@ Select a target explicitly with `viceme install --agent codex`, `claude`,
|
|
|
160
162
|
| Skill | Use it when you want to... |
|
|
161
163
|
| --- | --- |
|
|
162
164
|
| `viceme-shared` | install ViceMe, sign in through the browser, manage Profiles, update, diagnose, or repair the local setup. |
|
|
163
|
-
| `viceme-publish` |
|
|
165
|
+
| `viceme-publish` | publish a local Skill directory, ZIP, or creator website while preserving its stable work identity. |
|
|
166
|
+
| `viceme-access` | integrate host-native login, follow, and one-time purchase entry points without changing the website's original action. |
|
|
164
167
|
| `viceme-danmaku` | create a public danmaku Work and install the CLI-generated hosted SDK snippet. |
|
|
165
168
|
| `viceme-tip` | sign in, bind a creator work and verified domain, and add the hosted ViceMe tip checkout to one HTML page. |
|
|
166
169
|
| `viceme-engagement` | create hosted danmaku, bind tips, and install one authoritative combined engagement script. |
|
|
@@ -244,8 +247,10 @@ Never copy an access token into the conversation.
|
|
|
244
247
|
| `viceme version` | Show the CLI and bundled Skill versions. |
|
|
245
248
|
| `viceme doctor` | Check the CLI, active Profile, credentials, API readiness, and installed official Skills. |
|
|
246
249
|
| `viceme auth status` | Show whether the active Profile is signed in. |
|
|
250
|
+
| `viceme website publish --path <dir> --name <name> [--url <url>] [--description-zh-cn ...] [--description-en-us ...] [--cover <image>]` | Publish or update a website while preserving `.viceme/website.json` as its stable identity. |
|
|
251
|
+
| `viceme access init --website <dir> [--name <name>] [--follow key] [--purchase key --price-minor fen]...` | Configure follow and independently priced access for an explicitly published website. |
|
|
247
252
|
| `viceme access init --name <name> --danmaku` | Create and activate a creator-owned public hosted danmaku Work. |
|
|
248
|
-
| `viceme access inspect` / `viceme access apply` | Inspect or explicitly reconcile the Profile-bound
|
|
253
|
+
| `viceme access inspect` / `viceme access apply` | Inspect or explicitly reconcile the Profile-bound capability config. |
|
|
249
254
|
| `viceme creator-app show <app-id> --work-key <work-key> --locale <locale>` | Validate both owned resources and emit the authoritative combined engagement snippet for the selected `zh-CN` or `en-US` page locale. |
|
|
250
255
|
| `viceme profile list` | Show Profiles and their API, Web, and market authorities. |
|
|
251
256
|
| `viceme skill inspect --path <path>` | Validate a local Skill without side effects. |
|
package/README.zh.md
CHANGED
|
@@ -35,6 +35,8 @@
|
|
|
35
35
|
| 能力 | ViceMe 提供的内容 |
|
|
36
36
|
| --- | --- |
|
|
37
37
|
| 发布 Skill | 校验本地 Skill 目录或 ZIP、设置人民币价格、上传、审核平台建议,并发布付费商品。 |
|
|
38
|
+
| 发布网站 | 使用稳定 Work 身份登记创作者网站,并可附带网址、双语描述和封面。 |
|
|
39
|
+
| 接入创作者访问 | 在原站接入登录、关注门槛和按功能独立定价的一次性访问权限。 |
|
|
38
40
|
| 接入网站互动 | 创建创作者自有的公开弹幕 Work,绑定支持赞赏的 Creator App,并安装 CLI 生成的托管脚本。 |
|
|
39
41
|
| 配置 Agent | 把 CLI 与官方 Skills 作为同一个兼容版本安装、登录、更新、诊断和修复。 |
|
|
40
42
|
| 安全恢复 | 网络或进程中断后继续原发布任务,不重复上传和创建商品。 |
|
|
@@ -150,7 +152,8 @@ npx --yes @viceme-ai/cli@latest install
|
|
|
150
152
|
| Skill | 适用场景 |
|
|
151
153
|
| --- | --- |
|
|
152
154
|
| `viceme-shared` | 安装 ViceMe、通过浏览器登录、管理 Profile、更新、诊断或修复本地环境。 |
|
|
153
|
-
| `viceme-publish` |
|
|
155
|
+
| `viceme-publish` | 发布本地 Skill 目录、ZIP 或创作者网站,并维护稳定作品身份。 |
|
|
156
|
+
| `viceme-access` | 在不改变原站业务动作的前提下,接入原生登录、关注和一次性购买入口。 |
|
|
154
157
|
| `viceme-danmaku` | 创建公开弹幕 Work,并安装 CLI 生成的托管 SDK 片段。 |
|
|
155
158
|
| `viceme-tip` | 完成登录、绑定创作者作品与验证域名,并把 ViceMe 托管赞赏接入一个 HTML 页面。 |
|
|
156
159
|
| `viceme-engagement` | 创建托管弹幕、绑定赞赏,并安装唯一权威的组合交互脚本。 |
|
|
@@ -224,8 +227,10 @@ Endpoint 必须使用 HTTPS;只有 localhost 和 loopback 本地开发可以
|
|
|
224
227
|
| `viceme version` | 显示 CLI 与随包 Skills 版本。 |
|
|
225
228
|
| `viceme doctor` | 检查 CLI、当前 Profile、凭据、API readiness 和已安装官方 Skills。 |
|
|
226
229
|
| `viceme auth status` | 显示当前 Profile 是否已登录。 |
|
|
230
|
+
| `viceme website publish --path <目录> --name <名称> [--url <网址>] [--description-zh-cn ...] [--description-en-us ...] [--cover <图片>]` | 发布或更新网站,并通过 `.viceme/website.json` 保持稳定作品身份。 |
|
|
231
|
+
| `viceme access init --website <目录> [--name <名称>] [--follow key] [--purchase key --price-minor 分]...` | 为已显式发布的网站配置关注和按功能独立定价的访问权限。 |
|
|
227
232
|
| `viceme access init --name <名称> --danmaku` | 创建并激活创作者自有的公开托管弹幕 Work。 |
|
|
228
|
-
| `viceme access inspect` / `viceme access apply` | 检查或显式协调绑定 Profile
|
|
233
|
+
| `viceme access inspect` / `viceme access apply` | 检查或显式协调绑定 Profile 的功能配置。 |
|
|
229
234
|
| `viceme creator-app show <app-id> --work-key <work-key> --locale <locale>` | 校验两个自有资源,并按页面的 `zh-CN` 或 `en-US` 语言生成权威组合交互片段。 |
|
|
230
235
|
| `viceme profile list` | 显示 Profile 的 API、Web 与市场 authority。 |
|
|
231
236
|
| `viceme skill inspect --path <path>` | 无副作用校验本地 Skill。 |
|
package/checksums.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
7372dac1935aa78f3cd091f22aef63953ff7400349d141f0baf4a7257007d4ff viceme_0.18.0_darwin_amd64
|
|
2
|
+
00e751bdfc95a0625cbe98f3a711568d6816b6bf3d34e334a13c71641896d7cf viceme_0.18.0_darwin_arm64
|
|
3
|
+
c55739a73bc5fb1158343c68fd5e224fccaec19e3b783c7943523c5c327031c0 viceme_0.18.0_linux_amd64
|
|
4
|
+
9389ae6129ed9f96c1e0b20a250e792a27dff659ec4c1014d86c3cca3042114f viceme_0.18.0_linux_arm64
|
|
5
|
+
4844f3326d09c3c5a5f13e251dd19b8e67800c7c4d06c8c2f3e7a39198955728 viceme_0.18.0_windows_amd64.exe
|
|
6
|
+
9076b494736eeb30deb0632856f45b10db42a93dba0d3640c2bf838e4504c79e viceme_0.18.0_windows_arm64.exe
|