Two academic research use cases powered by Prismer's builtin OpenClaw skills:
- arxiv-reader: conversational arXiv paper reading (fetch, browse sections, compare abstracts)
- latex-compiler: conversational LaTeX writing with instant PDF compilation (no local TeX needed)
Both run inside a self-hosted Docker container with zero local setup.
Adds clawr.ing — a managed phone calling skill that lets OpenClaw agents
call users for urgent alerts, morning briefings, and time-sensitive
notifications with two-way conversation.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Update use case count badge from 30 to 34
- Add Discord badge
- Add new use case translations:
- 播客制作流水线 (Podcast Production Pipeline)
- 习惯追踪与签到 (Habit Tracker & Checkins)
- 自动会议笔记与行动项 (Meeting Notes & Action Items)
- 习惯追踪与责任教练 (Habit Tracker & Accountability Coach)
- 构建前想法验证器 (Pre-Build Idea Validator)
- Update last sync date to 2026-02-28
Adds a use case for automatically scanning GitHub, HN, npm, PyPI, and
Product Hunt before starting any new project. Uses the idea-reality-mcp
MCP server to return a reality_signal score and top competitors.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add Automated Meeting Notes & Action Items use case
- Add Habit Tracker & Accountability Coach use case
- Add Podcast Production Pipeline use case
- Update use case count badge from 30 to 33
When main session + sub-agents both edit a shared task file, the edit
tool's exact-match requirement causes silent failures. Solution: split
into an immutable goals file (main session only) and an append-only
task log (sub-agents only append, never edit).
Also adds tip to keep AUTONOMOUS.md token-light by archiving completed
tasks to a separate file loaded only on-demand.
Verified in production over ~1 day of autonomous heartbeat workflows.
- Sync with latest English README (29 use cases)
- Add link to original README
- Add translation disclaimer and outdated warning
- Improve security warning translation
Add memsearch as a use case for adding vector-powered semantic search
to OpenClaw's markdown memory files with hybrid retrieval and auto-sync.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>