← Back to Skills Marketplace
6078
Downloads
6
Stars
57
Active Installs
1
Versions
Install in OpenClaw
/install sqlite
Description
Use SQLite correctly with proper concurrency, pragmas, and type handling.
Usage Guidance
Safe to install as a SQLite reference. Review any database commands before applying them, especially VACUUM, ALTER TABLE, backup, DELETE, and DROP examples, because those can affect user-selected databases.
Capability Analysis
Type: OpenClaw Skill
Name: sqlite
Version: 1.0.0
The skill bundle is benign. The `SKILL.md` file provides comprehensive documentation and best practices for using SQLite, which aligns perfectly with the skill's stated purpose. It requires the `sqlite3` binary, which is a legitimate dependency for a SQLite-related skill. There are no indicators of malicious intent, data exfiltration, unauthorized execution, persistence, or prompt injection attempts against the agent.
Capability Assessment
Purpose & Capability
The artifact coherently matches its stated purpose: it provides SQLite best-practice guidance for concurrency, pragmas, schema changes, backups, indexing, transactions, and common mistakes.
Instruction Scope
The instructions are reference guidance and example SQLite commands; they do not direct the agent to run commands automatically or modify databases without user direction.
Install Mechanism
The package contains only SKILL.md and declares sqlite3 as a required binary, which is proportionate for a SQLite guidance skill.
Credentials
No credentials, tokens, network endpoints, account/session stores, broad filesystem indexing, or unrelated environment access are requested.
Persistence & Privilege
No background worker, scheduled task, privilege escalation, autonomous persistence, or agent-state modification is described; database-affecting examples require user-chosen execution.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install sqlite - After installation, invoke the skill by name or use
/sqlite - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is SQLite?
Use SQLite correctly with proper concurrency, pragmas, and type handling. It is an AI Agent Skill for Claude Code / OpenClaw, with 6078 downloads so far.
How do I install SQLite?
Run "/install sqlite" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is SQLite free?
Yes, SQLite is completely free (open-source). You can download, install and use it at no cost.
Which platforms does SQLite support?
SQLite is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).
Who created SQLite?
It is built and maintained by Iván (@ivangdavila); the current version is v1.0.0.
More Skills