Token导航 LogoToken导航TokenDH.com
研究检索敏感数据github未标认证来源可访问许可证需确认审计提醒

10-things-i-wish-i-knew-before-using-openclaw10 things I wish I knew before using OpenClaw 搜索

Agent Skill

10-things-i-wish-i-knew-before-using-openclaw 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

259

周安装

11

GitHub Stars

公开资料未说明

下载量

91
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:10-things-i-wish-i-knew-before-using-openclaw(10 things I wish I knew before using OpenClaw 搜索)
来源仓库:https://github.com/maniclones/agent-skills
仓库路径:skills/10-things-i-wish-i-knew-before-using-openclaw
安装命令:
npx skills add https://github.com/maniclones/agent-skills --skill 10-things-i-wish-i-knew-before-using-openclaw
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/maniclones/agent-skills --skill 10-things-i-wish-i-knew-before-using-openclaw

简介

该技能专为需要高效获取 OpenClaw 使用经验的用户设计, 适用于自动化任务管理场景。10-things-i-wish-i-knew-before-using-openclaw 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

  • 核心能力包括避免常见陷阱、优化工作流程并防止资源浪费。
  • 通过 GitHub 安装,需确认权限范围及是否涉及联网或文件操作。
  • 建议结合来源仓库和原始 README 进一步核验具体用法与限制。

SKILL.md

10 Things I Wish I Knew Before Using OpenClaw

Source: https://x.com/i/article/2024629631710560256 Created: 2026-03-09

Overview

OpenClaw is a god-tier AI assistant designed to function as a self-hosted agent that automates tasks, manages workflows, and executes code. It is not a passive chatbot but a persistent digital employee that can interact with your files, APIs, and systems. This guide is for users who want to avoid costly mistakes, prevent token burnout, and unlock maximum productivity without overspending. The outcome enabled is a scalable, low-cost, high-performance AI workflow that operates reliably 24/7 — turning OpenClaw from a $100/night liability into a $50/month leverage tool. Users who follow this guide can prevent context rot, avoid API bans, eliminate model-hopping chaos, and build a stable agent infrastructure that mirrors a professional dev team.

Why This Works

OpenClaw works because it treats AI as infrastructure, not a toy. Unlike consumer chatbots, it runs continuously, maintains memory, executes skills, and interacts with local systems — making it functionally equivalent to a junior developer who never sleeps. The structural advantage lies in its ability to offload repetitive, high-volume tasks (heartbeats, file checks, cron jobs) to cheap or free local models while reserving expensive APIs for complex reasoning. The competitive reasoning is that most users treat AI like a magic wand — expecting results without structure — while this framework enforces discipline: clear scope, isolated contexts, explicit memory, and financial guardrails. The "why behind the why" is that AI agents scale poorly without boundaries; without these rules, token consumption explodes, context degrades, and system stability collapses. OpenClaw’s power is not in its model — it’s in how you architect its behavior.

Core Framework

1. Localize Your Heartbeat (Save Your Budget)

  • By default, OpenClaw wakes up every 30 minutes to check for tasks → 48 API calls per day even when idle.
  • Paying raw API rates for these checks burns cash while you sleep.
  • Fix: Set up a local LLM specifically for heartbeat checks.
  • Pro Move: Install Ollama and pull llama3.2:1b (1.3GB disk space, runs 100% offline, $0 cost).
  • Setup: Configure OpenClaw to route all routine heartbeat checks to llama3.2:1b.
  • Rule: Keep HEARTBEAT.md empty unless an active automation is running.

2. Stop "Model-Hopping" (And Dodging Rate Limits)

  • Free API tiers (Google AI, Anthropic) have low rate limits designed for humans, not agents.
  • OpenClaw fires massive prompt bursts to check skills, read files, and think → hits rate limits in 5 minutes.
  • Trap: Manual model switching via /model breaks context and risks API key bans.
  • Problem: Different models process context differently → mid-task switching causes severe context rot.
  • Fix: Upgrade to stable paid tiers. Pick one "Brain" (Claude 3.5 Sonnet) and one "Worker" (Gemini Flash). Stick to them.
  • Hack: Configure fallback models in config. If primary API hangs or rate-limits, OpenClaw auto-swaps in background — no user intervention needed.

