After Integrating OpenClaw into Every Aspect of My Life, I Personally Switched It Off

marsbitОпубліковано о 2026-03-02Востаннє оновлено о 2026-03-02

Анотація

After extensively using OpenClaw (formerly Clawdbot and Moltbot) for over a month as a 24/7 AI assistant integrated with Telegram, email, and calendar, the author decided to shut it down. The primary reasons were its unreliability in long-term memory retention despite claims, high and unpredictable API costs (over $150 monthly), and significant security vulnerabilities, including exposed API keys and unauthorized data transmission. The author realized that a constantly running AI was unnecessary for most valuable tasks, which were better handled through active, intentional work. The core functions of OpenClaw—remembering user context and automating tasks—were effectively replicated using Claude’s ecosystem. By creating a consolidated CLAUDE.md file (replacing OpenClaw’s multiple configuration files), leveraging Claude’s built-in memory features, and integrating with Obsidian via CLI for efficient knowledge management, the author achieved similar functionality with greater reliability. For mobile access, Claude’s Remote Control feature or a Telegram bot solution provided seamless interaction. Scheduled tasks were handled through Claude’s Cowork feature, avoiding the cost of continuous API checks. Ultimately, Claude Pro or Max subscriptions offered a more predictable cost structure ($20–$200/month) and a stable, secure environment. The author concluded that Claude’s ecosystem delivers nearly all of OpenClaw’s promised benefits without the operational headaches, making it a su...

Author: Jooooooe | NodeZ

I started playing with it since the Clawdbot era early this year, following its name changes to Moltbot and then OpenClaw. For over a month, it ran 24/7 on my Mac Mini, connected to Telegram, email, and calendar, aiming to create an AI assistant capable of handling everything.

Last week, I turned it off. Not because it isn't cool, but because "cool" and "usable" are two different things.

Why I Gave Up

  • Memory: OpenClaw claims to remember what you've said and bring it up automatically in the next chat. But after prolonged use, you'll notice something quite dumb: it still forgets things you've told it.

  • Cost: OpenClaw automatically wakes up every 30 minutes to check if there's anything to do. Each check costs API money—reading email costs money, checking the calendar costs money, looking at Telegram costs money. A simple task often requires it to call the AI multiple times consecutively to complete. Running it for a month cost me over $150, more expensive than directly subscribing to Claude Max.

  • Security Issues: Kaspersky detected 512 vulnerabilities. Researchers found over 40,000 wide-open OpenClaw instances online, with API keys and chat records completely exposed. Cisco tested a community plugin and discovered it secretly sent data to an external server without the user's knowledge.

  • You might not actually need a 24/7 AI. This is what I finally realized. All the truly valuable work was something I proactively sat down to do. The tasks handled by the background bot were trivialities, not worth using AI for.

Stripped Down, OpenClaw Essentially Does Two Things

If you remove all the flashy features, the core of OpenClaw is:

  • Remembering you — Knowing who you are, what you're doing, what you like

  • Acting autonomously — Handling things for you proactively without you asking

Understanding this, the question becomes: Can Claude do it?

Replicating "Remembering You": Crafting Your SOUL.md

Many people get most excited about writing SOUL.md when playing with OpenClaw—a manual telling the AI "who you are." OpenClaw splits this into seven or eight files: SOUL.md defines personality, IDENTITY.md defines identity, USER.md describes who you are, AGENTS.md writes behavior rules, MEMORY.md stores long-term memory, plus a bunch of skill files. At the start of each conversation, it reads them all in order so the AI "knows" who it is, who its master is, and how to do things.

In Claude Code, these are all merged into one file: CLAUDE.md.

You create a CLAUDE.md file in your project folder and clearly write the following:

# JARVIS — My Personal AI Assistant

## Identity

You are JARVIS, my personal AI assistant. You speak concisely with opinions,

reply in Chinese, and can include English terminology when necessary.

## About Me

- My name is Joe, 21 years old, National Chengchi University, International Trade Department

- Marketing Intern at xx

- Also xx Taiwan BD, focused on the xx ecosystem

- Co-founder of @Node_Z_

