惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Vercel News
Vercel News
F
Fortinet All Blogs
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
GbyAI
GbyAI
MongoDB | Blog
MongoDB | Blog
Jina AI
Jina AI
aimingoo的专栏
aimingoo的专栏
I
InfoQ
IT之家
IT之家
罗磊的独立博客
Blog — PlanetScale
Blog — PlanetScale
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
The Cloudflare Blog
爱范儿
爱范儿
Microsoft Azure Blog
Microsoft Azure Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
美团技术团队
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
B
Blog RSS Feed
G
Google Developers Blog
大猫的无限游戏
大猫的无限游戏
博客园_首页
Engineering at Meta
Engineering at Meta
Martin Fowler
Martin Fowler

Hacker News - Newest: "OpenClaw"

OpenClaw just launched an official app for iPhone, details here - 9to5Mac OpenClaw Launch — Deploy AI Chatbots in Seconds Self-Host OpenClaw AI Agent on VPS: Full Setup Guide GitHub - xltvy/openclaw-memgpt: OpenClaw plugin that gives agents MemGPT-style memory: tiered core/archival/recall storage, self-directed memory operations via tool calls, memory-pressure warnings, and recursive summarisation. Integrates the reference MemGPT implementation via a local sidecar service, preserving the original architecture without reimplementation. Malicious AI 23 ClawHub Plugins Squat Official Org Scopes - Manifold Security what shipping OpenClaw in production taught us — AutoClaw AgentLine — AI Phone API | Phone Numbers, Voice & SMS for AI Agents Make Your OpenClaw Agent Cheaper, and Measure It Yourself GitHub - sammysltd/OpenEmployee: Make your OpenClaw agent employable: deny-by-default governance, budgets, allowlists, approval gates, and a signed audit trail via MakerChecker. Migrate from OpenClaw | Hermes Agent StackOverflow closed my OpenClaw and paperclipAI integration q. as "irrelevant" GitHub - sausin/outpost: Removing AI agents' quiet security problem Potassium — ClawHub Plugins Pi Building Pi, Openclaw's Minimalist Coding Agent | Mario Zechner, Creator of Pi I Spent 4 Hours So You Don’t Have To: Hetzner Metal + NixOS in ~15 Minutes − Irakli's blog GitHub - snuri00/osint-mcp: Self-hosted OSINT toolkit — MCP server, AI REPL, CLI, web app & chat apps (WhatsApp/Telegram/Discord via OpenClaw). Entity, event/news & social/community intelligence. Keyless-first. What a Regex Can't Do GitHub - ai-sns/openclaw-hermes-agent-network: OpenClaw Hermes AI Agent Social Network🦞💬🦞Built on Google 3D Maps and A2A protocol, connects OpenClaw and Hermes agents worldwide in a 3D environment. Phishing for Lobsters: How We Tricked OpenClaw into Spilling Secrets GitHub - CODEANDTRUST/clawcall: Give your OpenClaw / self-hosted AI agent inbound phone calls - a Twilio-to-gateway voice bridge with working agent tools mid-call (MIT). Build a ZeroCost Web Automation Pipeline with OpenRouter, OpenClaw, and MediaUse Let OpenClaw Run Wild in Simulation, Not on Your Customers | Veris AI Ask HN: What are the biggest problems you find in OpenClaw/Hermes? Microsoft launches Scout, an OpenClaw-inspired personal assistant GitHub - openclaw/openclaw-windows-node: Windows companion suite for OpenClaw - System Tray app, Shared library, Node, and PowerToys Command Palette extension Microsoft unveils Scout, an autonomous AI agent built on OpenClaw Gavriel Cohen found his own code inside OpenClaw, so he walked away GitHub - hunvreus/heypi: Chat agents for your team, with approvals and sandboxed tools. Slack, Discord, Telegram, webhooks. HolaClaw: run OpenClaw securely in Mac
GitHub - gpdir16/tabyAgent: A lighter, easier alternative...
df003 · 2026-06-07 · via Hacker News - Newest: "OpenClaw"

English | 한국어

A lighter, easier alternative to OpenClaw/Hermes.

Runs autonomously inside Docker and chats with you through Telegram.

What it does

  • Daily chat — Send messages and get replies right in Telegram. Supports text, images, and files.
  • Connect your inference provider — Works with OpenAI, OpenRouter, or any custom API endpoint.
  • Skills, MCP — Add capabilities like web browsing, scheduled tasks, and more.
  • Scheduled tasks — Set up recurring jobs that run automatically and report back.
  • Runs anywhere — Lightweight single Docker container, works on any device.

Quick start

1. Create a Telegram bot

  1. Open Telegram and search for @BotFather.
  2. Send /newbot and follow the prompts.
  3. Copy the bot token you receive.

2. Install (Linux / macOS)

Paste this one line into your terminal and press Enter. The installer will ask you to paste the full token from BotFather, then (optionally) whether to connect a host folder — default no; if yes, it warns about risk and asks for an absolute path.

When the installer asks you to install Docker, press y to install it. tabyAgent requires Docker to run. Automatic installation is supported on macOS and Linux only.

curl -fsSL https://raw.githubusercontent.com/gpdir16/tabyAgent/main/scripts/install.sh | bash

When it finishes, open your bot in Telegram and send /start. To upgrade later, run the same command again — your settings and memory are kept.

3. Configure in Telegram

  1. Open your bot in Telegram and send /start. The first person to send a message is automatically approved.
  2. The setup wizard will guide you through language, LLM provider, API key, and model.
  3. Once done, you can start chatting.

Send /config anytime to change your settings.

Run from source (Docker Compose)

git clone https://github.com/gpdir16/tabyAgent.git
cd tabyAgent
cp .env.example .env   # set TELEGRAM_BOT_TOKEN
docker compose up -d

Optional host folder (default: none):

echo 'HOST_WORKSPACE=/absolute/path/to/your/project' >> .env
docker compose -f docker-compose.yml -f docker-compose.workspace.yml up -d

Mounts at /workspace in the container. Default work stays under /app/user; use /workspace only when a task needs files on the user's PC.

Rebuild the image after pulling code changes:

docker compose up -d --build

Bot commands

Command Description
/start Start the bot or open the setup wizard on first run
/config Open the configuration wizard
/new Start a new chat (5+ turns: save summary to memory.md first)
/stop Stop the current task (messages sent while running are added to it)
/reload Reload MCP tools (skills do not need reload)
/approve <code> Approved user grants access (disconnects the previous user)

Requirements

  • Docker
  • Telegram bot token (from BotFather)
  • Inference provider API key

License

AGPL-3.0