← 返回 Skills 市场
215
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install plydb
功能描述
Skill for using the PlyDB CLI to perform SQL analysis of connected data sources. Use for SQL queries across heterogeneous databases and files such as Postgre...
安全使用建议
This skill is a documentation-style wrapper for the plydb CLI and is coherent with its stated purpose. Before using it: (1) ensure the plydb binary you run comes from a trusted source, (2) avoid providing config files that embed secrets inline—use limited-scope credentials, temporary tokens, or service accounts with minimal permissions, (3) be cautious about giving the agent configs that reference sensitive local paths (e.g., /etc/secrets/...), and (4) for Google Sheets OAuth, perform interactive auth in a safe environment as instructed. The skill itself won’t install code, but it will cause the agent to run system commands that have access to any files or env vars referenced in your config, so only run in trusted agent environments.
功能分析
Type: OpenClaw Skill
Name: plydb
Version: 1.0.0
The plydb skill is a legitimate interface for a CLI tool designed to perform SQL analysis across various data sources like Postgres, S3, and Google Sheets. The documentation (SKILL.md and config_schema.md) describes standard database connectivity practices, such as using environment variables for credentials and local paths for configuration. No evidence of malicious intent, data exfiltration, or prompt injection was found.
能力评估
Purpose & Capability
Name/description match the instructions: the skill tells the agent how to run the plydb CLI against heterogeneous data sources and how to supply config and overlays. There are no unrelated environment variables, binaries, or installs declared.
Instruction Scope
The SKILL.md stays on-topic (configure a JSON config, run plydb query/semantic-context, optionally supply overlays). However the documented config schema permits references to environment variable names and local secret files (S3 credential profiles, Google service-account key files, DB password env var names). Running the CLI with a config that references those items will give the CLI access to them, so the operator must supply only appropriate/least-privilege credentials and paths.
Install Mechanism
Instruction-only skill: no install spec, no downloads or code files. The SKILL.md expects the plydb binary to already exist and links to the upstream repo for installation instructions.
Credentials
The skill itself does not declare or require any env vars, but the documented config schema intentionally supports names of environment variables and file paths for credentials (e.g., AWS keys via access_key_env/secret_key_env, Google service account key_file, DB password_env_var). That is proportionate to a multi-source DB query tool, but it means sensitive env vars or key files may be used when you run the CLI.
Persistence & Privilege
Skill is not always-included, is user-invocable, and does not request system persistence or modify other skills. It only instructs the agent to execute the external plydb CLI with user-supplied config.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install plydb - 安装完成后,直接呼叫该 Skill 的名称或使用
/plydb触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the plydb skill:
- Provides instructions for using the PlyDB CLI to query across heterogeneous data sources with SQL.
- Supports Postgres, MySQL, CSV, Parquet, JSON, Excel, SQLite, DuckDB, and Google Sheets.
- Details configuration of data sources and usage of fully qualified table names.
- Explains how to generate and enrich semantic context using database comments and overlays adhering to the Open Semantic Interchange (OSI) specification.
- Includes troubleshooting guidance for Google Sheets data source with interactive OAuth.
元数据
常见问题
plydb 是什么?
Skill for using the PlyDB CLI to perform SQL analysis of connected data sources. Use for SQL queries across heterogeneous databases and files such as Postgre... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 215 次。
如何安装 plydb?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install plydb」即可一键安装,无需额外配置。
plydb 是免费的吗?
是的,plydb 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
plydb 支持哪些平台?
plydb 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 plydb?
由 ypt(@ypt)开发并维护,当前版本 v1.0.0。
推荐 Skills