원클릭으로
selfie
Planned Alice-native selfie workflow for self-portraits, local album management, and future face-reference generation support.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Planned Alice-native selfie workflow for self-portraits, local album management, and future face-reference generation support.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Manage chat threads — create, list, inspect, delete, and search conversations. Use when users want to organize chats or open a specific thread.
当agent因maxIterations中断时,恢复 Task Working Memory 并继续执行未完成的任务。用户说"继续"时自动触发。
Enter a planning-first workflow with structured steps, checkpoints, and explicit approval before execution.
Schedule recurring work, reminders, and periodic checks through the Aliceloop daemon cron service.
Track durable Task Working Memory across sessions with the local Aliceloop tracked-task CLI.
Extract content from Twitter/X links, x.com links, twitter.com links, and tweet URLs, or use OpenCLI for logged-in Twitter/X actions such as search, profile reads, timeline reads, bookmarks, notifications, and lightweight interactions.
| name | selfie |
| description | Planned Alice-native selfie workflow for self-portraits, local album management, and future face-reference generation support. |
| status | planned |
| allowed-tools | ["bash","read","write","glob"] |
Use this skill when the user wants selfies or self-portraits that should stay visually consistent over time.
This skill is a catalog target, not an active runtime capability yet.
Today Aliceloop can:
aliceloop image generateWhat is still missing for a full selfie workflow:
/api/images/generateStore selfie assets under:
~/.aliceloop/selfies/
Recommended structure:
~/.aliceloop/selfies/
profile.json
references/
generated/
profile.json with stable traits, style cues, and preferred camera framing.references/.generated/.Until face-reference support exists, use prompt-only generation and be explicit that identity consistency is approximate:
mkdir -p ~/.aliceloop/selfies/generated
aliceloop image generate "natural handheld phone selfie, soft window light, same subject as prior Alice profile, candid expression" \
--output ~/.aliceloop/selfies/generated/selfie-$(date +%Y%m%d-%H%M%S).png
Useful local commands:
mkdir -p ~/.aliceloop/selfies/references ~/.aliceloop/selfies/generated
find ~/.aliceloop/selfies -type f | sort
ls -lt ~/.aliceloop/selfies/generated | head