返回顶部
s

sqlite-reader

Read and query SQLite database files. Use when user wants to inspect or extract data from .sqlite files, especially OpenClaw's main.sqlite memory database. Supports basic SELECT queries, table listing, and schema inspection.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
152
下载量
0
收藏
概述
安装方式
版本历史

sqlite-reader

# SQLite Reader Skill ## Quick Start To read a SQLite file: 1. Use `read_sqlite` tool (not yet implemented - need to create script first) 2. Or use the provided Python script in scripts/read_sqlite.py ## Available Tools Currently no direct tool exists, but I'll create a Python script that can: - List all tables in the database - Show table schema - Execute SELECT queries - Export data to CSV/JSON ## Usage Examples ### List all tables ```python python scripts/read_sqlite.py --list-tables C:\path\to\database.sqlite ``` ### Show table schema ```python python scripts/read_sqlite.py --schema C:\path\to\database.sqlite users ``` ### Execute SELECT query ```python python scripts/read_sqlite.py --query "SELECT * FROM sessions LIMIT 5" C:\path\to\database.sqlite ``` ## Implementation Plan I need to create: 1. `scripts/read_sqlite.py` - Python script for SQLite operations 2. `references/schema.md` - SQLite schema reference

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 sqlite-reader-1776298142 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 sqlite-reader-1776298142 技能

通过命令行安装

skillhub install sqlite-reader-1776298142

下载 Zip 包

⬇ 下载 sqlite-reader v1.0.0

文件大小: 3.64 KB | 发布时间: 2026-4-17 16:14

v1.0.0 最新 2026-4-17 16:14
Initial release of sqlite-reader skill.

- Allows users to read and query SQLite database files.
- Supports listing tables, viewing schemas, and running basic SELECT queries.
- Usage examples provided for listing tables, displaying schema, and querying data via a Python script.
- Plans for tool and script implementation to aid data inspection and export.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部