@robbiesrobotics/alice-agents 1.5.8 → 1.5.10

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.
Files changed (591) hide show
  1. package/README.md +152 -129
  2. package/bin/alice-install.mjs +27 -35
  3. package/lib/hermes-agent.mjs +449 -0
  4. package/lib/hermes-installer.mjs +338 -0
  5. package/lib/installer.mjs +254 -19
  6. package/lib/skills.mjs +128 -4
  7. package/package.json +3 -3
  8. package/templates/skills/acculynx/SKILL.md +183 -0
  9. package/templates/skills/acculynx/references/analysis_template.py +116 -0
  10. package/templates/skills/acculynx/references/dashboard_page.tsx +641 -0
  11. package/templates/skills/claude-code/SKILL.md +2 -2
  12. package/templates/skills/coding-agent/SKILL.md +68 -0
  13. package/templates/skills/crawl4ai/SKILL.md +119 -0
  14. package/templates/skills/crawl4ai/scripts/crwl +3 -0
  15. package/templates/workspaces/_shared/AGENTS-hermes.md +54 -0
  16. package/templates/workspaces/_shared/AGENTS.md +25 -0
  17. package/templates/workspaces/_shared/SOUL-hermes.md +35 -0
  18. package/templates/workspaces/_shared/hermes-agent-skill.md +40 -0
  19. package/templates/workspaces/_shared/hermes-orchestrator-skill.md +150 -0
  20. package/templates/workspaces/_shared/hermes-specialist-skill.md +109 -0
  21. package/templates/workspaces/accuscope/AGENTS.md +38 -0
  22. package/templates/workspaces/accuscope/FEEDBACK.md +27 -0
  23. package/templates/workspaces/accuscope/HEARTBEAT.md +26 -0
  24. package/templates/workspaces/accuscope/IDENTITY.md +48 -0
  25. package/templates/workspaces/accuscope/LEARNINGS.md +46 -0
  26. package/templates/workspaces/accuscope/MEMORY.md +47 -0
  27. package/templates/workspaces/accuscope/PLAYBOOK.md +65 -0
  28. package/templates/workspaces/accuscope/SOUL.md +40 -0
  29. package/templates/workspaces/accuscope/TOOLS.md +63 -0
  30. package/templates/workspaces/accuscope/USER.md +39 -0
  31. package/templates/workspaces/aiden/AGENTS.md +52 -0
  32. package/templates/workspaces/aiden/FEEDBACK.md +12 -0
  33. package/templates/workspaces/aiden/HEARTBEAT.md +9 -0
  34. package/templates/workspaces/aiden/IDENTITY.md +6 -0
  35. package/templates/workspaces/aiden/LEARNINGS.md +6 -0
  36. package/templates/workspaces/aiden/MEMORY.md +22 -0
  37. package/templates/workspaces/aiden/PLAYBOOK.md +16 -0
  38. package/templates/workspaces/aiden/SOUL.md +1 -1
  39. package/templates/workspaces/aiden/USER.md +17 -0
  40. package/templates/workspaces/alex/AGENTS.md +52 -0
  41. package/templates/workspaces/alex/FEEDBACK.md +11 -0
  42. package/templates/workspaces/alex/HEARTBEAT.md +9 -0
  43. package/templates/workspaces/alex/IDENTITY.md +6 -0
  44. package/templates/workspaces/alex/LEARNINGS.md +5 -0
  45. package/templates/workspaces/alex/MEMORY.md +22 -0
  46. package/templates/workspaces/alex/PLAYBOOK.md +16 -0
  47. package/templates/workspaces/alex/SOUL.md +1 -1
  48. package/templates/workspaces/alex/USER.md +13 -0
  49. package/templates/workspaces/aria/AGENTS.md +18 -0
  50. package/templates/workspaces/aria/FEEDBACK.md +12 -0
  51. package/templates/workspaces/aria/HEARTBEAT.md +32 -0
  52. package/templates/workspaces/aria/IDENTITY.md +12 -0
  53. package/templates/workspaces/aria/LEARNINGS.md +31 -0
  54. package/templates/workspaces/aria/MEMORY.md +29 -0
  55. package/templates/workspaces/aria/PLAYBOOK.md +71 -0
  56. package/templates/workspaces/aria/SOUL.md +57 -0
  57. package/templates/workspaces/aria/TOOLS.md +47 -0
  58. package/templates/workspaces/aria/USER.md +18 -0
  59. package/templates/workspaces/audrey/AGENTS.md +59 -0
  60. package/templates/workspaces/audrey/FEEDBACK.md +11 -0
  61. package/templates/workspaces/audrey/HEARTBEAT.md +9 -0
  62. package/templates/workspaces/audrey/IDENTITY.md +6 -0
  63. package/templates/workspaces/audrey/LEARNINGS.md +5 -0
  64. package/templates/workspaces/audrey/MEMORY.md +22 -0
  65. package/templates/workspaces/audrey/PLAYBOOK.md +16 -0
  66. package/templates/workspaces/audrey/SOUL.md +1 -1
  67. package/templates/workspaces/audrey/TOOLS.md +15 -0
  68. package/templates/workspaces/audrey/USER.md +13 -0
  69. package/templates/workspaces/avery/AGENTS.md +52 -0
  70. package/templates/workspaces/avery/FEEDBACK.md +12 -0
  71. package/templates/workspaces/avery/HEARTBEAT.md +5 -0
  72. package/templates/workspaces/avery/IDENTITY.md +6 -0
  73. package/templates/workspaces/avery/LEARNINGS.md +6 -0
  74. package/templates/workspaces/avery/MEMORY.md +22 -0
  75. package/templates/workspaces/avery/PLAYBOOK.md +16 -0
  76. package/templates/workspaces/avery/SOUL.md +1 -1
  77. package/templates/workspaces/avery/USER.md +17 -0
  78. package/templates/workspaces/avery/skills/claude-code/SKILL.md +38 -0
  79. package/templates/workspaces/avery/skills/claude-code/claude_code +55 -0
  80. package/templates/workspaces/caleb/AGENTS.md +52 -0
  81. package/templates/workspaces/caleb/FEEDBACK.md +11 -0
  82. package/templates/workspaces/caleb/HEARTBEAT.md +9 -0
  83. package/templates/workspaces/caleb/IDENTITY.md +6 -0
  84. package/templates/workspaces/caleb/LEARNINGS.md +5 -0
  85. package/templates/workspaces/caleb/MEMORY.md +22 -0
  86. package/templates/workspaces/caleb/PLAYBOOK.md +16 -0
  87. package/templates/workspaces/caleb/SOUL.md +1 -1
  88. package/templates/workspaces/caleb/TOOLS.md +30 -0
  89. package/templates/workspaces/caleb/USER.md +13 -0
  90. package/templates/workspaces/clara/AGENTS.md +59 -0
  91. package/templates/workspaces/clara/FEEDBACK.md +12 -0
  92. package/templates/workspaces/clara/HEARTBEAT.md +5 -0
  93. package/templates/workspaces/clara/IDENTITY.md +6 -0
  94. package/templates/workspaces/clara/LEARNINGS.md +6 -0
  95. package/templates/workspaces/clara/MEMORY.md +22 -0
  96. package/templates/workspaces/clara/PLAYBOOK.md +16 -0
  97. package/templates/workspaces/clara/SOUL.md +1 -1
  98. package/templates/workspaces/clara/TOOLS.md +15 -0
  99. package/templates/workspaces/clara/USER.md +17 -0
  100. package/templates/workspaces/daphne/AGENTS.md +59 -0
  101. package/templates/workspaces/daphne/FEEDBACK.md +18 -0
  102. package/templates/workspaces/daphne/HEARTBEAT.md +5 -0
  103. package/templates/workspaces/daphne/IDENTITY.md +6 -0
  104. package/templates/workspaces/daphne/LEARNINGS.md +6 -0
  105. package/templates/workspaces/daphne/MEMORY.md +22 -0
  106. package/templates/workspaces/daphne/PLAYBOOK.md +48 -0
  107. package/templates/workspaces/daphne/SOUL.md +1 -1
  108. package/templates/workspaces/daphne/TOOLS.md +15 -0
  109. package/templates/workspaces/daphne/USER.md +17 -0
  110. package/templates/workspaces/darius/AGENTS.md +52 -0
  111. package/templates/workspaces/darius/FEEDBACK.md +12 -0
  112. package/templates/workspaces/darius/HEARTBEAT.md +5 -0
  113. package/templates/workspaces/darius/IDENTITY.md +6 -0
  114. package/templates/workspaces/darius/LEARNINGS.md +6 -0
  115. package/templates/workspaces/darius/MEMORY.md +22 -0
  116. package/templates/workspaces/darius/PLAYBOOK.md +16 -0
  117. package/templates/workspaces/darius/SOUL.md +1 -1
  118. package/templates/workspaces/darius/USER.md +17 -0
  119. package/templates/workspaces/darius/skills/claude-code/SKILL.md +38 -0
  120. package/templates/workspaces/darius/skills/claude-code/claude_code +55 -0
  121. package/templates/workspaces/devon/AGENTS.md +52 -0
  122. package/templates/workspaces/devon/FEEDBACK.md +11 -0
  123. package/templates/workspaces/devon/HEARTBEAT.md +5 -0
  124. package/templates/workspaces/devon/IDENTITY.md +6 -0
  125. package/templates/workspaces/devon/LEARNINGS.md +11 -0
  126. package/templates/workspaces/devon/MEMORY.md +22 -0
  127. package/templates/workspaces/devon/PLAYBOOK.md +16 -0
  128. package/templates/workspaces/devon/SOUL.md +1 -1
  129. package/templates/workspaces/devon/USER.md +13 -0
  130. package/templates/workspaces/devon/check_github.py +12 -0
  131. package/templates/workspaces/devon/check_mc_env.py +30 -0
  132. package/templates/workspaces/devon/check_sb.py +34 -0
  133. package/templates/workspaces/devon/check_vercel.py +12 -0
  134. package/templates/workspaces/devon/get_mc_files.py +17 -0
  135. package/templates/workspaces/devon/write_heartbeat.py +67 -0
  136. package/templates/workspaces/dylan/.env.example +33 -0
  137. package/templates/workspaces/dylan/00007_verify_licenses_table.sql +100 -0
  138. package/templates/workspaces/dylan/AGENTS.md +52 -0
  139. package/templates/workspaces/dylan/FEEDBACK.md +28 -0
  140. package/templates/workspaces/dylan/HEARTBEAT.md +5 -0
  141. package/templates/workspaces/dylan/IDENTITY.md +6 -0
  142. package/templates/workspaces/dylan/LEARNINGS.md +70 -0
  143. package/templates/workspaces/dylan/MEMORY.md +22 -0
  144. package/templates/workspaces/dylan/PLAYBOOK.md +16 -0
  145. package/templates/workspaces/dylan/SOUL.md +1 -1
  146. package/templates/workspaces/dylan/STRIPE_PIPELINE.md +185 -0
  147. package/templates/workspaces/dylan/USER.md +17 -0
  148. package/templates/workspaces/dylan/n8n-stripe-welcome-workflow.json +123 -0
  149. package/templates/workspaces/dylan/skills/claude-code/SKILL.md +38 -0
  150. package/templates/workspaces/dylan/skills/claude-code/claude_code +55 -0
  151. package/templates/workspaces/dylan/stripe-webhook-handler.py +433 -0
  152. package/templates/workspaces/dylan/test_mock_webhook.py +103 -0
  153. package/templates/workspaces/elena/AGENTS.md +59 -0
  154. package/templates/workspaces/elena/FEEDBACK.md +11 -0
  155. package/templates/workspaces/elena/HEARTBEAT.md +9 -0
  156. package/templates/workspaces/elena/IDENTITY.md +6 -0
  157. package/templates/workspaces/elena/LEARNINGS.md +5 -0
  158. package/templates/workspaces/elena/MEMORY.md +22 -0
  159. package/templates/workspaces/elena/PLAYBOOK.md +16 -0
  160. package/templates/workspaces/elena/SOUL.md +1 -1
  161. package/templates/workspaces/elena/TOOLS.md +15 -0
  162. package/templates/workspaces/elena/USER.md +13 -0
  163. package/templates/workspaces/eva/AGENTS.md +59 -0
  164. package/templates/workspaces/eva/FEEDBACK.md +11 -0
  165. package/templates/workspaces/eva/HEARTBEAT.md +9 -0
  166. package/templates/workspaces/eva/IDENTITY.md +6 -0
  167. package/templates/workspaces/eva/LEARNINGS.md +5 -0
  168. package/templates/workspaces/eva/MEMORY.md +22 -0
  169. package/templates/workspaces/eva/PLAYBOOK.md +16 -0
  170. package/templates/workspaces/eva/SOUL.md +1 -1
  171. package/templates/workspaces/eva/TOOLS.md +15 -0
  172. package/templates/workspaces/eva/USER.md +13 -0
  173. package/templates/workspaces/felix/AGENTS.md +52 -0
  174. package/templates/workspaces/felix/FEEDBACK.md +11 -0
  175. package/templates/workspaces/felix/HEARTBEAT.md +5 -0
  176. package/templates/workspaces/felix/IDENTITY.md +6 -0
  177. package/templates/workspaces/felix/LEARNINGS.md +17 -0
  178. package/templates/workspaces/felix/MEMORY.md +22 -0
  179. package/templates/workspaces/felix/PLAYBOOK.md +16 -0
  180. package/templates/workspaces/felix/SOUL.md +1 -1
  181. package/templates/workspaces/felix/USER.md +13 -0
  182. package/templates/workspaces/felix/fidelia-psychology.html +1594 -0
  183. package/templates/workspaces/felix/task.txt +164 -0
  184. package/templates/workspaces/hannah/AGENTS.md +59 -0
  185. package/templates/workspaces/hannah/FEEDBACK.md +12 -0
  186. package/templates/workspaces/hannah/HEARTBEAT.md +5 -0
  187. package/templates/workspaces/hannah/IDENTITY.md +6 -0
  188. package/templates/workspaces/hannah/LEARNINGS.md +6 -0
  189. package/templates/workspaces/hannah/MEMORY.md +22 -0
  190. package/templates/workspaces/hannah/PLAYBOOK.md +16 -0
  191. package/templates/workspaces/hannah/SOUL.md +1 -1
  192. package/templates/workspaces/hannah/TOOLS.md +15 -0
  193. package/templates/workspaces/hannah/USER.md +17 -0
  194. package/templates/workspaces/isaac/AGENTS.md +52 -0
  195. package/templates/workspaces/isaac/FEEDBACK.md +12 -0
  196. package/templates/workspaces/isaac/HEARTBEAT.md +9 -0
  197. package/templates/workspaces/isaac/IDENTITY.md +6 -0
  198. package/templates/workspaces/isaac/LEARNINGS.md +6 -0
  199. package/templates/workspaces/isaac/MEMORY.md +22 -0
  200. package/templates/workspaces/isaac/PLAYBOOK.md +16 -0
  201. package/templates/workspaces/isaac/SOUL.md +1 -1
  202. package/templates/workspaces/isaac/USER.md +17 -0
  203. package/templates/workspaces/isaac/skills/claude-code/SKILL.md +38 -0
  204. package/templates/workspaces/isaac/skills/claude-code/claude_code +55 -0
  205. package/templates/workspaces/logan/AGENTS.md +59 -0
  206. package/templates/workspaces/logan/FEEDBACK.md +11 -0
  207. package/templates/workspaces/logan/HEARTBEAT.md +9 -0
  208. package/templates/workspaces/logan/IDENTITY.md +6 -0
  209. package/templates/workspaces/logan/LEARNINGS.md +5 -0
  210. package/templates/workspaces/logan/MEMORY.md +22 -0
  211. package/templates/workspaces/logan/PLAYBOOK.md +16 -0
  212. package/templates/workspaces/logan/SOUL.md +1 -1
  213. package/templates/workspaces/logan/TOOLS.md +15 -0
  214. package/templates/workspaces/logan/USER.md +13 -0
  215. package/templates/workspaces/maxxipro/AGENTS.md +29 -0
  216. package/templates/workspaces/maxxipro/FEEDBACK.md +19 -0
  217. package/templates/workspaces/maxxipro/HEARTBEAT.md +22 -0
  218. package/templates/workspaces/maxxipro/IDENTITY.md +35 -0
  219. package/templates/workspaces/maxxipro/KNOWLEDGE.md +335 -0
  220. package/templates/workspaces/maxxipro/LEARNINGS.md +47 -0
  221. package/templates/workspaces/maxxipro/MEMORY.md +60 -0
  222. package/templates/workspaces/maxxipro/OUTREACH_TEMPLATES.md +143 -0
  223. package/templates/workspaces/maxxipro/PLAYBOOK.md +81 -0
  224. package/templates/workspaces/maxxipro/SOUL.md +146 -0
  225. package/templates/workspaces/maxxipro/TOOLS.md +81 -0
  226. package/templates/workspaces/maxxipro/USER.md +40 -0
  227. package/templates/workspaces/morgan/AGENTS.md +59 -0
  228. package/templates/workspaces/morgan/FEEDBACK.md +19 -0
  229. package/templates/workspaces/morgan/HEARTBEAT.md +5 -0
  230. package/templates/workspaces/morgan/IDENTITY.md +6 -0
  231. package/templates/workspaces/morgan/LEARNINGS.md +18 -0
  232. package/templates/workspaces/morgan/MEMORY.md +22 -0
  233. package/templates/workspaces/morgan/PLAYBOOK.md +16 -0
  234. package/templates/workspaces/morgan/SOUL.md +1 -1
  235. package/templates/workspaces/morgan/TOOLS.md +15 -0
  236. package/templates/workspaces/morgan/USER.md +13 -0
  237. package/templates/workspaces/nadia/AGENTS.md +59 -0
  238. package/templates/workspaces/nadia/FEEDBACK.md +12 -0
  239. package/templates/workspaces/nadia/HEARTBEAT.md +5 -0
  240. package/templates/workspaces/nadia/IDENTITY.md +6 -0
  241. package/templates/workspaces/nadia/LEARNINGS.md +6 -0
  242. package/templates/workspaces/nadia/MEMORY.md +22 -0
  243. package/templates/workspaces/nadia/PLAYBOOK.md +16 -0
  244. package/templates/workspaces/nadia/SOUL.md +1 -1
  245. package/templates/workspaces/nadia/TOOLS.md +15 -0
  246. package/templates/workspaces/nadia/USER.md +13 -0
  247. package/templates/workspaces/nate/AGENTS.md +24 -0
  248. package/templates/workspaces/nate/FEEDBACK.md +12 -0
  249. package/templates/workspaces/nate/HEARTBEAT.md +33 -0
  250. package/templates/workspaces/nate/IDENTITY.md +15 -0
  251. package/templates/workspaces/nate/LEARNINGS.md +33 -0
  252. package/templates/workspaces/nate/MEMORY.md +39 -0
  253. package/templates/workspaces/nate/PLAYBOOK.md +160 -0
  254. package/templates/workspaces/nate/SOUL.md +50 -0
  255. package/templates/workspaces/nate/TOOLS.md +111 -0
  256. package/templates/workspaces/nate/USER.md +32 -0
  257. package/templates/workspaces/olivia/.last-openclaw-version +1 -0
  258. package/templates/workspaces/olivia/.npmrc.tmp +0 -0
  259. package/templates/workspaces/olivia/AGENTS.md +77 -0
  260. package/templates/workspaces/olivia/ALPHA_CODING_BENCHMARK.txt +148 -0
  261. package/templates/workspaces/olivia/ALPHA_MODEL_GUIDE.md +393 -0
  262. package/templates/workspaces/olivia/FEEDBACK.md +13 -0
  263. package/templates/workspaces/olivia/HEADTOHEAD_BENCHMARK.txt +1289 -0
  264. package/templates/workspaces/olivia/HEARTBEAT.md +267 -0
  265. package/templates/workspaces/olivia/IDENTITY.md +6 -0
  266. package/templates/workspaces/olivia/LEARNINGS.md +708 -0
  267. package/templates/workspaces/olivia/MEMORY.md +202 -0
  268. package/templates/workspaces/olivia/MISSION_CONTROL_DESIGN_SPEC_v1.md +1143 -0
  269. package/templates/workspaces/olivia/MVP-COMPLETION-SUMMARY.md +175 -0
  270. package/templates/workspaces/olivia/NETWORK_IMPLEMENTATION_PLAN.md +1556 -0
  271. package/templates/workspaces/olivia/NEW_NODES_BENCHMARK.txt +947 -0
  272. package/templates/workspaces/olivia/PLAYBOOK.md +42 -0
  273. package/templates/workspaces/olivia/SELF-HEALING-COMPLETE.md +150 -0
  274. package/templates/workspaces/olivia/SOUL.md +8 -8
  275. package/templates/workspaces/olivia/TOOLS.md +15 -0
  276. package/templates/workspaces/olivia/USER.md +17 -0
  277. package/templates/workspaces/olivia/alicefleet-supabase-credentials.md +50 -0
  278. package/templates/workspaces/olivia/dzombo-copy-rewrite.md +115 -0
  279. package/templates/workspaces/olivia/dzombo-implementation-plan.md +1248 -0
  280. package/templates/workspaces/olivia/fidelia-psychology.html +1594 -0
  281. package/templates/workspaces/olivia/lead_debug.png +0 -0
  282. package/templates/workspaces/olivia/minimatch-10.2.4.tgz +0 -0
  283. package/templates/workspaces/olivia/operation-bllm-research.md +157 -0
  284. package/templates/workspaces/olivia/qa-audit-mission-control-v2.md +538 -0
  285. package/templates/workspaces/olivia/roofmaxx_logo.svg +1 -0
  286. package/templates/workspaces/olivia/roofmaxx_social.jpg +0 -0
  287. package/templates/workspaces/olivia/skills/1password/SKILL.md +53 -0
  288. package/templates/workspaces/olivia/skills/1password/_meta.json +6 -0
  289. package/templates/workspaces/olivia/skills/afrexai-recruiting-engine/README.md +57 -0
  290. package/templates/workspaces/olivia/skills/afrexai-recruiting-engine/SKILL.md +534 -0
  291. package/templates/workspaces/olivia/skills/afrexai-recruiting-engine/_meta.json +6 -0
  292. package/templates/workspaces/olivia/skills/agent-security/SKILL.md +69 -0
  293. package/templates/workspaces/olivia/skills/agent-security/_meta.json +6 -0
  294. package/templates/workspaces/olivia/skills/agentic-security-audit/SKILL.md +855 -0
  295. package/templates/workspaces/olivia/skills/agentic-security-audit/_meta.json +6 -0
  296. package/templates/workspaces/olivia/skills/ai-automation-consulting/SKILL.md +67 -0
  297. package/templates/workspaces/olivia/skills/ai-automation-consulting/_meta.json +6 -0
  298. package/templates/workspaces/olivia/skills/ai-automation-consulting/skill.json +12 -0
  299. package/templates/workspaces/olivia/skills/ai-presentation-maker/SKILL.md +1104 -0
  300. package/templates/workspaces/olivia/skills/ai-presentation-maker/_meta.json +6 -0
  301. package/templates/workspaces/olivia/skills/ai-productivity-audit/SKILL.md +181 -0
  302. package/templates/workspaces/olivia/skills/ai-productivity-audit/_meta.json +6 -0
  303. package/templates/workspaces/olivia/skills/ai-researcher/README.md +31 -0
  304. package/templates/workspaces/olivia/skills/ai-researcher/SKILL.md +59 -0
  305. package/templates/workspaces/olivia/skills/ai-researcher/_meta.json +6 -0
  306. package/templates/workspaces/olivia/skills/ai-seo-writer/README.md +19 -0
  307. package/templates/workspaces/olivia/skills/ai-seo-writer/SKILL.md +100 -0
  308. package/templates/workspaces/olivia/skills/ai-seo-writer/_meta.json +6 -0
  309. package/templates/workspaces/olivia/skills/analytics-tracking-2/SKILL.md +309 -0
  310. package/templates/workspaces/olivia/skills/analytics-tracking-2/_meta.json +6 -0
  311. package/templates/workspaces/olivia/skills/api-doc-writer/SKILL.md +232 -0
  312. package/templates/workspaces/olivia/skills/api-doc-writer/_meta.json +6 -0
  313. package/templates/workspaces/olivia/skills/api-generator/SKILL.md +49 -0
  314. package/templates/workspaces/olivia/skills/api-generator/_meta.json +6 -0
  315. package/templates/workspaces/olivia/skills/api-generator/tips.md +10 -0
  316. package/templates/workspaces/olivia/skills/apple-notes/SKILL.md +50 -0
  317. package/templates/workspaces/olivia/skills/apple-notes/_meta.json +6 -0
  318. package/templates/workspaces/olivia/skills/apple-reminders/SKILL.md +67 -0
  319. package/templates/workspaces/olivia/skills/apple-reminders/_meta.json +6 -0
  320. package/templates/workspaces/olivia/skills/automation-workflows/SKILL.md +267 -0
  321. package/templates/workspaces/olivia/skills/automation-workflows/_meta.json +6 -0
  322. package/templates/workspaces/olivia/skills/autoresearch/SKILL.md +46 -0
  323. package/templates/workspaces/olivia/skills/autoresearch/aria_write.py +148 -0
  324. package/templates/workspaces/olivia/skills/autoresearch/autoresearch.py +75 -0
  325. package/templates/workspaces/olivia/skills/azure-devops/SKILL.md +115 -0
  326. package/templates/workspaces/olivia/skills/azure-devops/_meta.json +6 -0
  327. package/templates/workspaces/olivia/skills/blogwatcher/SKILL.md +46 -0
  328. package/templates/workspaces/olivia/skills/blogwatcher/_meta.json +6 -0
  329. package/templates/workspaces/olivia/skills/blucli/SKILL.md +27 -0
  330. package/templates/workspaces/olivia/skills/blucli/_meta.json +6 -0
  331. package/templates/workspaces/olivia/skills/check-analytics/SKILL.md +92 -0
  332. package/templates/workspaces/olivia/skills/check-analytics/_meta.json +6 -0
  333. package/templates/workspaces/olivia/skills/cloud-architect/SKILL.md +89 -0
  334. package/templates/workspaces/olivia/skills/cloud-architect/_meta.json +6 -0
  335. package/templates/workspaces/olivia/skills/cloud-infra-automation/SKILL.md +50 -0
  336. package/templates/workspaces/olivia/skills/cloud-infra-automation/_meta.json +6 -0
  337. package/templates/workspaces/olivia/skills/cloud-storage/SKILL.md +61 -0
  338. package/templates/workspaces/olivia/skills/cloud-storage/_meta.json +6 -0
  339. package/templates/workspaces/olivia/skills/cloud-storage/auth.md +97 -0
  340. package/templates/workspaces/olivia/skills/cloud-storage/costs.md +88 -0
  341. package/templates/workspaces/olivia/skills/cloud-storage/providers.md +55 -0
  342. package/templates/workspaces/olivia/skills/copywriting-pro/SKILL.md +107 -0
  343. package/templates/workspaces/olivia/skills/copywriting-pro/_meta.json +6 -0
  344. package/templates/workspaces/olivia/skills/data-analyst-pro/SKILL.md +21 -0
  345. package/templates/workspaces/olivia/skills/data-analyst-pro/_meta.json +6 -0
  346. package/templates/workspaces/olivia/skills/database-designer/README.md +388 -0
  347. package/templates/workspaces/olivia/skills/database-designer/SKILL.md +66 -0
  348. package/templates/workspaces/olivia/skills/database-designer/_meta.json +6 -0
  349. package/templates/workspaces/olivia/skills/database-designer/index_optimizer.py +926 -0
  350. package/templates/workspaces/olivia/skills/database-designer/migration_generator.py +1199 -0
  351. package/templates/workspaces/olivia/skills/database-designer/schema_analyzer.py +982 -0
  352. package/templates/workspaces/olivia/skills/deploy-agent/SKILL.md +255 -0
  353. package/templates/workspaces/olivia/skills/deploy-agent/_meta.json +6 -0
  354. package/templates/workspaces/olivia/skills/devops-automation-pack/SKILL.md +72 -0
  355. package/templates/workspaces/olivia/skills/devops-automation-pack/_meta.json +6 -0
  356. package/templates/workspaces/olivia/skills/devops-automation-pack/deploy.sh +0 -0
  357. package/templates/workspaces/olivia/skills/financial-analysis-agent/SKILL.md +489 -0
  358. package/templates/workspaces/olivia/skills/financial-analysis-agent/_meta.json +6 -0
  359. package/templates/workspaces/olivia/skills/gdpr-compliance-tracker/README.md +72 -0
  360. package/templates/workspaces/olivia/skills/gdpr-compliance-tracker/SKILL.md +226 -0
  361. package/templates/workspaces/olivia/skills/gdpr-compliance-tracker/_meta.json +6 -0
  362. package/templates/workspaces/olivia/skills/gifgrep/SKILL.md +47 -0
  363. package/templates/workspaces/olivia/skills/gifgrep/_meta.json +6 -0
  364. package/templates/workspaces/olivia/skills/github/SKILL.md +47 -0
  365. package/templates/workspaces/olivia/skills/github/_meta.json +6 -0
  366. package/templates/workspaces/olivia/skills/gog/SKILL.md +36 -0
  367. package/templates/workspaces/olivia/skills/gog/_meta.json +6 -0
  368. package/templates/workspaces/olivia/skills/growth-strategy-hub/SKILL.md +135 -0
  369. package/templates/workspaces/olivia/skills/growth-strategy-hub/_meta.json +6 -0
  370. package/templates/workspaces/olivia/skills/growth-strategy-hub/metadata.json +4 -0
  371. package/templates/workspaces/olivia/skills/hetzner-cloud/SKILL.md +130 -0
  372. package/templates/workspaces/olivia/skills/hetzner-cloud/_meta.json +6 -0
  373. package/templates/workspaces/olivia/skills/himalaya/SKILL.md +217 -0
  374. package/templates/workspaces/olivia/skills/himalaya/_meta.json +6 -0
  375. package/templates/workspaces/olivia/skills/hotel-recommendation/SKILL.md +117 -0
  376. package/templates/workspaces/olivia/skills/hotel-recommendation/_meta.json +6 -0
  377. package/templates/workspaces/olivia/skills/hr-policy-generator/SKILL.md +54 -0
  378. package/templates/workspaces/olivia/skills/hr-policy-generator/_meta.json +6 -0
  379. package/templates/workspaces/olivia/skills/human-writing/SKILL.md +41 -0
  380. package/templates/workspaces/olivia/skills/human-writing/_meta.json +6 -0
  381. package/templates/workspaces/olivia/skills/imsg/SKILL.md +25 -0
  382. package/templates/workspaces/olivia/skills/imsg/_meta.json +6 -0
  383. package/templates/workspaces/olivia/skills/in-depth-research/SKILL.md +124 -0
  384. package/templates/workspaces/olivia/skills/in-depth-research/_meta.json +6 -0
  385. package/templates/workspaces/olivia/skills/in-depth-research/methodology.md +75 -0
  386. package/templates/workspaces/olivia/skills/in-depth-research/output-formats.md +168 -0
  387. package/templates/workspaces/olivia/skills/in-depth-research/sources.md +80 -0
  388. package/templates/workspaces/olivia/skills/javascript-skills/README.md +71 -0
  389. package/templates/workspaces/olivia/skills/javascript-skills/SKILL.md +746 -0
  390. package/templates/workspaces/olivia/skills/javascript-skills/_meta.json +6 -0
  391. package/templates/workspaces/olivia/skills/leadership-strategy-playbook/SKILL.md +147 -0
  392. package/templates/workspaces/olivia/skills/leadership-strategy-playbook/_meta.json +6 -0
  393. package/templates/workspaces/olivia/skills/market-research-agent/README.md +29 -0
  394. package/templates/workspaces/olivia/skills/market-research-agent/SKILL.md +52 -0
  395. package/templates/workspaces/olivia/skills/market-research-agent/_meta.json +6 -0
  396. package/templates/workspaces/olivia/skills/marketing-analytics/SKILL.md +74 -0
  397. package/templates/workspaces/olivia/skills/marketing-analytics/_meta.json +6 -0
  398. package/templates/workspaces/olivia/skills/marketing-master-io/SKILL.md +125 -0
  399. package/templates/workspaces/olivia/skills/marketing-master-io/_meta.json +6 -0
  400. package/templates/workspaces/olivia/skills/marketing-strategy-pmm/SKILL.md +398 -0
  401. package/templates/workspaces/olivia/skills/marketing-strategy-pmm/_meta.json +6 -0
  402. package/templates/workspaces/olivia/skills/meta-ads-analytics/SKILL.md +53 -0
  403. package/templates/workspaces/olivia/skills/meta-ads-analytics/_meta.json +6 -0
  404. package/templates/workspaces/olivia/skills/obsidian/SKILL.md +55 -0
  405. package/templates/workspaces/olivia/skills/obsidian/_meta.json +6 -0
  406. package/templates/workspaces/olivia/skills/openclaw-accounting/SKILL.md +125 -0
  407. package/templates/workspaces/olivia/skills/openclaw-accounting/_meta.json +6 -0
  408. package/templates/workspaces/olivia/skills/openclaw-security-toolkit/CHANGELOG.md +35 -0
  409. package/templates/workspaces/olivia/skills/openclaw-security-toolkit/CHANNELLOG.md +73 -0
  410. package/templates/workspaces/olivia/skills/openclaw-security-toolkit/README.md +161 -0
  411. package/templates/workspaces/olivia/skills/openclaw-security-toolkit/SKILL.md +130 -0
  412. package/templates/workspaces/olivia/skills/openclaw-security-toolkit/_meta.json +6 -0
  413. package/templates/workspaces/olivia/skills/openclaw-security-toolkit/config.json +36 -0
  414. package/templates/workspaces/olivia/skills/openclaw-security-toolkit/metadata.json +19 -0
  415. package/templates/workspaces/olivia/skills/openhue/SKILL.md +30 -0
  416. package/templates/workspaces/olivia/skills/openhue/_meta.json +6 -0
  417. package/templates/workspaces/olivia/skills/orgx-operations-agent/SKILL.md +41 -0
  418. package/templates/workspaces/olivia/skills/orgx-operations-agent/_meta.json +6 -0
  419. package/templates/workspaces/olivia/skills/outreach/SKILL.md +84 -0
  420. package/templates/workspaces/olivia/skills/outreach/_meta.json +6 -0
  421. package/templates/workspaces/olivia/skills/outreach/by-type.md +166 -0
  422. package/templates/workspaces/olivia/skills/outreach/templates.md +154 -0
  423. package/templates/workspaces/olivia/skills/outreach/tracking.md +145 -0
  424. package/templates/workspaces/olivia/skills/persona-hr-coordinator/SKILL.md +38 -0
  425. package/templates/workspaces/olivia/skills/persona-hr-coordinator/_meta.json +6 -0
  426. package/templates/workspaces/olivia/skills/personal-productivity/SKILL.md +161 -0
  427. package/templates/workspaces/olivia/skills/personal-productivity/_meta.json +6 -0
  428. package/templates/workspaces/olivia/skills/personal-productivity/index.js +363 -0
  429. package/templates/workspaces/olivia/skills/personal-productivity/package.json +15 -0
  430. package/templates/workspaces/olivia/skills/personal-travel/README.md +34 -0
  431. package/templates/workspaces/olivia/skills/personal-travel/SKILL.md +46 -0
  432. package/templates/workspaces/olivia/skills/personal-travel/_meta.json +6 -0
  433. package/templates/workspaces/olivia/skills/presentation-html-generator-skill/SKILL.md +185 -0
  434. package/templates/workspaces/olivia/skills/presentation-html-generator-skill/_meta.json +6 -0
  435. package/templates/workspaces/olivia/skills/product-manager/SKILL.md +77 -0
  436. package/templates/workspaces/olivia/skills/product-manager/_meta.json +6 -0
  437. package/templates/workspaces/olivia/skills/quant-strategy/SKILL.md +28 -0
  438. package/templates/workspaces/olivia/skills/quant-strategy/_meta.json +6 -0
  439. package/templates/workspaces/olivia/skills/sales-pipeline-tracker/README.md +29 -0
  440. package/templates/workspaces/olivia/skills/sales-pipeline-tracker/SKILL.md +45 -0
  441. package/templates/workspaces/olivia/skills/sales-pipeline-tracker/_meta.json +6 -0
  442. package/templates/workspaces/olivia/skills/security-auditor/SKILL.md +399 -0
  443. package/templates/workspaces/olivia/skills/security-auditor/_meta.json +6 -0
  444. package/templates/workspaces/olivia/skills/security-hardening/SKILL.md +296 -0
  445. package/templates/workspaces/olivia/skills/security-hardening/_meta.json +6 -0
  446. package/templates/workspaces/olivia/skills/security-scanner/SKILL.md +67 -0
  447. package/templates/workspaces/olivia/skills/security-scanner/_meta.json +6 -0
  448. package/templates/workspaces/olivia/skills/seo-optimization/SKILL.md +31 -0
  449. package/templates/workspaces/olivia/skills/seo-optimization/_meta.json +6 -0
  450. package/templates/workspaces/olivia/skills/service-booking/SKILL.md +193 -0
  451. package/templates/workspaces/olivia/skills/service-booking/_meta.json +6 -0
  452. package/templates/workspaces/olivia/skills/sme-hr-automation/SKILL.md +131 -0
  453. package/templates/workspaces/olivia/skills/sme-hr-automation/_meta.json +6 -0
  454. package/templates/workspaces/olivia/skills/social-media-scheduler/README.md +29 -0
  455. package/templates/workspaces/olivia/skills/social-media-scheduler/SKILL.md +49 -0
  456. package/templates/workspaces/olivia/skills/social-media-scheduler/_meta.json +6 -0
  457. package/templates/workspaces/olivia/skills/sonoscli/SKILL.md +26 -0
  458. package/templates/workspaces/olivia/skills/sonoscli/_meta.json +6 -0
  459. package/templates/workspaces/olivia/skills/strategy-advisor/SKILL.md +33 -0
  460. package/templates/workspaces/olivia/skills/strategy-advisor/_meta.json +6 -0
  461. package/templates/workspaces/olivia/skills/summarize/SKILL.md +49 -0
  462. package/templates/workspaces/olivia/skills/summarize/_meta.json +6 -0
  463. package/templates/workspaces/olivia/skills/things-mac/SKILL.md +61 -0
  464. package/templates/workspaces/olivia/skills/things-mac/_meta.json +6 -0
  465. package/templates/workspaces/olivia/skills/travel-itinerary-planner/SKILL.md +121 -0
  466. package/templates/workspaces/olivia/skills/travel-itinerary-planner/_meta.json +6 -0
  467. package/templates/workspaces/olivia/skills/travel-manager/SKILL.md +36 -0
  468. package/templates/workspaces/olivia/skills/travel-manager/_meta.json +6 -0
  469. package/templates/workspaces/olivia/skills/travel-planning/SKILL.md +238 -0
  470. package/templates/workspaces/olivia/skills/travel-planning/_meta.json +6 -0
  471. package/templates/workspaces/olivia/skills/travel-planning/booking-guide.md +91 -0
  472. package/templates/workspaces/olivia/skills/travel-planning/memory-template.md +111 -0
  473. package/templates/workspaces/olivia/skills/travel-planning/multi-city.md +131 -0
  474. package/templates/workspaces/olivia/skills/travel-planning/packing-templates.md +155 -0
  475. package/templates/workspaces/olivia/skills/travel-planning/setup.md +66 -0
  476. package/templates/workspaces/olivia/skills/update-it-all/SKILL.md +143 -0
  477. package/templates/workspaces/olivia/skills/update-it-all/_meta.json +6 -0
  478. package/templates/workspaces/olivia/skills/voice/SKILL.md +62 -0
  479. package/templates/workspaces/olivia/skills/weather/SKILL.md +49 -0
  480. package/templates/workspaces/olivia/skills/weather/_meta.json +6 -0
  481. package/templates/workspaces/olivia/skills/web-researcher/SKILL.md +21 -0
  482. package/templates/workspaces/olivia/skills/web-researcher/_meta.json +6 -0
  483. package/templates/workspaces/olivia/skills/website-seo/SKILL.md +284 -0
  484. package/templates/workspaces/olivia/skills/website-seo/_meta.json +6 -0
  485. package/templates/workspaces/olivia/stripe-welcome-n8n.json +103 -0
  486. package/templates/workspaces/olivia/test2.wav.wav +0 -0
  487. package/templates/workspaces/olivia/test_speech.json +1 -0
  488. package/templates/workspaces/olivia/test_speech.srt +0 -0
  489. package/templates/workspaces/olivia/test_speech.tsv +1 -0
  490. package/templates/workspaces/olivia/test_speech.txt +0 -0
  491. package/templates/workspaces/olivia/test_speech.vtt +2 -0
  492. package/templates/workspaces/owen/AGENTS.md +59 -0
  493. package/templates/workspaces/owen/FEEDBACK.md +12 -0
  494. package/templates/workspaces/owen/HEARTBEAT.md +5 -0
  495. package/templates/workspaces/owen/IDENTITY.md +6 -0
  496. package/templates/workspaces/owen/LEARNINGS.md +46 -0
  497. package/templates/workspaces/owen/MEMORY.md +22 -0
  498. package/templates/workspaces/owen/PLAYBOOK.md +16 -0
  499. package/templates/workspaces/owen/SOUL.md +1 -1
  500. package/templates/workspaces/owen/TOOLS.md +15 -0
  501. package/templates/workspaces/owen/USER.md +17 -0
  502. package/templates/workspaces/parker/AGENTS.md +59 -0
  503. package/templates/workspaces/parker/FEEDBACK.md +11 -0
  504. package/templates/workspaces/parker/HEARTBEAT.md +5 -0
  505. package/templates/workspaces/parker/IDENTITY.md +6 -0
  506. package/templates/workspaces/parker/LEARNINGS.md +17 -0
  507. package/templates/workspaces/parker/MEMORY.md +22 -0
  508. package/templates/workspaces/parker/PLAYBOOK.md +16 -0
  509. package/templates/workspaces/parker/SOUL.md +1 -1
  510. package/templates/workspaces/parker/TOOLS.md +15 -0
  511. package/templates/workspaces/parker/USER.md +13 -0
  512. package/templates/workspaces/quinn/AGENTS.md +52 -0
  513. package/templates/workspaces/quinn/FEEDBACK.md +11 -0
  514. package/templates/workspaces/quinn/HEARTBEAT.md +5 -0
  515. package/templates/workspaces/quinn/IDENTITY.md +6 -0
  516. package/templates/workspaces/quinn/LEARNINGS.md +35 -0
  517. package/templates/workspaces/quinn/MEMORY.md +22 -0
  518. package/templates/workspaces/quinn/PLAYBOOK.md +16 -0
  519. package/templates/workspaces/quinn/SOUL.md +1 -1
  520. package/templates/workspaces/quinn/USER.md +17 -0
  521. package/templates/workspaces/quinn/alice-login-page.png +0 -0
  522. package/templates/workspaces/rowan/AGENTS.md +59 -0
  523. package/templates/workspaces/rowan/FEEDBACK.md +12 -0
  524. package/templates/workspaces/rowan/HEARTBEAT.md +5 -0
  525. package/templates/workspaces/rowan/IDENTITY.md +6 -0
  526. package/templates/workspaces/rowan/LEARNINGS.md +12 -0
  527. package/templates/workspaces/rowan/MEMORY.md +22 -0
  528. package/templates/workspaces/rowan/PLAYBOOK.md +16 -0
  529. package/templates/workspaces/rowan/SOUL.md +1 -1
  530. package/templates/workspaces/rowan/USER.md +17 -0
  531. package/templates/workspaces/selena/AGENTS.md +59 -0
  532. package/templates/workspaces/selena/FEEDBACK.md +12 -0
  533. package/templates/workspaces/selena/HEARTBEAT.md +5 -0
  534. package/templates/workspaces/selena/IDENTITY.md +6 -0
  535. package/templates/workspaces/selena/LEARNINGS.md +24 -0
  536. package/templates/workspaces/selena/MEMORY.md +22 -0
  537. package/templates/workspaces/selena/PLAYBOOK.md +16 -0
  538. package/templates/workspaces/selena/SOUL.md +1 -1
  539. package/templates/workspaces/selena/USER.md +17 -0
  540. package/templates/workspaces/selena/kids-ai-security-compliance-plan.md +791 -0
  541. package/templates/workspaces/selena/kidspark-coppa-compliance-audit.md +866 -0
  542. package/templates/workspaces/sloane/AGENTS.md +59 -0
  543. package/templates/workspaces/sloane/FEEDBACK.md +12 -0
  544. package/templates/workspaces/sloane/HEARTBEAT.md +9 -0
  545. package/templates/workspaces/sloane/IDENTITY.md +6 -0
  546. package/templates/workspaces/sloane/LEARNINGS.md +6 -0
  547. package/templates/workspaces/sloane/MEMORY.md +22 -0
  548. package/templates/workspaces/sloane/PLAYBOOK.md +16 -0
  549. package/templates/workspaces/sloane/SOUL.md +1 -1
  550. package/templates/workspaces/sloane/TOOLS.md +15 -0
  551. package/templates/workspaces/sloane/USER.md +13 -0
  552. package/templates/workspaces/smoketestagent/AGENTS.md +52 -0
  553. package/templates/workspaces/smoketestagent/FEEDBACK.md +3 -0
  554. package/templates/workspaces/smoketestagent/HEARTBEAT.md +14 -0
  555. package/templates/workspaces/smoketestagent/IDENTITY.md +6 -0
  556. package/templates/workspaces/smoketestagent/LEARNINGS.md +3 -0
  557. package/templates/workspaces/smoketestagent/MEMORY.md +24 -0
  558. package/templates/workspaces/smoketestagent/PLAYBOOK.md +7 -0
  559. package/templates/workspaces/smoketestagent/SOUL.md +32 -0
  560. package/templates/workspaces/smoketestagent/TOOLS.md +13 -0
  561. package/templates/workspaces/smoketestagent/USER.md +5 -0
  562. package/templates/workspaces/sophie/AGENTS.md +59 -0
  563. package/templates/workspaces/sophie/FEEDBACK.md +12 -0
  564. package/templates/workspaces/sophie/HEARTBEAT.md +9 -0
  565. package/templates/workspaces/sophie/IDENTITY.md +6 -0
  566. package/templates/workspaces/sophie/LEARNINGS.md +6 -0
  567. package/templates/workspaces/sophie/MEMORY.md +22 -0
  568. package/templates/workspaces/sophie/PLAYBOOK.md +16 -0
  569. package/templates/workspaces/sophie/SOUL.md +1 -1
  570. package/templates/workspaces/sophie/TOOLS.md +15 -0
  571. package/templates/workspaces/sophie/USER.md +17 -0
  572. package/templates/workspaces/tommy/AGENTS.md +59 -0
  573. package/templates/workspaces/tommy/FEEDBACK.md +12 -0
  574. package/templates/workspaces/tommy/HEARTBEAT.md +9 -0
  575. package/templates/workspaces/tommy/IDENTITY.md +6 -0
  576. package/templates/workspaces/tommy/LEARNINGS.md +6 -0
  577. package/templates/workspaces/tommy/MEMORY.md +22 -0
  578. package/templates/workspaces/tommy/PLAYBOOK.md +16 -0
  579. package/templates/workspaces/tommy/SOUL.md +1 -1
  580. package/templates/workspaces/tommy/TOOLS.md +15 -0
  581. package/templates/workspaces/tommy/USER.md +17 -0
  582. package/templates/workspaces/uma/AGENTS.md +59 -0
  583. package/templates/workspaces/uma/FEEDBACK.md +11 -0
  584. package/templates/workspaces/uma/HEARTBEAT.md +5 -0
  585. package/templates/workspaces/uma/IDENTITY.md +6 -0
  586. package/templates/workspaces/uma/LEARNINGS.md +11 -0
  587. package/templates/workspaces/uma/MEMORY.md +22 -0
  588. package/templates/workspaces/uma/PLAYBOOK.md +16 -0
  589. package/templates/workspaces/uma/SOUL.md +1 -1
  590. package/templates/workspaces/uma/TOOLS.md +15 -0
  591. package/templates/workspaces/uma/USER.md +13 -0
@@ -0,0 +1,489 @@
1
+ ---
2
+ name: financial-analysis-agent
3
+ description: 'Financial analysis skill for AI agents. Covers variance analysis, cash flow forecasting, month-end close automation, CFO commentary generation, 13-week cash flow dashboards, budget vs actual analysis, and financial statement review. Built by accounting professionals for agents that need to produce defensible financial outputs. Do NOT use for tax preparation, audit opinions, or regulatory filings — those require specialized compliance skills.'
4
+ license: MIT
5
+ metadata:
6
+ openclaw:
7
+ emoji: '💰'
8
+ ---
9
+
10
+ # Financial Analysis Agent
11
+
12
+ A comprehensive financial analysis skill that enables AI agents to produce defensible, CFO-ready financial outputs. Every technique here is grounded in standard accounting practice (US GAAP / IFRS compatible) and designed for agents operating on real financial data.
13
+
14
+ ## When to Use
15
+
16
+ - Monthly/quarterly financial close cycles
17
+ - Variance analysis on budget vs actual results
18
+ - Cash flow forecasting and 13-week rolling dashboards
19
+ - Generating CFO commentary and board-ready narratives
20
+ - Ratio analysis for lending covenants or investor reporting
21
+ - AR/AP aging analysis and collections prioritization
22
+ - Bank reconciliation pattern matching
23
+
24
+ ## When NOT to Use
25
+
26
+ - Tax return preparation or tax advisory (use a tax compliance skill)
27
+ - Audit opinions or attestation work (requires human CPA sign-off)
28
+ - Regulatory filings (SEC, state filings — requires compliance review)
29
+ - Valuation work (DCF, comps — requires a valuation-specific skill)
30
+ - Payroll processing or HR-related financial work
31
+
32
+ ---
33
+
34
+ ## 1. Variance Analysis Methodology
35
+
36
+ Variance analysis decomposes the difference between budget and actual into **price**, **volume**, and **mix** components.
37
+
38
+ ### Price Variance
39
+
40
+ Measures the impact of actual price differing from budgeted price, holding volume constant.
41
+
42
+ ```
43
+ Price Variance = (Actual Price - Budget Price) × Actual Volume
44
+ ```
45
+
46
+ **Example:**
47
+ ```
48
+ Budget: 1,000 units @ $50 = $50,000
49
+ Actual: 1,000 units @ $53 = $53,000
50
+ Price Variance = ($53 - $50) × 1,000 = $3,000 Unfavorable (cost) or Favorable (revenue)
51
+ ```
52
+
53
+ ### Volume Variance
54
+
55
+ Measures the impact of actual volume differing from budgeted volume, at budgeted price.
56
+
57
+ ```
58
+ Volume Variance = (Actual Volume - Budget Volume) × Budget Price
59
+ ```
60
+
61
+ **Example:**
62
+ ```
63
+ Budget: 1,000 units @ $50 = $50,000
64
+ Actual: 1,100 units @ $50 = $55,000
65
+ Volume Variance = (1,100 - 1,000) × $50 = $5,000 Favorable (revenue)
66
+ ```
67
+
68
+ ### Mix Variance
69
+
70
+ When multiple products exist, mix variance isolates the impact of selling a different proportion than planned.
71
+
72
+ ```
73
+ Mix Variance = (Actual Mix% - Budget Mix%) × Actual Total Volume × Budget Margin
74
+ ```
75
+
76
+ ### Three-Way Reconciliation
77
+
78
+ Always reconcile: `Total Variance = Price Variance + Volume Variance + Mix Variance`
79
+
80
+ If the three don't sum to the total, you have a calculation error. Never present unreconciled variances.
81
+
82
+ ### Materiality Thresholds
83
+
84
+ | Metric | Threshold | Action |
85
+ |--------|-----------|--------|
86
+ | Revenue line item | >5% or >$10K | Requires written explanation |
87
+ | Expense line item | >10% or >$5K | Requires written explanation |
88
+ | Net income impact | >2% | Requires CFO commentary |
89
+ | Balance sheet item | >$25K | Requires reconciliation |
90
+
91
+ Adjust thresholds based on entity size. A $2M company uses different thresholds than a $200M company.
92
+
93
+ ---
94
+
95
+ ## 2. Cash Flow Forecasting (13-Week Rolling)
96
+
97
+ The 13-week cash flow forecast is the standard tool for liquidity management. It covers one full quarter on a weekly basis.
98
+
99
+ ### Structure
100
+
101
+ ```
102
+ Week → W1 W2 W3 W4 ... W13 Total
103
+ ─────────────────────────────────────────────────────────────────
104
+ Opening Cash 100K 112K 108K 95K XXK 100K
105
+
106
+ INFLOWS
107
+ Collections 50K 45K 55K 40K XXK XXX
108
+ Other Income 2K 1K 3K 2K XXK XXX
109
+ Total Inflows 52K 46K 58K 42K XXK XXX
110
+
111
+ OUTFLOWS
112
+ Payroll (20K) — (20K) — XXK XXX
113
+ Rent (5K) — — — XXK XXX
114
+ Vendors (10K) (12K) (8K) (15K) XXK XXX
115
+ Debt Service — (5K) — — XXK XXX
116
+ Other (5K) (3K) (3K) (4K) XXK XXX
117
+ Total Outflows (40K) (20K) (31K) (19K) XXK XXX
118
+
119
+ Net Cash Flow 12K (4K) (13K) 23K XXK XXX
120
+ Closing Cash 112K 108K 95K 118K XXK XXX
121
+
122
+ Min Balance Req 50K 50K 50K 50K 50K 50K
123
+ Surplus/(Deficit)62K 58K 45K 68K XXK XXX
124
+ ```
125
+
126
+ ### Collection Assumptions
127
+
128
+ Build collection curves from historical data:
129
+
130
+ ```
131
+ Invoice Terms Collection Pattern
132
+ ─────────────────────────────────────
133
+ Net 30 Month 1: 15%, Month 2: 70%, Month 3: 12%, Bad debt: 3%
134
+ Net 15 Month 1: 80%, Month 2: 17%, Bad debt: 3%
135
+ COD Month 1: 97%, Bad debt: 3%
136
+ ```
137
+
138
+ ### Forecast Accuracy Tracking
139
+
140
+ Every week, compare last week's forecast to actual:
141
+
142
+ ```
143
+ Forecast Accuracy = 1 - |Actual - Forecast| / |Forecast|
144
+ Target: >90% accuracy on 1-week forecast, >80% on 4-week
145
+ ```
146
+
147
+ ### Red Flags
148
+
149
+ - Closing cash below minimum balance requirement in any week
150
+ - Three consecutive weeks of declining cash
151
+ - Collections falling below 85% of forecast
152
+ - Concentration: any single customer >25% of weekly inflows
153
+
154
+ ---
155
+
156
+ ## 3. Month-End Close Checklist
157
+
158
+ A disciplined 10-step close process. Target: complete within 5 business days of month-end.
159
+
160
+ ### The 10 Steps
161
+
162
+ ```
163
+ Step Task Owner Day Verification
164
+ ─────────────────────────────────────────────────────────────────────
165
+ 1 Cut off AR/AP AR/AP D+1 Last invoice # matches
166
+ 2 Bank reconciliation Cash D+1 All items <30 days
167
+ 3 Record accruals GL D+2 Accrual schedule signed
168
+ 4 Record depreciation/amortization GL D+2 Fixed asset register ties
169
+ 5 Intercompany eliminations GL D+3 IC balances net to zero
170
+ 6 Revenue recognition review Rev D+3 ASC 606 checklist complete
171
+ 7 Inventory/COGS reconciliation Ops D+3 Physical vs book <2%
172
+ 8 Prepare trial balance GL D+4 Debits = Credits
173
+ 9 Variance analysis FP&A D+4 All material items explained
174
+ 10 Management review & sign-off CFO D+5 Signed close package
175
+ ```
176
+
177
+ ### Accrual Checklist
178
+
179
+ Common accruals that get missed:
180
+
181
+ - [ ] Payroll accrual (days worked but not yet paid)
182
+ - [ ] Bonus accrual (pro-rata for period)
183
+ - [ ] Interest accrual on debt
184
+ - [ ] Utility accruals
185
+ - [ ] Professional services received but not invoiced
186
+ - [ ] Insurance amortization
187
+ - [ ] Prepaid expense amortization
188
+ - [ ] Deferred revenue recognition
189
+
190
+ ### Journal Entry Standards
191
+
192
+ Every journal entry must include:
193
+ 1. Date
194
+ 2. Debit account(s) with amount
195
+ 3. Credit account(s) with amount
196
+ 4. Description/memo explaining the entry
197
+ 5. Supporting documentation reference
198
+ 6. Preparer and approver
199
+
200
+ ```
201
+ Example:
202
+ Date: 2026-02-28
203
+ DR 6100 - Professional Services $15,000
204
+ CR 2100 - Accrued Expenses $15,000
205
+ Memo: Accrue Feb legal fees per engagement letter #2026-041
206
+ Support: Email from counsel confirming Feb activity
207
+ Prepared: Agent | Approved: [CFO Name]
208
+ ```
209
+
210
+ ---
211
+
212
+ ## 4. CFO Commentary Templates
213
+
214
+ CFO commentary answers three questions: **What changed? Why? What should we do?**
215
+
216
+ ### Revenue Commentary Template
217
+
218
+ ```markdown
219
+ ## Revenue: $X.XM vs Budget $X.XM (↑/↓ X.X%)
220
+
221
+ **What changed:**
222
+ - [Product/Service line] revenue was $XXK [above/below] budget
223
+ - [Volume/Price/Mix] was the primary driver
224
+
225
+ **Why:**
226
+ - [Root cause — be specific: lost customer, delayed deal, new contract, seasonal]
227
+ - [Secondary cause if applicable]
228
+
229
+ **What to do:**
230
+ - [Action item 1 with owner and deadline]
231
+ - [Action item 2 with owner and deadline]
232
+
233
+ **Outlook:**
234
+ - [Forward-looking statement for next period]
235
+ - [Risk/opportunity to flag]
236
+ ```
237
+
238
+ ### Expense Commentary Template
239
+
240
+ ```markdown
241
+ ## Operating Expenses: $X.XM vs Budget $X.XM (↑/↓ X.X%)
242
+
243
+ **What changed:**
244
+ - [Expense category] was $XXK [over/under] budget
245
+ - [One-time vs recurring classification]
246
+
247
+ **Why:**
248
+ - [Root cause — hiring timing, vendor price increase, project delay, etc.]
249
+
250
+ **What to do:**
251
+ - [If over: mitigation plan or approval to exceed]
252
+ - [If under: whether savings are permanent or timing]
253
+ ```
254
+
255
+ ### Cash Position Commentary
256
+
257
+ ```markdown
258
+ ## Cash Position: $X.XM (↑/↓ $XXK from prior month)
259
+
260
+ **Key movements:**
261
+ - Operating cash flow: $XXK [positive/negative]
262
+ - Collections: $XXK received vs $XXK billed (XX% collection rate)
263
+ - Major payments: [List any >$25K individual payments]
264
+
265
+ **Liquidity outlook:**
266
+ - Runway: XX months at current burn rate
267
+ - Covenants: [In compliance / approaching threshold]
268
+ - Next major cash event: [Date and description]
269
+ ```
270
+
271
+ ---
272
+
273
+ ## 5. Budget vs Actual Analysis
274
+
275
+ ### Report Structure
276
+
277
+ ```
278
+ Actual Budget Var $ Var % Prior Yr YoY %
279
+ ─────────────────────────────────────────────────────────────────────────────────
280
+ Revenue
281
+ Product A 450K 500K (50K) -10.0% 380K +18.4%
282
+ Product B 320K 300K 20K +6.7% 290K +10.3%
283
+ Services 180K 200K (20K) -10.0% 150K +20.0%
284
+ Total Revenue 950K 1,000K (50K) -5.0% 820K +15.9%
285
+
286
+ COGS (380K) (400K) 20K -5.0% (340K) +11.8%
287
+ Gross Profit 570K 600K (30K) -5.0% 480K +18.8%
288
+ Gross Margin 60.0% 60.0% — — 58.5% +1.5pp
289
+
290
+ Operating Expenses
291
+ Salaries (250K) (240K) (10K) +4.2% (200K) +25.0%
292
+ Marketing (60K) (80K) 20K -25.0% (50K) +20.0%
293
+ G&A (45K) (50K) 5K -10.0% (40K) +12.5%
294
+ Total OpEx (355K) (370K) 15K -4.1% (290K) +22.4%
295
+
296
+ EBITDA 215K 230K (15K) -6.5% 190K +13.2%
297
+ EBITDA Margin 22.6% 23.0% -0.4pp — 23.2% -0.6pp
298
+ ```
299
+
300
+ ### Waterfall Analysis
301
+
302
+ For board presentations, decompose the variance into a waterfall:
303
+
304
+ ```
305
+ Budget EBITDA $230K
306
+ Revenue shortfall (50K) ← Volume: (30K), Price: (15K), Mix: (5K)
307
+ COGS favorability 20K ← Material costs lower than expected
308
+ Salary overage (10K) ← Hired 2 weeks earlier than planned
309
+ Marketing savings 20K ← Campaign delayed to next month
310
+ G&A savings 5K ← Office lease negotiation
311
+ Actual EBITDA $215K
312
+ ```
313
+
314
+ ---
315
+
316
+ ## 6. Ratio Analysis
317
+
318
+ ### Liquidity Ratios
319
+
320
+ | Ratio | Formula | Healthy Range | Red Flag |
321
+ |-------|---------|---------------|----------|
322
+ | Current Ratio | Current Assets / Current Liabilities | 1.5 - 3.0 | < 1.0 |
323
+ | Quick Ratio | (Cash + Receivables) / Current Liabilities | 1.0 - 2.0 | < 0.5 |
324
+ | Cash Ratio | Cash / Current Liabilities | 0.5 - 1.0 | < 0.2 |
325
+ | Working Capital | Current Assets - Current Liabilities | Positive | Negative trend |
326
+
327
+ ### Profitability Ratios
328
+
329
+ | Ratio | Formula | Notes |
330
+ |-------|---------|-------|
331
+ | Gross Margin | Gross Profit / Revenue | Compare to industry benchmarks |
332
+ | Operating Margin | Operating Income / Revenue | Exclude one-time items |
333
+ | Net Margin | Net Income / Revenue | After all charges |
334
+ | EBITDA Margin | EBITDA / Revenue | Most comparable across companies |
335
+ | ROE | Net Income / Avg Equity | Should exceed cost of equity |
336
+ | ROA | Net Income / Avg Assets | Asset efficiency measure |
337
+
338
+ ### Leverage Ratios
339
+
340
+ | Ratio | Formula | Covenant Typical | Warning |
341
+ |-------|---------|-------------------|---------|
342
+ | Debt/Equity | Total Debt / Total Equity | < 2.0x | > 3.0x |
343
+ | Debt/EBITDA | Total Debt / EBITDA | < 3.0x | > 4.0x |
344
+ | Interest Coverage | EBITDA / Interest Expense | > 3.0x | < 2.0x |
345
+ | Fixed Charge Coverage | (EBITDA - CapEx) / (Interest + Principal) | > 1.2x | < 1.0x |
346
+
347
+ ### Efficiency Ratios
348
+
349
+ | Ratio | Formula | Target |
350
+ |-------|---------|--------|
351
+ | DSO (Days Sales Outstanding) | (AR / Revenue) × Days | < Payment terms |
352
+ | DPO (Days Payable Outstanding) | (AP / COGS) × Days | Match or exceed DSO |
353
+ | DIO (Days Inventory Outstanding) | (Inventory / COGS) × Days | Industry-specific |
354
+ | Cash Conversion Cycle | DSO + DIO - DPO | Lower is better |
355
+
356
+ ---
357
+
358
+ ## 7. Aging Analysis
359
+
360
+ ### Accounts Receivable Aging
361
+
362
+ ```
363
+ Customer Current 1-30 31-60 61-90 90+ Total % of AR
364
+ ──────────────────────────────────────────────────────────────────────────────
365
+ Acme Corp 25,000 10,000 5,000 — — 40,000 26.7%
366
+ Beta LLC 15,000 8,000 — 3,000 — 26,000 17.3%
367
+ Gamma Inc 20,000 — — — 12,000 32,000 21.3%
368
+ All Others 30,000 15,000 5,000 2,000 — 52,000 34.7%
369
+ ──────────────────────────────────────────────────────────────────────────────
370
+ Total 90,000 33,000 10,000 5,000 12,000 150,000 100%
371
+ % of Total 60.0% 22.0% 6.7% 3.3% 8.0% 100%
372
+ Reserve Rate 0% 0% 5% 25% 50%
373
+ Reserve Amount — — 500 1,250 6,000 7,750
374
+ ```
375
+
376
+ ### Collection Priority Matrix
377
+
378
+ | Bucket | Action | Frequency | Escalation |
379
+ |--------|--------|-----------|------------|
380
+ | Current | Thank-you / relationship | Monthly | None |
381
+ | 1-30 past due | Friendly reminder email | Weekly | None |
382
+ | 31-60 past due | Phone call + formal letter | 2x/week | AR Manager |
383
+ | 61-90 past due | Demand letter + payment plan | Daily | Controller |
384
+ | 90+ past due | Legal review + reserve | Daily | CFO |
385
+
386
+ ### Accounts Payable Aging
387
+
388
+ Mirror the AR structure but optimize for:
389
+ - Early payment discounts (2/10 Net 30 = 36.7% annualized return)
390
+ - Cash flow timing (pay on last day of terms, not before)
391
+ - Vendor relationship management (strategic vendors get priority)
392
+
393
+ ---
394
+
395
+ ## 8. Bank Reconciliation Patterns
396
+
397
+ ### Standard Reconciliation Format
398
+
399
+ ```
400
+ Bank Balance per Statement (2/28/2026) $125,432.18
401
+
402
+ ADD: Deposits in Transit
403
+ 2/27 - Customer payment #4521 8,500.00
404
+ 2/28 - Wire transfer (pending) 15,000.00
405
+ 23,500.00
406
+
407
+ LESS: Outstanding Checks
408
+ Check #3041 (1/15) - Vendor payment (2,300.00)
409
+ Check #3055 (2/20) - Rent (5,000.00)
410
+ Check #3058 (2/25) - Supplies (450.00)
411
+ (7,750.00)
412
+
413
+ LESS: Bank Errors
414
+ (None this period) 0.00
415
+
416
+ Adjusted Bank Balance $141,182.18
417
+
418
+ Book Balance per GL (2/28/2026) $141,682.18
419
+
420
+ LESS: Bank Charges
421
+ Monthly service fee (35.00)
422
+ Wire fee (25.00)
423
+
424
+ ADD: Interest Earned
425
+ February interest 12.00
426
+
427
+ LESS: NSF Checks
428
+ Customer ABC - returned check (452.00)
429
+
430
+ Adjusted Book Balance $141,182.18
431
+
432
+ DIFFERENCE $0.00 ✓ RECONCILED
433
+ ```
434
+
435
+ ### Stale Items Investigation
436
+
437
+ Any reconciling item older than 30 days requires investigation:
438
+
439
+ | Age | Item Type | Action |
440
+ |-----|-----------|--------|
441
+ | 30-60 days | Outstanding check | Contact payee, confirm receipt |
442
+ | 60-90 days | Outstanding check | Void and reissue if needed |
443
+ | 90+ days | Outstanding check | Void, reverse entry, escheatment review |
444
+ | 30+ days | Deposit in transit | Investigate with bank, possible misposting |
445
+
446
+ ---
447
+
448
+ ## 9. Financial Statement Review Checklist
449
+
450
+ Before releasing any financial statement, verify:
451
+
452
+ ### Balance Sheet
453
+
454
+ - [ ] Assets = Liabilities + Equity (must balance to the penny)
455
+ - [ ] Cash ties to bank reconciliation
456
+ - [ ] AR ties to aging report and subledger
457
+ - [ ] AP ties to aging report and subledger
458
+ - [ ] Fixed assets tie to depreciation schedule
459
+ - [ ] Debt balances tie to loan statements
460
+ - [ ] Retained earnings = Prior RE + Net Income - Dividends
461
+ - [ ] Intercompany balances eliminate to zero
462
+
463
+ ### Income Statement
464
+
465
+ - [ ] Revenue recognized per ASC 606 / IFRS 15 criteria
466
+ - [ ] COGS matches inventory movement
467
+ - [ ] Depreciation/amortization matches fixed asset schedule
468
+ - [ ] Interest expense matches debt schedule
469
+ - [ ] Tax provision is reasonable (effective rate within expected range)
470
+ - [ ] No below-the-line items without disclosure
471
+ - [ ] Period-over-period comparison is sensible (no sign errors)
472
+
473
+ ### Cash Flow Statement
474
+
475
+ - [ ] Operating + Investing + Financing = Change in Cash
476
+ - [ ] Change in cash ties to balance sheet cash movement
477
+ - [ ] Non-cash items properly excluded from operating section
478
+ - [ ] CapEx in investing ties to fixed asset additions
479
+ - [ ] Debt proceeds/payments tie to balance sheet debt movement
480
+ - [ ] Supplemental disclosures (interest paid, taxes paid) are accurate
481
+
482
+ ### Analytical Review
483
+
484
+ - [ ] Gross margin is within 2pp of prior period (or explained)
485
+ - [ ] Revenue growth is consistent with known business activity
486
+ - [ ] No expense line items with >25% unexplained variance
487
+ - [ ] Ratios (current, quick, leverage) are within covenant requirements
488
+ - [ ] Month-over-month trends are logical
489
+ - [ ] YTD figures match sum of monthly figures
@@ -0,0 +1,6 @@
1
+ {
2
+ "ownerId": "kn7dggcz2b3wag53cxywzpynvs82zs5a",
3
+ "slug": "financial-analysis-agent",
4
+ "version": "98.0.1",
5
+ "publishedAt": 1773724956177
6
+ }
@@ -0,0 +1,72 @@
1
+ # GDPR Compliance Tracker — OpenClaw Skill 🔐🇪🇺
2
+
3
+ Assess GDPR compliance with a single message to your OpenClaw agent.
4
+
5
+ ## Quick Install
6
+
7
+ ```bash
8
+ clawhub install gdpr-compliance-tracker
9
+ ```
10
+
11
+ ## Configuration
12
+
13
+ ```json
14
+ {
15
+ "skills": {
16
+ "entries": {
17
+ "gdpr-compliance-tracker": {
18
+ "enabled": true,
19
+ "env": {
20
+ "TOOLWEB_API_KEY": "your-api-key-here"
21
+ }
22
+ }
23
+ }
24
+ }
25
+ }
26
+ ```
27
+
28
+ ## Get Your API Key
29
+
30
+ Visit [portal.toolweb.in](https://portal.toolweb.in) — free trial includes 10 API calls.
31
+
32
+ ## What It Assesses
33
+
34
+ - Data processing activities and lawful basis
35
+ - Consent management and data subject rights (DSAR)
36
+ - Privacy policies and data retention
37
+ - International data transfers and transfer mechanisms
38
+ - DPO appointment and DPIA processes
39
+ - Breach notification procedures
40
+ - Staff training and vendor agreements
41
+
42
+ ## Example
43
+
44
+ ```
45
+ You: Check if our SaaS company is GDPR compliant. We're medium-sized,
46
+ process EU customer data, have a privacy policy but no DPO.
47
+
48
+ Agent: 🔐 GDPR Compliance Assessment
49
+ Score: 55/100
50
+ 🚨 Critical: No DPO appointed despite EU data processing
51
+ 🚨 Critical: No breach notification procedures
52
+ 📋 Action 1: Appoint DPO within 30 days
53
+ ```
54
+
55
+ ## Pricing
56
+
57
+ | Plan | Price/month | API Calls |
58
+ |------|------------|-----------|
59
+ | Free Trial | $0 | 10 calls |
60
+ | Starter | ₹2,999 (~$36) | 500 |
61
+ | Professional | ₹9,999 (~$120) | 5,000 |
62
+ | Enterprise | ₹49,999 (~$600) | Unlimited |
63
+
64
+ International: Select PayPal at checkout for USD/EUR/GBP.
65
+
66
+ ## License
67
+
68
+ MIT-0
69
+
70
+ ---
71
+
72
+ *Built by a CISSP & CISM certified professional at [ToolWeb.in](https://toolweb.in)*