mfielding92/ClawedBack

🦀 A port of OpenClaw to Claude Code — personal AI assistant built with skills + minimal Python

23Stars on the repository
39Mods indexed here, across every type
18d agoLast push, which is what freshness is scored on
AGPL-3.0Licence, which decides whether bodies are shown

code-review

01

mfielding92/ClawedBack

Skill Claude CodeCodex

Review code changes for quality, security, and correctness. Use when the user says "review this PR", "review these changes", "check my code", "look at what I changed", or after implementing a feature. Produces a severity-organized report.

23 18d ago A 55 tokens AGPL-3.0

context-doctor

02

mfielding92/ClawedBack

Skill Claude CodeCodex

Diagnose and fix context window issues. Use when Claude seems confused, forgetful, slow, or the user says "context is full", "you forgot", "you're repeating yourself", "start fresh", or "why are you ignoring my instructions".

23 18d ago A 54 tokens AGPL-3.0

git-workflow

03

mfielding92/ClawedBack

Skill Claude CodeCodex

Structured git workflow for commits, branches, and PRs. Use when the user says "commit", "create a PR", "new branch", "prepare for review", "ship this", or "push my changes". Safe, conventional git operations with checkpoints.

23 18d ago A 56 tokens AGPL-3.0

grill-me

04

mfielding92/ClawedBack

Skill Claude CodeCodex

Deep interview to reach shared understanding before building. Use when starting a complex feature, when requirements are unclear, or when the user says "grill me", "interview me", "ask me questions", "let's figure this out", or "grill me lightly" for a quick version.

23 18d ago A 64 tokens AGPL-3.0

oc-approve

05

mfielding92/ClawedBack

Skill Claude CodeCodex

Approval gate for dangerous operations. Use internally before executing destructive commands, file deletions, git pushes, or external API calls from the web chat. Do NOT invoke directly.

23 18d ago C 38 tokens AGPL-3.0

oc-automate

06

mfielding92/ClawedBack

Skill Claude CodeCodex

Create, list, and manage scheduled tasks and automations. Use when the user asks to schedule something, set a reminder, create a recurring task, or manage existing automations. Trigger phrases: 'remind me', 'every hour', 'schedule', 'at 9am', 'recurring', 'automate', 'cron'.

23 18d ago A 73 tokens AGPL-3.0

oc-channel

07

mfielding92/ClawedBack

Skill Claude CodeCodex

Manage communication channel adapters (web chat, Telegram, Discord, etc.). Use when the user wants to add a new channel, list channels, or configure channel settings. Trigger phrases: 'add channel', 'connect telegram', 'connect discord', 'list channels'.

23 18d ago A 55 tokens AGPL-3.0

oc-crosstalk

08

mfielding92/ClawedBack

Skill Claude CodeCodex

Communicate with another ClawedBack instance. Use when the user says 'crosstalk', 'talk to server', 'contact instance', 'send message to', or '/oc-crosstalk'. Enables ClawedBack-to-ClawedBack communication.

23 18d ago A 58 tokens AGPL-3.0

oc-files

09

mfielding92/ClawedBack

Skill Claude CodeCodex

Manage files and create temporary share links for the web chat. Use when the user says 'share file', 'send file', 'list files', 'download', or when you need to provide a file to the user via the chat. Also use when you generate a file (PDF, image, code, etc.) and want to let the user download it.

23 18d ago A 75 tokens AGPL-3.0

oc-hub

10

mfielding92/ClawedBack

Skill Claude CodeCodex

Browse, install, and import skills for clawed-back. Supports local skills AND importing OpenClaw/ClawHub skills (they share the AgentSkills format). Use when the user says 'install skill', 'list skills', 'what skills are available', 'skill store', 'marketplace', 'hub', 'clawhub', 'import skill', 'openclaw skill'.

23 18d ago F 82 tokens AGPL-3.0

oc-local

11

mfielding92/ClawedBack

Skill Claude CodeCodex

