Storage Engine Selector
v1.0.0Select the right storage engine architecture (LSM-tree, B-tree, or in-memory) for a database workload using a 7-dimensional scored trade-off analysis. Use wh...
⭐ 0· 14·0 current·0 all-time
byHung Quoc To@quochungto
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The skill is an analysis/advisory tool that inspects a codebase, configs, and runtime metrics to recommend a storage engine and compaction strategy. It does not request unrelated credentials or install arbitrary software. Asking to read project files, logs, and run system diagnostics (e.g., iostat, nodetool, grep) is coherent with diagnosing storage/compaction problems, though those binaries are not explicitly declared as required.
Instruction Scope
SKILL.md explicitly instructs the agent to examine code, docker-compose, schema files, and (for production diagnosis) to run system-level commands and read DB log files (e.g., RocksDB LOG, nodetool outputs, iostat). This is expected for an operational diagnosis but expands scope beyond static code analysis: it can involve reading arbitrary files and running shell commands on the host. If you intend to run this only against static documents, restrict the agent accordingly.
Install Mechanism
No install spec and no code files — lowest-risk delivery model. Nothing will be downloaded or written by an installer.
Credentials
The skill declares no required environment variables, credentials, or config paths. The runtime instructions reference system tools and logs (which are reasonable for this domain) but do not request secrets or unrelated service tokens.
Persistence & Privilege
always is false and autonomous invocation is allowed (platform default). The execution section lists tools-required including Read, Write, and Bash. Read and Bash are useful for analysis; Write permission may be unnecessary for read-only analysis and grants the skill the ability to modify files. Consider restricting Write permission unless you want automated edits applied.
Assessment
This skill appears to do what it says: reading code, configs, and optionally querying runtime metrics to recommend an engine. Before installing or invoking it: (1) confirm whether you want the agent to run shell commands against your environment — if not, deny Bash/Write or instruct it to operate on uploaded documents only; (2) avoid giving it production credentials or unrestricted filesystem access unless you're comfortable with it reading DB logs and running tools like iostat/nodetool; (3) if you allow writing, require explicit review of any proposed config changes before they are applied; (4) run the skill against a non-production copy when performing active diagnostics. Overall the package is coherent and does not request unexplained privileges.Like a lobster shell, security has layers — review code before you run it.
b-treevk970mz6bvgahg8vdjk5a9kf7dd84n399bookforgevk970mz6bvgahg8vdjk5a9kf7dd84n399cassandravk970mz6bvgahg8vdjk5a9kf7dd84n399compactionvk970mz6bvgahg8vdjk5a9kf7dd84n399database-selectionvk970mz6bvgahg8vdjk5a9kf7dd84n399hbasevk970mz6bvgahg8vdjk5a9kf7dd84n399in-memory-databasevk970mz6bvgahg8vdjk5a9kf7dd84n399innodbvk970mz6bvgahg8vdjk5a9kf7dd84n399latencyvk970mz6bvgahg8vdjk5a9kf7dd84n399latestvk970mz6bvgahg8vdjk5a9kf7dd84n399leveldbvk970mz6bvgahg8vdjk5a9kf7dd84n399lsm-treevk970mz6bvgahg8vdjk5a9kf7dd84n399postgresqlvk970mz6bvgahg8vdjk5a9kf7dd84n399read-performancevk970mz6bvgahg8vdjk5a9kf7dd84n399rocksdbvk970mz6bvgahg8vdjk5a9kf7dd84n399space-efficiencyvk970mz6bvgahg8vdjk5a9kf7dd84n399sstablevk970mz6bvgahg8vdjk5a9kf7dd84n399storage-enginevk970mz6bvgahg8vdjk5a9kf7dd84n399transactionsvk970mz6bvgahg8vdjk5a9kf7dd84n399workload-analysisvk970mz6bvgahg8vdjk5a9kf7dd84n399write-amplificationvk970mz6bvgahg8vdjk5a9kf7dd84n399write-throughputvk970mz6bvgahg8vdjk5a9kf7dd84n399
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
📚 Clawdis
