@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,398 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: "marketing-strategy-pmm"
|
|
3
|
-
description: Product marketing skill for positioning, GTM strategy, competitive intelligence, and product launches. Use when the user asks about product positioning, go-to-market planning, competitive analysis, target audience definition, ICP definition, market research, launch plans, or sales enablement. Covers April Dunford positioning, ICP definition, competitive battlecards, launch playbooks, and international market entry. Produces deliverables including positioning statements, battlecard documents, launch plans, and go-to-market strategies.
|
|
4
|
-
triggers:
|
|
5
|
-
- product marketing
|
|
6
|
-
- PMM
|
|
7
|
-
- positioning
|
|
8
|
-
- GTM strategy
|
|
9
|
-
- go-to-market
|
|
10
|
-
- competitive analysis
|
|
11
|
-
- battlecard
|
|
12
|
-
- product launch
|
|
13
|
-
- market entry
|
|
14
|
-
- sales enablement
|
|
15
|
-
- win loss analysis
|
|
16
|
-
---
|
|
17
|
-
|
|
18
|
-
# Marketing Strategy & PMM
|
|
19
|
-
|
|
20
|
-
Product marketing patterns for positioning, GTM strategy, and competitive intelligence.
|
|
21
|
-
|
|
22
|
-
---
|
|
23
|
-
|
|
24
|
-
## Table of Contents
|
|
25
|
-
|
|
26
|
-
- [ICP Definition Workflow](#icp-definition-workflow)
|
|
27
|
-
- [Positioning Development](#positioning-development)
|
|
28
|
-
- [Competitive Intelligence](#competitive-intelligence)
|
|
29
|
-
- [Product Launch Planning](#product-launch-planning)
|
|
30
|
-
- [Sales Enablement](#sales-enablement)
|
|
31
|
-
- [International Expansion](#international-expansion)
|
|
32
|
-
- [Reference Documentation](#reference-documentation)
|
|
33
|
-
|
|
34
|
-
---
|
|
35
|
-
|
|
36
|
-
## ICP Definition Workflow
|
|
37
|
-
|
|
38
|
-
Define ideal customer profile for targeting:
|
|
39
|
-
|
|
40
|
-
1. Analyze existing customers (top 20% by LTV)
|
|
41
|
-
2. Identify common firmographics (size, industry, revenue)
|
|
42
|
-
3. Map technographics (tools, maturity, integrations)
|
|
43
|
-
4. Document psychographics (pain level, motivation, risk tolerance)
|
|
44
|
-
5. Define 3-5 buyer personas (economic, technical, user)
|
|
45
|
-
6. Validate against sales cycle and churn data
|
|
46
|
-
7. Score prospects A/B/C/D based on ICP fit
|
|
47
|
-
8. **Validation:** A-fit customers have lowest churn and fastest close
|
|
48
|
-
|
|
49
|
-
### Firmographics Template
|
|
50
|
-
|
|
51
|
-
| Dimension | Target Range | Rationale |
|
|
52
|
-
|-----------|--------------|-----------|
|
|
53
|
-
| Employees | 50-5000 | Series A sweet spot |
|
|
54
|
-
| Revenue | $5M-$500M | Budget available |
|
|
55
|
-
| Industry | SaaS, Tech, Services | Product fit |
|
|
56
|
-
| Geography | US, UK, DACH | Market priority |
|
|
57
|
-
| Funding | Seed to Growth | Willing to adopt |
|
|
58
|
-
|
|
59
|
-
### Buyer Personas
|
|
60
|
-
|
|
61
|
-
| Persona | Title | Goals | Messaging |
|
|
62
|
-
|---------|-------|-------|-----------|
|
|
63
|
-
| Economic Buyer | VP, Director, Head of [Department] | ROI, team productivity, cost reduction | Business outcomes, ROI, case studies |
|
|
64
|
-
| Technical Buyer | Engineer, Architect, Tech Lead | Technical fit, easy integration | Architecture, security, documentation |
|
|
65
|
-
| User/Champion | Manager, Team Lead, Power User | Makes job easier, quick wins | UX, ease of use, time savings |
|
|
66
|
-
|
|
67
|
-
### ICP Validation Checklist
|
|
68
|
-
|
|
69
|
-
- [ ] 5+ paying customers match this profile
|
|
70
|
-
- [ ] Fastest sales cycles (< median)
|
|
71
|
-
- [ ] Highest LTV (> median)
|
|
72
|
-
- [ ] Lowest churn (< 5% annual)
|
|
73
|
-
- [ ] Strong product engagement
|
|
74
|
-
- [ ] Willing to do case studies
|
|
75
|
-
|
|
76
|
-
---
|
|
77
|
-
|
|
78
|
-
## Positioning Development
|
|
79
|
-
|
|
80
|
-
Develop positioning using April Dunford methodology:
|
|
81
|
-
|
|
82
|
-
1. List competitive alternatives (direct, adjacent, status quo)
|
|
83
|
-
2. Isolate unique attributes (features only you have)
|
|
84
|
-
3. Map attributes to customer value (why it matters)
|
|
85
|
-
4. Define best-fit customers (who cares most)
|
|
86
|
-
5. Choose market category (head-to-head, niche, new category)
|
|
87
|
-
6. Layer on relevant trends (timing justification)
|
|
88
|
-
7. Test with 10+ customer interviews
|
|
89
|
-
8. **Validation:** 7+ customers describe value unprompted
|
|
90
|
-
|
|
91
|
-
### Positioning Statement Template
|
|
92
|
-
|
|
93
|
-
```
|
|
94
|
-
FOR [target customer]
|
|
95
|
-
WHO [statement of need]
|
|
96
|
-
THE [product] IS A [category]
|
|
97
|
-
THAT [key benefit]
|
|
98
|
-
UNLIKE [competitive alternative]
|
|
99
|
-
OUR PRODUCT [primary differentiation]
|
|
100
|
-
```
|
|
101
|
-
|
|
102
|
-
### Value Proposition Formula
|
|
103
|
-
|
|
104
|
-
Template: `[Product] helps [Target Customer] [Achieve Goal] by [Unique Approach]`
|
|
105
|
-
|
|
106
|
-
Example: "Acme helps mid-market SaaS teams ship 2x faster by automating project workflows with AI"
|
|
107
|
-
|
|
108
|
-
### Messaging Hierarchy
|
|
109
|
-
|
|
110
|
-
| Level | Content | Example |
|
|
111
|
-
|-------|---------|---------|
|
|
112
|
-
| Headline | 5-7 words | "Ship faster with AI automation" |
|
|
113
|
-
| Subhead | 1 sentence | "Automate workflows so teams focus on what matters" |
|
|
114
|
-
| Benefits | 3-4 bullets | Speed, quality, collaboration, cost |
|
|
115
|
-
| Features | Supporting evidence | AI automation → 10 hrs/week saved |
|
|
116
|
-
| Proof | Social proof | Customer logos, stats, case studies |
|
|
117
|
-
|
|
118
|
-
---
|
|
119
|
-
|
|
120
|
-
## Competitive Intelligence
|
|
121
|
-
|
|
122
|
-
Build competitive knowledge base:
|
|
123
|
-
|
|
124
|
-
1. Identify tier 1 (direct), tier 2 (adjacent), tier 3 (status quo)
|
|
125
|
-
2. Sign up for competitor products (hands-on evaluation)
|
|
126
|
-
3. Monitor competitor websites, pricing, messaging
|
|
127
|
-
4. Analyze sales call recordings for competitor mentions
|
|
128
|
-
5. Read G2/Capterra reviews (pros and cons)
|
|
129
|
-
6. Track competitor job postings (roadmap signals)
|
|
130
|
-
7. Update battlecards monthly
|
|
131
|
-
8. **Validation:** Sales team uses battlecards in 80%+ competitive deals
|
|
132
|
-
|
|
133
|
-
### Competitive Tier Structure
|
|
134
|
-
|
|
135
|
-
| Tier | Definition | Examples |
|
|
136
|
-
|------|------------|----------|
|
|
137
|
-
| 1 | Direct competitor, same category | [Competitor A, B] |
|
|
138
|
-
| 2 | Adjacent solution, overlapping use case | [Alt Solution C, D] |
|
|
139
|
-
| 3 | Status quo (what they do today) | Spreadsheets, manual, in-house |
|
|
140
|
-
|
|
141
|
-
### Battlecard Template
|
|
142
|
-
|
|
143
|
-
```
|
|
144
|
-
COMPETITOR: [Name]
|
|
145
|
-
OVERVIEW: Founded [year], Funding [stage], Size [employees]
|
|
146
|
-
|
|
147
|
-
POSITIONING:
|
|
148
|
-
- They say: "[Their claim]"
|
|
149
|
-
- Reality: [Your assessment]
|
|
150
|
-
|
|
151
|
-
STRENGTHS:
|
|
152
|
-
1. [What they do well]
|
|
153
|
-
2. [What they do well]
|
|
154
|
-
|
|
155
|
-
WEAKNESSES:
|
|
156
|
-
1. [Where they fall short]
|
|
157
|
-
2. [Where they fall short]
|
|
158
|
-
|
|
159
|
-
OUR ADVANTAGES:
|
|
160
|
-
1. [Your advantage + evidence]
|
|
161
|
-
2. [Your advantage + evidence]
|
|
162
|
-
|
|
163
|
-
WHEN WE WIN:
|
|
164
|
-
- [Scenario where you win]
|
|
165
|
-
|
|
166
|
-
WHEN WE LOSE:
|
|
167
|
-
- [Scenario where they win]
|
|
168
|
-
|
|
169
|
-
TALK TRACK:
|
|
170
|
-
Objection: "[Common objection]"
|
|
171
|
-
Response: "[Your response]"
|
|
172
|
-
```
|
|
173
|
-
|
|
174
|
-
### Win/Loss Analysis
|
|
175
|
-
|
|
176
|
-
Track monthly:
|
|
177
|
-
- Win rate by competitor
|
|
178
|
-
- Top win reasons (product fit, ease of use, price)
|
|
179
|
-
- Top loss reasons (missing feature, price, relationship)
|
|
180
|
-
- Action items for product, sales, marketing
|
|
181
|
-
|
|
182
|
-
---
|
|
183
|
-
|
|
184
|
-
## Product Launch Planning
|
|
185
|
-
|
|
186
|
-
Plan launches by tier:
|
|
187
|
-
|
|
188
|
-
| Tier | Scope | Prep Time | Budget |
|
|
189
|
-
|------|-------|-----------|--------|
|
|
190
|
-
| 1 | New product, major feature | 6-8 weeks | $50-100k |
|
|
191
|
-
| 2 | Significant feature, integration | 3-4 weeks | $10-25k |
|
|
192
|
-
| 3 | Small improvement | 1 week | <$5k |
|
|
193
|
-
|
|
194
|
-
### Tier 1 Launch Workflow
|
|
195
|
-
|
|
196
|
-
Execute major product launch:
|
|
197
|
-
|
|
198
|
-
1. Kickoff meeting with Product, Marketing, Sales, CS
|
|
199
|
-
2. Define goals (pipeline $, MQLs, press coverage)
|
|
200
|
-
3. Develop positioning and messaging
|
|
201
|
-
4. Create sales enablement (deck, demo, battlecard)
|
|
202
|
-
5. Build campaign assets (landing page, emails, ads)
|
|
203
|
-
6. Train sales and CS teams
|
|
204
|
-
7. Execute launch day (press, email, ads, outbound)
|
|
205
|
-
8. Monitor and optimize for 30 days
|
|
206
|
-
9. **Validation:** Pipeline on track to goal by week 2
|
|
207
|
-
|
|
208
|
-
### Launch Day Checklist
|
|
209
|
-
|
|
210
|
-
- [ ] Press release distributed
|
|
211
|
-
- [ ] Email announcement sent
|
|
212
|
-
- [ ] Social media posts live
|
|
213
|
-
- [ ] Paid ads at full budget
|
|
214
|
-
- [ ] Sales outbound blitz launched
|
|
215
|
-
- [ ] In-app notification active
|
|
216
|
-
- [ ] Metrics monitored every 2 hours
|
|
217
|
-
|
|
218
|
-
### Launch Metrics
|
|
219
|
-
|
|
220
|
-
| Metric | Leading (Daily) | Lagging (Weekly) |
|
|
221
|
-
|--------|-----------------|------------------|
|
|
222
|
-
| Traffic | Landing page visitors | - |
|
|
223
|
-
| Engagement | Demo requests, signups | Feature adoption % |
|
|
224
|
-
| Pipeline | MQLs generated | SQLs, pipeline $ |
|
|
225
|
-
| Revenue | - | Deals closed, revenue |
|
|
226
|
-
|
|
227
|
-
---
|
|
228
|
-
|
|
229
|
-
## Sales Enablement
|
|
230
|
-
|
|
231
|
-
Equip sales team with PMM assets:
|
|
232
|
-
|
|
233
|
-
1. Create sales deck (15-20 slides, visual-first)
|
|
234
|
-
2. Build one-pagers (product, competitive, case study)
|
|
235
|
-
3. Develop demo script (30-45 min with discovery)
|
|
236
|
-
4. Write email templates (outreach, follow-up, closing)
|
|
237
|
-
5. Create ROI calculator (input costs, output savings)
|
|
238
|
-
6. Conduct monthly enablement calls
|
|
239
|
-
7. Deliver quarterly training (positioning, competitive)
|
|
240
|
-
8. **Validation:** Sales uses assets in 80%+ of opportunities
|
|
241
|
-
|
|
242
|
-
### Sales Deck Structure
|
|
243
|
-
|
|
244
|
-
| Slide | Content |
|
|
245
|
-
|-------|---------|
|
|
246
|
-
| 1-2 | Title, agenda |
|
|
247
|
-
| 3-4 | Company intro, problem statement |
|
|
248
|
-
| 5-7 | Solution, key benefits, demo |
|
|
249
|
-
| 8-10 | Differentiation, case study, pricing |
|
|
250
|
-
| 11-12 | Implementation, support, next steps |
|
|
251
|
-
|
|
252
|
-
### Demo Flow
|
|
253
|
-
|
|
254
|
-
```
|
|
255
|
-
1. Intro (2 min): Who we are, agenda
|
|
256
|
-
2. Discovery (5 min): Their needs, pain points
|
|
257
|
-
3. Demo (20 min): Product focused on their use case
|
|
258
|
-
4. Q&A (10 min): Objection handling
|
|
259
|
-
5. Next steps (3 min): Trial, POC, proposal
|
|
260
|
-
```
|
|
261
|
-
|
|
262
|
-
### Sales-Marketing Handoff
|
|
263
|
-
|
|
264
|
-
| Handoff | Frequency | Content |
|
|
265
|
-
|---------|-----------|---------|
|
|
266
|
-
| Weekly sync | 30 min | Win/loss, competitive, new assets |
|
|
267
|
-
| Monthly enablement | 60 min | Product updates, training |
|
|
268
|
-
| Quarterly review | Half-day | Results, strategy, planning |
|
|
269
|
-
|
|
270
|
-
---
|
|
271
|
-
|
|
272
|
-
## International Expansion
|
|
273
|
-
|
|
274
|
-
Enter new markets systematically:
|
|
275
|
-
|
|
276
|
-
1. Validate market demand (inbound leads, TAM analysis)
|
|
277
|
-
2. Localize website, pricing, legal
|
|
278
|
-
3. Establish sales coverage (hire or agency)
|
|
279
|
-
4. Adapt messaging for cultural fit
|
|
280
|
-
5. Build local partnerships and references
|
|
281
|
-
6. Launch localized campaigns
|
|
282
|
-
7. Monitor CAC and conversion by market
|
|
283
|
-
8. **Validation:** 3+ paying customers from market in first 90 days
|
|
284
|
-
|
|
285
|
-
### Market Priority (Series A)
|
|
286
|
-
|
|
287
|
-
| Market | Timeline | Budget % | Target ARR |
|
|
288
|
-
|--------|----------|----------|------------|
|
|
289
|
-
| US | Months 1-6 | 50% | $1M |
|
|
290
|
-
| UK | Months 4-9 | 20% | $500k |
|
|
291
|
-
| DACH | Months 7-12 | 15% | $300k |
|
|
292
|
-
| France | Months 10-15 | 10% | $200k |
|
|
293
|
-
| Canada | Months 7-12 | 5% | $100k |
|
|
294
|
-
|
|
295
|
-
### Localization Checklist
|
|
296
|
-
|
|
297
|
-
- [ ] Website translation (professional, not machine)
|
|
298
|
-
- [ ] Currency and pricing localized
|
|
299
|
-
- [ ] Local phone number and address
|
|
300
|
-
- [ ] Legal compliance (GDPR, PIPEDA)
|
|
301
|
-
- [ ] Local payment methods
|
|
302
|
-
- [ ] Sales coverage during local hours
|
|
303
|
-
- [ ] Local case studies and references
|
|
304
|
-
|
|
305
|
-
---
|
|
306
|
-
|
|
307
|
-
## Reference Documentation
|
|
308
|
-
|
|
309
|
-
### Positioning Frameworks
|
|
310
|
-
|
|
311
|
-
`references/positioning-frameworks.md` contains:
|
|
312
|
-
|
|
313
|
-
- April Dunford 5-step positioning process
|
|
314
|
-
- Geoffrey Moore positioning statement template
|
|
315
|
-
- Positioning validation interview protocol
|
|
316
|
-
- Competitive positioning map construction
|
|
317
|
-
|
|
318
|
-
### Launch Checklists
|
|
319
|
-
|
|
320
|
-
`references/launch-checklists.md` contains:
|
|
321
|
-
|
|
322
|
-
- Tier 1/2/3 launch checklists
|
|
323
|
-
- Week-by-week launch timeline
|
|
324
|
-
- Launch day runbook
|
|
325
|
-
- Post-launch metrics dashboard
|
|
326
|
-
|
|
327
|
-
### International GTM
|
|
328
|
-
|
|
329
|
-
`references/international-gtm.md` contains:
|
|
330
|
-
|
|
331
|
-
- US, UK, DACH, France, Canada playbooks
|
|
332
|
-
- Market-specific channel mix and messaging
|
|
333
|
-
- Localization requirements per market
|
|
334
|
-
- Entry timeline and budget allocation
|
|
335
|
-
|
|
336
|
-
### Messaging Templates
|
|
337
|
-
|
|
338
|
-
`references/messaging-templates.md` contains:
|
|
339
|
-
|
|
340
|
-
- Value proposition formulas
|
|
341
|
-
- Persona-specific messaging
|
|
342
|
-
- Competitive response scripts
|
|
343
|
-
- Objection handling templates
|
|
344
|
-
- Channel-specific copy (landing pages, emails, ads)
|
|
345
|
-
|
|
346
|
-
---
|
|
347
|
-
|
|
348
|
-
## PMM KPIs
|
|
349
|
-
|
|
350
|
-
| Metric | Target | Measurement |
|
|
351
|
-
|--------|--------|-------------|
|
|
352
|
-
| Product adoption | >40% in 90 days | Feature usage after launch |
|
|
353
|
-
| Win rate | >30% competitive | Deals won vs. competitors |
|
|
354
|
-
| Sales velocity | -20% YoY | Days from SQL to close |
|
|
355
|
-
| Deal size | +25% YoY | Average contract value |
|
|
356
|
-
| Launch pipeline | 3:1 ROMI | Pipeline $ : marketing spend |
|
|
357
|
-
|
|
358
|
-
---
|
|
359
|
-
|
|
360
|
-
## Quick Reference
|
|
361
|
-
|
|
362
|
-
### PMM Monthly Rhythm
|
|
363
|
-
|
|
364
|
-
| Week | Focus |
|
|
365
|
-
|------|-------|
|
|
366
|
-
| 1 | Review metrics, update battlecards |
|
|
367
|
-
| 2 | Create assets, publish content |
|
|
368
|
-
| 3 | Support launches, optimize campaigns |
|
|
369
|
-
| 4 | Monthly report, plan next month |
|
|
370
|
-
|
|
371
|
-
## Proactive Triggers
|
|
372
|
-
|
|
373
|
-
- **No documented positioning** → Without clear positioning, all marketing is guesswork.
|
|
374
|
-
- **Messaging differs across channels** → Inconsistent story confuses buyers.
|
|
375
|
-
- **No ICP defined** → Selling to everyone means selling to no one.
|
|
376
|
-
- **Competitor repositioning** → Market shift detected. Review your positioning.
|
|
377
|
-
|
|
378
|
-
## Output Artifacts
|
|
379
|
-
|
|
380
|
-
| When you ask for... | You get... |
|
|
381
|
-
|---------------------|------------|
|
|
382
|
-
| "Position my product" | Positioning framework (April Dunford method) with output |
|
|
383
|
-
| "GTM strategy" | Go-to-market plan with channels, messaging, and timeline |
|
|
384
|
-
| "Competitive positioning" | Positioning map with competitive gaps and opportunities |
|
|
385
|
-
|
|
386
|
-
## Communication
|
|
387
|
-
|
|
388
|
-
All output passes quality verification:
|
|
389
|
-
- Self-verify: source attribution, assumption audit, confidence scoring
|
|
390
|
-
- Output format: Bottom Line → What (with confidence) → Why → How to Act
|
|
391
|
-
- Results only. Every finding tagged: 🟢 verified, 🟡 medium, 🔴 assumed.
|
|
392
|
-
|
|
393
|
-
## Related Skills
|
|
394
|
-
|
|
395
|
-
- **marketing-context**: For capturing foundational positioning. PMM builds on this.
|
|
396
|
-
- **launch-strategy**: For executing product launches planned by PMM.
|
|
397
|
-
- **competitive-intel** (C-Suite): For strategic competitive intelligence.
|
|
398
|
-
- **cmo-advisor** (C-Suite): For marketing budget and growth model decisions.
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: meta-ads-analytics
|
|
3
|
-
description: Le campanhas, conjuntos, anuncios e criativos no Meta Ads para diagnostico, relatorios e recomendacoes operacionais usando somente o MCP brijr/meta-mcp.
|
|
4
|
-
metadata: {"portable":"openclaw-ready","primary_mcp":"brijr/meta-mcp","scope":"analytics"}
|
|
5
|
-
user-invocable: true
|
|
6
|
-
---
|
|
7
|
-
|
|
8
|
-
# Purpose
|
|
9
|
-
Esta skill faz leitura, analise e inteligencia operacional para Meta Ads. Ela diagnostica e estrutura relatorios sem confundir analise com execucao.
|
|
10
|
-
|
|
11
|
-
# Use this skill when
|
|
12
|
-
- o usuario pedir analise de performance
|
|
13
|
-
- for preciso explicar queda, crescimento ou gargalo
|
|
14
|
-
- for necessario gerar relatorio diario, semanal, executivo, tatico ou pos-teste
|
|
15
|
-
- a tarefa exigir leitura por conta, campanha, conjunto, anuncio ou criativo
|
|
16
|
-
|
|
17
|
-
# Do not use this skill when
|
|
18
|
-
- a tarefa principal for criar ou editar estrutura
|
|
19
|
-
- a prioridade for escalar ou reestruturar operacao sem antes diagnosticar
|
|
20
|
-
|
|
21
|
-
# Operating principles
|
|
22
|
-
- primeiro observar, depois concluir
|
|
23
|
-
- separar `fato`, `hipotese` e `recomendacao`
|
|
24
|
-
- localizar o nivel do problema antes de sugerir acao
|
|
25
|
-
- reduzir confianca quando tracking, CRM ou pagina estiverem suspeitos
|
|
26
|
-
- usar somente tools confirmadas do `brijr/meta-mcp`
|
|
27
|
-
|
|
28
|
-
# Default workflow
|
|
29
|
-
1. Confirmar objetivo de negocio e janela de analise.
|
|
30
|
-
2. Ler performance por conta, campanha, conjunto, anuncio e criativo.
|
|
31
|
-
3. Identificar o primeiro gargalo relevante no funil.
|
|
32
|
-
4. Formular causas provaveis sem assumir causalidade cedo demais.
|
|
33
|
-
5. Priorizar testes ou acoes recomendadas.
|
|
34
|
-
6. Entregar resposta em `diagnostico + proximos passos`.
|
|
35
|
-
|
|
36
|
-
# Preferred tools
|
|
37
|
-
- `health_check`
|
|
38
|
-
- `get_ad_accounts`
|
|
39
|
-
- `get_campaigns`
|
|
40
|
-
- `get_insights`
|
|
41
|
-
- `compare_performance`
|
|
42
|
-
- `export_insights`
|
|
43
|
-
- `list_ad_sets`
|
|
44
|
-
- `list_ads`
|
|
45
|
-
- `list_ad_creatives`
|
|
46
|
-
|
|
47
|
-
# References
|
|
48
|
-
- {baseDir}/references/metrics-glossary.md
|
|
49
|
-
- {baseDir}/references/diagnostic-frameworks.md
|
|
50
|
-
- {baseDir}/references/report-templates.md
|
|
51
|
-
- {baseDir}/references/funnel-analysis.md
|
|
52
|
-
- {baseDir}/references/anomaly-playbooks.md
|
|
53
|
-
- {baseDir}/references/official-meta-measurement-notes.md
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: obsidian
|
|
3
|
-
description: Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
|
|
4
|
-
homepage: https://help.obsidian.md
|
|
5
|
-
metadata: {"clawdbot":{"emoji":"💎","requires":{"bins":["obsidian-cli"]},"install":[{"id":"brew","kind":"brew","formula":"yakitrak/yakitrak/obsidian-cli","bins":["obsidian-cli"],"label":"Install obsidian-cli (brew)"}]}}
|
|
6
|
-
---
|
|
7
|
-
|
|
8
|
-
# Obsidian
|
|
9
|
-
|
|
10
|
-
Obsidian vault = a normal folder on disk.
|
|
11
|
-
|
|
12
|
-
Vault structure (typical)
|
|
13
|
-
- Notes: `*.md` (plain text Markdown; edit with any editor)
|
|
14
|
-
- Config: `.obsidian/` (workspace + plugin settings; usually don’t touch from scripts)
|
|
15
|
-
- Canvases: `*.canvas` (JSON)
|
|
16
|
-
- Attachments: whatever folder you chose in Obsidian settings (images/PDFs/etc.)
|
|
17
|
-
|
|
18
|
-
## Find the active vault(s)
|
|
19
|
-
|
|
20
|
-
Obsidian desktop tracks vaults here (source of truth):
|
|
21
|
-
- `~/Library/Application Support/obsidian/obsidian.json`
|
|
22
|
-
|
|
23
|
-
`obsidian-cli` resolves vaults from that file; vault name is typically the **folder name** (path suffix).
|
|
24
|
-
|
|
25
|
-
Fast “what vault is active / where are the notes?”
|
|
26
|
-
- If you’ve already set a default: `obsidian-cli print-default --path-only`
|
|
27
|
-
- Otherwise, read `~/Library/Application Support/obsidian/obsidian.json` and use the vault entry with `"open": true`.
|
|
28
|
-
|
|
29
|
-
Notes
|
|
30
|
-
- Multiple vaults common (iCloud vs `~/Documents`, work/personal, etc.). Don’t guess; read config.
|
|
31
|
-
- Avoid writing hardcoded vault paths into scripts; prefer reading the config or using `print-default`.
|
|
32
|
-
|
|
33
|
-
## obsidian-cli quick start
|
|
34
|
-
|
|
35
|
-
Pick a default vault (once):
|
|
36
|
-
- `obsidian-cli set-default "<vault-folder-name>"`
|
|
37
|
-
- `obsidian-cli print-default` / `obsidian-cli print-default --path-only`
|
|
38
|
-
|
|
39
|
-
Search
|
|
40
|
-
- `obsidian-cli search "query"` (note names)
|
|
41
|
-
- `obsidian-cli search-content "query"` (inside notes; shows snippets + lines)
|
|
42
|
-
|
|
43
|
-
Create
|
|
44
|
-
- `obsidian-cli create "Folder/New note" --content "..." --open`
|
|
45
|
-
- Requires Obsidian URI handler (`obsidian://…`) working (Obsidian installed).
|
|
46
|
-
- Avoid creating notes under “hidden” dot-folders (e.g. `.something/...`) via URI; Obsidian may refuse.
|
|
47
|
-
|
|
48
|
-
Move/rename (safe refactor)
|
|
49
|
-
- `obsidian-cli move "old/path/note" "new/path/note"`
|
|
50
|
-
- Updates `[[wikilinks]]` and common Markdown links across the vault (this is the main win vs `mv`).
|
|
51
|
-
|
|
52
|
-
Delete
|
|
53
|
-
- `obsidian-cli delete "path/note"`
|
|
54
|
-
|
|
55
|
-
Prefer direct edits when appropriate: open the `.md` file and change it; Obsidian will pick it up.
|
|
@@ -1,125 +0,0 @@
|
|
|
1
|
-
Description
|
|
2
|
-
|
|
3
|
-
A powerful local AI accounting assistant that helps you record daily income and expenses through natural language, query transactions, and generate statistical reports. All data is securely stored locally — no internet connection required.
|
|
4
|
-
|
|
5
|
-
Capabilities
|
|
6
|
-
|
|
7
|
-
1. Natural Language Accounting
|
|
8
|
-
- Record income and expenses through conversation
|
|
9
|
-
- Automatically detect amount, category, and date
|
|
10
|
-
- Smart category suggestions
|
|
11
|
-
|
|
12
|
-
2. Transaction Queries
|
|
13
|
-
- Query by time range (today, this week, this month, this year, etc.)
|
|
14
|
-
- Filter by category
|
|
15
|
-
- Keyword search
|
|
16
|
-
- Support for multi-condition combined filtering
|
|
17
|
-
|
|
18
|
-
3. Statistical Analysis
|
|
19
|
-
- Total income and expense summary
|
|
20
|
-
- Category breakdown analysis
|
|
21
|
-
- Daily average spending calculation
|
|
22
|
-
- Balance auto-calculation
|
|
23
|
-
|
|
24
|
-
4. Report Generation
|
|
25
|
-
- Generate detailed income/expense reports
|
|
26
|
-
- Category statistics TOP ranking
|
|
27
|
-
- Export support
|
|
28
|
-
|
|
29
|
-
Usage Examples
|
|
30
|
-
|
|
31
|
-
Recording Transactions
|
|
32
|
-
- "Record expense: lunch 35 yuan"
|
|
33
|
-
- "Income: salary received 15000 yuan"
|
|
34
|
-
- "Spent 120 on movie tickets, category entertainment"
|
|
35
|
-
- "Transport today 20 yuan"
|
|
36
|
-
|
|
37
|
-
Querying Transactions
|
|
38
|
-
- "Show this month's transactions"
|
|
39
|
-
- "How much did I spend this week"
|
|
40
|
-
- "Query food and dining expenses"
|
|
41
|
-
- "Show last month's income"
|
|
42
|
-
|
|
43
|
-
Statistics
|
|
44
|
-
- "Summarize this month's income and expenses"
|
|
45
|
-
- "Spending overview for this year"
|
|
46
|
-
- "Show my expense categories"
|
|
47
|
-
|
|
48
|
-
Available Tools
|
|
49
|
-
|
|
50
|
-
add_transaction
|
|
51
|
-
Add a transaction record
|
|
52
|
-
- type: expense or income
|
|
53
|
-
- amount: amount
|
|
54
|
-
- description: description
|
|
55
|
-
- category: category (optional)
|
|
56
|
-
- tags: tags (optional)
|
|
57
|
-
|
|
58
|
-
query_transactions
|
|
59
|
-
Query transaction records
|
|
60
|
-
- period: time range
|
|
61
|
-
- type: transaction type filter
|
|
62
|
-
- category: category filter
|
|
63
|
-
- keyword: keyword search
|
|
64
|
-
- limit: result count limit
|
|
65
|
-
|
|
66
|
-
get_statistics
|
|
67
|
-
Get income/expense statistics
|
|
68
|
-
- period: statistics time period
|
|
69
|
-
|
|
70
|
-
generate_report
|
|
71
|
-
Generate detailed report
|
|
72
|
-
- period: report time period
|
|
73
|
-
|
|
74
|
-
get_categories
|
|
75
|
-
Get all available categories
|
|
76
|
-
|
|
77
|
-
update_transaction
|
|
78
|
-
Update a transaction record
|
|
79
|
-
- id: record ID
|
|
80
|
-
- other fields to update
|
|
81
|
-
|
|
82
|
-
delete_transaction
|
|
83
|
-
Delete a transaction record
|
|
84
|
-
- id: record ID
|
|
85
|
-
|
|
86
|
-
Category System
|
|
87
|
-
|
|
88
|
-
Expense Categories
|
|
89
|
-
- Food & Dining: meals, takeout, beverages, etc.
|
|
90
|
-
- Transport: bus, subway, taxi, fuel, etc.
|
|
91
|
-
- Shopping: supermarket, online shopping, daily necessities, etc.
|
|
92
|
-
- Entertainment: movies, games, travel, etc.
|
|
93
|
-
- Healthcare: doctor visits, medicine, checkups, etc.
|
|
94
|
-
- Education: tuition, training, books, etc.
|
|
95
|
-
- Housing: rent, mortgage, utilities, etc.
|
|
96
|
-
- Utilities: phone bill, internet, etc.
|
|
97
|
-
- Other
|
|
98
|
-
|
|
99
|
-
Income Categories
|
|
100
|
-
- Salary: monthly salary, annual salary, etc.
|
|
101
|
-
- Bonus: year-end bonus, performance bonus, etc.
|
|
102
|
-
- Investment: stocks, funds, wealth management, etc.
|
|
103
|
-
- Freelance: side jobs, self-employment, etc.
|
|
104
|
-
- Gift: monetary gifts, red envelopes, etc.
|
|
105
|
-
- Reimbursement: expense reimbursement, refunds, etc.
|
|
106
|
-
- Other
|
|
107
|
-
|
|
108
|
-
Data Storage
|
|
109
|
-
|
|
110
|
-
- All data saved in local JSON files
|
|
111
|
-
- Path: configured data directory / accounting.json
|
|
112
|
-
- Auto backup: retains the last 30 backups
|
|
113
|
-
- Open data format, exportable at any time
|
|
114
|
-
|
|
115
|
-
Quick Commands
|
|
116
|
-
|
|
117
|
-
- /accounting.help - Show help
|
|
118
|
-
- /accounting.stats - Quick view of this month's statistics
|
|
119
|
-
|
|
120
|
-
Notes
|
|
121
|
-
|
|
122
|
-
1. The data file is created automatically on first use
|
|
123
|
-
2. Use positive numbers for amounts
|
|
124
|
-
3. Edit/delete operations require the record ID (obtainable via query)
|
|
125
|
-
4. Back up your data file regularly to prevent accidental loss
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
|
|
5
|
-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
|
-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
|
-
|
|
8
|
-
## [1.0.0] - 2026-03-11
|
|
9
|
-
|
|
10
|
-
### Added
|
|
11
|
-
- Initial release
|
|
12
|
-
- Security audit module with comprehensive checks
|
|
13
|
-
- Secret scanner with pattern detection (API keys, tokens, passwords)
|
|
14
|
-
- Access control management (devices, users, channels)
|
|
15
|
-
- Token management (status, rotation, validation)
|
|
16
|
-
- Security report generation (JSON, Markdown, Table formats)
|
|
17
|
-
- Auto-fix capabilities for supported issues
|
|
18
|
-
- Internationalization support (English, Chinese)
|
|
19
|
-
- Deep scan mode for thorough analysis
|
|
20
|
-
- Security scoring system
|
|
21
|
-
|
|
22
|
-
### Security
|
|
23
|
-
- Detection for OpenAI API keys (`sk-*`)
|
|
24
|
-
- Detection for Feishu app secrets
|
|
25
|
-
- Detection for generic API keys and tokens
|
|
26
|
-
- Detection for private keys
|
|
27
|
-
- Gateway bind address check
|
|
28
|
-
- Token strength validation
|
|
29
|
-
- Public IP exposure check
|
|
30
|
-
|
|
31
|
-
## [0.1.0] - 2026-03-10
|
|
32
|
-
|
|
33
|
-
### Added
|
|
34
|
-
- Project initialization
|
|
35
|
-
- Basic design documentation
|