← 返回 Skills 市场
solomonneas

Ops Deck Lite

作者 Solomon Neas · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
116
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ops-deck-lite
功能描述
Lightweight agent productivity toolkit: semantic code search with embeddings and a categorized prompt library. Two services, ~200MB RAM, zero cloud dependenc...
安全使用建议
This skill appears consistent with a local code-search + prompt library, but it will read your filesystem, start persistent services (PM2), and pull a large Ollama model. Before installing: (1) inspect or implement an allowlist/exclude list so sensitive folders (keys, creds, node_modules if desired) are not indexed; (2) confirm Ollama runs locally and you trust the model source before running 'ollama pull'; (3) run the servers as an unprivileged user (do not run as root); (4) review any generated server.py/server.js and the PM2 ecosystem file before starting; (5) be aware pm2 save and the cron entry will persist — remove them if you stop using the tool; (6) consider where the SQLite index will be stored and who can read it. If you want higher assurance, request the actual server source files from the author (they are not included) and perform a code review before starting the services.
功能分析
Type: OpenClaw Skill Name: ops-deck-lite Version: 1.0.0 The ops-deck-lite skill bundle provides instructions for an AI agent to set up a semantic code search engine and prompt library, but it includes high-risk behaviors such as automated crontab modification for persistence and recursive file system indexing. While these actions are aligned with the stated purpose in SKILL.md, the combination of system-level persistence, broad file access, and the deployment of local network services (ports 5202, 5204) without explicit authentication or scoping constitutes a significant security risk.
能力评估
Purpose & Capability
The name/description match the runtime instructions: a local FastAPI code-search service and a Node prompt-library. However the registry metadata lists no required binaries/env while SKILL.md clearly requires Node.js, Python, PM2, SQLite and Ollama. That metadata omission is inconsistent (not necessarily malicious) and worth noting before install.
Instruction Scope
SKILL.md instructs walking your project directories, chunking every code file, creating summaries, and sending chunks to an embeddings service (Ollama local API). This is expected for a code indexer, but it means the skill will read arbitrary files (potentially including secrets) and store them in a local SQLite DB and summary store. It also modifies crontab for nightly re-indexing. Verify which filesystem paths will be indexed and that sensitive files are excluded before running.
Install Mechanism
There is no formal install spec (instruction-only), so nothing is automatically downloaded by the registry, which reduces risk. The instructions do require running pip/npm and 'ollama pull' to fetch a ~4GB embedding model — that will download data from Ollama's model source. Pulling large models from the network and installing system services (pm2) are normal for this tool but are actions you should validate and run deliberately.
Credentials
The skill does not request any environment variables or external credentials in metadata. The runtime needs (Ollama, local endpoints, DB files) are proportional to a local-only semantic search tool. Note: index contents may include credentials or secrets from your codebase unless you explicitly exclude them.
Persistence & Privilege
The instructions instruct installing PM2-managed services and adding a cron job for nightly re-indexing, which grants persistent background presence and automatic activity on the host. The skill metadata does not use always:true, but the intended setup will persist across reboots and modify user crontab/pm2 state — review and approve these changes manually.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ops-deck-lite
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ops-deck-lite 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of ops-deck-lite: lightweight agent productivity toolkit. - Semantic code search service with hybrid (vector + keyword) matching powered by local embeddings and natural language summaries. - Categorized, searchable prompt library for easy management and reuse of prompt templates. - Both services are lightweight (~200MB RAM total), fully local, and require zero external/cloud dependencies. - Fast setup with Node.js, Python (FastAPI), Ollama, and SQLite; ready-to-use API endpoints for both tools. - Designed to dramatically improve AI agent efficiency when searching code and reusing prompts.
元数据
Slug ops-deck-lite
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Ops Deck Lite 是什么?

Lightweight agent productivity toolkit: semantic code search with embeddings and a categorized prompt library. Two services, ~200MB RAM, zero cloud dependenc... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 116 次。

如何安装 Ops Deck Lite?

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

Ops Deck Lite 是免费的吗?

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

Ops Deck Lite 支持哪些平台?

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

谁开发了 Ops Deck Lite?

由 Solomon Neas(@solomonneas)开发并维护,当前版本 v1.0.0。

💬 留言讨论