← 返回
未分类 中文

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. S...
读取和查询SQLite数据库文件。适用于需要检查或提取.sqlite文件中的数据,尤其是OpenClaw的main.sqlite内存数据库。
senknight senknight 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 663
下载
💾 0
安装
1
版本
#latest

概述

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 scripts/read_sqlite.py --list-tables C:\path\to\database.sqlite

Show table schema

python scripts/read_sqlite.py --schema C:\path\to\database.sqlite users

Execute SELECT query

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

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-02 03:41 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 676 📥 325,662
ai-agent

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,228 📥 268,072
ai-agent

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,083 📥 812,770