TypeClaw
Official@typeclaw
The agent for perfectionists
Agent Skills by TypeClaw
Showing 10 vetted skills indexed across 1 GitHub repositories.
agent-browser
Automate web browsing and testing via Chrome/Chromium CDP.
typeclaw-memory
Consolidate observations into persistent memory streams and retrieve past experiences.
typeclaw-config
Validate and update typeclaw.json configuration files for TypeClaw agents.
typeclaw-plugins
Create and configure TypeScript plugins for TypeClaw with Zod schemas.
typeclaw-monorepo
Organize reusable code modules into a monorepo structure within an agent folder.
typeclaw-channel-kakaotalk
Guide KakaoTalk message formatting to avoid unsupported markdown syntax.
typeclaw-cron
Schedule recurring jobs via JSON cron configuration with timezone support.
typeclaw-git
Automate git commits with change reasons for agent directories.
typeclaw-channel-telegram-bot
Convert Markdown text into Telegram-compatible MarkdownV2 format.
typeclaw-skills
Install, discover, update, and remove agent skills across local and remote sources.
Frequently Asked Questions About TypeClaw
FAQPage SchemaWhat specific tasks does TypeClaw enable for developers?▼
TypeClaw enables persistent memory storage, Chromium-based web interaction, and structured configuration management. It facilitates cross-platform messaging by converting content into Telegram-compatible MarkdownV2 or KakaoTalk-compliant formats, while managing recurring tasks through JSON-based scheduling and version control integration.
Which technical personas benefit most from TypeClaw?▼
TypeClaw is designed for software engineers and systems architects focused on modular task orchestration. It serves developers building persistent, stateful digital entities who require strict schema validation via Zod and organized monorepo structures for managing reusable code modules.
What are the primary prerequisites for implementing TypeClaw?▼
Implementation requires a TypeScript environment and familiarity with Zod schema definitions for plugin configuration. Users must maintain a typeclaw.json configuration file to define operational parameters and ensure Chromium access for browser-based tasks.