xuthreekidxuthreekidCommunity·5 Agent Skills Included

clawchain

Local agent workspace with memory, scheduling, and sub-agents

Runs a local-first agent workspace with web and desktop interfaces for chat, file handling, and task automation. Manages long-term memory files, scheduled cron jobs, background heartbeats, and parallel sub-agents without cloud dependency. Includes built-in skills for email, Excel, PDF, and browser automation to complete daily office tasks faster.
npx skills add xuthreekid/clawchain --all -g -y
Available:

Instructs the agent to load identity, user, and memory files each session, follow a strict read-before-use skill protocol, and apply safety rules for destructive or external actions.

All Skills in This Repository (5)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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