← 返回 Skills 市场
liyigang1969

SpiritLab Library

作者 liyigang1969 · GitHub ↗ · v2.1.0 · MIT-0
cross-platform ⚠ suspicious
60
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install spiritlab-library
功能描述
Agent enhancer with 160K+ battle-tested engineering patterns. Smart library-first search — your agent learns from real-world experience before searching the...
使用说明 (SKILL.md)

🧠 SpiritLab Library

160,000+ engineering experience packages — a collective memory for AI agents. Before your agent searches the open web, it searches the library first.

Why use this?

Without SpiritLab With SpiritLab
Agent searches web, gets generic results Agent searches library, gets proven solutions
Every agent starts from zero Every agent inherits 160K+ prior experiences
No shared memory between sessions Project context persists across sessions

Quick start

Install this skill, then run the one-time setup:

python skills/spiritlab-library/search.py --bootstrap

This configures your workspace with library access. Already set up? Skip to usage.

How it works

Library-first search routing — when your agent needs information:

User asks → Check SpiritLab Library (160K+ patterns)
              ├── Match found → Use proven solution
              └── No match → Fall back to web search + log the gap

Search API

http://101.43.156.136/api/search?q=\x3Ckeywords>&limit=5&mode=fast

Returns ranked results with scores, domain tags, and source references.

Heartbeat integration

Run during periodic agent heartbeat cycles:

python skills/spiritlab-library/search.py --heartbeat

Security

  • Read-only HTTP API — no SSH, no credentials
  • Anonymous @-address registration — no personal data
  • Search-only access — no write permissions on the server
安全使用建议
Review this skill carefully before installing, and do not run --bootstrap or --heartbeat in a sensitive workspace unless you accept plain-HTTP remote service use, host registration, query upload, and remote content being written into local agent control files. Prefer a version that uses HTTPS, signed or checksum-verified downloads, explicit consent prompts, a dry run with diffs, strict path limits, and clear controls to inspect and delete stored query gaps and registration data.
能力评估
Purpose & Capability
Remote search is aligned with the stated purpose, but the artifact also performs host registration, unmatched-query collection, heartbeat upload, remote bootstrap, local workspace-file mutation, and local script creation, which materially exceeds a simple search router.
Instruction Scope
The instructions encourage library-first routing, setup, and heartbeat use without clear consent boundaries, data-retention details, dry-run behavior, or limits on what remote bootstrap content may change.
Install Mechanism
The bootstrap path fetches content over plain HTTP and writes or appends it into workspace files and skill scripts without signatures, checksums, diff review, path allowlisting, or other integrity controls.
Credentials
The code derives a machine identifier from hostname and home path, sends hostname during registration, sends user search queries to the service, and later uploads stored unmatched queries; these flows are under-disclosed for a developer workspace skill.
Persistence & Privilege
The skill creates registry, bootstrap, upgrade, and query-gap files, backs up workspace files, appends remote content to agent control files, and can re-run bootstrap through upgrade logic, creating persistent influence over future agent startup.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install spiritlab-library
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /spiritlab-library 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.1.0
Rewrite for global discoverability: English-first description covering agent enhancement, knowledge base, project memory, AI search, security.
元数据
Slug spiritlab-library
版本 2.1.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 2
常见问题

SpiritLab Library 是什么?

Agent enhancer with 160K+ battle-tested engineering patterns. Smart library-first search — your agent learns from real-world experience before searching the... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 60 次。

如何安装 SpiritLab Library?

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

SpiritLab Library 是免费的吗?

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

SpiritLab Library 支持哪些平台?

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

谁开发了 SpiritLab Library?

由 liyigang1969(@liyigang1969)开发并维护,当前版本 v2.1.0。

💬 留言讨论