- I usually need to write tweets and marketing copy

## Behavior Rules

- Answers should be direct, not verbose

- When writing marketing copy, have the feel of a KOL, not a robot

- When involving crypto projects, check the latest information before answering

- If unsure about something, say you're unsure, don't make things up

## Memory Management

- Actively write important things into memory

- Must remember things I say "remember"

- Before ending each conversation, save the key points worth remembering

70 lines and it's done. OpenClaw requires seven files and hundreds of lines for the same effect.

Claude Code automatically reads this file every time a new conversation starts, meaning the AI always knows who it is, who you are, and how to act. You can also change styles, switch roles, add rules anytime, and it takes effect in the next conversation.

Replicating "Cross-Conversation Memory"

OpenClaw's memory is divided into three layers: long-term notes, daily logs, and full-text search.

How to match this with Claude?

Long-term memory: Just tell Claude to remember

In Claude.ai (web/mobile), you directly say in the conversation:

  • "Remember I'm a marketing intern at xx"

  • "Remember I prefer Simplified Chinese"

  • "Remember my writing style should be concise with opinions"

It will store it permanently and automatically bring it into every new conversation. You can also say "Forget XX" to delete anytime, and go to Settings to see everything it remembers.

Additionally, turn on "Generate memory from chat history" in Settings → Capabilities, and Claude will automatically summarize key points from your usual chats: your role, projects, habits—it organizes them itself without you needing to say anything.

The biggest difference from OpenClaw: Claude's memory is stored independently and won't get lost or distorted when the conversation gets too long and is compressed. OpenClaw's biggest headache is memory getting compressed and deformed mid-chat; Claude doesn't have this problem.

If you use Claude Code, it also has an automatic memory system. After each session, it automatically notes what it learned (your habits, project structure, pitfalls encountered), stores it locally, and loads it automatically the next time you start, showing "Recalled X memories." You don't need to do anything; memory accumulates by itself.

Conversation History: Searchable, so no fear of forgetting

Claude can search all your historical conversations. Just ask "What did we talk about last week?" or "Find that tokenomics analysis conversation from before," and it will search for relevant content and quote it directly, no need for you to maintain anything.

Advanced: Using Obsidian as a Memory Hub

The above covers Claude's built-in memory, sufficient for most people. But if you're like me and have a large number of notes, project materials, and research assets, and want the AI to truly understand your entire knowledge base, there's a stronger approach: connect Obsidian to it.

https://x.com/obsdmd/status/2027416335689638245?s=20

Obsidian 1.12 just released an official CLI—you can directly operate your note vault in the terminal: search, read/write notes, check tags, check backlinks, anything. The key point: Claude Code also runs in the terminal. Connect the two, and your entire Obsidian note vault becomes the AI's memory.

Setup method:

  • Update Obsidian to 1.12 or above

  • Settings → General → Turn on CLI

  • Add a section to your CLAUDE.md:

## Obsidian Integration

- Use `obsidian search` to search notes, don't manually browse files

- Use `obsidian files read` to read note content

- Use `obsidian files append` to append content to notes

- Use `obsidian daily` to operate daily notes

- When researching, prioritize searching Obsidian, only go online if not found

Done. From now on, when you converse with Claude Code, it will directly search your Obsidian for answers, no need for you to manually paste notes over.

How is this stronger than OpenClaw's memory system? OpenClaw's memory is just a bunch of markdown text files, search is fuzzy matching, which becomes inaccurate as notes accumulate. Obsidian has its own search engine—tags, backlinks, full-text search are all second-fast, and you're already using it to manage knowledge, no need to maintain an extra system. Someone tested it: finding the same note took 7 million tokens using raw file scanning, but only 100 tokens using the Obsidian CLI.

If you don't want to use the CLI method, you can also install an MCP plugin to connect Claude directly to Obsidian. The community already has ready-made solutions; install it and Claude Desktop and Claude Code can both read and write to your note vault.

Replicating "Chatting with AI on Your Phone"

The coolest part of OpenClaw is talking directly to the AI in Telegram, where it can do anything for you. Claude has two ways to achieve this:

Method 1: Remote Control (Official Solution)

Claude Code recently released the /remote-control function: open a session on your computer, then connect to it using the Claude App on your phone. Type or speak on the phone, and Claude Code on the computer executes. Messages sync almost instantly, and the laptop will automatically reconnect when waking from sleep.

The advantage is it uses Anthropic's official channels, secure, no need to set up anything yourself. The downside is your computer must be on.

Method 2: Telegram Bot (Community Solution)

If you specifically want to use Telegram, there are open-source solutions available:

  • Install claude-code-telegram: uv tool install git+https://github.com/RichardAtCT/claude-code-telegram

  • Telegram @BotFather to create a bot and get a token

  • Set your bot token, Telegram ID, working directory

  • Start it, chat directly with Claude in Telegram

Supports voice, images, files, and conversation history for each project is preserved.

Replicating "Automatically Doing Things for You"

OpenClaw automatically wakes up every 30 minutes to see if there's anything to do. Claude's Cowork function can do something similar: set a schedule (/schedule) for Claude to run automatically at specified times.

My settings:

  • Every morning at 9 AM: Monitor DeFi competitor accounts, capture high-engagement tweets from the past 24 hours

  • Every Monday at 10 AM: Generate a summary of last week's marketing performance

  • Every day at 6 PM: Organize the day's important news

Like OpenClaw's cron, Cowork is you setting when it does what, not the AI deciding on its own. But 90% of the time, OpenClaw's heartbeat check just looks and finds nothing to do, burning money for nothing. It's better to just set specific times for specific tasks.

Cost

  • OpenClaw: API pay-per-use, I spent $150+ a month, you don't know next month's cost

  • Claude Pro: $20/month. Enough for most people

  • Claude Max: $100-200/month. Heavy users, those who need Claude Code, choose this

Monthly subscription, predictable bill.

Finally

OpenClaw's idea is awesome: everyone should have a powerful AI assistant.

But at this stage, it's a cool but untrustworthy experiment.

And Claude's ecosystem—CLAUDE.md giving it personality, Memory letting it remember you, Obsidian as its knowledge base, Remote Control letting you control it from your phone, Cowork letting it work on time—these pieces put together can already achieve 80-90% of what OpenClaw does, and it's more stable, more secure, and cheaper.

Rather than spending time fixing your AI assistant, let the AI assistant help you do real work.

That's why I turned off OpenClaw.

Трендові криптовалюти

Пов'язані питання

QWhat were the main reasons the author decided to shut down OpenClaw?

AThe author shut down OpenClaw due to its unreliable memory (it would forget information despite claiming to remember), high and unpredictable API costs (over $150 per month), significant security vulnerabilities (512 vulnerabilities found by Kaspersky, 40,000+ exposed instances), and the realization that a 24/7 AI wasn't necessary for most valuable work, which was done actively by the user.

QWhat are the two core functions the author identifies as the essence of OpenClaw?

AThe two core functions of OpenClaw are: 1) Remembering you — knowing who you are, what you do, and your preferences. 2) Acting autonomously — proactively handling tasks without you needing to ask.

QHow does the author propose replicating the 'Remembering you' function using Claude?

AThe author proposes creating a single CLAUDE.md file that consolidates information from OpenClaw's multiple files (SOUL.md, IDENTITY.md, etc.). This file defines the AI's identity, details about the user, behavioral rules, and memory management instructions, which Claude automatically reads at the start of each new conversation.

QWhat advanced method does the author suggest for creating a powerful memory center for Claude, and what is its key advantage?

AThe author suggests integrating Claude with Obsidian using its official CLI. The key advantage is that Obsidian's powerful native search (tags, backlinks, full-text) allows Claude to instantly search and interact with the user's entire knowledge base stored in Obsidian, which is far more efficient than OpenClaw's file-scanning method and doesn't require maintaining a separate system.

QHow does the cost of using Claude compare to the cost of running OpenClaw, according to the author?

