← 返回 Skills 市场
damingdong

Yiliu

作者 DamingDong · GitHub ↗ · v1.2.3 · MIT-0
cross-platform ⚠ suspicious
165
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install yiliu
功能描述
Yiliu - AI-powered note-taking knowledge base with semantic search, auto-summarization, and version management
安全使用建议
This skill appears to do what it says: local SQLite/LibSQL storage (data/yiliu.db and data/vectors.json), optional OpenAI network calls if you set OPENAI_API_KEY, and local model caching under your home directory for xenova transformers. Before installing: 1) If you don't want note contents sent to OpenAI, do not set OPENAI_API_KEY (the skill falls back to local or keyword search). 2) Review package.json and consider running npm install in an isolated environment (or review dependency list) since it will pull many npm packages. 3) Expect the skill to write files under ./data and to ~/.cache/yiliu/models (configurable via env vars). 4) If you plan to provide an OpenAI key, consider using a restricted key or monitoring usage. 5) If you want extra assurance, inspect the omitted vector/storage files or run the code in a sandbox before granting access to sensitive notes.
功能分析
Type: OpenClaw Skill Name: yiliu Version: 1.2.3 The "yiliu" skill is a legitimate AI-powered note-taking and knowledge base tool that implements semantic search, auto-summarization, and version control. The code in `src/ai/index.ts` and `src/storage/db.ts` uses LibSQL for local storage and provides a clear fallback mechanism between OpenAI and local HuggingFace models (@xenova/transformers) for embeddings. There are no indicators of data exfiltration, malicious execution, or obfuscation; all behaviors, including network requests to OpenAI and local file system operations in the `data/` directory, are consistent with the stated purpose in `SKILL.md` and `README.md`.
能力评估
Purpose & Capability
Name/description (AI note-taking with semantic search, summaries, versioning) matches the code and declared dependencies: local DB (LibSQL), vector store, local embeddings (@xenova/transformers) and optional OpenAI calls. Required binaries/env in the registry are empty but the skill sensibly treats OPENAI_API_KEY as optional; the included npm dependencies are appropriate for the stated features.
Instruction Scope
SKILL.md and code limit actions to note capture, local storage under ./data and model cache under the user's home cache dir, semantic/vector search, and optional API calls to OpenAI. There are no instructions to read unrelated system files, exfiltrate arbitrary credentials, or send data to unexpected endpoints beyond OpenAI (and local model downloads/cache).
Install Mechanism
There is no registry install spec (instruction-only), but the bundle includes package.json and source files implying npm install/build is required. That is a reasonable pattern, but users should be aware running npm install will pull many third-party packages from npm (normal for Node apps). No downloads from obscure single-host URLs or extract-from-URL steps were observed.
Credentials
The only sensitive environment variable referenced is OPENAI_API_KEY (optional) for cloud AI features; other env vars (OPENAI_BASE_URL, YILIU_DATA_PATH, XENOVA_CACHE_DIR, model names) are for configuration. The registry not requiring env vars is consistent because cloud AI is optional. No unrelated service credentials or excessive secret requests are present.
Persistence & Privilege
Skill does not request always:true and does not modify other skills or system-wide agent settings. It persists data under local ./data and uses a model cache directory in the user's home (expected for local models). Autonomous invocation is enabled by default (normal) but not combined with other red flags.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install yiliu
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /yiliu 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.3
Fix: Set default cache directory to ~/.cache/yiliu/models to avoid Chinese path encoding issues
v1.2.2
Fix: Replaced @huggingface/transformers with @xenova/transformers for better Node.js compatibility and local embedding stability
v1.2.1
Security fix: removed dynamic import, added security declaration
v1.2.0
LibSQL storage, semantic search, AI enhancement, local embeddings support
元数据
Slug yiliu
版本 1.2.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

Yiliu 是什么?

Yiliu - AI-powered note-taking knowledge base with semantic search, auto-summarization, and version management. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 165 次。

如何安装 Yiliu?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install yiliu」即可一键安装,无需额外配置。

Yiliu 是免费的吗?

是的,Yiliu 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Yiliu 支持哪些平台?

Yiliu 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Yiliu?

由 DamingDong(@damingdong)开发并维护,当前版本 v1.2.3。

💬 留言讨论