@robbiesrobotics/alice-agents 1.5.11 → 1.5.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +15 -24
- package/bin/alice-install.mjs +5 -22
- package/lib/agent-registry.mjs +50 -9
- package/lib/alice-runtime-adapter.mjs +50 -0
- package/lib/doctor.mjs +1 -32
- package/lib/hermes-installer.mjs +33 -51
- package/lib/installer.mjs +134 -257
- package/lib/manifest.mjs +14 -9
- package/lib/prompter.mjs +2 -34
- package/lib/workspace-scaffolder.mjs +193 -17
- package/package.json +14 -9
- package/templates/agents-pro.json +147 -36
- package/templates/agents-starter.json +207 -7
- package/templates/workspaces/_shared/AGENTS-orchestrator.md +19 -9
- package/templates/workspaces/_shared/AGENTS.md +9 -0
- package/templates/workspaces/_shared/HEARTBEAT.md +18 -0
- package/templates/workspaces/_shared/PLAYBOOK.md +6 -6
- package/templates/workspaces/_shared/SOUL-coding.md +20 -0
- package/templates/workspaces/_shared/SOUL-hermes.md +20 -0
- package/templates/workspaces/_shared/SOUL-orchestrator.md +20 -0
- package/templates/workspaces/_shared/SOUL.md +20 -0
- package/templates/workspaces/athena/AGENTS.md +172 -0
- package/templates/workspaces/athena/SOUL.md +59 -0
- package/templates/workspaces/athena/TOOLS.md +63 -0
- package/templates/workspaces/devon/AGENTS.md +50 -34
- package/templates/workspaces/devon/TOOLS.md +20 -37
- package/templates/workspaces/dylan/AGENTS.md +44 -34
- package/templates/workspaces/dylan/TOOLS.md +11 -35
- package/templates/workspaces/felix/AGENTS.md +50 -34
- package/templates/workspaces/felix/TOOLS.md +20 -45
- package/templates/workspaces/morgan/AGENTS.md +48 -39
- package/templates/workspaces/morgan/TOOLS.md +26 -9
- package/templates/workspaces/priya/AGENTS.md +68 -0
- package/templates/workspaces/priya/TOOLS.md +32 -0
- package/templates/workspaces/quinn/AGENTS.md +50 -34
- package/templates/workspaces/quinn/TOOLS.md +30 -48
- package/templates/workspaces/sasha/AGENTS.md +68 -0
- package/templates/workspaces/sasha/TOOLS.md +32 -0
- package/bin/alice-cloud.cjs +0 -385
- package/lib/mission-control.mjs +0 -242
- package/snapshots/.gitkeep +0 -0
- package/templates/mission-control-bridge/index.ts +0 -695
- package/templates/mission-control-bridge/openclaw.plugin.json +0 -8
- package/templates/mission-control-bridge/package.json +0 -11
- package/templates/skills/.gitkeep +0 -0
- package/templates/skills/acculynx/SKILL.md +0 -183
- package/templates/skills/acculynx/references/analysis_template.py +0 -116
- package/templates/skills/acculynx/references/dashboard_page.tsx +0 -641
- package/templates/skills/claude-code/.gitkeep +0 -0
- package/templates/skills/claude-code/SKILL.md +0 -111
- package/templates/skills/coding-agent/SKILL.md +0 -68
- package/templates/skills/crawl4ai/SKILL.md +0 -119
- package/templates/skills/crawl4ai/scripts/crwl +0 -3
- package/templates/workspaces/.gitkeep +0 -0
- package/templates/workspaces/_shared/.gitkeep +0 -0
- package/templates/workspaces/accuscope/AGENTS.md +0 -38
- package/templates/workspaces/accuscope/FEEDBACK.md +0 -27
- package/templates/workspaces/accuscope/HEARTBEAT.md +0 -26
- package/templates/workspaces/accuscope/IDENTITY.md +0 -48
- package/templates/workspaces/accuscope/LEARNINGS.md +0 -46
- package/templates/workspaces/accuscope/MEMORY.md +0 -47
- package/templates/workspaces/accuscope/PLAYBOOK.md +0 -65
- package/templates/workspaces/accuscope/SOUL.md +0 -40
- package/templates/workspaces/accuscope/TOOLS.md +0 -63
- package/templates/workspaces/accuscope/USER.md +0 -39
- package/templates/workspaces/aiden/AGENTS.md +0 -52
- package/templates/workspaces/aiden/FEEDBACK.md +0 -12
- package/templates/workspaces/aiden/HEARTBEAT.md +0 -9
- package/templates/workspaces/aiden/IDENTITY.md +0 -6
- package/templates/workspaces/aiden/LEARNINGS.md +0 -6
- package/templates/workspaces/aiden/MEMORY.md +0 -22
- package/templates/workspaces/aiden/PLAYBOOK.md +0 -16
- package/templates/workspaces/aiden/SOUL.md +0 -39
- package/templates/workspaces/aiden/TOOLS.md +0 -57
- package/templates/workspaces/aiden/USER.md +0 -17
- package/templates/workspaces/alex/AGENTS.md +0 -52
- package/templates/workspaces/alex/FEEDBACK.md +0 -11
- package/templates/workspaces/alex/HEARTBEAT.md +0 -9
- package/templates/workspaces/alex/IDENTITY.md +0 -6
- package/templates/workspaces/alex/LEARNINGS.md +0 -5
- package/templates/workspaces/alex/MEMORY.md +0 -22
- package/templates/workspaces/alex/PLAYBOOK.md +0 -16
- package/templates/workspaces/alex/SOUL.md +0 -40
- package/templates/workspaces/alex/TOOLS.md +0 -56
- package/templates/workspaces/alex/USER.md +0 -13
- package/templates/workspaces/aria/AGENTS.md +0 -18
- package/templates/workspaces/aria/FEEDBACK.md +0 -12
- package/templates/workspaces/aria/HEARTBEAT.md +0 -32
- package/templates/workspaces/aria/IDENTITY.md +0 -12
- package/templates/workspaces/aria/LEARNINGS.md +0 -31
- package/templates/workspaces/aria/MEMORY.md +0 -29
- package/templates/workspaces/aria/PLAYBOOK.md +0 -71
- package/templates/workspaces/aria/SOUL.md +0 -57
- package/templates/workspaces/aria/TOOLS.md +0 -47
- package/templates/workspaces/aria/USER.md +0 -18
- package/templates/workspaces/audrey/AGENTS.md +0 -59
- package/templates/workspaces/audrey/FEEDBACK.md +0 -11
- package/templates/workspaces/audrey/HEARTBEAT.md +0 -9
- package/templates/workspaces/audrey/IDENTITY.md +0 -6
- package/templates/workspaces/audrey/LEARNINGS.md +0 -5
- package/templates/workspaces/audrey/MEMORY.md +0 -22
- package/templates/workspaces/audrey/PLAYBOOK.md +0 -16
- package/templates/workspaces/audrey/SOUL.md +0 -39
- package/templates/workspaces/audrey/TOOLS.md +0 -15
- package/templates/workspaces/audrey/USER.md +0 -13
- package/templates/workspaces/avery/AGENTS.md +0 -52
- package/templates/workspaces/avery/FEEDBACK.md +0 -12
- package/templates/workspaces/avery/HEARTBEAT.md +0 -5
- package/templates/workspaces/avery/IDENTITY.md +0 -6
- package/templates/workspaces/avery/LEARNINGS.md +0 -6
- package/templates/workspaces/avery/MEMORY.md +0 -22
- package/templates/workspaces/avery/PLAYBOOK.md +0 -16
- package/templates/workspaces/avery/SOUL.md +0 -40
- package/templates/workspaces/avery/TOOLS.md +0 -47
- package/templates/workspaces/avery/USER.md +0 -17
- package/templates/workspaces/avery/skills/claude-code/SKILL.md +0 -38
- package/templates/workspaces/avery/skills/claude-code/claude_code +0 -55
- package/templates/workspaces/caleb/AGENTS.md +0 -52
- package/templates/workspaces/caleb/FEEDBACK.md +0 -11
- package/templates/workspaces/caleb/HEARTBEAT.md +0 -9
- package/templates/workspaces/caleb/IDENTITY.md +0 -6
- package/templates/workspaces/caleb/LEARNINGS.md +0 -5
- package/templates/workspaces/caleb/MEMORY.md +0 -22
- package/templates/workspaces/caleb/PLAYBOOK.md +0 -16
- package/templates/workspaces/caleb/SOUL.md +0 -39
- package/templates/workspaces/caleb/TOOLS.md +0 -30
- package/templates/workspaces/caleb/USER.md +0 -13
- package/templates/workspaces/clara/AGENTS.md +0 -59
- package/templates/workspaces/clara/FEEDBACK.md +0 -12
- package/templates/workspaces/clara/HEARTBEAT.md +0 -5
- package/templates/workspaces/clara/IDENTITY.md +0 -6
- package/templates/workspaces/clara/LEARNINGS.md +0 -6
- package/templates/workspaces/clara/MEMORY.md +0 -22
- package/templates/workspaces/clara/PLAYBOOK.md +0 -16
- package/templates/workspaces/clara/SOUL.md +0 -39
- package/templates/workspaces/clara/TOOLS.md +0 -15
- package/templates/workspaces/clara/USER.md +0 -17
- package/templates/workspaces/daphne/AGENTS.md +0 -59
- package/templates/workspaces/daphne/FEEDBACK.md +0 -18
- package/templates/workspaces/daphne/HEARTBEAT.md +0 -5
- package/templates/workspaces/daphne/IDENTITY.md +0 -6
- package/templates/workspaces/daphne/LEARNINGS.md +0 -6
- package/templates/workspaces/daphne/MEMORY.md +0 -22
- package/templates/workspaces/daphne/PLAYBOOK.md +0 -48
- package/templates/workspaces/daphne/SOUL.md +0 -39
- package/templates/workspaces/daphne/TOOLS.md +0 -15
- package/templates/workspaces/daphne/USER.md +0 -17
- package/templates/workspaces/darius/AGENTS.md +0 -52
- package/templates/workspaces/darius/FEEDBACK.md +0 -12
- package/templates/workspaces/darius/HEARTBEAT.md +0 -5
- package/templates/workspaces/darius/IDENTITY.md +0 -6
- package/templates/workspaces/darius/LEARNINGS.md +0 -6
- package/templates/workspaces/darius/MEMORY.md +0 -22
- package/templates/workspaces/darius/PLAYBOOK.md +0 -16
- package/templates/workspaces/darius/SOUL.md +0 -40
- package/templates/workspaces/darius/TOOLS.md +0 -57
- package/templates/workspaces/darius/USER.md +0 -17
- package/templates/workspaces/darius/skills/claude-code/SKILL.md +0 -38
- package/templates/workspaces/darius/skills/claude-code/claude_code +0 -55
- package/templates/workspaces/devon/FEEDBACK.md +0 -11
- package/templates/workspaces/devon/HEARTBEAT.md +0 -5
- package/templates/workspaces/devon/IDENTITY.md +0 -6
- package/templates/workspaces/devon/LEARNINGS.md +0 -11
- package/templates/workspaces/devon/MEMORY.md +0 -22
- package/templates/workspaces/devon/PLAYBOOK.md +0 -16
- package/templates/workspaces/devon/SOUL.md +0 -40
- package/templates/workspaces/devon/USER.md +0 -13
- package/templates/workspaces/devon/check_github.py +0 -12
- package/templates/workspaces/devon/check_mc_env.py +0 -30
- package/templates/workspaces/devon/check_sb.py +0 -34
- package/templates/workspaces/devon/check_vercel.py +0 -12
- package/templates/workspaces/devon/get_mc_files.py +0 -17
- package/templates/workspaces/devon/write_heartbeat.py +0 -67
- package/templates/workspaces/dylan/.env.example +0 -33
- package/templates/workspaces/dylan/00007_verify_licenses_table.sql +0 -100
- package/templates/workspaces/dylan/FEEDBACK.md +0 -28
- package/templates/workspaces/dylan/HEARTBEAT.md +0 -5
- package/templates/workspaces/dylan/IDENTITY.md +0 -6
- package/templates/workspaces/dylan/LEARNINGS.md +0 -70
- package/templates/workspaces/dylan/MEMORY.md +0 -22
- package/templates/workspaces/dylan/PLAYBOOK.md +0 -16
- package/templates/workspaces/dylan/SOUL.md +0 -42
- package/templates/workspaces/dylan/STRIPE_PIPELINE.md +0 -185
- package/templates/workspaces/dylan/USER.md +0 -17
- package/templates/workspaces/dylan/n8n-stripe-welcome-workflow.json +0 -123
- package/templates/workspaces/dylan/skills/claude-code/SKILL.md +0 -38
- package/templates/workspaces/dylan/skills/claude-code/claude_code +0 -55
- package/templates/workspaces/dylan/stripe-webhook-handler.py +0 -433
- package/templates/workspaces/dylan/test_mock_webhook.py +0 -103
- package/templates/workspaces/elena/AGENTS.md +0 -59
- package/templates/workspaces/elena/FEEDBACK.md +0 -11
- package/templates/workspaces/elena/HEARTBEAT.md +0 -9
- package/templates/workspaces/elena/IDENTITY.md +0 -6
- package/templates/workspaces/elena/LEARNINGS.md +0 -5
- package/templates/workspaces/elena/MEMORY.md +0 -22
- package/templates/workspaces/elena/PLAYBOOK.md +0 -16
- package/templates/workspaces/elena/SOUL.md +0 -39
- package/templates/workspaces/elena/TOOLS.md +0 -15
- package/templates/workspaces/elena/USER.md +0 -13
- package/templates/workspaces/eva/AGENTS.md +0 -59
- package/templates/workspaces/eva/FEEDBACK.md +0 -11
- package/templates/workspaces/eva/HEARTBEAT.md +0 -9
- package/templates/workspaces/eva/IDENTITY.md +0 -6
- package/templates/workspaces/eva/LEARNINGS.md +0 -5
- package/templates/workspaces/eva/MEMORY.md +0 -22
- package/templates/workspaces/eva/PLAYBOOK.md +0 -16
- package/templates/workspaces/eva/SOUL.md +0 -39
- package/templates/workspaces/eva/TOOLS.md +0 -15
- package/templates/workspaces/eva/USER.md +0 -13
- package/templates/workspaces/felix/FEEDBACK.md +0 -11
- package/templates/workspaces/felix/HEARTBEAT.md +0 -5
- package/templates/workspaces/felix/IDENTITY.md +0 -6
- package/templates/workspaces/felix/LEARNINGS.md +0 -17
- package/templates/workspaces/felix/MEMORY.md +0 -22
- package/templates/workspaces/felix/PLAYBOOK.md +0 -16
- package/templates/workspaces/felix/SOUL.md +0 -40
- package/templates/workspaces/felix/USER.md +0 -13
- package/templates/workspaces/felix/fidelia-psychology.html +0 -1594
- package/templates/workspaces/felix/task.txt +0 -164
- package/templates/workspaces/hannah/AGENTS.md +0 -59
- package/templates/workspaces/hannah/FEEDBACK.md +0 -12
- package/templates/workspaces/hannah/HEARTBEAT.md +0 -5
- package/templates/workspaces/hannah/IDENTITY.md +0 -6
- package/templates/workspaces/hannah/LEARNINGS.md +0 -6
- package/templates/workspaces/hannah/MEMORY.md +0 -22
- package/templates/workspaces/hannah/PLAYBOOK.md +0 -16
- package/templates/workspaces/hannah/SOUL.md +0 -39
- package/templates/workspaces/hannah/TOOLS.md +0 -15
- package/templates/workspaces/hannah/USER.md +0 -17
- package/templates/workspaces/isaac/AGENTS.md +0 -52
- package/templates/workspaces/isaac/FEEDBACK.md +0 -12
- package/templates/workspaces/isaac/HEARTBEAT.md +0 -9
- package/templates/workspaces/isaac/IDENTITY.md +0 -6
- package/templates/workspaces/isaac/LEARNINGS.md +0 -6
- package/templates/workspaces/isaac/MEMORY.md +0 -22
- package/templates/workspaces/isaac/PLAYBOOK.md +0 -16
- package/templates/workspaces/isaac/SOUL.md +0 -40
- package/templates/workspaces/isaac/TOOLS.md +0 -52
- package/templates/workspaces/isaac/USER.md +0 -17
- package/templates/workspaces/isaac/skills/claude-code/SKILL.md +0 -38
- package/templates/workspaces/isaac/skills/claude-code/claude_code +0 -55
- package/templates/workspaces/logan/AGENTS.md +0 -59
- package/templates/workspaces/logan/FEEDBACK.md +0 -11
- package/templates/workspaces/logan/HEARTBEAT.md +0 -9
- package/templates/workspaces/logan/IDENTITY.md +0 -6
- package/templates/workspaces/logan/LEARNINGS.md +0 -5
- package/templates/workspaces/logan/MEMORY.md +0 -22
- package/templates/workspaces/logan/PLAYBOOK.md +0 -16
- package/templates/workspaces/logan/SOUL.md +0 -39
- package/templates/workspaces/logan/TOOLS.md +0 -15
- package/templates/workspaces/logan/USER.md +0 -13
- package/templates/workspaces/maxxipro/AGENTS.md +0 -29
- package/templates/workspaces/maxxipro/FEEDBACK.md +0 -19
- package/templates/workspaces/maxxipro/HEARTBEAT.md +0 -22
- package/templates/workspaces/maxxipro/IDENTITY.md +0 -35
- package/templates/workspaces/maxxipro/KNOWLEDGE.md +0 -335
- package/templates/workspaces/maxxipro/LEARNINGS.md +0 -47
- package/templates/workspaces/maxxipro/MEMORY.md +0 -60
- package/templates/workspaces/maxxipro/OUTREACH_TEMPLATES.md +0 -143
- package/templates/workspaces/maxxipro/PLAYBOOK.md +0 -81
- package/templates/workspaces/maxxipro/SOUL.md +0 -146
- package/templates/workspaces/maxxipro/TOOLS.md +0 -81
- package/templates/workspaces/maxxipro/USER.md +0 -40
- package/templates/workspaces/morgan/FEEDBACK.md +0 -19
- package/templates/workspaces/morgan/HEARTBEAT.md +0 -5
- package/templates/workspaces/morgan/IDENTITY.md +0 -6
- package/templates/workspaces/morgan/LEARNINGS.md +0 -18
- package/templates/workspaces/morgan/MEMORY.md +0 -22
- package/templates/workspaces/morgan/PLAYBOOK.md +0 -16
- package/templates/workspaces/morgan/SOUL.md +0 -39
- package/templates/workspaces/morgan/USER.md +0 -13
- package/templates/workspaces/nadia/AGENTS.md +0 -59
- package/templates/workspaces/nadia/FEEDBACK.md +0 -12
- package/templates/workspaces/nadia/HEARTBEAT.md +0 -5
- package/templates/workspaces/nadia/IDENTITY.md +0 -6
- package/templates/workspaces/nadia/LEARNINGS.md +0 -6
- package/templates/workspaces/nadia/MEMORY.md +0 -22
- package/templates/workspaces/nadia/PLAYBOOK.md +0 -16
- package/templates/workspaces/nadia/SOUL.md +0 -39
- package/templates/workspaces/nadia/TOOLS.md +0 -15
- package/templates/workspaces/nadia/USER.md +0 -13
- package/templates/workspaces/nate/AGENTS.md +0 -24
- package/templates/workspaces/nate/FEEDBACK.md +0 -12
- package/templates/workspaces/nate/HEARTBEAT.md +0 -33
- package/templates/workspaces/nate/IDENTITY.md +0 -15
- package/templates/workspaces/nate/LEARNINGS.md +0 -33
- package/templates/workspaces/nate/MEMORY.md +0 -39
- package/templates/workspaces/nate/PLAYBOOK.md +0 -160
- package/templates/workspaces/nate/SOUL.md +0 -50
- package/templates/workspaces/nate/TOOLS.md +0 -111
- package/templates/workspaces/nate/USER.md +0 -32
- package/templates/workspaces/olivia/.last-openclaw-version +0 -1
- package/templates/workspaces/olivia/.npmrc.tmp +0 -0
- package/templates/workspaces/olivia/AGENTS.md +0 -77
- package/templates/workspaces/olivia/ALPHA_CODING_BENCHMARK.txt +0 -148
- package/templates/workspaces/olivia/ALPHA_MODEL_GUIDE.md +0 -393
- package/templates/workspaces/olivia/FEEDBACK.md +0 -13
- package/templates/workspaces/olivia/HEADTOHEAD_BENCHMARK.txt +0 -1289
- package/templates/workspaces/olivia/HEARTBEAT.md +0 -267
- package/templates/workspaces/olivia/IDENTITY.md +0 -6
- package/templates/workspaces/olivia/LEARNINGS.md +0 -708
- package/templates/workspaces/olivia/MEMORY.md +0 -202
- package/templates/workspaces/olivia/MISSION_CONTROL_DESIGN_SPEC_v1.md +0 -1143
- package/templates/workspaces/olivia/MVP-COMPLETION-SUMMARY.md +0 -175
- package/templates/workspaces/olivia/NETWORK_IMPLEMENTATION_PLAN.md +0 -1556
- package/templates/workspaces/olivia/NEW_NODES_BENCHMARK.txt +0 -947
- package/templates/workspaces/olivia/PLAYBOOK.md +0 -42
- package/templates/workspaces/olivia/SELF-HEALING-COMPLETE.md +0 -150
- package/templates/workspaces/olivia/SOUL.md +0 -42
- package/templates/workspaces/olivia/TOOLS.md +0 -15
- package/templates/workspaces/olivia/USER.md +0 -17
- package/templates/workspaces/olivia/alicefleet-supabase-credentials.md +0 -50
- package/templates/workspaces/olivia/dzombo-copy-rewrite.md +0 -115
- package/templates/workspaces/olivia/dzombo-implementation-plan.md +0 -1248
- package/templates/workspaces/olivia/fidelia-psychology.html +0 -1594
- package/templates/workspaces/olivia/lead_debug.png +0 -0
- package/templates/workspaces/olivia/minimatch-10.2.4.tgz +0 -0
- package/templates/workspaces/olivia/operation-bllm-research.md +0 -157
- package/templates/workspaces/olivia/qa-audit-mission-control-v2.md +0 -538
- package/templates/workspaces/olivia/roofmaxx_logo.svg +0 -1
- package/templates/workspaces/olivia/roofmaxx_social.jpg +0 -0
- package/templates/workspaces/olivia/skills/1password/SKILL.md +0 -53
- package/templates/workspaces/olivia/skills/1password/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/afrexai-recruiting-engine/README.md +0 -57
- package/templates/workspaces/olivia/skills/afrexai-recruiting-engine/SKILL.md +0 -534
- package/templates/workspaces/olivia/skills/afrexai-recruiting-engine/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/agent-security/SKILL.md +0 -69
- package/templates/workspaces/olivia/skills/agent-security/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/agentic-security-audit/SKILL.md +0 -855
- package/templates/workspaces/olivia/skills/agentic-security-audit/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/ai-automation-consulting/SKILL.md +0 -67
- package/templates/workspaces/olivia/skills/ai-automation-consulting/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/ai-automation-consulting/skill.json +0 -12
- package/templates/workspaces/olivia/skills/ai-presentation-maker/SKILL.md +0 -1104
- package/templates/workspaces/olivia/skills/ai-presentation-maker/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/ai-productivity-audit/SKILL.md +0 -181
- package/templates/workspaces/olivia/skills/ai-productivity-audit/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/ai-researcher/README.md +0 -31
- package/templates/workspaces/olivia/skills/ai-researcher/SKILL.md +0 -59
- package/templates/workspaces/olivia/skills/ai-researcher/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/ai-seo-writer/README.md +0 -19
- package/templates/workspaces/olivia/skills/ai-seo-writer/SKILL.md +0 -100
- package/templates/workspaces/olivia/skills/ai-seo-writer/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/analytics-tracking-2/SKILL.md +0 -309
- package/templates/workspaces/olivia/skills/analytics-tracking-2/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/api-doc-writer/SKILL.md +0 -232
- package/templates/workspaces/olivia/skills/api-doc-writer/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/api-generator/SKILL.md +0 -49
- package/templates/workspaces/olivia/skills/api-generator/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/api-generator/tips.md +0 -10
- package/templates/workspaces/olivia/skills/apple-notes/SKILL.md +0 -50
- package/templates/workspaces/olivia/skills/apple-notes/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/apple-reminders/SKILL.md +0 -67
- package/templates/workspaces/olivia/skills/apple-reminders/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/automation-workflows/SKILL.md +0 -267
- package/templates/workspaces/olivia/skills/automation-workflows/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/autoresearch/SKILL.md +0 -46
- package/templates/workspaces/olivia/skills/autoresearch/aria_write.py +0 -148
- package/templates/workspaces/olivia/skills/autoresearch/autoresearch.py +0 -75
- package/templates/workspaces/olivia/skills/azure-devops/SKILL.md +0 -115
- package/templates/workspaces/olivia/skills/azure-devops/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/blogwatcher/SKILL.md +0 -46
- package/templates/workspaces/olivia/skills/blogwatcher/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/blucli/SKILL.md +0 -27
- package/templates/workspaces/olivia/skills/blucli/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/check-analytics/SKILL.md +0 -92
- package/templates/workspaces/olivia/skills/check-analytics/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/cloud-architect/SKILL.md +0 -89
- package/templates/workspaces/olivia/skills/cloud-architect/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/cloud-infra-automation/SKILL.md +0 -50
- package/templates/workspaces/olivia/skills/cloud-infra-automation/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/cloud-storage/SKILL.md +0 -61
- package/templates/workspaces/olivia/skills/cloud-storage/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/cloud-storage/auth.md +0 -97
- package/templates/workspaces/olivia/skills/cloud-storage/costs.md +0 -88
- package/templates/workspaces/olivia/skills/cloud-storage/providers.md +0 -55
- package/templates/workspaces/olivia/skills/copywriting-pro/SKILL.md +0 -107
- package/templates/workspaces/olivia/skills/copywriting-pro/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/data-analyst-pro/SKILL.md +0 -21
- package/templates/workspaces/olivia/skills/data-analyst-pro/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/database-designer/README.md +0 -388
- package/templates/workspaces/olivia/skills/database-designer/SKILL.md +0 -66
- package/templates/workspaces/olivia/skills/database-designer/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/database-designer/index_optimizer.py +0 -926
- package/templates/workspaces/olivia/skills/database-designer/migration_generator.py +0 -1199
- package/templates/workspaces/olivia/skills/database-designer/schema_analyzer.py +0 -982
- package/templates/workspaces/olivia/skills/deploy-agent/SKILL.md +0 -255
- package/templates/workspaces/olivia/skills/deploy-agent/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/devops-automation-pack/SKILL.md +0 -72
- package/templates/workspaces/olivia/skills/devops-automation-pack/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/devops-automation-pack/deploy.sh +0 -0
- package/templates/workspaces/olivia/skills/financial-analysis-agent/SKILL.md +0 -489
- package/templates/workspaces/olivia/skills/financial-analysis-agent/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/gdpr-compliance-tracker/README.md +0 -72
- package/templates/workspaces/olivia/skills/gdpr-compliance-tracker/SKILL.md +0 -226
- package/templates/workspaces/olivia/skills/gdpr-compliance-tracker/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/gifgrep/SKILL.md +0 -47
- package/templates/workspaces/olivia/skills/gifgrep/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/github/SKILL.md +0 -47
- package/templates/workspaces/olivia/skills/github/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/gog/SKILL.md +0 -36
- package/templates/workspaces/olivia/skills/gog/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/growth-strategy-hub/SKILL.md +0 -135
- package/templates/workspaces/olivia/skills/growth-strategy-hub/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/growth-strategy-hub/metadata.json +0 -4
- package/templates/workspaces/olivia/skills/hetzner-cloud/SKILL.md +0 -130
- package/templates/workspaces/olivia/skills/hetzner-cloud/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/himalaya/SKILL.md +0 -217
- package/templates/workspaces/olivia/skills/himalaya/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/hotel-recommendation/SKILL.md +0 -117
- package/templates/workspaces/olivia/skills/hotel-recommendation/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/hr-policy-generator/SKILL.md +0 -54
- package/templates/workspaces/olivia/skills/hr-policy-generator/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/human-writing/SKILL.md +0 -41
- package/templates/workspaces/olivia/skills/human-writing/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/imsg/SKILL.md +0 -25
- package/templates/workspaces/olivia/skills/imsg/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/in-depth-research/SKILL.md +0 -124
- package/templates/workspaces/olivia/skills/in-depth-research/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/in-depth-research/methodology.md +0 -75
- package/templates/workspaces/olivia/skills/in-depth-research/output-formats.md +0 -168
- package/templates/workspaces/olivia/skills/in-depth-research/sources.md +0 -80
- package/templates/workspaces/olivia/skills/javascript-skills/README.md +0 -71
- package/templates/workspaces/olivia/skills/javascript-skills/SKILL.md +0 -746
- package/templates/workspaces/olivia/skills/javascript-skills/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/leadership-strategy-playbook/SKILL.md +0 -147
- package/templates/workspaces/olivia/skills/leadership-strategy-playbook/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/market-research-agent/README.md +0 -29
- package/templates/workspaces/olivia/skills/market-research-agent/SKILL.md +0 -52
- package/templates/workspaces/olivia/skills/market-research-agent/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/marketing-analytics/SKILL.md +0 -74
- package/templates/workspaces/olivia/skills/marketing-analytics/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/marketing-master-io/SKILL.md +0 -125
- package/templates/workspaces/olivia/skills/marketing-master-io/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/marketing-strategy-pmm/SKILL.md +0 -398
- package/templates/workspaces/olivia/skills/marketing-strategy-pmm/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/meta-ads-analytics/SKILL.md +0 -53
- package/templates/workspaces/olivia/skills/meta-ads-analytics/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/obsidian/SKILL.md +0 -55
- package/templates/workspaces/olivia/skills/obsidian/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/openclaw-accounting/SKILL.md +0 -125
- package/templates/workspaces/olivia/skills/openclaw-accounting/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/openclaw-security-toolkit/CHANGELOG.md +0 -35
- package/templates/workspaces/olivia/skills/openclaw-security-toolkit/CHANNELLOG.md +0 -73
- package/templates/workspaces/olivia/skills/openclaw-security-toolkit/README.md +0 -161
- package/templates/workspaces/olivia/skills/openclaw-security-toolkit/SKILL.md +0 -130
- package/templates/workspaces/olivia/skills/openclaw-security-toolkit/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/openclaw-security-toolkit/config.json +0 -36
- package/templates/workspaces/olivia/skills/openclaw-security-toolkit/metadata.json +0 -19
- package/templates/workspaces/olivia/skills/openhue/SKILL.md +0 -30
- package/templates/workspaces/olivia/skills/openhue/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/orgx-operations-agent/SKILL.md +0 -41
- package/templates/workspaces/olivia/skills/orgx-operations-agent/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/outreach/SKILL.md +0 -84
- package/templates/workspaces/olivia/skills/outreach/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/outreach/by-type.md +0 -166
- package/templates/workspaces/olivia/skills/outreach/templates.md +0 -154
- package/templates/workspaces/olivia/skills/outreach/tracking.md +0 -145
- package/templates/workspaces/olivia/skills/persona-hr-coordinator/SKILL.md +0 -38
- package/templates/workspaces/olivia/skills/persona-hr-coordinator/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/personal-productivity/SKILL.md +0 -161
- package/templates/workspaces/olivia/skills/personal-productivity/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/personal-productivity/index.js +0 -363
- package/templates/workspaces/olivia/skills/personal-productivity/package.json +0 -15
- package/templates/workspaces/olivia/skills/personal-travel/README.md +0 -34
- package/templates/workspaces/olivia/skills/personal-travel/SKILL.md +0 -46
- package/templates/workspaces/olivia/skills/personal-travel/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/presentation-html-generator-skill/SKILL.md +0 -185
- package/templates/workspaces/olivia/skills/presentation-html-generator-skill/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/product-manager/SKILL.md +0 -77
- package/templates/workspaces/olivia/skills/product-manager/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/quant-strategy/SKILL.md +0 -28
- package/templates/workspaces/olivia/skills/quant-strategy/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/sales-pipeline-tracker/README.md +0 -29
- package/templates/workspaces/olivia/skills/sales-pipeline-tracker/SKILL.md +0 -45
- package/templates/workspaces/olivia/skills/sales-pipeline-tracker/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/security-auditor/SKILL.md +0 -399
- package/templates/workspaces/olivia/skills/security-auditor/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/security-hardening/SKILL.md +0 -296
- package/templates/workspaces/olivia/skills/security-hardening/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/security-scanner/SKILL.md +0 -67
- package/templates/workspaces/olivia/skills/security-scanner/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/seo-optimization/SKILL.md +0 -31
- package/templates/workspaces/olivia/skills/seo-optimization/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/service-booking/SKILL.md +0 -193
- package/templates/workspaces/olivia/skills/service-booking/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/sme-hr-automation/SKILL.md +0 -131
- package/templates/workspaces/olivia/skills/sme-hr-automation/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/social-media-scheduler/README.md +0 -29
- package/templates/workspaces/olivia/skills/social-media-scheduler/SKILL.md +0 -49
- package/templates/workspaces/olivia/skills/social-media-scheduler/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/sonoscli/SKILL.md +0 -26
- package/templates/workspaces/olivia/skills/sonoscli/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/strategy-advisor/SKILL.md +0 -33
- package/templates/workspaces/olivia/skills/strategy-advisor/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/summarize/SKILL.md +0 -49
- package/templates/workspaces/olivia/skills/summarize/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/things-mac/SKILL.md +0 -61
- package/templates/workspaces/olivia/skills/things-mac/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/travel-itinerary-planner/SKILL.md +0 -121
- package/templates/workspaces/olivia/skills/travel-itinerary-planner/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/travel-manager/SKILL.md +0 -36
- package/templates/workspaces/olivia/skills/travel-manager/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/travel-planning/SKILL.md +0 -238
- package/templates/workspaces/olivia/skills/travel-planning/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/travel-planning/booking-guide.md +0 -91
- package/templates/workspaces/olivia/skills/travel-planning/memory-template.md +0 -111
- package/templates/workspaces/olivia/skills/travel-planning/multi-city.md +0 -131
- package/templates/workspaces/olivia/skills/travel-planning/packing-templates.md +0 -155
- package/templates/workspaces/olivia/skills/travel-planning/setup.md +0 -66
- package/templates/workspaces/olivia/skills/update-it-all/SKILL.md +0 -143
- package/templates/workspaces/olivia/skills/update-it-all/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/voice/SKILL.md +0 -62
- package/templates/workspaces/olivia/skills/weather/SKILL.md +0 -49
- package/templates/workspaces/olivia/skills/weather/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/web-researcher/SKILL.md +0 -21
- package/templates/workspaces/olivia/skills/web-researcher/_meta.json +0 -6
- package/templates/workspaces/olivia/skills/website-seo/SKILL.md +0 -284
- package/templates/workspaces/olivia/skills/website-seo/_meta.json +0 -6
- package/templates/workspaces/olivia/stripe-welcome-n8n.json +0 -103
- package/templates/workspaces/olivia/test2.wav.wav +0 -0
- package/templates/workspaces/olivia/test_speech.json +0 -1
- package/templates/workspaces/olivia/test_speech.srt +0 -0
- package/templates/workspaces/olivia/test_speech.tsv +0 -1
- package/templates/workspaces/olivia/test_speech.txt +0 -0
- package/templates/workspaces/olivia/test_speech.vtt +0 -2
- package/templates/workspaces/owen/AGENTS.md +0 -59
- package/templates/workspaces/owen/FEEDBACK.md +0 -12
- package/templates/workspaces/owen/HEARTBEAT.md +0 -5
- package/templates/workspaces/owen/IDENTITY.md +0 -6
- package/templates/workspaces/owen/LEARNINGS.md +0 -46
- package/templates/workspaces/owen/MEMORY.md +0 -22
- package/templates/workspaces/owen/PLAYBOOK.md +0 -16
- package/templates/workspaces/owen/SOUL.md +0 -39
- package/templates/workspaces/owen/TOOLS.md +0 -15
- package/templates/workspaces/owen/USER.md +0 -17
- package/templates/workspaces/parker/AGENTS.md +0 -59
- package/templates/workspaces/parker/FEEDBACK.md +0 -11
- package/templates/workspaces/parker/HEARTBEAT.md +0 -5
- package/templates/workspaces/parker/IDENTITY.md +0 -6
- package/templates/workspaces/parker/LEARNINGS.md +0 -17
- package/templates/workspaces/parker/MEMORY.md +0 -22
- package/templates/workspaces/parker/PLAYBOOK.md +0 -16
- package/templates/workspaces/parker/SOUL.md +0 -39
- package/templates/workspaces/parker/TOOLS.md +0 -15
- package/templates/workspaces/parker/USER.md +0 -13
- package/templates/workspaces/quinn/FEEDBACK.md +0 -11
- package/templates/workspaces/quinn/HEARTBEAT.md +0 -5
- package/templates/workspaces/quinn/IDENTITY.md +0 -6
- package/templates/workspaces/quinn/LEARNINGS.md +0 -35
- package/templates/workspaces/quinn/MEMORY.md +0 -22
- package/templates/workspaces/quinn/PLAYBOOK.md +0 -16
- package/templates/workspaces/quinn/SOUL.md +0 -40
- package/templates/workspaces/quinn/USER.md +0 -17
- package/templates/workspaces/quinn/alice-login-page.png +0 -0
- package/templates/workspaces/rowan/AGENTS.md +0 -59
- package/templates/workspaces/rowan/FEEDBACK.md +0 -12
- package/templates/workspaces/rowan/HEARTBEAT.md +0 -5
- package/templates/workspaces/rowan/IDENTITY.md +0 -6
- package/templates/workspaces/rowan/LEARNINGS.md +0 -12
- package/templates/workspaces/rowan/MEMORY.md +0 -22
- package/templates/workspaces/rowan/PLAYBOOK.md +0 -16
- package/templates/workspaces/rowan/SOUL.md +0 -40
- package/templates/workspaces/rowan/TOOLS.md +0 -59
- package/templates/workspaces/rowan/USER.md +0 -17
- package/templates/workspaces/selena/AGENTS.md +0 -59
- package/templates/workspaces/selena/FEEDBACK.md +0 -12
- package/templates/workspaces/selena/HEARTBEAT.md +0 -5
- package/templates/workspaces/selena/IDENTITY.md +0 -6
- package/templates/workspaces/selena/LEARNINGS.md +0 -24
- package/templates/workspaces/selena/MEMORY.md +0 -22
- package/templates/workspaces/selena/PLAYBOOK.md +0 -16
- package/templates/workspaces/selena/SOUL.md +0 -40
- package/templates/workspaces/selena/TOOLS.md +0 -47
- package/templates/workspaces/selena/USER.md +0 -17
- package/templates/workspaces/selena/kids-ai-security-compliance-plan.md +0 -791
- package/templates/workspaces/selena/kidspark-coppa-compliance-audit.md +0 -866
- package/templates/workspaces/sloane/AGENTS.md +0 -59
- package/templates/workspaces/sloane/FEEDBACK.md +0 -12
- package/templates/workspaces/sloane/HEARTBEAT.md +0 -9
- package/templates/workspaces/sloane/IDENTITY.md +0 -6
- package/templates/workspaces/sloane/LEARNINGS.md +0 -6
- package/templates/workspaces/sloane/MEMORY.md +0 -22
- package/templates/workspaces/sloane/PLAYBOOK.md +0 -16
- package/templates/workspaces/sloane/SOUL.md +0 -39
- package/templates/workspaces/sloane/TOOLS.md +0 -15
- package/templates/workspaces/sloane/USER.md +0 -13
- package/templates/workspaces/smoketestagent/AGENTS.md +0 -52
- package/templates/workspaces/smoketestagent/FEEDBACK.md +0 -3
- package/templates/workspaces/smoketestagent/HEARTBEAT.md +0 -14
- package/templates/workspaces/smoketestagent/IDENTITY.md +0 -6
- package/templates/workspaces/smoketestagent/LEARNINGS.md +0 -3
- package/templates/workspaces/smoketestagent/MEMORY.md +0 -24
- package/templates/workspaces/smoketestagent/PLAYBOOK.md +0 -7
- package/templates/workspaces/smoketestagent/SOUL.md +0 -32
- package/templates/workspaces/smoketestagent/TOOLS.md +0 -13
- package/templates/workspaces/smoketestagent/USER.md +0 -5
- package/templates/workspaces/sophie/AGENTS.md +0 -59
- package/templates/workspaces/sophie/FEEDBACK.md +0 -12
- package/templates/workspaces/sophie/HEARTBEAT.md +0 -9
- package/templates/workspaces/sophie/IDENTITY.md +0 -6
- package/templates/workspaces/sophie/LEARNINGS.md +0 -6
- package/templates/workspaces/sophie/MEMORY.md +0 -22
- package/templates/workspaces/sophie/PLAYBOOK.md +0 -16
- package/templates/workspaces/sophie/SOUL.md +0 -39
- package/templates/workspaces/sophie/TOOLS.md +0 -15
- package/templates/workspaces/sophie/USER.md +0 -17
- package/templates/workspaces/tommy/AGENTS.md +0 -59
- package/templates/workspaces/tommy/FEEDBACK.md +0 -12
- package/templates/workspaces/tommy/HEARTBEAT.md +0 -9
- package/templates/workspaces/tommy/IDENTITY.md +0 -6
- package/templates/workspaces/tommy/LEARNINGS.md +0 -6
- package/templates/workspaces/tommy/MEMORY.md +0 -22
- package/templates/workspaces/tommy/PLAYBOOK.md +0 -16
- package/templates/workspaces/tommy/SOUL.md +0 -39
- package/templates/workspaces/tommy/TOOLS.md +0 -15
- package/templates/workspaces/tommy/USER.md +0 -17
- package/templates/workspaces/uma/AGENTS.md +0 -59
- package/templates/workspaces/uma/FEEDBACK.md +0 -11
- package/templates/workspaces/uma/HEARTBEAT.md +0 -5
- package/templates/workspaces/uma/IDENTITY.md +0 -6
- package/templates/workspaces/uma/LEARNINGS.md +0 -11
- package/templates/workspaces/uma/MEMORY.md +0 -22
- package/templates/workspaces/uma/PLAYBOOK.md +0 -16
- package/templates/workspaces/uma/SOUL.md +0 -39
- package/templates/workspaces/uma/TOOLS.md +0 -15
- package/templates/workspaces/uma/USER.md +0 -13
- package/tools/.gitkeep +0 -0
|
@@ -1,155 +0,0 @@
|
|
|
1
|
-
# Packing Templates — Travel Planning
|
|
2
|
-
|
|
3
|
-
## Base Template (7-day trip)
|
|
4
|
-
|
|
5
|
-
### Documents (CARRY-ON ONLY)
|
|
6
|
-
- [ ] Passport (check 6-month validity)
|
|
7
|
-
- [ ] Visa / travel authorization
|
|
8
|
-
- [ ] Travel insurance card
|
|
9
|
-
- [ ] Flight confirmations
|
|
10
|
-
- [ ] Hotel confirmations
|
|
11
|
-
- [ ] Driver's license (if renting)
|
|
12
|
-
- [ ] Credit cards (notify bank)
|
|
13
|
-
- [ ] Local currency (20% of budget)
|
|
14
|
-
- [ ] Photo copies of all documents (separate from originals)
|
|
15
|
-
|
|
16
|
-
### Electronics
|
|
17
|
-
- [ ] Phone + charger
|
|
18
|
-
- [ ] Power adapter (research plug type)
|
|
19
|
-
- [ ] Portable battery
|
|
20
|
-
- [ ] Headphones
|
|
21
|
-
- [ ] Camera + charger (if applicable)
|
|
22
|
-
- [ ] Kindle / tablet (optional)
|
|
23
|
-
|
|
24
|
-
### Clothing (adjust for climate)
|
|
25
|
-
- [ ] Underwear (days + 2)
|
|
26
|
-
- [ ] Socks (days + 1)
|
|
27
|
-
- [ ] T-shirts/tops (days ÷ 2 if laundry)
|
|
28
|
-
- [ ] Pants/shorts (2-3)
|
|
29
|
-
- [ ] Layering piece (sweater/hoodie)
|
|
30
|
-
- [ ] Rain jacket or windbreaker
|
|
31
|
-
- [ ] Sleepwear
|
|
32
|
-
- [ ] Swimsuit (if applicable)
|
|
33
|
-
- [ ] Walking shoes (broken in!)
|
|
34
|
-
- [ ] Sandals/flip-flops
|
|
35
|
-
- [ ] Dress shoes (if needed)
|
|
36
|
-
- [ ] Belt
|
|
37
|
-
|
|
38
|
-
### Toiletries
|
|
39
|
-
- [ ] Toothbrush + toothpaste
|
|
40
|
-
- [ ] Deodorant
|
|
41
|
-
- [ ] Shampoo/conditioner (travel size)
|
|
42
|
-
- [ ] Skincare basics
|
|
43
|
-
- [ ] Sunscreen
|
|
44
|
-
- [ ] Medications (1.5x supply + prescriptions)
|
|
45
|
-
- [ ] First aid basics (bandaids, pain reliever)
|
|
46
|
-
- [ ] Glasses/contacts + solution
|
|
47
|
-
|
|
48
|
-
### Bags
|
|
49
|
-
- [ ] Carry-on (fits overhead)
|
|
50
|
-
- [ ] Personal item (under seat)
|
|
51
|
-
- [ ] Day bag / backpack
|
|
52
|
-
- [ ] Packing cubes (highly recommended)
|
|
53
|
-
|
|
54
|
-
---
|
|
55
|
-
|
|
56
|
-
## Climate Variations
|
|
57
|
-
|
|
58
|
-
### Hot / Beach
|
|
59
|
-
Add:
|
|
60
|
-
- [ ] Extra swimsuits (2-3)
|
|
61
|
-
- [ ] Cover-up / sarong
|
|
62
|
-
- [ ] Sun hat
|
|
63
|
-
- [ ] Reef-safe sunscreen
|
|
64
|
-
- [ ] After-sun lotion
|
|
65
|
-
- [ ] Lightweight breathable fabrics
|
|
66
|
-
|
|
67
|
-
Remove:
|
|
68
|
-
- Heavy layers
|
|
69
|
-
- Bulky shoes
|
|
70
|
-
|
|
71
|
-
### Cold / Winter
|
|
72
|
-
Add:
|
|
73
|
-
- [ ] Thermal base layers
|
|
74
|
-
- [ ] Warm coat / down jacket
|
|
75
|
-
- [ ] Warm hat + gloves
|
|
76
|
-
- [ ] Scarf / neck gaiter
|
|
77
|
-
- [ ] Warm socks (wool/synthetic)
|
|
78
|
-
- [ ] Waterproof boots
|
|
79
|
-
- [ ] Hand warmers (optional)
|
|
80
|
-
|
|
81
|
-
### Rainy Season
|
|
82
|
-
Add:
|
|
83
|
-
- [ ] Packable rain jacket
|
|
84
|
-
- [ ] Waterproof bag cover
|
|
85
|
-
- [ ] Quick-dry clothing
|
|
86
|
-
- [ ] Extra plastic bags for wet items
|
|
87
|
-
- [ ] Waterproof phone case
|
|
88
|
-
|
|
89
|
-
---
|
|
90
|
-
|
|
91
|
-
## Activity-Specific Additions
|
|
92
|
-
|
|
93
|
-
### Hiking / Outdoors
|
|
94
|
-
- [ ] Hiking boots (broken in!)
|
|
95
|
-
- [ ] Hiking socks
|
|
96
|
-
- [ ] Trekking poles (if serious hikes)
|
|
97
|
-
- [ ] Daypack with hydration
|
|
98
|
-
- [ ] Trail snacks
|
|
99
|
-
- [ ] Bug spray
|
|
100
|
-
- [ ] Blister kit
|
|
101
|
-
|
|
102
|
-
### Business Trip
|
|
103
|
-
- [ ] Suit / business attire
|
|
104
|
-
- [ ] Dress shoes (comfortable for walking)
|
|
105
|
-
- [ ] Laptop + charger
|
|
106
|
-
- [ ] Business cards
|
|
107
|
-
- [ ] Presentation materials
|
|
108
|
-
- [ ] Steamer or wrinkle spray
|
|
109
|
-
|
|
110
|
-
### Photography Trip
|
|
111
|
-
- [ ] Camera body + lenses
|
|
112
|
-
- [ ] Extra batteries
|
|
113
|
-
- [ ] Memory cards (more than you think)
|
|
114
|
-
- [ ] Lens cleaning kit
|
|
115
|
-
- [ ] Tripod (travel size)
|
|
116
|
-
- [ ] Waterproof camera bag
|
|
117
|
-
|
|
118
|
-
### Family / Kids
|
|
119
|
-
- [ ] Entertainment for transport
|
|
120
|
-
- [ ] Snacks (lots)
|
|
121
|
-
- [ ] Comfort items
|
|
122
|
-
- [ ] Basic first aid + fever reducer
|
|
123
|
-
- [ ] Copies of kids' documents
|
|
124
|
-
- [ ] Car seat (if needed)
|
|
125
|
-
|
|
126
|
-
---
|
|
127
|
-
|
|
128
|
-
## Packing Tips
|
|
129
|
-
|
|
130
|
-
### Carry-On Must-Haves (in case luggage is lost)
|
|
131
|
-
- All documents
|
|
132
|
-
- Medications (full supply)
|
|
133
|
-
- One change of clothes
|
|
134
|
-
- Electronics
|
|
135
|
-
- Valuables
|
|
136
|
-
- Toiletry basics
|
|
137
|
-
|
|
138
|
-
### Weight Distribution
|
|
139
|
-
- Heavy items bottom of bag, close to wheels
|
|
140
|
-
- Fragile items center, cushioned
|
|
141
|
-
- Frequently needed items top/outside pockets
|
|
142
|
-
|
|
143
|
-
### Space Savers
|
|
144
|
-
- Roll clothes (less wrinkles too)
|
|
145
|
-
- Packing cubes (game changer)
|
|
146
|
-
- Wear bulkiest items on plane
|
|
147
|
-
- Multi-use items (sarong = beach cover + scarf + blanket)
|
|
148
|
-
|
|
149
|
-
### Before Departure Checklist
|
|
150
|
-
- [ ] Passport validity: 6+ months?
|
|
151
|
-
- [ ] Visa: required and obtained?
|
|
152
|
-
- [ ] Bank notified?
|
|
153
|
-
- [ ] Phone plan / roaming sorted?
|
|
154
|
-
- [ ] Home secured (lights, mail, plants)?
|
|
155
|
-
- [ ] Emergency contacts shared itinerary?
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
# Setup — Travel Planning
|
|
2
|
-
|
|
3
|
-
Read this when `~/travel-planning/` doesn't exist or is empty. Use these guidelines to onboard the user naturally.
|
|
4
|
-
|
|
5
|
-
## Your Attitude
|
|
6
|
-
|
|
7
|
-
You're helping someone who's excited about travel. Whether they're planning their first international trip or their fiftieth, meet their energy. Travel planning should feel exciting, not overwhelming.
|
|
8
|
-
|
|
9
|
-
**Communication style:** Focus on travel content rather than technical details. If the user asks where data is stored, explain openly: "Everything is saved in ~/travel-planning/ as markdown files you can read anytime."
|
|
10
|
-
|
|
11
|
-
## Priority Order
|
|
12
|
-
|
|
13
|
-
### 1. First: Integration (within first 2-3 exchanges)
|
|
14
|
-
|
|
15
|
-
Figure out when this skill should activate in the future:
|
|
16
|
-
- "Should I jump in whenever you mention a destination or trip idea?"
|
|
17
|
-
- "Want me to help proactively — like reminding you about booking windows — or only when you ask?"
|
|
18
|
-
- "Any upcoming trips I should start tracking?"
|
|
19
|
-
|
|
20
|
-
Save their answer to their MAIN memory so other sessions know when to use this skill.
|
|
21
|
-
|
|
22
|
-
### 2. Then: Understand Their Travel Style
|
|
23
|
-
|
|
24
|
-
Ask open questions to understand their preferences:
|
|
25
|
-
- "What kind of traveler are you? Do you love having every day planned, or prefer to wing it?"
|
|
26
|
-
- "Do you have any dream destinations on your mind right now?"
|
|
27
|
-
- "What's your typical trip length and budget range?"
|
|
28
|
-
|
|
29
|
-
After each response:
|
|
30
|
-
1. Reflect back what you understood
|
|
31
|
-
2. Connect it to how you'll help them specifically
|
|
32
|
-
3. Then ask the next question
|
|
33
|
-
|
|
34
|
-
Example:
|
|
35
|
-
> User: "I hate over-planning. I usually just book flights and figure out the rest there."
|
|
36
|
-
>
|
|
37
|
-
> Good: "Got it — you like spontaneity. I'll focus on the essentials: flight timing, visa deadlines, and packing. I won't overwhelm you with hour-by-hour itineraries. Do you have any trips coming up, or destinations you've been dreaming about?"
|
|
38
|
-
|
|
39
|
-
### 3. Finally: Capture Any Immediate Context
|
|
40
|
-
|
|
41
|
-
If they mention upcoming trips or destinations:
|
|
42
|
-
- Create wishlist entry or trip folder
|
|
43
|
-
- Note any known dates, companions, purpose
|
|
44
|
-
|
|
45
|
-
If they mention past trips:
|
|
46
|
-
- Ask what worked and what didn't
|
|
47
|
-
- These become preferences in memory
|
|
48
|
-
|
|
49
|
-
## What You're Saving (internally)
|
|
50
|
-
|
|
51
|
-
In `~/travel-planning/memory.md`:
|
|
52
|
-
- Travel style: planner vs spontaneous, budget vs luxury, solo vs group
|
|
53
|
-
- Accommodation preferences: hotels, Airbnb, hostels
|
|
54
|
-
- Typical daily budget range
|
|
55
|
-
- Any document info they share: passport expiry, frequent flyer programs
|
|
56
|
-
- Past trip patterns that emerge
|
|
57
|
-
|
|
58
|
-
Don't ask for all of this upfront. Learn it naturally over conversations.
|
|
59
|
-
|
|
60
|
-
## When "Done"
|
|
61
|
-
|
|
62
|
-
Once you know:
|
|
63
|
-
1. When to activate (integration)
|
|
64
|
-
2. Their general travel style
|
|
65
|
-
|
|
66
|
-
...you're ready to help. Everything else builds over time through planning actual trips.
|
|
@@ -1,143 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: update-it-all
|
|
3
|
-
description: "Automates the full A.L.I.C.E. product update cycle after major releases. Auto-detects new/removed agents, generates changelog + release notes, waits for confirmation, then commits, tags, and publishes to npm. Use whenever agents are added/removed or a significant feature lands."
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
# Update It All
|
|
7
|
-
|
|
8
|
-
Automates the complete A.L.I.C.E. product update cycle — from auto-detection to npm publish — with zero manual changelog writing.
|
|
9
|
-
|
|
10
|
-
## Philosophy
|
|
11
|
-
|
|
12
|
-
The script **auto-detects what changed** by diffing git history and `agents.ts`, **generates the full changelog and release notes draft for you to review**, and only pushes when you confirm. You provide the judgment call; it handles the mechanical work.
|
|
13
|
-
|
|
14
|
-
## Quick Start
|
|
15
|
-
|
|
16
|
-
```bash
|
|
17
|
-
# Interactive (recommended) — auto-detects, shows draft, waits for confirm
|
|
18
|
-
bash ~/.openclaw/workspace-olivia/scripts/update-it-all.sh
|
|
19
|
-
|
|
20
|
-
# Dry run — see what would be detected without changing anything
|
|
21
|
-
bash ~/.openclaw/workspace-olivia/scripts/update-it-all.sh --dry-run
|
|
22
|
-
|
|
23
|
-
# Non-interactive — auto-confirms (for CI)
|
|
24
|
-
bash ~/.openclaw/workspace-olivia/scripts/update-it-all.sh --confirm
|
|
25
|
-
```
|
|
26
|
-
|
|
27
|
-
## What Gets Auto-Detected
|
|
28
|
-
|
|
29
|
-
| What changed | How detected | Result |
|
|
30
|
-
|---|---|---|
|
|
31
|
-
| New agents | `git diff agents.ts` vs last tag | Added to changelog as `feat` |
|
|
32
|
-
| Removed agents | Same diff | Added to changelog as `chore` |
|
|
33
|
-
| Version bump type | Minor if new agents, else patch | Suggested automatically |
|
|
34
|
-
| Landing page changes | Git diff of landing dir | `chore: landing page updated` |
|
|
35
|
-
|
|
36
|
-
## How the Pipeline Works
|
|
37
|
-
|
|
38
|
-
1. **Detect** — Diff `agents.ts` against the last git tag to find new/removed agents
|
|
39
|
-
2. **Generate** — Auto-build the changelog entry + release notes draft
|
|
40
|
-
3. **Review** — Shows you the draft and asks for version number + confirmation
|
|
41
|
-
4. **Execute** — On confirm: commits, pushes, runs tests, tags, publishes npm
|
|
42
|
-
5. **Verify** — Confirms the version is live on npm
|
|
43
|
-
|
|
44
|
-
## What the Output Looks Like
|
|
45
|
-
|
|
46
|
-
When you run the script, it shows you:
|
|
47
|
-
|
|
48
|
-
```
|
|
49
|
-
Current state:
|
|
50
|
-
Last git tag: v1.5.1
|
|
51
|
-
Current version: 1.5.1
|
|
52
|
-
Suggested bump: minor → v1.5.2
|
|
53
|
-
New agents: aria, nate
|
|
54
|
-
Removed agents: none
|
|
55
|
-
Total agents after: 31
|
|
56
|
-
|
|
57
|
-
Draft changelog entry:
|
|
58
|
-
|
|
59
|
-
## v1.5.2 — 2026-03-26
|
|
60
|
-
- **feat** Agent roster expanded — 2 new agent(s): aria, nate
|
|
61
|
-
- **chore** Landing page and documentation updated
|
|
62
|
-
|
|
63
|
-
New version [v1.5.2]: ← you can override here
|
|
64
|
-
Proceed with v1.5.2? [y/N] ← your call
|
|
65
|
-
```
|
|
66
|
-
|
|
67
|
-
## Version Bump Rules
|
|
68
|
-
|
|
69
|
-
| Change | Bump type |
|
|
70
|
-
|---|---|
|
|
71
|
-
| New agent(s) added | **Minor** (`1.5.1` → `1.5.2`) |
|
|
72
|
-
| Agent(s) removed | **Minor** (`1.5.1` → `1.5.2`) |
|
|
73
|
-
| Internal fixes only | **Patch** (`1.5.1` → `1.5.1`) |
|
|
74
|
-
|
|
75
|
-
You can always override the suggested version at the prompt.
|
|
76
|
-
|
|
77
|
-
## What Gets Committed and Pushed
|
|
78
|
-
|
|
79
|
-
### Landing page (`robbiesrobotics/alice-landing`)
|
|
80
|
-
- `content/changelog.md` — new entry prepended
|
|
81
|
-
- `lib/agents.ts` — new agent entries (if any)
|
|
82
|
-
- `components/AgentGrid.tsx` — updated counts
|
|
83
|
-
|
|
84
|
-
### alice-agents package (`robbiesrobotics/alice-agents`)
|
|
85
|
-
- `package.json` — version bumped
|
|
86
|
-
- `README.md` — agent table + counts updated
|
|
87
|
-
- `landing/` — submodule updated to new landing commit
|
|
88
|
-
- `releases/v{VERSION}.md` — release notes generated
|
|
89
|
-
|
|
90
|
-
## What the Script Does NOT Touch
|
|
91
|
-
|
|
92
|
-
These require manual attention after the script runs:
|
|
93
|
-
- `ROSTER.md` — full agent entries (if new agents were added)
|
|
94
|
-
- `HEARTBEAT.md` — agent count (auto-updated by script)
|
|
95
|
-
- Landing page `vercel.json` or env vars
|
|
96
|
-
- Any third-party integrations (Stripe, Supabase, etc.)
|
|
97
|
-
|
|
98
|
-
## Git Credential Setup
|
|
99
|
-
|
|
100
|
-
If `git push` fails with `could not read Username for 'https://github.com'`, the script auto-sets this:
|
|
101
|
-
|
|
102
|
-
```bash
|
|
103
|
-
git config --global credential.helper "$(which gh) auth git-credential"
|
|
104
|
-
```
|
|
105
|
-
|
|
106
|
-
The `gh` CLI is logged in as `robbiesrobotics-bot` and handles auth automatically.
|
|
107
|
-
|
|
108
|
-
## Test Failures
|
|
109
|
-
|
|
110
|
-
If `npm test` fails, the script pauses and asks:
|
|
111
|
-
|
|
112
|
-
```
|
|
113
|
-
Some tests failed. Continue anyway? [y/N]
|
|
114
|
-
```
|
|
115
|
-
|
|
116
|
-
Always fix tests before tagging. The most common cause is agent count assertions in `lib/agent-registry.mjs` that don't match the actual agent list.
|
|
117
|
-
|
|
118
|
-
## Key File Locations
|
|
119
|
-
|
|
120
|
-
| File | Path |
|
|
121
|
-
|---|---|
|
|
122
|
-
| Master script | `~/.openclaw/workspace-olivia/scripts/update-it-all.sh` |
|
|
123
|
-
| Landing page | `~/.openclaw/workspace-olivia/alice-agents/landing/` |
|
|
124
|
-
| Changelog (landing) | `landing/content/changelog.md` |
|
|
125
|
-
| Agent grid lib | `landing/lib/agents.ts` |
|
|
126
|
-
| alice-agents package | `~/.openclaw/workspace-olivia/alice-agents/` |
|
|
127
|
-
| npm package.json | `alice-agents/package.json` |
|
|
128
|
-
| Release notes | `alice-agents/releases/v{VERSION}.md` |
|
|
129
|
-
| Workspace HEARTBEAT | `~/.openclaw/workspace-olivia/HEARTBEAT.md` |
|
|
130
|
-
|
|
131
|
-
## When to Run This Skill
|
|
132
|
-
|
|
133
|
-
Run `update-it-all` when:
|
|
134
|
-
- A new agent was added to the roster
|
|
135
|
-
- An agent was renamed or removed
|
|
136
|
-
- A major feature lands in alice-agents or Mission Control
|
|
137
|
-
- The landing page had significant content changes
|
|
138
|
-
- After any `git commit` that touches `agents.ts`, `landing/`, or `README.md`
|
|
139
|
-
|
|
140
|
-
Do NOT run this for:
|
|
141
|
-
- Hotfixes that don't touch agents or landing page
|
|
142
|
-
- Docs-only changes
|
|
143
|
-
- Dependency bumps (use `npm version patch` instead)
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
# Voice Pipeline Skill
|
|
2
|
-
|
|
3
|
-
Speech-to-text and text-to-speech using Whisper + Piper running on the **Jetson AGX Orin** node, callable from any OpenClaw agent session.
|
|
4
|
-
|
|
5
|
-
## Architecture
|
|
6
|
-
|
|
7
|
-
```
|
|
8
|
-
[Input Audio] → MacBook Air → SCP to AGX Orin → whisper (STT)
|
|
9
|
-
↓
|
|
10
|
-
text transcript
|
|
11
|
-
↓
|
|
12
|
-
piper TTS (AGX Orin)
|
|
13
|
-
↓
|
|
14
|
-
audio WAV file
|
|
15
|
-
↓
|
|
16
|
-
SCP back to MacBook Air → play / send
|
|
17
|
-
```
|
|
18
|
-
|
|
19
|
-
## Prerequisites
|
|
20
|
-
|
|
21
|
-
- whisper on AGX Orin: `/home/alice/.local/bin/whisper`
|
|
22
|
-
- piper on AGX Orin: `/usr/local/bin/piper`
|
|
23
|
-
- Piper model: `/home/alice/piper-voices/en_US-lessac-high.onnx`
|
|
24
|
-
- SSH key: `~/.ssh/alice_auto` (passphraseless) for `alice@agx-orin`
|
|
25
|
-
|
|
26
|
-
## Usage
|
|
27
|
-
|
|
28
|
-
### Transcribe (STT)
|
|
29
|
-
```bash
|
|
30
|
-
voice-pipeline.sh transcribe /path/to/audio.wav
|
|
31
|
-
# Returns: transcribed text
|
|
32
|
-
```
|
|
33
|
-
|
|
34
|
-
### Speak (TTS)
|
|
35
|
-
```bash
|
|
36
|
-
voice-pipeline.sh respond "Text to speak"
|
|
37
|
-
# Returns: /tmp/voice_response.wav
|
|
38
|
-
```
|
|
39
|
-
|
|
40
|
-
### Full pipeline test
|
|
41
|
-
```bash
|
|
42
|
-
~/.openclaw/workspace-olivia/bin/voice-pipeline.sh transcribe /tmp/test2.wav
|
|
43
|
-
~/.openclaw/workspace-olivia/bin/voice-pipeline.sh respond "Hello from Alice"
|
|
44
|
-
```
|
|
45
|
-
|
|
46
|
-
## Telegram Integration
|
|
47
|
-
|
|
48
|
-
To handle Telegram voice notes:
|
|
49
|
-
1. Receive the `file_id` from the incoming message
|
|
50
|
-
2. Download: `https://api.telegram.org/bot<TOKEN>/getFile?file_id=<file_id>`
|
|
51
|
-
3. Get download URL: `https://api.telegram.org/file/bot<TOKEN>/<file_path>`
|
|
52
|
-
4. Download audio → convert to 16kHz WAV
|
|
53
|
-
5. Run `voice-pipeline.sh transcribe`
|
|
54
|
-
6. Process transcript as normal text
|
|
55
|
-
7. Run `voice-pipeline.sh respond "<text>"`
|
|
56
|
-
8. Send voice note back via `message action=send ... asVoice=true`
|
|
57
|
-
|
|
58
|
-
## Files
|
|
59
|
-
|
|
60
|
-
- Script: `~/.openclaw/workspace-olivia/bin/voice-pipeline.sh`
|
|
61
|
-
- SSH key: `~/.ssh/alice_auto`
|
|
62
|
-
- AGX Orin: `agx-orin` (in ~/.ssh/config)
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: weather
|
|
3
|
-
description: Get current weather and forecasts (no API key required).
|
|
4
|
-
homepage: https://wttr.in/:help
|
|
5
|
-
metadata: {"clawdbot":{"emoji":"🌤️","requires":{"bins":["curl"]}}}
|
|
6
|
-
---
|
|
7
|
-
|
|
8
|
-
# Weather
|
|
9
|
-
|
|
10
|
-
Two free services, no API keys needed.
|
|
11
|
-
|
|
12
|
-
## wttr.in (primary)
|
|
13
|
-
|
|
14
|
-
Quick one-liner:
|
|
15
|
-
```bash
|
|
16
|
-
curl -s "wttr.in/London?format=3"
|
|
17
|
-
# Output: London: ⛅️ +8°C
|
|
18
|
-
```
|
|
19
|
-
|
|
20
|
-
Compact format:
|
|
21
|
-
```bash
|
|
22
|
-
curl -s "wttr.in/London?format=%l:+%c+%t+%h+%w"
|
|
23
|
-
# Output: London: ⛅️ +8°C 71% ↙5km/h
|
|
24
|
-
```
|
|
25
|
-
|
|
26
|
-
Full forecast:
|
|
27
|
-
```bash
|
|
28
|
-
curl -s "wttr.in/London?T"
|
|
29
|
-
```
|
|
30
|
-
|
|
31
|
-
Format codes: `%c` condition · `%t` temp · `%h` humidity · `%w` wind · `%l` location · `%m` moon
|
|
32
|
-
|
|
33
|
-
Tips:
|
|
34
|
-
- URL-encode spaces: `wttr.in/New+York`
|
|
35
|
-
- Airport codes: `wttr.in/JFK`
|
|
36
|
-
- Units: `?m` (metric) `?u` (USCS)
|
|
37
|
-
- Today only: `?1` · Current only: `?0`
|
|
38
|
-
- PNG: `curl -s "wttr.in/Berlin.png" -o /tmp/weather.png`
|
|
39
|
-
|
|
40
|
-
## Open-Meteo (fallback, JSON)
|
|
41
|
-
|
|
42
|
-
Free, no key, good for programmatic use:
|
|
43
|
-
```bash
|
|
44
|
-
curl -s "https://api.open-meteo.com/v1/forecast?latitude=51.5&longitude=-0.12¤t_weather=true"
|
|
45
|
-
```
|
|
46
|
-
|
|
47
|
-
Find coordinates for a city, then query. Returns JSON with temp, windspeed, weathercode.
|
|
48
|
-
|
|
49
|
-
Docs: https://open-meteo.com/en/docs
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: web-researcher
|
|
3
|
-
description: "Use this skill for deep research, fact-checking, or finding the latest technical news."
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
# Web Researcher Skill
|
|
7
|
-
|
|
8
|
-
## When to use
|
|
9
|
-
- Use when the user asks for "the latest," "news," or "research" on a topic.
|
|
10
|
-
- Use when you need to verify a fact that isn't in your local training data.
|
|
11
|
-
|
|
12
|
-
## Research Protocol
|
|
13
|
-
1. **Multi-Query Search**: Don't just search once. Run 2-3 targeted searches (e.g., "OpenClaw 2026.3.2 features" AND "OpenClaw 2026.3.2 bugs").
|
|
14
|
-
2. **Deep Dive**: Use `web_fetch` on at least the top 2 most relevant URLs to get the full text. Snippets are not enough for deep research.
|
|
15
|
-
3. **Synthesis**: Summarize the findings by grouping them into "Key Facts," "Timeline," and "Contradictions" (if any).
|
|
16
|
-
4. **Cite Sources**: Always list the URLs you actually read at the end of your report.
|
|
17
|
-
|
|
18
|
-
## Output Format
|
|
19
|
-
- Start with a 🪐 **Jupiter Research Brief** header.
|
|
20
|
-
- Use bullet points for readability.
|
|
21
|
-
- Highlight any "Breaking News" or "Critical Alerts" in bold.
|