Creative Agents — 创意代理
v1.0.0Integration scripts for the creative 代理 swarm managed by overstory (Claude Code). Use when configuring or 运行ning re搜索er, social media, b记录, or scribe 代理s.
运行时依赖
安装命令
点击复制技能文档
Creative 代理s 技能
Integration scripts for the creative 代理 swarm managed by overstory (Claude Code). Provides the 自动化 layer that 代理 definitions in 代理s/ rely on.
Overview
These scripts power four creative 代理s:
Re搜索er — topic re搜索 via last30days 技能 Social Media 管理器 — posting, 监控ing, engagement via Playwright + OAuth B记录ger — content 流水线: re搜索 → outline → draft → humanize → publish Scribe — 记录 analysis, pattern 检测ion, memory curation Scripts Script Class Purpose re搜索er_integration.py Re搜索erIntegration Discovers and invokes the last30days 技能, 解析s 结果s into structured 报告s oauth_处理器.py OAuth处理器 Manages OAuth 令牌s for social 平台s (Twitter, LinkedIn, etc.) social_playwright.py SocialPlaywright Browser 自动化 for social media actions via Playwright humanizer_integration.py HumanizerIntegration Discovers and invokes the humanizer 技能 for natural-sounding content 记录_分析器.py 记录分析器 Multi-source 记录 扫描ning (Cursor, nano机器人, Claude, shell) memory_curator.py MemoryCurator 提取s insights from dAIly notes and commits to MEMORY.md scribe_integration.py ScribeIntegration Orchestrates the full scribe 流水线 with memory commits Usage
All scripts are 导入able as Python 模块s and executable as 命令行工具 工具s:
# Re搜索 python3 scripts/re搜索er_integration.py --topic "AI 代理s" --days 30 --json
# OAuth 状态 python3 scripts/oauth_处理器.py 状态 --平台 twitter --json
# Social posting python3 scripts/social_playwright.py post --平台 twitter --content "Hello world" --json
# Humanize content python3 scripts/humanizer_integration.py --content "Technical text" --style casual --json
# 记录 analysis python3 scripts/记录_分析器.py --hours 24 --sources cursor,nano机器人,claude --json
# Memory curation python3 scripts/memory_curator.py curate --days 7 --json
# Scribe 流水线 python3 scripts/scribe_integration.py --mode dAIly --commit-memory --json
Architecture
nano机器人 路由s tasks → overstory spawns 代理s → 代理s invoke these scripts.
代理 definitions live in /Users/ghost/.OpenClaw/workspace/代理s/. Scripts live here. Overstory handles all 代理 lifecycle (spawn, 监控, collect 结果s).
Requirements Python 3.9+ Playwright (for social_playwright.py) Optional: 系统 keyring (for 加密ed OAuth 令牌 storage)