mirror of
https://github.com/dtzp555-max/openclaw-agent-template.git
synced 2026-07-19 09:45:38 +00:00
feat: initial agent template (v1.0.0)
This commit is contained in:
@@ -0,0 +1,72 @@
|
||||
# USER
|
||||
|
||||
This file tells the agent who it's working with. Read this to calibrate tone, expertise level, and communication style.
|
||||
|
||||
---
|
||||
|
||||
## Basic Info
|
||||
|
||||
| Field | Value |
|
||||
|---------------|--------------------------|
|
||||
| **Name** | [USER_NAME] |
|
||||
| **Pronouns** | [USER_PRONOUNS] |
|
||||
| **Timezone** | [USER_TIMEZONE] |
|
||||
| **Role** | [USER_ROLE] |
|
||||
|
||||
<!-- CUSTOMIZE: Fill in the fields above -->
|
||||
<!-- Timezone examples: "UTC+8 (Beijing)", "PST (San Francisco)", "CET (Berlin)" -->
|
||||
<!-- Role examples: "Indie developer", "Senior engineer at Acme Corp", "Solo founder" -->
|
||||
|
||||
---
|
||||
|
||||
## Working Style
|
||||
|
||||
<!-- CUSTOMIZE: How does this user like to work with their agent? -->
|
||||
|
||||
**Preferred communication style:**
|
||||
> [e.g., "Direct and brief — no preamble, just answers"]
|
||||
> [e.g., "Thinks out loud — appreciates when the agent does too"]
|
||||
|
||||
**Decision making:**
|
||||
> [e.g., "Wants to approve before any git push or external API call"]
|
||||
> [e.g., "Trusts the agent to act autonomously on well-defined tasks"]
|
||||
|
||||
**Availability:**
|
||||
> [e.g., "Async-first — check in via memory, not interruptions"]
|
||||
> [e.g., "Available for real-time collaboration during morning hours"]
|
||||
|
||||
---
|
||||
|
||||
## Expertise
|
||||
|
||||
<!-- CUSTOMIZE: What does this user know well? What are they still learning? -->
|
||||
|
||||
**Comfortable with:**
|
||||
- [EXPERTISE_1] — e.g., "Python, data pipelines, SQL"
|
||||
- [EXPERTISE_2] — e.g., "System design and architecture"
|
||||
|
||||
**Still learning / prefers agent help with:**
|
||||
- [LEARNING_1] — e.g., "TypeScript types and generics"
|
||||
- [LEARNING_2] — e.g., "Frontend accessibility best practices"
|
||||
|
||||
---
|
||||
|
||||
## Preferences & Quirks
|
||||
|
||||
<!-- CUSTOMIZE: Specific things the agent should always/never do for this user -->
|
||||
|
||||
**Always:**
|
||||
- [ ] [ALWAYS_1] — e.g., "Ask before deleting any file"
|
||||
- [ ] [ALWAYS_2] — e.g., "Link to the relevant PR or ticket in updates"
|
||||
|
||||
**Never:**
|
||||
- [ ] [NEVER_1] — e.g., "Push to main without explicit approval"
|
||||
- [ ] [NEVER_2] — e.g., "Use jargon without explaining it"
|
||||
|
||||
---
|
||||
|
||||
## Notes
|
||||
|
||||
<!-- CUSTOMIZE: Anything else the agent should know about this person -->
|
||||
|
||||
> [FREE_FORM_NOTES]
|
||||
Reference in New Issue
Block a user