askill
kv-store-skill

kv-store-skillSafety 80Repository

A skill for interacting with a simple key-value store. Use this skill to get, set, and delete values from the store.

1 stars
1.2k downloads
Updated 12/31/2025

Package Files

Loading files...
SKILL.md

Key-Value Store Skill

This skill allows you to interact with a simple key-value store. You can use the provided scripts to perform the following operations:

Get a value

To get a value from the store, use the get.py script with the desired key as an argument:

python scripts/get.py <key>

Set a value

To set a value in the store, use the set.py script with the key and value as arguments:

python scripts/set.py <key> <value>

Delete a value

To delete a value from the store, use the delete.py script with the key as an argument:

python scripts/delete.py <key>

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

55/100Analyzed 2/18/2026

A basic skill for KV store operations with clear command structure but limited implementation details. The skill describes get/set/delete operations but assumes the underlying scripts exist without confirming their presence. It appears to be part of an internal comparison between Claude skills and MCP, which limits its standalone utility. The structured steps make it moderately actionable, but the lack of file references, error handling, and concrete examples reduces its completeness and reusability.

80
70
35
45
55

Metadata

Licenseunknown
Version-
Updated12/31/2025
PublisherWhamp

Tags

No tags yet.