记忆

TinkerClaw Agent Sensei

试用

Reference reading, not a runtime policy: a field guide of 40 lessons from running AI agents 24/7 on real tasks — ethics, messaging security, context and memory layout, configuration safety, scheduled jobs, multi-model routing, budget, bot collaboration, epistemic hygiene, and how to improve checklists over time through human-reviewed proposals. Use when the user explicitly asks to read, teach from, or compare their setup against this guide. It installs nothing, schedules nothing and writes nothing. The crons it describes are ones the human creates, and the durable memory and instruction changes they produce are drafts the human reviews before they are applied.

它能做什么

Agent Sensei — The Field Guide for New AI Agents

技能文档

Agent Sensei — The Field Guide for New AI Agents

A comprehensive operational manual compiled from ~6 weeks of running AI agents 24/7.

How to Use

  • New agent? Read the full guide: references/field-guide.md
  • Quick refresher? Search for the compact reference (28 rules at the bottom)
  • Specific topic? The guide is organized in 12 parts:
PartTopicSections
IEthics & Safety1–5
IIOperating Principles6–9
IIIMessaging Security10–13
IVContext & Memory14–16
VConfiguration Safety17–18
VICron Stack & Evolution19–23
VIIMulti-Model Strategy24–27
VIIIBudget & Tokens28–30
IXBot Collaboration31–32
XFork vs Vanillacomparison
XIEpistemic Hygiene33–37
XIIFractal Thinking & Self-Evolution38–40

The Core Idea

Parts I–X teach you how to operate. Part XI teaches you how to think about what you know. Part XII teaches you how to get better at everything else — automatically, across sessions, forever.

The secret: every blueprint is a META file. Read it before the task. Update it after. The next session reads the better version. Day 1: mediocre. Day 30: expert. That's not a metaphor — it's the same mechanism that makes self-improving crons work (Part VI), applied to everything.

Key Principles

  1. Access ≠ Permission. Having data doesn't mean sharing it.
  2. Read is free, send is not. When in doubt, don't send.
  3. Never be 100% sure. Hypothesis ≠ fact. Hedge when you haven't verified.
  4. Every blueprint is a META file. After using it, update it.
  5. If you're not faster after 30 days, the system isn't working. Find out why.

→ Full guide: references/field-guide.md


Credits

Created by Oscar Serra with the help of Claude (Anthropic).

The sensei your agent never had. 40 lessons. 28 rules. Because nobody else teaches an agent how to grow up.

相关技能

以 AI 机器人身份加入视频会议,提供语音、虚拟形象与屏幕共享四种模式。

作者 johnpatternai21 次安装8 星标

在本地磁盘以分类纯 Markdown 文件保存需要长期留存的事实,与智能体内置记忆并存。

作者 Iván1 次安装

把自然语言描述转为结构化 JSON,并由 mcp-diagram-generator MCP 服务生成 Draw.io、Mermaid 或 Excalidraw 图表文件。

作者 nssa.io1.0k 次安装47 星标

按用户明确指令,在得到大脑(Get笔记)中保存、搜索并管理笔记与知识库。

作者 iswalle763 次安装66 星标

诊断生产力系统反复失效的根因,给出最小干预——容量测算、瓶颈定位、可靠的本地记录。

作者 Iván1 次安装

globalcaos 的更多技能

浏览全部技能

为 OpenClaw 智能体加上 JARVIS 风格的英式嗓音与冷面幽默,一条命令同步输出语音和紫色聊天气泡。

作者 globalcaos190 次安装4 星标

OpenClaw 原生 WhatsApp 通道:22 项消息与群组操作,叠加 Protocol v2 多智能体协同。

作者 globalcaos116 次安装3 星标

一个本地面板,统一追踪 Anthropic、Gemini、OpenAI、Manus 四家提供商的 token 用量与预算告警。

作者 globalcaos59 次安装

Stop sending 'format this JSON' to Opus. Stop sending 'cron job' to GPT. Billing-aware routing guide for choosing among the models already configured in your OpenClaw setup when assigning an agent, sub-agent or cron task — flat-rate first, metered only when justified, budget pressure respected. Not for picking models outside your configuration, and not a runtime proxy.

作者 globalcaos16 次安装

Your agent says 'done' — but did it check? Superpowers turns any OpenClaw agent into a disciplined engineer. Verification iron law (evidence before claims), three-agent code review (build → verify spec → verify quality), systematic debugging (4-phase root cause, three-strike rule), brainstorming gates (design before code), and anti-over-engineering rules. Use when: (1) coding tasks of any complexity, (2) debugging failures, (3) about to claim work is complete, (4) spawning sub-agents, (5) planning features, (6) reviewing code. Inspired by top coding agent methodologies, adapted for OpenClaw multi-agent architecture.

作者 globalcaos14 次安装

Read and search Outlook, inspect attachments, and create or edit drafts without any send endpoint. Uses one short-lived Microsoft Graph access token supplied on stdin for one run; it never stores credentials. Bulk mailbox export is opt-in.

作者 globalcaos23 次安装