← 返回 Skills 市场
Popover
作者
bytesagain3
· GitHub ↗
· v1.0.0
· MIT-0
110
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install popover
功能描述
Generate popover UI elements and design assets. Use when building interfaces, creating visual components, or styling web pages.
安全使用建议
This skill's description promises a popover/UI asset generator, but the shipped script is just a local CLI for storing and managing textual entries (data.jsonl and config.txt under ~/.popover by default). If you expected a UI/asset generator, do not install expecting that functionality. If you still want to use it as a local snippet/entry manager, it's coherent and low-risk: it doesn't contact the network or require credentials. Before installing, consider: 1) confirm with the author whether the description is incorrect or the intended UI-generator code is missing; 2) run the script in a sandbox or test account to verify behavior; 3) avoid setting POPOVER_DIR to sensitive system paths; and 4) if you need real UI/asset generation, find a skill whose code actually creates HTML/CSS/graphics or integrates with design tools/APIs.
功能分析
Type: OpenClaw Skill
Name: popover
Version: 1.0.0
The 'popover' skill is a generic bash-based utility for managing a local data store in `~/.popover/data.jsonl`. While its description claims to 'generate popover UI elements', the implementation in `scripts/script.sh` is actually a simple CRUD (Create, Read, Update, Delete) tool for strings. The code follows standard practices (e.g., `set -euo pipefail`, input validation for line numbers) and contains no evidence of malicious behavior, data exfiltration, or unauthorized execution. The discrepancy between the stated purpose and the implementation appears to be a result of using a generic template rather than intentional deception.
能力评估
Purpose & Capability
The name/description promise a tool to generate popover UI elements and design assets, but the only executable code (scripts/script.sh) implements a local CRUD-style entry manager that reads/writes JSONL and a config file under $HOME/.popover (or $POPOVER_DIR). There is no code to generate UI, assets, CSS/HTML, or interact with design tooling/APIs — this is a functional mismatch.
Instruction Scope
SKILL.md instructs the agent to run scripts/script.sh with commands (status, add, list, search, remove, export, stats, config). Those commands operate only on a local data directory (default ~/.popover). The instructions do not perform network I/O or read other system-wide secrets, and they respect the declared optional POPOVER_DIR config, so runtime scope is limited and explicit.
Install Mechanism
There is no install spec (instruction-only). The only code is a bundled shell script that will run from the skill bundle; nothing downloads remote archives or installs third-party packages during install.
Credentials
The skill declares no required environment variables or credentials. The script respects an optional POPOVER_DIR environment variable (documented in SKILL.md) which controls where it reads/writes data. While that is reasonable for a storage tool, allowing POPOVER_DIR to be set to arbitrary paths could cause the script to write outside the user home directory if misconfigured — be cautious about pointing it at sensitive system locations.
Persistence & Privilege
The skill does not request 'always' presence and uses normal autonomous-invocation defaults. It only writes to its own data directory and config file; it does not modify other skills or system-wide agent configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install popover - 安装完成后,直接呼叫该 Skill 的名称或使用
/popover触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
常见问题
Popover 是什么?
Generate popover UI elements and design assets. Use when building interfaces, creating visual components, or styling web pages. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 110 次。
如何安装 Popover?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install popover」即可一键安装,无需额外配置。
Popover 是免费的吗?
是的,Popover 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Popover 支持哪些平台?
Popover 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Popover?
由 bytesagain3(@bytesagain3)开发并维护,当前版本 v1.0.0。
推荐 Skills