@yottameta/yotta-skills 0.1.1 → 0.1.2

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 CHANGED
@@ -1,5 +1,14 @@
1
1
  # 更新日志
2
2
 
3
+ ## v0.1.2 (2026-08-29)
4
+
5
+ 安装方法清晰化:install.sh 用途与 README 中英「安装」章节对齐。
6
+
7
+ - 修正 install.sh 头部注释:明确其只把「元阁安装器技能」本身装进智能体/目录(自带 SKILL.md,
8
+ 让代理能调用元阁),并提示装齐 22 个 yotta-* 技能需再跑 `node bin/yotta-skills.js install`;
9
+ 避免用户误以为 `bash install.sh` 一次就装齐全家。
10
+ - 版本同步升至 0.1.2。
11
+
3
12
  ## v0.1.1 (2026-08-29)
4
13
 
5
14
  文档修正:明确「元阁是全家安装器、与单个技能安装不同」。
package/SKILL.md CHANGED
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: yotta-skills
3
- version: 0.1.1
3
+ version: 0.1.2
4
4
  description: 元阁 —— 全家技能一键安装 CLI:一条命令把 YottaMeta 已发布的全部 yotta-* 技能(当前 22 个)装进指定智能体或目录;支持 --list 清单 / install / update / --dry-run 预览 / --pin 锁版本;幂等、零依赖(Node.js 18+)、纯 npm 生态,不内置任何技能本体。触发:需要批量安装或更新元阁全家技能、给某个智能体或目录一次性铺齐 yotta-* 技能、预览安装清单、锁版本安装时;或用户说 元阁/装全家/一次装齐/yotta-skills/install-all/更新全家 等。边界(Do NOT trigger):只做「清单 + 下载 + 落位 + 汇总」,不含技能本体、不做技能内容开发、不 -g 污染全局;装前摘要仅供参考,安装决策由用户确认。
5
5
  license: MIT
6
6
  metadata:
@@ -22,7 +22,7 @@ const os = require('os');
22
22
  const { spawnSync } = require('child_process');
23
23
 
24
24
  const PKG_ROOT = path.join(__dirname, '..');
25
- let VERSION = '0.1.1';
25
+ let VERSION = '0.1.2';
26
26
  try { VERSION = require(path.join(PKG_ROOT, 'package.json')).version; } catch (_) { /* keep fallback */ }
27
27
 
28
28
  function loadManifest() {
package/install.sh CHANGED
@@ -1,7 +1,10 @@
1
1
  #!/usr/bin/env bash
2
2
  # yotta-skills(元阁)多智能体安装脚本(YottaSkills)
3
+ # 用途:把「元阁安装器技能」本身装进智能体/目录(它自带 SKILL.md,让代理能调用元阁)。
4
+ # 注意:这**不是**把 22 个 yotta-* 技能一并装齐——装全家需再跑
5
+ # `node bin/yotta-skills.js install --agent <name>`(或 --dir <path>)。
3
6
  # 用法:
4
- # bash install.sh --agent <name> # 按智能体默认用户级目录安装
7
+ # bash install.sh --agent <name> # 把安装器技能装到智能体默认用户级目录
5
8
  # bash install.sh --dir <path> # 装到指定目录(用户改过目录的智能体)
6
9
  # bash install.sh -g # 装到全部已知智能体用户级目录
7
10
  # bash install.sh # 检测并安装到已存在的项目级目录
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yottameta/yotta-skills",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "YuanGe (元阁) — one-command installer for the whole YottaMeta skill family: list, install, and update all published yotta-* skills into any agent (npx one-shot, zero dependencies, Node.js only).",
5
5
  "license": "MIT",
6
6
  "keywords": [