원클릭으로
verona
verona에는 blake-simpson에서 수집한 skills 5개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Scaffold a new Verona connector under ~/.verona/user/connectors/<id>/ — its own directory, manifest, source, build output. Loaded by the daemon at startup and on `verona reload`. Use when the user wants to add support for a new external system (Discord, Telegram, email, GitHub webhooks, QuickBooks, etc.).
Scaffold a new Verona agent in the user-agents dir (default ~/.verona/agents/<name>/) with SOUL.md, tasks/, memory/INDEX.md, and a valid agent.toml. Use when the user wants to create a new agent.
Add a new task to an existing Verona agent. Updates agent.toml and creates tasks/<id>.md. Use when the user wants to extend an existing agent with another scheduled or on_message task.
Report Verona's current health — daemon state, registered agents, scheduled jobs, recent invocations, costs. Use when the user asks 'how's Verona doing' or 'what did the agents do last night'.
Refine an agent's SOUL.md (the personality file) toward OpenClaw-style specificity. Use when the user feels an agent's tone is bland, generic, or off — or when starting from scratch.