Skip to content

wu840407/openclaw-agents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenClaw Agent 範本集

四個可獨立部署的 OpenClaw agent 範本,提供完整的 SOUL / IDENTITY / USER / AGENTS / TOOLS 五件式人格結構,附帶可運作的 Telegram 推送腳本與 OpenClaw 設定樣板。

包含的 Agent

目錄 角色 用途
agents/receptionist-gwen/ Gwen 戰略秘書、總機分流、第一性原理決策(OODA 三信號交叉驗證)
agents/crypto-trader-miku/ Miku 加密貨幣永續合約滾倉交易、雙均線系統 + LLM 訊號解釋
agents/social-poster-jolly/ Jolly 社群貼文工程師(FB / IG / Threads / 小紅書)、雙地視角科技內容創作
agents/daily-news-briefing-lay/ Lay 每日新聞情報彙整、T-1 時間窗、零幻覺、硬數據優先

快速開始

# 1. clone
git clone <your-fork-of-this-repo>.git ~/openclaw-share
cd ~/openclaw-share

# 2. 複製 openclaw 設定樣板並填入你的 token
cp openclaw.template.json ~/.openclaw/openclaw.json
# 編輯 ~/.openclaw/openclaw.json,填入:
#   - OpenRouter API key(或其他 LLM provider)
#   - Telegram bot token × 4(請至 @BotFather 申請)
#   - Gateway token(請自行設定強密碼,不要使用個資組合)

# 3. 選一個 agent 起手
cp -r agents/receptionist-gwen ~/.openclaw/workspace-gwen
cd ~/.openclaw/workspace-gwen
cp USER.md.example USER.md
# 編輯 USER.md,填入你的個人資料(不要 commit 回 repo!)

# 4. 在 openclaw.json 的 agents.list 註冊
# 5. 啟動 OpenClaw 開始對話

設計理念

每個 agent 都遵循 OpenClaw 的「五件式人格結構」:

  • IDENTITY.md — 我是誰(姓名、世代、出身、語氣)
  • SOUL.md — 我怎麼想(核心信條、紅線、第一性原理)
  • USER.md — 我服務誰(使用者偏好、互動慣例、紅線)
  • AGENTS.md — 我怎麼做(作業 SOP、流程、JSON schema)
  • TOOLS.md — 我用什麼工具(環境、套件、端點)

四個 agent 互相獨立,但共享 OpenClaw 的 channel binding 機制(Telegram bot + chat_id allowlist)。

重要安全提醒

⚠️ 這些範本本身不含任何金鑰。所有 *.json.exampleUSER.md.exampleopenclaw.template.json 都使用占位符。

  • 真正的 token / API key 請放在 ~/.openclaw/credentials/ 並設定 chmod 600
  • 不要 commit USER.md(已加入 .gitignore),裡面通常包含個人資料
  • Gateway token 不要用「姓名+生日」這類可猜測的字串
  • Binance API key 請在 Binance 後台設定白名單 IP禁止提幣權限
  • 詳見 SECURITY.md

授權

MIT — 自由使用、修改、分享。請保留人物設定的虛構性質聲明(Gwen / Miku / Jolly / Lay 為虛構 AI 角色)。

About

Four standalone OpenClaw agents — Gwen (OODA strategy receptionist), Miku (dual-MA futures trader), Jolly (multi-platform social poster), Lay (T-1 news briefing aggregator). Persona-driven, Telegram-ready, secrets-free, MIT.

Topics

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages