zeph
Long-running coding agent with persistent memory and system skills
All Skills in This Repository (26)
Pure Emerald Level Indicatorsssh-remote
Automate SSH connections, key management, and port forwarding across multiple hosts.
database
Run SQL queries and database administration across SQLite, PostgreSQL, and MySQL via CLI.
skill-audit
Scan SKILL.md files and report specification conformance and security issues.
docker
Automate Docker container and image management workflows.
archive
Create, extract, and convert archives across tar, zip, gzip, bzip2, xz, zstd, and 7z formats.
process-management
List, filter, and terminate system processes by name or PID.
web-scrape
Extract text, HTML, or attribute values from web pages using URL and CSS selectors.
network
Diagnose network connectivity with reachability, DNS, port, and HTTP/SSL checks.
scheduler
Create, cancel, and schedule periodic and deferred background tasks.
file-ops
Locate, read, and analyze files across Linux, macOS, and Windows.
api-request
Compose and send curl requests for HTTP API interactions.
regex
Write, test, and explain regular expressions across PCRE, JavaScript, Python, and Rust.
Frequently Asked Questions
FAQPage SchemaHow to install Zeph?βΌ
Run `npx skills add bug-ops/zeph --all -g -y` in your terminal to install all skills in this suite globally.
What makes Zeph different from other coding agents?βΌ
Zeph is memory-first: it persists conversations, facts, and decisions in SQLite plus a typed knowledge graph, so it recalls why decisions were made across sessions instead of forgetting everything when you close the window.
Can Zeph run fully offline?βΌ
Yes. Pair it with Ollama and local models like qwen3:8b and nothing ever leaves your machine; cloud providers like Claude or OpenAI are optional for harder tasks.
What tasks do the bundled skills cover?βΌ
The 28 skills cover git and GitHub workflows, Docker, SSH, databases, file and text processing, web search and scraping, browser automation, cron scheduling, and system diagnostics.
Do I need coding experience to use Zeph?βΌ
No. You describe tasks in plain English and the agent executes the underlying commands, with sandboxed tools and confirmation prompts for destructive actions.
Related Repositories in Software Engineering
View All in Software Engineeringβopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core