Agent Clawification

auto_awesome

What is Clawification?

Agents built around bash access and markdown skill files — where computer use replaces static tool definitions, and the combination of shell access with composable skills unlocks capabilities far beyond what conventional tool-calling or MCP configurations can achieve.

description

The Skill Primitive

Skill FilesClaude Code / Anthropic

Bash access + a markdown file describing a tool is all an agent needs. Bash is the single universal tool — any CLI or API with documentation becomes an available capability without explicit tool definitions, JSON schemas, or MCP server configurations. Skills are the capability layer; bash is computer use.

Key Components
Bash / Shell AccessMarkdown Skill FileUniversal Tool Execution
low complexity low cost
codegithub.mdskill
## GitHub CLI
### Install
Requires Homebrew. Install with: brew install gh
### Authenticate
Run: gh auth login — follow prompts for browser auth.
### Usage
gh pr list, gh issue create, gh repo clone <owner>/<repo>
package_2homebrew.mdskill
## Homebrew
### Install
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
### Usage
brew install <package> — installs any package in the Homebrew registry.
Other skills that depend on Homebrew should reference this skill first.
grid_view

Platform Implementations

hub
OpenClawOpenAI (acquired 2026)

The original platform — TypeScript/Node.js with 5,000+ skill integrations. Broadest ecosystem. Acquired by OpenAI in 2026.

RuntimeNode.js
Memory~1.5 GB
Skills5,000+
All-PurposeOpenAIBroadest Ecosystem
business_center
NemoClawNVIDIA

Enterprise agent runtime on the NeMo framework. Confidential computing, data residency controls, and compliance posture for regulated industries.

RuntimePython / NeMo
FocusEnterprise
ComplianceBuilt-in
EnterpriseNVIDIACompliance
security
NanoClawqwibitai (community)

Security-first personal agent on the Claude Agent SDK. WhatsApp/Telegram channels, agent swarms, per-group memory, OS container isolation. ~3,900 lines — auditable by design.

RuntimeNode.js
IsolationOS containers
Codebase~3,900 lines
SecurityPersonalClaude SDKDocker
memory
PicoClawSipeed

Embedded agent in Go for RISC-V and ARM boards from $10. Under 10 MB memory. Built-in Whisper support for voice-controlled IoT.

RuntimeGo
Memory<10 MB
Binary~5 MB
EmbeddedIoTRISC-V
speed
ZeroClawSundai Club

High-performance Rust agent for edge devices and low-spec VPS. Sub-10ms startup, ~8 MB RAM. Over 99% less memory than OpenClaw.

RuntimeRust
Memory~8 MB
Startup<10 ms
PerformanceEdgeRust
minimize
NullClawCommunity

Zig implementation targeting absolute minimalism. ~1 MB memory, zero external dependencies. For ultra-constrained firmware and deeply embedded systems.

RuntimeZig
Memory~1 MB
DependenciesZero
Ultra-MinimalZigFirmware
engineering
IronClawCommunity

C++ implementation for industrial stability. Predictable memory behaviour and deterministic execution for long-running production deployments.

RuntimeC++
FocusIndustrial
StrengthStability
IndustrialC++Deterministic
cloud_sync
Perplexity MaxPerplexity

Cloud-hosted agent that orchestrates 19 AI models to execute complex workflows and control the user's computer. Combines multi-model routing with computer use — running from the cloud but operating on the local machine.

DeploymentCloud-Hosted
Models19
AccessComputer Use
CloudComputer UseMulti-ModelPerplexity
computer
Manus DesktopMeta (acquired)

Desktop agent with direct access to local files, applications, and the OS layer. Acquired by Meta. Positions AI as an operating-system-level layer rather than a cloud interface — the clearest example of Clawification moving onto the personal machine.

DeploymentDesktop App
AccessLocal OS
OwnerMeta
DesktopLocal FilesOS LayerMeta
forum

Channel Integrations

chatWhatsApp

2B+ users. Agents run in personal chats, group threads, and business accounts — customer service, scheduling, and task automation without leaving the platform.

check_circle Per-group agent memorycheck_circle Business API integrationcheck_circle Multi-agent group coordinationcheck_circle Voice message processing
sendTelegram

Open bot API and channel architecture. Developer-friendly platform with fine-grained permission models — primary channel for community-built Claw deployments.

check_circle Bot API with inline queriescheck_circle Channel and supergroup supportcheck_circle Webhook and polling modescheck_circle Scheduled task execution
businessEnterprise Platforms

Slack, Teams, Jira, Salesforce, ServiceNow. Agents surface where decisions are already made, reducing context-switching and keeping humans in the loop.

check_circle Slack and Teams botscheck_circle CRM and ticketing integrationcheck_circle Approval workflow automationcheck_circle Audit trail generation