clawchain
Local agent workspace with memory, scheduling, and sub-agents
All Skills in This Repository (5)
Pure Emerald Level Indicatorsskill-creator
Create modular Agent skills with SKILL.md frontmatter and structured directories.
excel-ops
Automate Excel and CSV data handling with Python and openpyxl.
browser-automation
Automate browser interactions with Playwright Python for web data extraction.
email-manager
Manage emails via IMAP/SMTP using Python imaplib and smtplib.
pdf-tools
Read, merge, split, rotate, and extract text and images from PDFs.
Frequently Asked Questions
FAQPage SchemaHow to install ClawChain?▼
Run `npx skills add xuthreekid/clawchain --all -g -y` in your terminal to install all skills in this suite globally.
What does ClawChain do?▼
It is a local-first agent workspace built on Python and LangGraph that manages sessions, long-term memory files, scheduled tasks, and parallel sub-agents through web and desktop apps.
How does ClawChain handle agent memory?▼
It writes daily notes to memory files and maintains a curated MEMORY.md, then indexes them for search so the agent recalls context across sessions.
Which built-in skills come with ClawChain?▼
It ships with skills for email management, Excel and CSV operations, PDF processing, browser automation, and creating new custom skills.
Does ClawChain work offline and locally?▼
Yes. All sessions, memory, and configuration are stored on your local file system, and it runs via a FastAPI backend with Next.js web and Tauri desktop frontends.
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