3. Skills are Your Superpower (Don't Be a Bot)

  • Without skills, OpenClaw is just a chatbot. With skills, it becomes a digital employee that can manage notes, check calendar, run code.
  • Catch: Skills are foreign code running on your machine. Bad skills = compromised system.
  • Strategy: Only install skills from trusted sources (ClawHub.com).
  • Pre-install Check: Always run cat SKILL.md before installing. Skip any skill requesting unnecessary permissions.
  • Mandatory Step: Always tell OpenClaw to run a SkillGuard check when installing new skills.
  • Starter Pack: Begin with only apple-notes, weather, and github skills.
  • Rule: Every extra skill bloats the system prompt and slows down thinking.

4. Context Rot is Real (The "Deep Search" Fix)

  • The more you chat, the dumber the agent gets. Context window fills → early project goals are dumped to make room.
  • Trap: Agent hallucinates summaries because it forgot details from 3 days ago.
  • Fix: Use Session Search. When agent feels lost, command: search for "database schema" or search for "final decision".
  • Manual Override: Go to ~/.openclaw/agents/, grep logs for specific session snippets, paste them back into chat to instantly reset context.
  • Habit: Manually review MEMORY.md. If vague, fix it. Memory file must contain hard facts — not diary entries.

5. You Don’t Need Another Computer (Or a 9-Agent Fleet)

  • Seeing 10-agent setups on X creates false belief that scaling requires server farms.
  • Reality: I ran a 9-agent setup → burned tokens, spiked API bill, created chaos.
  • Distinction: /new = clears desk for current employee. openclaw agents add = hires a completely new employee with own brain, memory, workspace.
  • Move: Use openclaw agents add <name> strictly for true isolation (e.g., separate "Codebase Agent" from "Personal Life Agent").
  • Pro Tip: Keep headcount low. Spin up a full new agent only when you need totally different file directories or highly specific skill sets. For everything else, use /new — keeps system snappy and wallet intact.

6. Stop Planning in the Chat Window (Markdown is Forever)

  • LLMs are reactive. Without a map, they wander and burn tokens.
  • Mistake: Brainstorming a 2-week sprint entirely in chat → context window dumps Day 1 requirements by Day 3 → you re-explain architecture constantly.
  • Fix: Create PLAN.md or ROADMAP.md in workspace before writing code.
  • Workflow: Start every session with: "Read PLAN.md and let's execute Step 3."
  • Update Rule: When you pivot, command: "Update PLAN.md with the new Next.js routing structure we just agreed on."
  • Mindset: Be the manager. Let the agent be the coder. Give clear, persistent instructions.

7. Memory: Stop Hoping It Remembers

  • Agent is not a mind reader. It cannot distinguish shower thoughts from critical decisions unless explicitly told.
  • Trap: Assuming talked-about info is permanently remembered → it forgets by tomorrow.
  • Trigger Phrase: When something important happens, type: "Remember this for next time: we are strictly using TypeScript for all new API routes."
  • Audit: Periodically open MEMORY.md yourself.

- If filled with garbage → tell agent to prune it. - If missing core tech stack → manually type it in.

  • Goal: Memory file = hard facts only. Not opinions, not chatter.

8. The "One Agent = One Job" Rule (Avoid the God-Agent Trap)

  • 9-agent fleet bankrupts you (I burned $100 in one night).
  • One agent doing everything overloads brain → bloated system prompt → muddy context → hallucinations.
  • Mistake: One agent with GitHub, Apple Notes, X account → asked to write Next.js component AND draft marketing copy → system collapses.
  • Fix: Scope ruthlessly. Each agent performs one specific domain.
  • Setup: Reduced 9-agent chaos to 2 hyper-focused workers:

- Agent 1: Codebase engineer (React/TypeScript only). - Agent 2: Ops and external research only.

  • Sub-Agent Hack: For quick parallel tasks, spawn temporary sub-agent with heartbeat: null. Keep scope narrow, roles isolated, token burn low.

9. Stop Flying Blind (Use the Dashboard)

  • Chat interfaces (Discord, WhatsApp) are for talking — not managing.
  • Mistake: Guessing why an agent failed or discovering $1000 bill at month-end.
  • Fix: Run openclaw dashboard and keep it pinned in browser tab.
  • Visibility: Dashboard shows:

- Active sessions - Cron jobs stuck in infinite loops - Real-time token burn

  • Terminal Alternative: If you’re a terminal purist, make openclaw status and openclaw models status a daily habit to check gateway health.
  • Dashboard Prompt: Please build a task board for us that tracks all the tasks we are working on. I should be able to see the status of every task and who the task is assigned to, me or you. Moving forward please put all tasks you work on into this board and update it in real time. Remember keep enhancing the more stuff you have the better the dashboard will become.

10. The Limit is You (It’s an Amplifier, Not Magic)

  • People expect OpenClaw to magically build their startup while they sleep → it won’t.
  • Reality: OpenClaw doesn’t generate good ideas. It executes your instructions at scale.
  • Truth: Vague prompts → garbage output. Chaotic workflow → automated chaos.
  • Fix: Treat OpenClaw like a junior developer: needs clear instructions, defined scope, proper permissions.
  • Secret: Invest two hours reading OpenClaw docs. Difference between frustrated user and 10x builder is knowing 3 specific CLI commands and understanding context routing.

Bonus: The Ultimate Hack (Stop Paying Raw API Rates)

  • Brutal Reality: A simple "hello" sends 30,000+ tokens to API (system instructions + skills + MEMORY.md + context window).
  • Multi-step coding tasks → massive token spikes → bills explode.
  • Example: Agent chewed through 140.4 million tokens in 2 days → at raw API rates: $1,677.82.
  • Fix: Switch to a flat-rate "coding plan" (e.g., Kimi or Codex).
  • Result: Same usage → $50 out-of-pocket.
  • Rule: Never run OpenClaw on raw pay-as-you-go API rates. Always cap downside with flat-rate plans.

Content Strategy & Categories

  • Core Documents:

- HEARTBEAT.md: Empty unless automation active. - MEMORY.md: Hard facts only — manually curated, pruned regularly. - PLAN.md / ROADMAP.md: Persistent project map — updated after every pivot.

  • Skill Files: Each skill must include SKILL.md — always inspect before install.
  • Agent Workspaces: Each agent has isolated file directory — never shared.
  • Task Board: Auto-generated via dashboard — tracks task status and assignee (user or agent).

Implementation & Operations

  • Team Structure: No human team needed. One user manages one or two agents.
  • Daily Workflow:

- Morning: Check openclaw status, openclaw models status, dashboard. - Review MEMORY.md — prune garbage, add missing facts. - Start session with: "Read PLAN.md and let's execute Step X." - After task completion: "Update PLAN.md with [change]."

  • Tool Configuration:

- Local LLM: Ollama + llama3.2:1b for heartbeats. - Primary Brain: Claude 3.5 Sonnet (paid). - Primary Worker: Gemini Flash (paid). - Fallback: Configured in OpenClaw config file.

  • Scaling Strategy:

- Use /new for task switching. - Use openclaw agents add <name> only for true isolation (different file dirs, skill sets). - Sub-agents: Use heartbeat: null for short, parallel tasks.

  • Timeline:

- Day 1: Install Ollama, configure local heartbeat, pick paid models, set fallbacks, install starter skills. - Day 2: Create PLAN.md, MEMORY.md, HEARTBEAT.md, enable dashboard. - Day 3+: Audit memory daily, update plans, monitor dashboard, avoid model-hopping.

Distribution & Growth

  • Not applicable. This is a personal workflow framework, not a growth strategy.

Key Numbers & Metrics

  • Heartbeat frequency: Every 30 minutes → 48 API calls/day.
  • Local model size: llama3.2:1b = 1.3GB.
  • Daily token burn (idle): 48 API calls × cost per call (raw rates).
  • Free tier limit: Hit in 5 minutes by agent activity.
  • Agent count (mistake): 9-agent setup → burned $100 in one night.
  • Token burn example: 140.4 million tokens in 2 days.
  • Raw API cost: $1,677.82 for 140.4M tokens.
  • Flat-rate cost: $50 for same usage.
  • Skill starter pack: 3 skills (apple-notes, weather, github).
  • Memory audit frequency: Periodically (user discretion, but recommended daily).
  • Dashboard monitoring: Daily habit (pinned tab).
  • System prompt bloat: Every extra skill slows thinking.
  • Sub-agent heartbeat: Set to null for temporary agents.
  • Documentation investment: 2 hours reading OpenClaw docs.

Mistakes to Avoid

  • Paying raw API rates for heartbeat checks.
  • Using free-tier APIs (Google AI, Anthropic) with OpenClaw → bans in 5 minutes.
  • Manually switching models mid-task via /model → context rot + risk of ban.
  • Installing untrusted skills without checking SKILL.md.
  • Installing too many skills → bloats system prompt → slows thinking.
  • Assuming agent remembers conversations → context window dumps old info.
  • Brainstorming entire projects in chat → context lost by Day 3.
  • Running 9+ agents → unnecessary token burn and chaos.
  • Using one agent for multiple domains (code + marketing + notes) → hallucinations.
  • Not using dashboard → flying blind on token usage and task status.
  • Treating OpenClaw as magic → vague prompts → garbage output.
  • Not using flat-rate coding plans → risk of $1000+ bills.
  • Leaving HEARTBEAT.md populated without active automation.
  • Not manually curating MEMORY.md → becomes a diary, not a fact base.

Tools & Resources

  • Ollama: For running local LLMs (e.g., llama3.2:1b).
  • ClawHub.com: Trusted source for OpenClaw skills.
  • Claude 3.5 Sonnet: Designated "Brain" model (paid).
  • Gemini Flash: Designated "Worker" model (paid).
  • Kimi: Flat-rate coding plan (recommended).
  • Codex: Flat-rate coding plan (recommended).
  • OpenClaw CLI commands:

- openclaw agents add <name> - openclaw dashboard - openclaw status - openclaw models status - clawhub install <skill> - cat SKILL.md

  • File paths:

- ~/.openclaw/agents/ → agent logs directory. - HEARTBEAT.md, MEMORY.md, PLAN.md, ROADMAP.md → core files.

  • SkillGuard: Built-in OpenClaw check to validate skills before install.

Business Models & Partnerships

  • Not applicable. No business models or partnerships mentioned.

Metadata

  • Source: x.com
  • Type: playbook
  • Depth: comprehensive
  • Source length: ~1886 words

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

33.78%
按下载量换算31

Claude

31.83%
按下载量换算29

Cursor

18.99%
按下载量换算17

Gemini CLI

10.55%
按下载量换算10

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills