kv-store-skill

star 1

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

Whamp By Whamp schedule Updated 11/11/2025

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

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 via CLI
npx skills add https://github.com/Whamp/Agentic-Research --skill kv-store-skill
Repository Details
star Stars 1
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator