# OpenClaw Related Articles

HTX News Center provides the latest articles and in-depth analysis on "OpenClaw", covering market trends, project updates, tech developments, and regulatory policies in the crypto industry.

Lobsters Not Yet Grown, Giants Already Casting Nets: OpenClaw Ecosystem Faces Enclosure Crisis

The article discusses the controversy surrounding Chinese tech giant Tencent's launch of SkillHub, a localized platform for the OpenClaw ecosystem. OpenClaw founder Peter Steinberger publicly accused Tencent of copying the project without providing support, specifically criticizing its impact on official download statistics. Tencent responded that SkillHub is a mirror site designed to serve Chinese users, citing reduced bandwidth strain on the official source and offering sponsorship. Steinberger countered that the core issue was not technical but a lack of prior communication and the risk of Tencent controlling user access and data. The author argues that the incident reflects a broader pattern of major Chinese tech companies exploiting open-source ecosystems for market dominance. While mirror sites are common in China, Tencent’s move is seen as an attempt to capture the user entry point and potential future commercialization of the Agent-based AI ecosystem represented by OpenClaw. The article warns that such platforms, under the guise of localization and convenience, may eventually lead to walled gardens where Tencent controls distribution, visibility, and monetization—echoing past strategies in sectors like ride-hailing and short-video platforms. The piece concludes that OpenClaw’s open, community-driven vision is at risk of being co-opted by corporate interests before it fully matures.

比推03/13 12:32

Lobsters Not Yet Grown, Giants Already Casting Nets: OpenClaw Ecosystem Faces Enclosure Crisis

比推03/13 12:32

Free Mirror or Land Grab? OpenClaw Founder Blasts Tencent for Copying

OpenClaw founder Peter Steinberger publicly criticized Tencent for creating SkillHub, a localized platform mirroring OpenClaw, accusing the tech giant of copying without supporting the project. Tencent responded by clarifying that SkillHub acts as a local mirror site, properly attributing OpenClaw as the data source and reducing bandwidth strain on the origin server by processing significant traffic locally. It also expressed willingness to become a sponsor. However, Steinberger remained unsatisfied, emphasizing that the core issue was not technical but ethical—Tencent failed to communicate beforehand. The dispute highlights deeper concerns about big tech’s approach to open-source ecosystems: while mirroring is common and often legal under open-source licenses, Tencent’s move is seen as an attempt to control user access, distribution channels, and future commercial influence within the AI agent ecosystem. The incident reflects a broader pattern in China’s internet industry, where major companies rapidly embrace emerging technologies like OpenClaw not purely for innovation, but to capture entry points, traffic, and platform dominance. By offering localized, convenient services, they risk enclosing open ecosystems within their own walled gardens—ultimately dictating which tools get visibility, monetization, and user adoption. As OpenClaw gains explosive popularity in China, the episode underscores a tension between open-source ideals and commercial strategies, where convenience may come at the cost of community autonomy and long-term openness.

Odaily星球日报03/13 07:13

Free Mirror or Land Grab? OpenClaw Founder Blasts Tencent for Copying

Odaily星球日报03/13 07:13

From 5 Cents per kWh Chinese Electricity to $45 API Export Packages: Token is Becoming the New Currency Unit

The article explores the concept of "Token出海" (Token Outbound), arguing that tokens are evolving from a technical term into a new monetary unit in the machine-driven economy. It begins by drawing a parallel between historical control over information flow (like transatlantic cables) and today's control over AI API calls and value transfer. Tokens now serve a dual role: as a unit of computation in AI and a means of payment in crypto. A key driver is the rise of AI Agents, like OpenClaw, which shift tokens from being a simple "conversation cost" to a "production fuel" for executing complex tasks. This massive consumption creates a competitive advantage for Chinese AI models, which are often priced lower. The article posits that this isn't just about cheap models, but about China leveraging its vast domestic electricity and computing power to export value globally via token-denominated AI services. The convergence of AI and crypto is facilitated by protocols like x402, which enables machines to natively pay for API calls, and ERC-8183, which allows them to enter into complex escrow-based contracts. This creates a machine-native economic layer where tokens act as the fundamental unit of permission, settlement, and value measurement. The conclusion is that while traditional fiat won't disappear, tokens are becoming the foundational monetary unit for the new agentic economy. The future "power to mint currency" may belong to those who can most efficiently compress real-world resources (like electricity and compute) into tradable tokenized services.

Odaily星球日报03/13 04:41

From 5 Cents per kWh Chinese Electricity to $45 API Export Packages: Token is Becoming the New Currency Unit

Odaily星球日报03/13 04:41

OpenClaw Gold Rush: The Shovel Sellers Never Anxious

