Skip to content

Commit b289da6

Browse files
author
박성모
committed
docs: README ↔ guide cross-links + automation trio summary
- README.md / README.en.md: new '자동화 3종 한눈 카탈로그 / Automation trio' table mapping each command (surf / creative / shorts) to its setup script and full guide. Lives just above the existing doc map so users see the runnable commands first. - docs/GUIDE-WEB-FETCH.md, GUIDE-CREATIVE-PIPELINE.md, GUIDE-SHORTS-PIPELINE.md: '← README 로 돌아가기' backlink at the top of each guide (KO + EN README). - scripts/creative: 'creative help' (and bare invocation) now prints usage even when ~/openclaw-creative is not yet provisioned, so new users can discover the setup script from the help text. QA: every relative link in the 5 touched files resolves; bash -n on scripts/creative passes.
1 parent 3a5058f commit b289da6

6 files changed

Lines changed: 39 additions & 5 deletions

File tree

README.en.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,16 @@ You may see system dialogs for Docker Desktop / Xcode CLT — just accept them.
7272
7373
---
7474

75+
## 🤖 Automation trio — at a glance
76+
77+
| Command | What it does | One-time setup | Guide |
78+
|---|---|---|---|
79+
| 🌐 `surf "..."` | Web search → Markdown brief inside a throwaway Docker sandbox | [scripts/surf-setup.sh](scripts/surf-setup.sh) | [GUIDE-WEB-FETCH.md §8](docs/GUIDE-WEB-FETCH.md#8--샌드박스-자동-브리프--surf-명령) |
80+
| 🎨 `creative run "..."` | Pinterest → nano-banana (4 parallel windows) → Figma | [scripts/creative-pipeline-setup.sh](scripts/creative-pipeline-setup.sh) | [GUIDE-CREATIVE-PIPELINE.md](docs/GUIDE-CREATIVE-PIPELINE.md) |
81+
| 🎬 `shorts run "..."` | Pinterest → Miricanvas (1080×1920) → CapCut (9:16 MP4 export) | [scripts/shorts-setup.sh](scripts/shorts-setup.sh) | [GUIDE-SHORTS-PIPELINE.md](docs/GUIDE-SHORTS-PIPELINE.md) |
82+
83+
> All automations run on the host with persistent Chromium profiles — the OpenClaw container stays in `isolated` and never touches `~/.ssh` or the OpenClaw `.env`. See each guide's "Sandbox boundary" section.
84+
7585
## 📚 Documentation map
7686

7787
> Not sure where to start? Pick your row. Korean and English are both available.

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,16 @@ cd openclaw-workspace/openclaw-mgr
8585
8686
---
8787

88+
## 🤖 자동화 3종 — 한눈 카탈로그
89+
90+
| 명령 | 무엇을 하나 | 1회 세팅 | 가이드 |
91+
|---|---|---|---|
92+
| 🌐 `surf "..."` | 웹에서 코스피·뉴스·논문 등 검색 → 마크다운 브리프 (1회용 Docker 샌드박스 안에서) | [scripts/surf-setup.sh](scripts/surf-setup.sh) | [GUIDE-WEB-FETCH.md §8](docs/GUIDE-WEB-FETCH.md#8--샌드박스-자동-브리프--surf-명령) |
93+
| 🎨 `creative run "..."` | Pinterest → 나노바나나(4창 병렬) → Figma 디자인 자동 배치 | [scripts/creative-pipeline-setup.sh](scripts/creative-pipeline-setup.sh) | [GUIDE-CREATIVE-PIPELINE.md](docs/GUIDE-CREATIVE-PIPELINE.md) |
94+
| 🎬 `shorts run "..."` | Pinterest → 미리캔버스(1080×1920) → CapCut(9:16 MP4 export) | [scripts/shorts-setup.sh](scripts/shorts-setup.sh) | [GUIDE-SHORTS-PIPELINE.md](docs/GUIDE-SHORTS-PIPELINE.md) |
95+
96+
> 모든 자동화는 **호스트 영구 프로필** 방식 — OpenClaw 본 컨테이너는 `isolated` 그대로, 호스트 `~/.ssh`·OpenClaw `.env` 접근 0. 각 가이드의 "샌드박스 경계" 섹션 참조.
97+
8898
## 📚 문서 가이드
8999

90100
> 어떤 문서부터 봐야 할지 모르겠다면 아래 표를 참고하세요. 한국어/영어 모두 완비.

docs/GUIDE-CREATIVE-PIPELINE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# 🎨 크리에이티브 파이프라인 가이드 / Creative Pipeline Guide
22

3+
[← README 로 돌아가기](../README.md) · [README (English)](../README.en.md)
4+
5+
36
> Pinterest(레퍼런스) → Claude(프롬프트) → 나노바나나(이미지) → Figma 워크플로우를 **한 명령**으로 묶고, 나노바나나 웹 UI 를 **여러 창 병렬**로 띄워 속도를 올립니다.
47
58
이 가이드는 OpenClaw 의 일부가 아닌 **개인 작업 자동화** 입니다. 별도 디렉터리(`~/openclaw-creative/`) 에서 동작하며, OpenClaw 컨테이너의 isolated 정책과 무관합니다.

docs/GUIDE-SHORTS-PIPELINE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# 🎬 쇼츠 자동화 — Pinterest → 미리캔버스 → CapCut → Shorts
22

3+
[← README 로 돌아가기](../README.md) · [README (English)](../README.en.md)
4+
5+
36
> 한 명령(`shorts run "키워드"`)으로 **레퍼런스 수집 → 디자인 편집 → 영상 export** 까지. OpenClaw 보안 모델은 그대로 유지하고, 호스트(맥북)에서 실제 프로그램(미리캔버스 웹, CapCut Web/Desktop)을 사람과 동일하게 GUI 로 조종합니다.
47
58
---

docs/GUIDE-WEB-FETCH.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# 🌐 웹에서 정보 가져오기 가이드 — 코스피·뉴스·환율 등 / Web Fetch Guide
22

3+
[← README 로 돌아가기](../README.md) · [README (English)](../README.en.md)
4+
5+
36
> 🇰🇷 OpenClaw 가 인터넷에서 코스피 종가·뉴스 기사·환율 같은 정보를 가져오는 방법.
47
> 🇬🇧 How to let OpenClaw fetch live information (KOSPI, news headlines, FX rates...) from the internet.
58

scripts/creative

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,16 @@ CREATIVE_HOME="${CREATIVE_HOME:-$HOME/openclaw-creative}"
1919
REPO_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
2020
SCRIPTS="$REPO_DIR/scripts/creative-lib"
2121

22+
usage() {
23+
sed -n '4,15p' "$0" | sed 's/^# //; s/^#//'
24+
exit "${1:-0}"
25+
}
26+
27+
# help 는 setup 전에도 보여줘야 함
28+
case "${1:-}" in
29+
-h|--help|help|"") usage 0 ;;
30+
esac
31+
2232
[ -d "$CREATIVE_HOME" ] || { echo "$CREATIVE_HOME 없음 — scripts/creative-pipeline-setup.sh 먼저 실행" >&2; exit 1; }
2333

2434
# .env 로드
@@ -34,11 +44,6 @@ slugify() {
3444
| sed -E 's/[^a-z0-9가-힣]+/-/g; s/^-+|-+$//g'
3545
}
3646

37-
usage() {
38-
sed -n '4,15p' "$0" | sed 's/^# //; s/^#//'
39-
exit "${1:-0}"
40-
}
41-
4247
cmd="${1:-}"; shift || usage 1
4348

4449
case "$cmd" in

0 commit comments

Comments
 (0)