AOpenClaw's cost was variable and unpredictable based on API usage, costing the author over $150 per month. In contrast, Claude offers predictable monthly subscriptions: Claude Pro for $20/month for most users, and Claude Max for $100-200/month for heavy users needing Claude Code.

Пов'язані матеріали

Will the Fed Definitely Raise Interest Rates in September? How Will Crypto and U.S. Stocks Withstand the Pressure?

The market's expectation for a September Fed rate hike surged dramatically in early August, jumping from under 50% to over 80% within a week. This shift followed a contentious July FOMC meeting, where a 9-3 vote to hold rates revealed growing dissent from hawkish members advocating for an immediate hike to combat persistent inflation. The primary catalyst for this repricing is rising oil prices, driven by renewed geopolitical tensions around the Strait of Hormuz, which threaten global supply. Energy costs directly influence inflation metrics, making the upcoming July CPI report (due August 12th) a critical data point. If it shows inflation reaccelerating, the probability of a September hike will solidify. For Bitcoin and crypto assets, this is typically bearish news. Bitcoin continues to behave as a high-beta, liquidity-sensitive risk asset. A rate hike raises the opportunity cost of holding non-yielding assets and could drive capital toward money markets, pressuring crypto prices in the short term. However, historical patterns suggest that if a hike is perceived as the end of a tightening cycle rather than the start, any negative price impact may be brief. U.S. stocks, particularly crypto-linked equities like Coinbase and growth-oriented tech stocks, are also vulnerable. Higher rates increase discount rates in valuation models, putting pressure on high-multiple companies. This coincides with a pivotal tech earnings season where investor focus has shifted from massive AI capital expenditure to tangible revenue and cash flow generation. Companies with negative cash flow and weak growth narratives could face heightened volatility if borrowing costs rise in September. In summary, a September Fed hike has evolved into a mainstream market scenario. Key factors to watch are oil prices, the July CPI report, and Fed communications, which will determine the final decision and its impact on volatile crypto and equity markets.

marsbit3 хв тому

Will the Fed Definitely Raise Interest Rates in September? How Will Crypto and U.S. Stocks Withstand the Pressure?

marsbit3 хв тому

A 'Overlooked' Market Event: Joint US-Japan-South Korea Intervention, Rare US Treasury Involvement, and Bessent's Quiet 'Market Rescue'?

Summary: The United States, Japan, and South Korea executed their largest coordinated foreign exchange intervention in nearly 30 years. The action targeted depreciation pressure on the Japanese yen and South Korean won. This move is seen as a significant effort by the US to stabilize the financial markets of its key allies and prevent the spillover of risks. Key details: * Japan reportedly intervened on July 30 using approximately 8.45 trillion yen (about $52.8 billion). South Korean authorities also intervened that day, selling dollars to support the won. * Notably, the US Treasury Department intervened directly in yen markets for the first time in roughly 30 years. The New York Fed, reportedly acting on behalf of the Treasury, sold euros to buy yen via Goldman Sachs and Morgan Stanley on July 31. Analysts view the use of the euro-yen pair as a way to alleviate yen pressure without adding selling pressure to the US dollar. * Prior to the action, the New York Fed conducted "rate checks" on both USD/JPY and EUR/JPY, a newer signaling tool that falls between verbal and physical intervention. The intervention is interpreted as going beyond traditional currency stabilization. Analysts, such as Michael Hartnett of Bank of America, suggest it resembles a "Price Keeping Operation" for the AI era. The core US objectives are perceived to be: 1. Preventing rapid yen depreciation from triggering a sharp rise in Japanese government bond yields. 2. Containing financial stress from spreading across Asian markets like South Korea and Japan. 3. Reducing the risk of disorderly capital flows impacting the US bond market. This coordinated action underscores the importance of Japan and South Korea as critical partners in the US semiconductor and AI supply chain. Stabilizing their financial markets is seen as vital to mitigating risks to the broader tech industry and the US market itself. The intervention coincides with market pressures, including the KOSDAQ index hitting a low since October 2022. While seen as a move to control volatility, some analysts caution it may not fundamentally reverse existing market trends.

marsbit7 хв тому

