Communityv1.7.0

Smalltalk

Interact with live Smalltalk image (Cuis or Squeak). Use for evaluating Smalltalk code, browsing classes, viewing method source, defining classes/methods, querying hierarchy and categories.

2.7kdownloads3active installsjohnmci
View on ClawHubBack to Skills

Skill Details

Slug
smalltalk
Latest Version
1.7.0
Author
johnmci
Published
Jan 25, 2026
Updated
May 17, 2026
Total Versions
3

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for Smalltalk.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v1.7.0

**Dev mode, daemon support, and LLM code explanation/testing tools added.** - Added support for persistent dev mode with user-supplied images and changes file. - Introduced background daemon (`smalltalk-daemon.py`) for playground and dev workflows. - Expanded CLI with commands for explaining code and methods, LLM-aided comment audit, class audit, and automated SUnit test generation. - New environment variables and CLI flags for Anthropic/OpenAI LLM configuration. - Improved method source handling, now supporting class-side methods with new syntax/flag. - Added new documentation sections for modes, commands, and LLM-enabled workflows.