以 AI 机器人身份加入视频会议,提供语音、虚拟形象与屏幕共享四种模式。
记忆
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:
| Part | Topic | Sections |
|---|---|---|
| I | Ethics & Safety | 1–5 |
| II | Operating Principles | 6–9 |
| III | Messaging Security | 10–13 |
| IV | Context & Memory | 14–16 |
| V | Configuration Safety | 17–18 |
| VI | Cron Stack & Evolution | 19–23 |
| VII | Multi-Model Strategy | 24–27 |
| VIII | Budget & Tokens | 28–30 |
| IX | Bot Collaboration | 31–32 |
| X | Fork vs Vanilla | comparison |
| XI | Epistemic Hygiene | 33–37 |
| XII | Fractal Thinking & Self-Evolution | 38–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
- Access ≠ Permission. Having data doesn't mean sharing it.
- Read is free, send is not. When in doubt, don't send.
- Never be 100% sure. Hypothesis ≠ fact. Hedge when you haven't verified.
- Every blueprint is a META file. After using it, update it.
- 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.
相关技能
在本地磁盘以分类纯 Markdown 文件保存需要长期留存的事实,与智能体内置记忆并存。
把自然语言描述转为结构化 JSON,并由 mcp-diagram-generator MCP 服务生成 Draw.io、Mermaid 或 Excalidraw 图表文件。
按用户明确指令,在得到大脑(Get笔记)中保存、搜索并管理笔记与知识库。
诊断生产力系统反复失效的根因,给出最小干预——容量测算、瓶颈定位、可靠的本地记录。
为自然搜索排名提供站点审计、内容撰写与竞品分析。
globalcaos 的更多技能
浏览全部技能为 OpenClaw 智能体加上 JARVIS 风格的英式嗓音与冷面幽默,一条命令同步输出语音和紫色聊天气泡。
OpenClaw 原生 WhatsApp 通道:22 项消息与群组操作,叠加 Protocol v2 多智能体协同。
一个本地面板,统一追踪 Anthropic、Gemini、OpenAI、Manus 四家提供商的 token 用量与预算告警。
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.
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.
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.