Run tasks on a local or remote Ollama model instead of Claude. Use when the user says 'run locally', 'use ollama', 'local model', 'process offline', 'use local', '/oc-local', or wants to offload a task to a local LLM.

23 18d ago D 60 tokens AGPL-3.0

oc-poll

12

mfielding92/ClawedBack

Skill Claude CodeCodex

Check the message queue for new user messages and process them. This is the heartbeat of clawed-back. Typically triggered by CronCreate on a schedule.

23 18d ago A 34 tokens AGPL-3.0

oc-report

13

mfielding92/ClawedBack

Skill Claude CodeCodex

Internal bug report generator. Produces PII-redacted, structured reports formatted as GitHub issues. Called by other skills when errors are detected — not directly by users.

23 18d ago A 37 tokens AGPL-3.0

oc-respond

14

mfielding92/ClawedBack

Skill Claude CodeCodex

Write a response to the user via the message queue. Use internally when processing a user message and you need to send the reply back through the web chat. Do NOT use for direct terminal conversations.

23 18d ago A 43 tokens AGPL-3.0

oc-resume

15

mfielding92/ClawedBack

Skill Claude CodeCodex

Resume ClawedBack after a restart. Starts the web server, resumes polling, and rebuilds config if missing. Use when starting a new Claude session in an existing ClawedBack install, or when the user says 'resume', 'start', 'restart', 'begin polling', or 'oc-resume'.

23 18d ago C 66 tokens AGPL-3.0

oc-router

16

mfielding92/ClawedBack

Skill Claude CodeCodex

Route and process incoming user messages from the web chat queue. Use internally when oc-poll detects new messages. Do NOT invoke directly.

23 18d ago A 30 tokens AGPL-3.0

oc-session

17

mfielding92/ClawedBack

Skill Claude CodeCodex

Load and save conversation session state. Use internally when processing messages to maintain context across the chat. Do NOT invoke directly.

23 18d ago C 27 tokens AGPL-3.0

oc-setup

18

mfielding92/ClawedBack

Skill Claude CodeCodex

First-run setup wizard for clawed-back. Use when the user says 'setup', 'start clawed-back', 'initialize', or when running for the first time. Offers three install modes: portable user, portable root, or system install.

23 18d ago D 53 tokens AGPL-3.0

oc-ssl

19

mfielding92/ClawedBack

Skill Claude CodeCodex

Set up SSL/HTTPS certificates using Let's Encrypt certbot. Use when the user says 'setup ssl', 'get certificate', 'enable https', 'certbot', 'letsencrypt', or wants to secure their ClawedBack instance with HTTPS on a public domain.

23 18d ago A 58 tokens AGPL-3.0

oc-token

20

mfielding92/ClawedBack

Skill Claude CodeCodex

View, regenerate, or set the auth token for the web chat. Use when the user says 'change token', 'reset token', 'show token', 'set password', 'new token', or 'auth token'.

23 18d ago A 47 tokens AGPL-3.0

oc-tools

21

mfielding92/ClawedBack

Skill Claude CodeCodex

Execute tools and commands on behalf of the user from the web chat. Use internally when the router identifies a tool request. Do NOT invoke directly.

23 18d ago A 32 tokens AGPL-3.0

oc-update

22

mfielding92/ClawedBack

Skill Claude CodeCodex

Pull the latest ClawedBack updates from GitHub and apply them to the running installation, preserving local config, data, auth tokens, and user-installed skills. Use when the user says 'update', 'upgrade', 'pull latest', 'check for updates', or 'oc-update'.

23 18d ago B 60 tokens AGPL-3.0

oc-voice

23

mfielding92/ClawedBack

Skill Claude CodeCodex

Handle voice message processing. Use internally when the router encounters a voice-type message. Do NOT invoke directly.

23 18d ago A 25 tokens AGPL-3.0

oc-webhook

24

mfielding92/ClawedBack

Skill Claude CodeCodex

Handle incoming webhook payloads from external services. Use internally when the router encounters a webhook-type message. Supports GitHub, GitLab, custom webhooks. Do NOT invoke directly.

23 18d ago A 40 tokens AGPL-3.0