Kv Store Skill

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

whamp 2acd16e 4 files · 2.5 KB Updated

File contents

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>

whamp/agentic-research/tree/main/claude_skills_vs_mcp/kv-store-skill commit 2acd16e387

Frequently asked questions

npx skillmds@latest add whamp/kv-store-skill