OpenClaw, an open-source AI agent framework, has sparked a massive wave of commercialization in China, creating a lucrative industry built on user anxiety and the desire to adopt cutting-edge technology. While the software itself is free, a full ecosystem has emerged to monetize the complexity of its deployment and operation. Hardware manufacturers, including former crypto mining machine producers, now sell specialized OpenClaw-optimized devices, with some like iPollo's Claw PC retailing for $439. Others offer white-label OEM solutions, capitalizing on users' unwillingness to configure standard hardware like Mac Minis. A significant market has also emerged for discounted API tokens required to run OpenClaw. Many providers offer heavily discounted, and sometimes fraudulent, access to models like Claude or GPT. Research indicates nearly half of these third-party APIs are deceptive, often substituting expensive models with cheaper, local alternatives. Beyond the markup, the core business for some token resellers is collecting high-quality user prompts and responses to sell as valuable training data to large model companies. Furthermore, a service industry thrives on information asymmetry. Consultants travel nationwide to install and configure OpenClaw for small business owners, charging thousands per installation. An extreme example is RoofClaw in the US, which ships pre-configured MacBooks to roofing contractors for $5,000 each, generating over $1.8 million in revenue. The model has become so popular that major platforms like Meituan and JD.com now offer remote deployment services. The article concludes that the real winners are not those developing the technology but the "shovel sellers"—those providing the tools, services, and infrastructure to ease adoption. They profit not from technological advancement itself, but from the consistent and predictable human fear of being left behind.

marsbit03/11 12:08

OpenClaw Gold Rush: The Shovel Sellers Never Anxious

marsbit03/11 12:08

Lobster Key 11 Questions: The Most Easy-to-Understand Breakdown of OpenClaw Principles

"OpenClaw Demystified: A Beginner's Guide to AI Agent Principles" explains the popular OpenClaw AI assistant by breaking down its core functions into 11 key questions. The article first clarifies that the underlying large language model is merely a "text prediction engine" with no real understanding, memory, or senses. OpenClaw acts as a "shell" around this model, creating the illusion of memory by appending massive prompts containing its personality files (AGENTS.md, SOUL.md, USER.md) and the entire conversation history before each interaction. This mechanism is why it's "expensive"—each query processes thousands of tokens of context, not just the latest message. A core differentiator is tool use. The model itself only outputs text; OpenClaw parses this output for specific structured commands (e.g., `[Tool Call] Read("file.txt")`) and executes the corresponding action (reading the file) locally on the user's machine. This allows it to act, not just advise. For complex tasks, it can even write and run its own Python scripts, a powerful but dangerous capability. To manage limited context windows and complex tasks, OpenClaw uses sub-agents. A main agent can spawn sub-agent to handle a sub-task and return a summarized result, preventing the main context from being overloaded. Crucially, sub-agents cannot spawn their own to avoid infinite loops. Unlike standard chatbots, OpenClaw is proactive due to its heartbeat mechanism, which periodically prompts the model to check for tasks. It can also "sleep" via cron jobs to wait for long-running tasks, saving resources. The guide ends with critical security warnings. OpenClaw has extensive local access, making it a significant risk. It can malfunction (e.g., deleting emails uncontrollably) or fall victim to prompt injection attacks, where malicious input from the web is mistaken for a user's command. The strong recommendation is to run it on a dedicated, isolated "sacrificial" computer with minimal permissions and mandatory human confirmations for destructive actions.

Odaily星球日报03/11 09:53

Lobster Key 11 Questions: The Most Easy-to-Understand Breakdown of OpenClaw Principles

Odaily星球日报03/11 09:53

After the Lobster Comes Ashore, the Next Game in AI Hardware Lego

The article "Lobster Comes Ashore: The Next Game in AI Hardware Lego" discusses the growing influence of OpenClaw, an open-source AI framework, as it extends from software into the physical hardware world, reshaping the development and functionality of smart devices. OpenClaw enables hardware products to be combined like Lego blocks, creating diverse intelligent devices. Examples include Rokid AI glasses, which can now connect to any backend system like OpenClaw via an SSE interface, and Apple Watch, which acts as an AI control terminal for tasks like managing notifications and sending commands. WHOOP wearable devices use OpenClaw to provide personalized health advice, while companies like Songling Robotics integrate it into robotic arms for natural language control. Individual developers are also experimenting, such as combining OpenClaw with Meta’s Ray-Ban smart glasses for visual AI agents, or enhancing robot dogs like Vbot for autonomous tasks. These innovations are expanding possibilities but also raise concerns around security and token costs. The trend is particularly strong in China, where OpenClaw has sparked enthusiasm among companies, developers, and policymakers. In Shenzhen, public installations and events around OpenClaw have drawn large crowds, and electronics market Huaqiangbei has started selling modified "Lobster boxes." This movement is also driving the growth of Chinese large language models (LLMs) internationally. Data from OpenRouter shows Chinese models now account for half of global token consumption, with MiniMax M2.5 leading in usage. MiniMax’s market value has surged, exceeding Baidu’s, and its revenue is now over 70% from international markets. Similarly, Kimi2.5 has seen a spike in paid users and overseas revenue since being adopted as OpenClaw’s primary free model. The integration of OpenClaw is blurring traditional boundaries between hardware makers, developers, and AI companies, creating a new ecosystem for AI-powered hardware innovation.

比推03/11 06:49

After the Lobster Comes Ashore, the Next Game in AI Hardware Lego

比推03/11 06:49

活动图片