{"id":51309318,"url":"https://github.com/xxczaki/wicek","last_synced_at":"2026-07-01T02:30:54.540Z","repository":{"id":351421199,"uuid":"1206353984","full_name":"xxczaki/wicek","owner":"xxczaki","description":"Task-focused AI assistant running as a Discord bot, powered by Claude Code","archived":false,"fork":false,"pushed_at":"2026-06-24T05:43:16.000Z","size":421,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-24T07:28:36.366Z","etag":null,"topics":["ai","ai-agent","claude","claude-agent","claude-code","claude-code-agent","openclaw","openclaw-alternative","personal-ai-assistant","personal-assistant"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xxczaki.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-09T20:41:13.000Z","updated_at":"2026-06-24T05:43:19.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/xxczaki/wicek","commit_stats":null,"previous_names":["xxczaki/wicek"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xxczaki/wicek","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xxczaki%2Fwicek","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xxczaki%2Fwicek/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xxczaki%2Fwicek/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xxczaki%2Fwicek/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xxczaki","download_url":"https://codeload.github.com/xxczaki/wicek/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xxczaki%2Fwicek/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34990845,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-01T02:00:05.325Z","response_time":130,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","ai-agent","claude","claude-agent","claude-code","claude-code-agent","openclaw","openclaw-alternative","personal-ai-assistant","personal-assistant"],"created_at":"2026-07-01T02:30:53.708Z","updated_at":"2026-07-01T02:30:54.535Z","avatar_url":"https://github.com/xxczaki.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\".github/logo.svg\" width=\"80\" alt=\"Wicek\" draggable=\"false\"\u003e\n\u003c/p\u003e\n\n# Wicek\n\n[![CI](https://github.com/xxczaki/wicek/actions/workflows/ci.yml/badge.svg)](https://github.com/xxczaki/wicek/actions/workflows/ci.yml)\n\n\u003e Task-focused AI assistant running as a Discord bot, powered by Claude Code\n\nA minimal Node.js application that drives the [Claude Agent SDK](https://docs.claude.com/en/docs/agent-sdk) and exposes it through Discord. Built to replace a bloated third-party Kubernetes operator ([openclaw-rocks](https://github.com/openclaw-rocks)) with something lean and maintainable.\n\n\u003e [!WARNING]\n\u003e This project is experimental and should not be used directly as-is.\n\n## Motivation\n\n[OpenClaw](https://openclaw.ai/) is a capable AI agent platform with a broad feature set – multiple messaging channels, vector memory, browser automation, self-configuration, and more. For a single-user setup on a Raspberry Pi where only Discord and a handful of tools are needed, most of that goes unused. Wicek replaces it with ~500 lines of TypeScript, a single Deployment, and a Helm chart.\n\n## What it does\n\n- **Discord integration** – DMs, @mentions, and threaded conversations via [discord.js](https://discord.js.org/)\n- **Claude Agent SDK** – runs `query()` per request on a Pro/Max subscription (OAuth token, no API key), streaming results back to Discord with thinking (blockquotes), tool use, and text\n- **Browser automation** – headless Chrome sidecar with [Chrome DevTools MCP](https://github.com/ChromeDevTools/chrome-devtools-mcp), screenshots auto-attached to Discord\n- **Cron jobs** – GitOps-defined scheduled prompts (e.g., daily ETF updates)\n- **Custom subagents** – `.claude/agents/` for ETF analysis, infrastructure ops, Home Assistant\n- **File handling** – receives Discord attachments, sends back generated files and screenshots\n- **Self-update** – knows how to push changes through the GitOps pipeline (git -\u003e ArgoCD)\n- **Long-term memory** – Claude Code's native auto-memory on persistent storage\n\n## Deployment\n\nRuns on a single-node K3s cluster (Raspberry Pi 4). See [xxczaki/homelab](https://github.com/xxczaki/homelab) for the full cluster setup and [xxczaki/charts](https://github.com/xxczaki/charts) for the Helm chart.\n\n## AI disclosure\n\nThis project contains code generated by Large Language Models (LLMs), under human supervision and proofreading.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxxczaki%2Fwicek","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxxczaki%2Fwicek","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxxczaki%2Fwicek/lists"}