Redis
Connects and queries Redis databases via Python, enabling data retrieval and manipulation within chaterm workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add chaterm-redis npx -- -y @trustedskills/chaterm-redis
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"chaterm-redis": {
"command": "npx",
"args": [
"-y",
"@trustedskills/chaterm-redis"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides access to a Redis database through a terminal interface. It allows an AI agent to interact with and manage data stored in a Redis instance, including setting keys, retrieving values, and performing various operations like incrementing counters or managing lists. The skill leverages the chaterm terminal environment for interaction.
When to use it
- Data Persistence: Store temporary information or session data that needs to survive between agent interactions.
- Caching: Implement a caching layer to improve response times by storing frequently accessed data in Redis.
- Real-time Updates: Manage and retrieve real-time data, such as leaderboards or live statistics.
- Queue Management: Utilize Redis lists for simple queueing tasks, like processing background jobs.
Key capabilities
- Redis key/value store interaction
- Terminal interface integration via chaterm
- Data retrieval (GET)
- Data setting (SET)
- Increment and decrement operations
Example prompts
- "Set the value of the key 'user_score' to 120 in Redis."
- "Retrieve the value associated with the key 'product_name'."
- "Increment the counter for the key 'page_views' by one."
Tips & gotchas
- Requires a running Redis instance accessible from the chaterm environment.
- Familiarity with basic Redis commands is helpful to effectively utilize this skill.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.