A 'Overlooked' Market Event: Joint US-Japan-South Korea Intervention, Rare US Treasury Involvement, and Bessent's Quiet 'Market Rescue'?

marsbit7 хв тому

Will the Federal Reserve Definitely Raise Interest Rates in September? How Will Cryptocurrencies and US Stocks Bear the Pressure?

In early August 2024, market expectations for a September Federal Reserve rate hike surged dramatically, from below 50% to over 80%, driven by renewed inflation concerns. This shift followed a contentious July FOMC meeting where a 9-3 vote to hold rates revealed a growing hawkish faction advocating for an immediate hike, citing prolonged above-target inflation. The key catalyst is escalating conflict near the Strait of Hormuz, which has pushed oil prices up approximately 20% in July, threatening to reignite inflation. The next critical data point is the July CPI report on August 12th; a hot reading could solidify hike expectations. For crypto assets, particularly Bitcoin, this represents near-term pressure. Bitcoin continues to exhibit high-beta, risk-on characteristics, making it sensitive to tightening liquidity and higher opportunity costs. However, historical precedent suggests that if a hike is perceived as the cycle's end rather than its start, the negative impact may be brief, with markets quickly pivoting to anticipate future rate cuts. U.S. stocks, especially crypto-linked equities like Coinbase and high-valuation tech stocks, face amplified volatility. Higher rates increase discount rates in valuation models, pressuring growth stocks. This coincides with a pivotal tech earnings season where investor focus has shifted from massive AI capital expenditures to demonstrable revenue and cash flow generation. Companies with negative cash flows and weak growth narratives could see severe pressure if a September hike materializes, as financing costs would rise. Key indicators to watch include oil prices, upcoming inflation data, and Fed commentary at events like the Jackson Hole symposium.

Odaily星球日报7 хв тому

Will the Federal Reserve Definitely Raise Interest Rates in September? How Will Cryptocurrencies and US Stocks Bear the Pressure?

Odaily星球日报7 хв тому

Торгівля

Спот

Популярні статті

Як купити ERA

Ласкаво просимо до HTX.com! Ми зробили покупку Caldera (ERA) простою та зручною. Дотримуйтесь нашої покрокової інструкції, щоб розпочати свою криптовалютну подорож.Крок 1: Створіть обліковий запис на HTXВикористовуйте свою електронну пошту або номер телефону, щоб зареєструвати обліковий запис на HTX безплатно. Пройдіть безпроблемну реєстрацію й отримайте доступ до всіх функцій.ЗареєструватисьКрок 2: Перейдіть до розділу Купити крипту і виберіть спосіб оплатиКредитна/дебетова картка: використовуйте вашу картку Visa або Mastercard, щоб миттєво купити Caldera (ERA).Баланс: використовуйте кошти з балансу вашого рахунку HTX для безперешкодної торгівлі.Треті особи: ми додали популярні способи оплати, такі як Google Pay та Apple Pay, щоб підвищити зручність.P2P: Торгуйте безпосередньо з іншими користувачами на HTX.Позабіржова торгівля (OTC): ми пропонуємо індивідуальні послуги та конкурентні обмінні курси для трейдерів.Крок 3: Зберігайте свої Caldera (ERA)Після придбання Caldera (ERA) збережіть його у своєму обліковому записі на HTX. Крім того, ви можете відправити його в інше місце за допомогою блокчейн-переказу або використовувати його для торгівлі іншими криптовалютами.Крок 4: Торгівля Caldera (ERA)Легко торгуйте Caldera (ERA) на спотовому ринку HTX. Просто увійдіть до свого облікового запису, виберіть торгову пару, укладайте угоди та спостерігайте за ними в режимі реального часу. Ми пропонуємо зручний досвід як для початківців, так і для досвідчених трейдерів.

598 переглядів усьогоОпубліковано 2025.07.17Оновлено 2026.06.02

Як купити ERA

Обговорення

Ласкаво просимо до спільноти HTX. Тут ви можете бути в курсі останніх подій розвитку платформи та отримати доступ до професійної ринкової інформації. Нижче представлені думки користувачів щодо ціни ERA (ERA).

活动图片