sqlite-map-parser

v0.1.0

Parse SQLite databases into structured JSON data. Use when exploring unknown database schemas, understanding table relationships, and extracting map data as...

0· 35·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the content: SKILL.md contains SQL and Python examples for exploring SQLite schemas and exporting data to JSON. It requests no unrelated credentials, binaries, or config paths.
Instruction Scope
Instructions are narrowly scoped to querying SQLite (PRAGMA/sql SELECT) and transforming results to JSON; they reference only a db_path and generic table names. There is no guidance to read unrelated files, environment variables, or send data to external endpoints.
Install Mechanism
No install spec or external downloads are present; this is instruction-only so nothing is written to disk by the skill itself.
Credentials
The skill declares no environment variables, credentials, or special config paths and the examples only use the local sqlite3 Python library and a provided DB path — proportionate to the stated function.
Persistence & Privilege
always is false and the skill does not request persistent or cross-skill configuration or elevated privileges. Autonomous invocation is allowed by default but not requested to be forced.
Assessment
This skill is a coherent, instruction-only guide for parsing SQLite files to JSON and does not require secrets or installs. However, be cautious about which database files you give an agent access to: SQLite files can contain sensitive personal or application data. Ensure the runtime environment has Python and sqlite3 available if you plan to run the provided examples, and restrict the agent's file-access permissions so it cannot open arbitrary system or application databases. If you need stricter guarantees, review any concrete code you copy from the SKILL.md before running it.

Like a lobster shell, security has layers — review code before you run it.

latestvk97cscrzne9bb396ntvpre7z4184vw3h

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments