Inspect and reset Hekate SQLite and Redis runtime state
Scanned 9/12/2026
Install to Claude Code
npx -y skills add aibot88/sec_skill_store --skill hekate-state --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Hekate State?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/aibot88-hekate-state)More formats (shields.io, HTML) on the badges page.
---
name: hekate-state
description: Inspect and reset Hekate SQLite and Redis runtime state
---
# Hekate State
## Durable State
Use SQLite-backed services and scripts to inspect epics, tasks, and progress.
```bash
./scripts/hekate-analyze.py
```
## Transient State
Use Redis only for claims, heartbeats, and quota counters.
```bash
redis-cli keys "task:*:claim"
redis-cli keys "agent:*:heartbeat"
redis-cli keys "quota:*"
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
基于Supabase最佳实践的PostgreSQL数据库模式,用于查询优化、架构设计、索引和安全。