visionclaw 0.1.195-beta.0 → 0.1.195-dev.feat-e2e-test-system.1

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 (345) hide show
  1. package/dist/agent/command-handlers.d.ts.map +1 -1
  2. package/dist/agent/command-handlers.js +17 -0
  3. package/dist/agent/command-handlers.js.map +1 -1
  4. package/dist/builtin-skills/catalog/equity-research/SKILL.md +256 -0
  5. package/dist/builtin-skills/catalog/financial-modeling/SKILL.md +186 -0
  6. package/dist/builtin-skills/catalog/investment-banking/SKILL.md +213 -0
  7. package/dist/builtin-skills/catalog/private-equity/SKILL.md +282 -0
  8. package/dist/builtin-skills/catalog/wealth-management/SKILL.md +252 -0
  9. package/dist/channels/interface.d.ts +9 -0
  10. package/dist/channels/interface.d.ts.map +1 -1
  11. package/dist/channels/manager.d.ts.map +1 -1
  12. package/dist/channels/manager.js +3 -0
  13. package/dist/channels/manager.js.map +1 -1
  14. package/dist/channels/telegram.d.ts.map +1 -1
  15. package/dist/channels/telegram.js +7 -1
  16. package/dist/channels/telegram.js.map +1 -1
  17. package/dist/config/types.d.ts +6 -0
  18. package/dist/config/types.d.ts.map +1 -1
  19. package/dist/config/types.js +10 -0
  20. package/dist/config/types.js.map +1 -1
  21. package/dist/e2e/artifacts.d.ts +8 -0
  22. package/dist/e2e/artifacts.d.ts.map +1 -0
  23. package/dist/e2e/artifacts.js +35 -0
  24. package/dist/e2e/artifacts.js.map +1 -0
  25. package/dist/e2e/cleanup.d.ts +8 -0
  26. package/dist/e2e/cleanup.d.ts.map +1 -0
  27. package/dist/e2e/cleanup.js +108 -0
  28. package/dist/e2e/cleanup.js.map +1 -0
  29. package/dist/e2e/cli.d.ts +4 -0
  30. package/dist/e2e/cli.d.ts.map +1 -0
  31. package/dist/e2e/cli.js +16 -0
  32. package/dist/e2e/cli.js.map +1 -0
  33. package/dist/e2e/index.d.ts +5 -0
  34. package/dist/e2e/index.d.ts.map +1 -0
  35. package/dist/e2e/index.js +4 -0
  36. package/dist/e2e/index.js.map +1 -0
  37. package/dist/e2e/local-test-server.d.ts +7 -0
  38. package/dist/e2e/local-test-server.d.ts.map +1 -0
  39. package/dist/e2e/local-test-server.js +75 -0
  40. package/dist/e2e/local-test-server.js.map +1 -0
  41. package/dist/e2e/oauth-setup-store.d.ts +28 -0
  42. package/dist/e2e/oauth-setup-store.d.ts.map +1 -0
  43. package/dist/e2e/oauth-setup-store.js +56 -0
  44. package/dist/e2e/oauth-setup-store.js.map +1 -0
  45. package/dist/e2e/parser.d.ts +4 -0
  46. package/dist/e2e/parser.d.ts.map +1 -0
  47. package/dist/e2e/parser.js +52 -0
  48. package/dist/e2e/parser.js.map +1 -0
  49. package/dist/e2e/registry.d.ts +3 -0
  50. package/dist/e2e/registry.d.ts.map +1 -0
  51. package/dist/e2e/registry.js +44 -0
  52. package/dist/e2e/registry.js.map +1 -0
  53. package/dist/e2e/reporter.d.ts +6 -0
  54. package/dist/e2e/reporter.d.ts.map +1 -0
  55. package/dist/e2e/reporter.js +56 -0
  56. package/dist/e2e/reporter.js.map +1 -0
  57. package/dist/e2e/runner.d.ts +4 -0
  58. package/dist/e2e/runner.d.ts.map +1 -0
  59. package/dist/e2e/runner.js +116 -0
  60. package/dist/e2e/runner.js.map +1 -0
  61. package/dist/e2e/setup-google-guest.d.ts +19 -0
  62. package/dist/e2e/setup-google-guest.d.ts.map +1 -0
  63. package/dist/e2e/setup-google-guest.js +205 -0
  64. package/dist/e2e/setup-google-guest.js.map +1 -0
  65. package/dist/e2e/suite-utils.d.ts +19 -0
  66. package/dist/e2e/suite-utils.d.ts.map +1 -0
  67. package/dist/e2e/suite-utils.js +60 -0
  68. package/dist/e2e/suite-utils.js.map +1 -0
  69. package/dist/e2e/suites/agent.d.ts +3 -0
  70. package/dist/e2e/suites/agent.d.ts.map +1 -0
  71. package/dist/e2e/suites/agent.js +33 -0
  72. package/dist/e2e/suites/agent.js.map +1 -0
  73. package/dist/e2e/suites/browser.d.ts +3 -0
  74. package/dist/e2e/suites/browser.d.ts.map +1 -0
  75. package/dist/e2e/suites/browser.js +58 -0
  76. package/dist/e2e/suites/browser.js.map +1 -0
  77. package/dist/e2e/suites/cua.d.ts +3 -0
  78. package/dist/e2e/suites/cua.d.ts.map +1 -0
  79. package/dist/e2e/suites/cua.js +68 -0
  80. package/dist/e2e/suites/cua.js.map +1 -0
  81. package/dist/e2e/suites/google.d.ts +3 -0
  82. package/dist/e2e/suites/google.d.ts.map +1 -0
  83. package/dist/e2e/suites/google.js +145 -0
  84. package/dist/e2e/suites/google.js.map +1 -0
  85. package/dist/e2e/suites/memory.d.ts +3 -0
  86. package/dist/e2e/suites/memory.d.ts.map +1 -0
  87. package/dist/e2e/suites/memory.js +50 -0
  88. package/dist/e2e/suites/memory.js.map +1 -0
  89. package/dist/e2e/suites/obs.d.ts +3 -0
  90. package/dist/e2e/suites/obs.d.ts.map +1 -0
  91. package/dist/e2e/suites/obs.js +29 -0
  92. package/dist/e2e/suites/obs.js.map +1 -0
  93. package/dist/e2e/suites/self.d.ts +3 -0
  94. package/dist/e2e/suites/self.d.ts.map +1 -0
  95. package/dist/e2e/suites/self.js +65 -0
  96. package/dist/e2e/suites/self.js.map +1 -0
  97. package/dist/e2e/suites/upgrade.d.ts +3 -0
  98. package/dist/e2e/suites/upgrade.d.ts.map +1 -0
  99. package/dist/e2e/suites/upgrade.js +31 -0
  100. package/dist/e2e/suites/upgrade.js.map +1 -0
  101. package/dist/e2e/types.d.ts +91 -0
  102. package/dist/e2e/types.d.ts.map +1 -0
  103. package/dist/e2e/types.js +2 -0
  104. package/dist/e2e/types.js.map +1 -0
  105. package/dist/index.js.map +1 -1
  106. package/dist/service/daemon.d.ts +1 -0
  107. package/dist/service/daemon.d.ts.map +1 -1
  108. package/dist/service/daemon.js +110 -15
  109. package/dist/service/daemon.js.map +1 -1
  110. package/dist/tools/upgrade.d.ts +8 -0
  111. package/dist/tools/upgrade.d.ts.map +1 -1
  112. package/dist/tools/upgrade.js +64 -8
  113. package/dist/tools/upgrade.js.map +1 -1
  114. package/dist-agent/bundle.cjs +32037 -30064
  115. package/package.json +1 -1
  116. package/dist/agent/applied-credential-signature.d.ts +0 -53
  117. package/dist/agent/applied-credential-signature.d.ts.map +0 -1
  118. package/dist/agent/applied-credential-signature.js +0 -137
  119. package/dist/agent/applied-credential-signature.js.map +0 -1
  120. package/dist/agent/engines/claude/cli-resolver.d.ts +0 -16
  121. package/dist/agent/engines/claude/cli-resolver.d.ts.map +0 -1
  122. package/dist/agent/engines/claude/cli-resolver.js +0 -83
  123. package/dist/agent/engines/claude/cli-resolver.js.map +0 -1
  124. package/dist/agent/engines/claude/session-browser-policy.d.ts +0 -9
  125. package/dist/agent/engines/claude/session-browser-policy.d.ts.map +0 -1
  126. package/dist/agent/engines/claude/session-browser-policy.js +0 -49
  127. package/dist/agent/engines/claude/session-browser-policy.js.map +0 -1
  128. package/dist/agent/engines/claude/session.d.ts +0 -304
  129. package/dist/agent/engines/claude/session.d.ts.map +0 -1
  130. package/dist/agent/engines/claude/session.js +0 -1233
  131. package/dist/agent/engines/claude/session.js.map +0 -1
  132. package/dist/agent/engines/client-factory.d.ts +0 -63
  133. package/dist/agent/engines/client-factory.d.ts.map +0 -1
  134. package/dist/agent/engines/client-factory.js +0 -382
  135. package/dist/agent/engines/client-factory.js.map +0 -1
  136. package/dist/agent/engines/engine-factory.d.ts +0 -5
  137. package/dist/agent/engines/engine-factory.d.ts.map +0 -1
  138. package/dist/agent/engines/engine-factory.js +0 -7
  139. package/dist/agent/engines/engine-factory.js.map +0 -1
  140. package/dist/agent/engines/engine.d.ts +0 -8
  141. package/dist/agent/engines/engine.d.ts.map +0 -1
  142. package/dist/agent/engines/engine.js +0 -15
  143. package/dist/agent/engines/engine.js.map +0 -1
  144. package/dist/agent/engines/openai/file-session.d.ts +0 -19
  145. package/dist/agent/engines/openai/file-session.d.ts.map +0 -1
  146. package/dist/agent/engines/openai/file-session.js +0 -78
  147. package/dist/agent/engines/openai/file-session.js.map +0 -1
  148. package/dist/agent/engines/openai/file-tools.d.ts +0 -35
  149. package/dist/agent/engines/openai/file-tools.d.ts.map +0 -1
  150. package/dist/agent/engines/openai/file-tools.js +0 -194
  151. package/dist/agent/engines/openai/file-tools.js.map +0 -1
  152. package/dist/agent/engines/openai/session.d.ts +0 -55
  153. package/dist/agent/engines/openai/session.d.ts.map +0 -1
  154. package/dist/agent/engines/openai/session.js +0 -447
  155. package/dist/agent/engines/openai/session.js.map +0 -1
  156. package/dist/agent/engines/openai/tools.d.ts +0 -15
  157. package/dist/agent/engines/openai/tools.d.ts.map +0 -1
  158. package/dist/agent/engines/openai/tools.js +0 -221
  159. package/dist/agent/engines/openai/tools.js.map +0 -1
  160. package/dist/agent/engines/pi/session.d.ts +0 -54
  161. package/dist/agent/engines/pi/session.d.ts.map +0 -1
  162. package/dist/agent/engines/pi/session.js +0 -397
  163. package/dist/agent/engines/pi/session.js.map +0 -1
  164. package/dist/agent/engines/pi/tools.d.ts +0 -19
  165. package/dist/agent/engines/pi/tools.d.ts.map +0 -1
  166. package/dist/agent/engines/pi/tools.js +0 -127
  167. package/dist/agent/engines/pi/tools.js.map +0 -1
  168. package/dist/agent/engines/session-types.d.ts +0 -153
  169. package/dist/agent/engines/session-types.d.ts.map +0 -1
  170. package/dist/agent/engines/session-types.js +0 -2
  171. package/dist/agent/engines/session-types.js.map +0 -1
  172. package/dist/agent/engines/system-prompt-log.d.ts +0 -9
  173. package/dist/agent/engines/system-prompt-log.d.ts.map +0 -1
  174. package/dist/agent/engines/system-prompt-log.js +0 -46
  175. package/dist/agent/engines/system-prompt-log.js.map +0 -1
  176. package/dist/agent/model-provider.d.ts +0 -103
  177. package/dist/agent/model-provider.d.ts.map +0 -1
  178. package/dist/agent/model-provider.js +0 -540
  179. package/dist/agent/model-provider.js.map +0 -1
  180. package/dist/agent/transcript/transcript-backfill.d.ts +0 -54
  181. package/dist/agent/transcript/transcript-backfill.d.ts.map +0 -1
  182. package/dist/agent/transcript/transcript-backfill.js +0 -604
  183. package/dist/agent/transcript/transcript-backfill.js.map +0 -1
  184. package/dist/agent/transcript/transcript-indexer.d.ts +0 -273
  185. package/dist/agent/transcript/transcript-indexer.d.ts.map +0 -1
  186. package/dist/agent/transcript/transcript-indexer.js +0 -1217
  187. package/dist/agent/transcript/transcript-indexer.js.map +0 -1
  188. package/dist/agent/transcript/transcript-memory-migrations.d.ts +0 -25
  189. package/dist/agent/transcript/transcript-memory-migrations.d.ts.map +0 -1
  190. package/dist/agent/transcript/transcript-memory-migrations.js +0 -87
  191. package/dist/agent/transcript/transcript-memory-migrations.js.map +0 -1
  192. package/dist/agent/transcript-memory-migrations.d.ts +0 -25
  193. package/dist/agent/transcript-memory-migrations.d.ts.map +0 -1
  194. package/dist/agent/transcript-memory-migrations.js +0 -87
  195. package/dist/agent/transcript-memory-migrations.js.map +0 -1
  196. package/dist/agent/tunnel-credential-handler.d.ts +0 -90
  197. package/dist/agent/tunnel-credential-handler.d.ts.map +0 -1
  198. package/dist/agent/tunnel-credential-handler.js +0 -162
  199. package/dist/agent/tunnel-credential-handler.js.map +0 -1
  200. package/dist/agent/usage/usage-backfill-handler.d.ts +0 -18
  201. package/dist/agent/usage/usage-backfill-handler.d.ts.map +0 -1
  202. package/dist/agent/usage/usage-backfill-handler.js +0 -69
  203. package/dist/agent/usage/usage-backfill-handler.js.map +0 -1
  204. package/dist/agent/usage/usage-gate.d.ts +0 -25
  205. package/dist/agent/usage/usage-gate.d.ts.map +0 -1
  206. package/dist/agent/usage/usage-gate.js +0 -83
  207. package/dist/agent/usage/usage-gate.js.map +0 -1
  208. package/dist/agent/usage/usage-handler.d.ts +0 -7
  209. package/dist/agent/usage/usage-handler.d.ts.map +0 -1
  210. package/dist/agent/usage/usage-handler.js +0 -28
  211. package/dist/agent/usage/usage-handler.js.map +0 -1
  212. package/dist/agent/usage/usage-report-builder.d.ts +0 -26
  213. package/dist/agent/usage/usage-report-builder.d.ts.map +0 -1
  214. package/dist/agent/usage/usage-report-builder.js +0 -80
  215. package/dist/agent/usage/usage-report-builder.js.map +0 -1
  216. package/dist/agent/usage/usage-report-queue.d.ts +0 -26
  217. package/dist/agent/usage/usage-report-queue.d.ts.map +0 -1
  218. package/dist/agent/usage/usage-report-queue.js +0 -199
  219. package/dist/agent/usage/usage-report-queue.js.map +0 -1
  220. package/dist/agent/usage/usage-report-types.d.ts +0 -41
  221. package/dist/agent/usage/usage-report-types.d.ts.map +0 -1
  222. package/dist/agent/usage/usage-report-types.js +0 -2
  223. package/dist/agent/usage/usage-report-types.js.map +0 -1
  224. package/dist/agent/usage/usage-reporter.d.ts +0 -31
  225. package/dist/agent/usage/usage-reporter.d.ts.map +0 -1
  226. package/dist/agent/usage/usage-reporter.js +0 -102
  227. package/dist/agent/usage/usage-reporter.js.map +0 -1
  228. package/dist/agent/usage-backfill-handler.d.ts +0 -18
  229. package/dist/agent/usage-backfill-handler.d.ts.map +0 -1
  230. package/dist/agent/usage-backfill-handler.js +0 -69
  231. package/dist/agent/usage-backfill-handler.js.map +0 -1
  232. package/dist/agent/usage-gate.d.ts +0 -25
  233. package/dist/agent/usage-gate.d.ts.map +0 -1
  234. package/dist/agent/usage-gate.js +0 -83
  235. package/dist/agent/usage-gate.js.map +0 -1
  236. package/dist/agent/usage-report-builder.d.ts +0 -26
  237. package/dist/agent/usage-report-builder.d.ts.map +0 -1
  238. package/dist/agent/usage-report-builder.js +0 -80
  239. package/dist/agent/usage-report-builder.js.map +0 -1
  240. package/dist/agent/usage-report-queue.d.ts +0 -26
  241. package/dist/agent/usage-report-queue.d.ts.map +0 -1
  242. package/dist/agent/usage-report-queue.js +0 -199
  243. package/dist/agent/usage-report-queue.js.map +0 -1
  244. package/dist/agent/usage-report-types.d.ts +0 -41
  245. package/dist/agent/usage-report-types.d.ts.map +0 -1
  246. package/dist/agent/usage-report-types.js +0 -2
  247. package/dist/agent/usage-report-types.js.map +0 -1
  248. package/dist/agent/usage-reporter.d.ts +0 -31
  249. package/dist/agent/usage-reporter.d.ts.map +0 -1
  250. package/dist/agent/usage-reporter.js +0 -102
  251. package/dist/agent/usage-reporter.js.map +0 -1
  252. package/dist/agent/wake-cycle-tool-tracker.d.ts +0 -39
  253. package/dist/agent/wake-cycle-tool-tracker.d.ts.map +0 -1
  254. package/dist/agent/wake-cycle-tool-tracker.js +0 -72
  255. package/dist/agent/wake-cycle-tool-tracker.js.map +0 -1
  256. package/dist/billing/payg-handler.d.ts +0 -29
  257. package/dist/billing/payg-handler.d.ts.map +0 -1
  258. package/dist/billing/payg-handler.js +0 -92
  259. package/dist/billing/payg-handler.js.map +0 -1
  260. package/dist/billing/payment-handler.d.ts +0 -24
  261. package/dist/billing/payment-handler.d.ts.map +0 -1
  262. package/dist/billing/payment-handler.js +0 -101
  263. package/dist/billing/payment-handler.js.map +0 -1
  264. package/dist/builtin-skills/catalog/phone-adb-automation/SKILL.md +0 -412
  265. package/dist/builtin-skills/catalog/phone-adb-automation/phone_input.sh +0 -132
  266. package/dist/builtin-skills/catalog/phone-adb-automation/phone_launch.sh +0 -166
  267. package/dist/builtin-skills/catalog/phone-adb-automation/phone_screenshot.sh +0 -87
  268. package/dist/builtin-skills/catalog/phone-adb-automation/phone_security_kbd.py +0 -174
  269. package/dist/builtin-skills/catalog/phone-adb-automation/phone_setup.sh +0 -274
  270. package/dist/builtin-skills/catalog/phone-adb-automation/phone_swipe.sh +0 -111
  271. package/dist/builtin-skills/catalog/phone-adb-automation/phone_tap.sh +0 -87
  272. package/dist/builtin-skills/catalog/phone-adb-automation/phone_ui_parse.py +0 -176
  273. package/dist/builtin-skills/catalog/phone-adb-automation/phone_wake_unlock.sh +0 -67
  274. package/dist/builtin-skills/transcribe-audio/SKILL.md +0 -122
  275. package/dist/data-processing/convert-demo-cli.d.ts +0 -7
  276. package/dist/data-processing/convert-demo-cli.d.ts.map +0 -1
  277. package/dist/data-processing/convert-demo-cli.js +0 -30
  278. package/dist/data-processing/convert-demo-cli.js.map +0 -1
  279. package/dist/data-processing/convert-demo.d.ts +0 -26
  280. package/dist/data-processing/convert-demo.d.ts.map +0 -1
  281. package/dist/data-processing/convert-demo.js +0 -233
  282. package/dist/data-processing/convert-demo.js.map +0 -1
  283. package/dist/obs/rdp/icons/icons/app_windows.svg +0 -4
  284. package/dist/obs/rdp/icons/icons/clip_get.svg +0 -4
  285. package/dist/obs/rdp/icons/icons/clip_send.svg +0 -4
  286. package/dist/obs/rdp/icons/icons/clip_shared.svg +0 -4
  287. package/dist/obs/rdp/icons/icons/clipboard.svg +0 -4
  288. package/dist/obs/rdp/icons/icons/clipboard_shared.svg +0 -4
  289. package/dist/obs/rdp/icons/icons/control.svg +0 -4
  290. package/dist/obs/rdp/icons/icons/desktop.svg +0 -4
  291. package/dist/obs/rdp/icons/icons/display.svg +0 -4
  292. package/dist/obs/rdp/icons/icons/launchpad.svg +0 -4
  293. package/dist/obs/rdp/icons/icons/mission_control.svg +0 -4
  294. package/dist/obs/rdp/icons/icons/screenshot.svg +0 -4
  295. package/dist/obs/rdp/icons/icons/zoom_actual.svg +0 -4
  296. package/dist/obs/rdp/icons/icons/zoom_fit.svg +0 -4
  297. package/dist/obs/rdp/icons/icons/zoom_in.svg +0 -4
  298. package/dist/obs/rdp/icons/icons/zoom_out.svg +0 -4
  299. package/dist/obs/tunnel-telemetry.d.ts +0 -46
  300. package/dist/obs/tunnel-telemetry.d.ts.map +0 -1
  301. package/dist/obs/tunnel-telemetry.js +0 -70
  302. package/dist/obs/tunnel-telemetry.js.map +0 -1
  303. package/dist/onboarding/cloudflared-cert.d.ts +0 -15
  304. package/dist/onboarding/cloudflared-cert.d.ts.map +0 -1
  305. package/dist/onboarding/cloudflared-cert.js +0 -57
  306. package/dist/onboarding/cloudflared-cert.js.map +0 -1
  307. package/dist/onboarding/playwriter-extension.d.ts +0 -19
  308. package/dist/onboarding/playwriter-extension.d.ts.map +0 -1
  309. package/dist/onboarding/playwriter-extension.js +0 -246
  310. package/dist/onboarding/playwriter-extension.js.map +0 -1
  311. package/dist/realtime/websocket.d.ts +0 -7
  312. package/dist/realtime/websocket.d.ts.map +0 -1
  313. package/dist/realtime/websocket.js +0 -65
  314. package/dist/realtime/websocket.js.map +0 -1
  315. package/dist/service/gbox-tun.d.ts +0 -14
  316. package/dist/service/gbox-tun.d.ts.map +0 -1
  317. package/dist/service/gbox-tun.js +0 -315
  318. package/dist/service/gbox-tun.js.map +0 -1
  319. package/dist/skills/installed.d.ts +0 -11
  320. package/dist/skills/installed.d.ts.map +0 -1
  321. package/dist/skills/installed.js +0 -35
  322. package/dist/skills/installed.js.map +0 -1
  323. package/dist/tools/coordinate-resolver.d.ts +0 -30
  324. package/dist/tools/coordinate-resolver.d.ts.map +0 -1
  325. package/dist/tools/coordinate-resolver.js +0 -104
  326. package/dist/tools/coordinate-resolver.js.map +0 -1
  327. package/dist/utils/playwriter-relay.d.ts +0 -9
  328. package/dist/utils/playwriter-relay.d.ts.map +0 -1
  329. package/dist/utils/playwriter-relay.js +0 -77
  330. package/dist/utils/playwriter-relay.js.map +0 -1
  331. package/dist/utils/wechat-monitor.d.ts +0 -21
  332. package/dist/utils/wechat-monitor.d.ts.map +0 -1
  333. package/dist/utils/wechat-monitor.js +0 -88
  334. package/dist/utils/wechat-monitor.js.map +0 -1
  335. package/dist-agent/realtime/assets/index.html +0 -1058
  336. package/dist-agent/realtime/assets/samples/alloy.mp3 +0 -0
  337. package/dist-agent/realtime/assets/samples/ash.mp3 +0 -0
  338. package/dist-agent/realtime/assets/samples/ballad.mp3 +0 -0
  339. package/dist-agent/realtime/assets/samples/cedar.mp3 +0 -0
  340. package/dist-agent/realtime/assets/samples/coral.mp3 +0 -0
  341. package/dist-agent/realtime/assets/samples/echo.mp3 +0 -0
  342. package/dist-agent/realtime/assets/samples/marin.mp3 +0 -0
  343. package/dist-agent/realtime/assets/samples/sage.mp3 +0 -0
  344. package/dist-agent/realtime/assets/samples/shimmer.mp3 +0 -0
  345. package/dist-agent/realtime/assets/samples/verse.mp3 +0 -0
@@ -0,0 +1,213 @@
1
+ ---
2
+ description: Use this skill for investment banking workflows — CIM drafting, teasers, buyer lists, merger models (accretion/dilution), pitch decks, process letters, company one-pagers, deal tracking, and data pack building. Triggers on: CIM, confidential information memorandum, teaser, buyer list, merger model, accretion dilution, pitch deck, process letter, one-pager, company profile, deal tracker, M&A, investment banking.
3
+ ---
4
+
5
+ # Investment Banking
6
+
7
+ Institutional-quality IB workflows adapted from [Anthropic's Financial Services reference](https://github.com/anthropics/financial-services). Covers deal materials, execution documents, and advisory workflows.
8
+
9
+ ## Data Sources
10
+ 1. **VisionClaw stock_data tool** — quotes, financials, historical data
11
+ 2. **Web search** — SEC filings, press releases, industry reports
12
+ 3. **User-provided data** — CIMs, financials, templates, deal terms
13
+ 4. **MCP servers** (if configured) — FactSet, S&P Global, PitchBook, etc.
14
+
15
+ ---
16
+
17
+ ## 1. Confidential Information Memorandum (CIM)
18
+
19
+ ### When to Use
20
+ Drafting sell-side marketing documents for M&A processes.
21
+
22
+ ### Structure (typically 40-60 pages)
23
+ 1. **Executive Summary** (2-3 pages): Investment highlights, key financials, transaction overview
24
+ 2. **Company Overview** (5-8 pages): History, business model, products/services, organizational structure
25
+ 3. **Industry Overview** (5-8 pages): Market size, growth drivers, competitive landscape, trends
26
+ 4. **Operations** (5-8 pages): Facilities, supply chain, technology, employees
27
+ 5. **Customers & Sales** (3-5 pages): Customer base, go-to-market, retention, pipeline
28
+ 6. **Management Team** (2-3 pages): Bios, org chart, depth of team
29
+ 7. **Growth Opportunities** (3-5 pages): Organic growth, M&A, new markets, product expansion
30
+ 8. **Financial Overview** (8-12 pages): Historical performance, projections, key metrics, quality of earnings adjustments
31
+ 9. **Appendix**: Detailed financials, customer lists, facility details
32
+
33
+ ### Key Rules
34
+ - Every claim must be supportable — no unsubstantiated growth projections
35
+ - Present the company favorably but honestly — buyers will diligence everything
36
+ - Financials must be audited or clearly marked as management estimates
37
+ - Include EBITDA adjustments/add-backs with clear documentation
38
+
39
+ ---
40
+
41
+ ## 2. Teaser (Anonymous One-Pager)
42
+
43
+ ### When to Use
44
+ Initial outreach to potential buyers before NDA signing.
45
+
46
+ ### Format (1 page, anonymous)
47
+ - **Sector/subsector** (do NOT name the company)
48
+ - **Business description**: What the company does (generalized)
49
+ - **Key financial highlights**: Revenue range, EBITDA range, growth rate, margins
50
+ - **Investment highlights**: 3-5 bullet points on why this is attractive
51
+ - **Transaction overview**: Process type, timeline, management expectations
52
+ - **Contact**: Advisor contact information
53
+
54
+ ### Rules
55
+ - Must NOT identify the company (no name, location specifics, or unique identifiers)
56
+ - Use ranges instead of exact numbers when needed for anonymity
57
+ - Should generate enough interest for buyer to sign NDA and request the CIM
58
+
59
+ ---
60
+
61
+ ## 3. Buyer List
62
+
63
+ ### When to Use
64
+ Building the universe of potential strategic and financial acquirers.
65
+
66
+ ### Structure
67
+
68
+ **Strategic Buyers:**
69
+
70
+ | Company | Rationale | Revenue | Market Cap | Recent M&A Activity | Fit Score |
71
+ |---------|-----------|---------|-----------|---------------------|-----------|
72
+ | | | | | | High/Med/Low |
73
+
74
+ **Financial Buyers (PE/Growth Equity):**
75
+
76
+ | Firm | Fund Size | Sector Focus | Recent Relevant Deals | Fit Score |
77
+ |------|-----------|-------------|----------------------|-----------|
78
+ | | | | | High/Med/Low |
79
+
80
+ ### Categorization
81
+ - **Tier 1**: Highest probability — strong strategic fit, active acquirers, clear rationale
82
+ - **Tier 2**: Good fit — logical buyers but may have hurdles (size, geography, timing)
83
+ - **Tier 3**: Possible — tangential fit, worth contacting for competitive tension
84
+
85
+ ### Analysis per Buyer
86
+ - Strategic rationale (revenue synergies, cost synergies, market access)
87
+ - Ability to pay (financial capacity, leverage capacity)
88
+ - Likelihood to engage (recent activity, stated strategy, management comments)
89
+ - Potential concerns (antitrust, cultural fit, integration complexity)
90
+
91
+ ---
92
+
93
+ ## 4. Merger Model (Accretion/Dilution)
94
+
95
+ ### When to Use
96
+ M&A analysis — whether a transaction is accretive or dilutive to the acquirer's EPS.
97
+
98
+ ### Workflow
99
+ 1. **Standalone projections**: Acquirer and target P&L (revenue, EBITDA, net income, EPS)
100
+ 2. **Transaction assumptions**: Purchase price, premium, consideration mix (cash/stock), financing
101
+ 3. **Pro forma adjustments**:
102
+ - Purchase accounting (goodwill, intangible amortization)
103
+ - Financing costs (new debt interest, foregone cash interest)
104
+ - Synergies (revenue and cost, phased in over time)
105
+ - Tax effects
106
+ 4. **Pro forma EPS**: Combined net income / pro forma share count
107
+ 5. **Accretion/dilution**: (Pro forma EPS - Standalone acquirer EPS) / Standalone EPS
108
+ 6. **Sensitivity analysis**: Accretion/dilution across different purchase prices, synergy levels, consideration mixes
109
+
110
+ ### Key Metrics
111
+ - % accretion/dilution in Year 1, Year 2, Year 3
112
+ - Breakeven synergies needed for accretion
113
+ - Implied acquisition multiples (EV/EBITDA, EV/Revenue, P/E)
114
+ - Goodwill created
115
+
116
+ ---
117
+
118
+ ## 5. Pitch Deck
119
+
120
+ ### When to Use
121
+ Client presentations for M&A advisory, capital raising, or strategic review.
122
+
123
+ ### Standard Sections
124
+ 1. **Situation Overview**: Client context, why now, strategic rationale
125
+ 2. **Company Snapshot**: Business overview, key financials, market position
126
+ 3. **Valuation Analysis**: Football field showing range from multiple methodologies
127
+ 4. **Comparable Companies**: Trading comps summary
128
+ 5. **Precedent Transactions**: Relevant deal comps
129
+ 6. **Process Recommendations**: Timeline, buyer universe, execution strategy
130
+ 7. **Appendix**: Detailed financials, additional analysis
131
+
132
+ ### Football Field Chart
133
+ Show valuation ranges from each methodology:
134
+ - 52-week trading range
135
+ - Analyst price targets
136
+ - Trading comps (EV/EBITDA, EV/Revenue)
137
+ - Precedent transactions
138
+ - DCF (with sensitivity range)
139
+ - LBO (PE affordability)
140
+
141
+ Current share price shown as a marker for reference.
142
+
143
+ ---
144
+
145
+ ## 6. Process Letter
146
+
147
+ ### When to Use
148
+ Formal bid instructions sent to prospective buyers in an M&A process.
149
+
150
+ ### Contents
151
+ - Transaction description and timeline
152
+ - Bid submission requirements (form, content, deadline)
153
+ - Evaluation criteria
154
+ - Confidentiality and exclusivity terms
155
+ - Next steps and key dates
156
+ - Management presentation scheduling
157
+ - Data room access instructions
158
+
159
+ ---
160
+
161
+ ## 7. Company One-Pager (Strip Profile)
162
+
163
+ ### When to Use
164
+ Quick company profiles for pitch books, buyer meetings, or internal reference.
165
+
166
+ ### Format (1 page)
167
+ - **Company name, ticker, sector**
168
+ - **Business description** (2-3 sentences)
169
+ - **Key financials**: Revenue, EBITDA, margins, growth, EV, market cap
170
+ - **Valuation multiples**: EV/Revenue, EV/EBITDA, P/E
171
+ - **Ownership**: Top shareholders, insider ownership %
172
+ - **Recent developments**: 2-3 key events
173
+ - **Key strengths/risks**: 2-3 bullets each
174
+
175
+ ---
176
+
177
+ ## 8. Deal Tracker
178
+
179
+ ### When to Use
180
+ Tracking live deals, milestones, and action items across an active M&A pipeline.
181
+
182
+ ### Format
183
+
184
+ | Deal Name | Stage | Key Dates | Next Milestone | Owner | Status | Notes |
185
+ |-----------|-------|-----------|---------------|-------|--------|-------|
186
+ | | IOI/LOI/DD/Signing/Close | | | | On Track/At Risk/Delayed | |
187
+
188
+ Track: buyer interactions, bid rounds, diligence progress, regulatory filings, integration planning.
189
+
190
+ ---
191
+
192
+ ## 9. Data Pack Builder
193
+
194
+ ### When to Use
195
+ Building standardized financial data packs from CIMs, offering memorandums, SEC filings, or other sources for IC review.
196
+
197
+ ### Workflow
198
+ 1. **Ingest source materials**: CIM pages, SEC filings, web data
199
+ 2. **Extract financials**: Revenue, EBITDA, margins, capex, working capital
200
+ 3. **Normalize**: Standard format across companies, consistent accounting treatment
201
+ 4. **Quality of Earnings adjustments**: Add-backs, one-time items, run-rate adjustments
202
+ 5. **Output**: Standardized Excel workbook with documented sources
203
+
204
+ ---
205
+
206
+ ## General IB Standards
207
+ - Every number must trace to a source document
208
+ - Professional formatting: consistent fonts, colors, decimal precision
209
+ - All deal-sensitive materials must be clearly marked confidential
210
+ - Financials must balance and tie across all materials
211
+ - When in doubt, ask the user — assumptions on deal terms can be costly
212
+
213
+ *Adapted from Anthropic Financial Services (Apache 2.0). No paid data subscriptions required.*
@@ -0,0 +1,282 @@
1
+ ---
2
+ description: Use this skill for private equity workflows — deal sourcing, deal screening, due diligence checklists, DD meeting prep, unit economics analysis, returns analysis (IRR/MOIC), IC memos, portfolio monitoring, value creation plans, and AI readiness assessments. Triggers on: PE, private equity, deal sourcing, deal screening, due diligence, DD checklist, IC memo, investment committee, portfolio monitoring, IRR, MOIC, returns analysis, unit economics, value creation, 100-day plan.
3
+ ---
4
+
5
+ # Private Equity
6
+
7
+ PE workflow skills adapted from [Anthropic's Financial Services reference](https://github.com/anthropics/financial-services). Covers the full deal lifecycle from sourcing through portfolio operations.
8
+
9
+ ## Data Sources
10
+ 1. **VisionClaw stock_data tool** — public market data for comparable analysis
11
+ 2. **Web search** — industry reports, company websites, press releases, databases
12
+ 3. **User-provided data** — CIMs, data room documents, portfolio reports
13
+ 4. **MCP servers** (if configured) — PitchBook, Chronograph, FactSet, etc.
14
+
15
+ ---
16
+
17
+ ## 1. Deal Sourcing
18
+
19
+ ### When to Use
20
+ Discovering companies, building target lists, drafting outreach for acquisition targets.
21
+
22
+ ### Workflow
23
+ 1. **Define criteria**: Sector, size (revenue/EBITDA range), geography, deal type (platform vs add-on)
24
+ 2. **Build target list**:
25
+ - Industry databases and web research
26
+ - Conference attendee lists, trade association members
27
+ - Competitor analysis of existing portfolio companies
28
+ 3. **Prioritize**: Score each target on fit, attractiveness, likelihood of transaction
29
+ 4. **Draft outreach**: Founder/CEO intro emails, broker relationship outreach
30
+ 5. **Track pipeline**: Maintain deal flow log with status and next steps
31
+
32
+ ---
33
+
34
+ ## 2. Deal Screening
35
+
36
+ ### When to Use
37
+ Quick pass/fail on inbound deal flow — CIMs, teasers, broker materials. Should take minutes, not hours.
38
+
39
+ ### Screening Table
40
+
41
+ | Criterion | Target | Actual | Pass/Fail |
42
+ |-----------|--------|--------|-----------|
43
+ | Revenue range | | | |
44
+ | EBITDA range | | | |
45
+ | EBITDA margin | | | |
46
+ | Growth profile | | | |
47
+ | Sector fit | | | |
48
+ | Geography | | | |
49
+ | Deal size / EV | | | |
50
+ | Valuation (x EBITDA) | | | |
51
+ | Customer concentration | | | |
52
+ | Management continuity | | | |
53
+
54
+ ### Output: One-Page Screening Memo
55
+ 1. **Verdict**: Pass / Further Diligence / Hard Pass
56
+ 2. **Bull case**: 2-3 bullets — why this could be a good deal
57
+ 3. **Bear case**: 2-3 bullets — key risks and concerns
58
+ 4. **Key questions**: What you'd need to answer on a first call
59
+
60
+ ### Rules
61
+ - Be direct about red flags — don't bury concerns
62
+ - Flag inconsistent or incomplete financials explicitly
63
+ - Save screening criteria in memory for future deals once confirmed
64
+
65
+ ---
66
+
67
+ ## 3. Due Diligence Checklist
68
+
69
+ ### When to Use
70
+ Organizing and tracking diligence workstreams after signing LOI.
71
+
72
+ ### Workstreams
73
+
74
+ **Commercial DD**
75
+ - [ ] Market size and growth validation
76
+ - [ ] Customer interviews (10-15 reference calls)
77
+ - [ ] Competitive positioning and win/loss analysis
78
+ - [ ] Pipeline and backlog verification
79
+ - [ ] Pricing power and contract analysis
80
+ - [ ] Customer concentration and churn
81
+
82
+ **Financial DD**
83
+ - [ ] Quality of earnings analysis
84
+ - [ ] Revenue recognition review
85
+ - [ ] Working capital normalization
86
+ - [ ] Capex vs maintenance capex split
87
+ - [ ] Pro forma adjustments validation
88
+ - [ ] Tax structure review
89
+
90
+ **Legal DD**
91
+ - [ ] Corporate structure and entity review
92
+ - [ ] Material contracts review
93
+ - [ ] Litigation and regulatory review
94
+ - [ ] IP ownership and protection
95
+ - [ ] Employment agreements and key person risk
96
+ - [ ] Insurance coverage adequacy
97
+
98
+ **Operational DD**
99
+ - [ ] Technology and systems assessment
100
+ - [ ] Key employee retention risk
101
+ - [ ] Facility and capacity review
102
+ - [ ] Supply chain and vendor dependencies
103
+ - [ ] Cybersecurity and data privacy
104
+ - [ ] Integration readiness
105
+
106
+ Track: responsible party, status, key findings, red flags, due date.
107
+
108
+ ---
109
+
110
+ ## 4. DD Meeting Prep
111
+
112
+ ### When to Use
113
+ Preparing for management presentations, expert calls, or customer reference calls.
114
+
115
+ ### Management Presentation Prep
116
+ 1. **Background**: Company summary, deal context, what we know so far
117
+ 2. **Key questions by topic**: Financial, operational, strategic, management
118
+ 3. **Red flags to probe**: Issues identified in screening or early DD
119
+ 4. **Information requests**: Specific data/documents to request
120
+ 5. **Assessment criteria**: What does "good" look like on each topic?
121
+
122
+ ### Expert Call Prep
123
+ 1. **Expert background**: Who they are, why they're relevant
124
+ 2. **Industry questions**: Market dynamics, trends, competitive positioning
125
+ 3. **Company-specific questions**: Reputation, strengths/weaknesses vs peers
126
+ 4. **Diligence questions**: Areas where we need third-party validation
127
+
128
+ ---
129
+
130
+ ## 5. Unit Economics Analysis
131
+
132
+ ### When to Use
133
+ Evaluating revenue quality — ARR cohorts, LTV/CAC, net retention, payback periods. Critical for SaaS, subscription, and recurring revenue businesses.
134
+
135
+ ### Key Metrics Framework
136
+
137
+ **Acquisition Economics**
138
+ - Customer Acquisition Cost (CAC): Sales & marketing / new customers
139
+ - CAC Payback Period: CAC / (monthly revenue per customer × gross margin)
140
+ - Sales efficiency: Net new ARR / S&M spend
141
+
142
+ **Retention Economics**
143
+ - Gross Revenue Retention (GRR): (Beginning ARR - Churn - Contraction) / Beginning ARR
144
+ - Net Revenue Retention (NRR): (Beginning ARR - Churn - Contraction + Expansion) / Beginning ARR
145
+ - Logo retention rate: Retained customers / beginning customers
146
+
147
+ **Lifetime Value**
148
+ - LTV = ARPU × Gross Margin × (1 / Churn Rate)
149
+ - LTV/CAC ratio (target: >3x)
150
+ - Revenue quality score: NRR × GRR × growth rate
151
+
152
+ **Cohort Analysis**
153
+ - Revenue by cohort vintage (monthly or quarterly)
154
+ - Retention curves by cohort
155
+ - Expansion revenue by cohort
156
+ - Time to break-even by cohort
157
+
158
+ ---
159
+
160
+ ## 6. Returns Analysis
161
+
162
+ ### When to Use
163
+ IRR/MOIC sensitivity analysis for investment decisions.
164
+
165
+ ### Framework
166
+ 1. **Entry assumptions**: Purchase price, EV/EBITDA multiple, leverage
167
+ 2. **Operating scenarios**: Base, upside, downside
168
+ - Revenue growth trajectory
169
+ - Margin expansion/compression
170
+ - Working capital and capex
171
+ 3. **Exit assumptions**: Exit year (typically 3-5), exit multiple
172
+ 4. **Returns calculation**:
173
+ - Entry equity = EV - Net Debt
174
+ - Exit equity = Exit EV - Exit Net Debt
175
+ - MOIC = Exit equity / Entry equity
176
+ - IRR = annualized return
177
+ 5. **Sensitivity tables** (5×5, ODD dimensions):
178
+ - Entry multiple vs Exit multiple → IRR
179
+ - Revenue growth vs Margin expansion → MOIC
180
+ - Leverage vs Exit multiple → IRR
181
+
182
+ ---
183
+
184
+ ## 7. Investment Committee Memo
185
+
186
+ ### When to Use
187
+ Formal recommendation memo for IC deal approval.
188
+
189
+ ### Structure
190
+
191
+ **I. Executive Summary** (1 page)
192
+ - Company description, deal rationale, key terms
193
+ - Recommendation and headline returns (base case IRR/MOIC)
194
+ - Top 3 risks and mitigants
195
+
196
+ **II. Company Overview** (1-2 pages)
197
+ - Business description, products/services, customers
198
+ - Competitive positioning, management team
199
+
200
+ **III. Industry & Market** (1 page)
201
+ - Market size/growth, competitive landscape, secular trends
202
+
203
+ **IV. Financial Analysis** (2-3 pages)
204
+ - Historical performance, quality of earnings, key drivers
205
+
206
+ **V. Investment Thesis** (1 page)
207
+ - 3-5 pillars of the investment thesis
208
+ - Value creation levers (organic growth, margin expansion, M&A, multiple expansion)
209
+ - 100-day priorities
210
+
211
+ **VI. Deal Terms & Structure** (1 page)
212
+ - EV, implied multiples, sources & uses, capital structure
213
+
214
+ **VII. Returns Analysis** (1 page)
215
+ - Base/upside/downside IRR and MOIC
216
+ - Sensitivity analysis
217
+
218
+ **VIII. Risk Factors** (1 page)
219
+ - Ranked by severity × likelihood, with mitigants
220
+ - Deal-breaker risks (if any)
221
+
222
+ **IX. Recommendation**
223
+ - Proceed / Pass / Conditional proceed
224
+ - Key conditions or next steps
225
+
226
+ ### Rules
227
+ - Be factual and balanced — present both bull and bear honestly
228
+ - Don't minimize risks — IC members will find them; credibility matters
229
+ - Financial tables must tie (EBITDA bridges, S&U balances, returns math)
230
+ - Ask for missing inputs rather than assuming deal terms
231
+
232
+ ---
233
+
234
+ ## 8. Portfolio Monitoring
235
+
236
+ ### When to Use
237
+ Tracking portfolio company KPIs and performance vs plan.
238
+
239
+ ### Dashboard Format
240
+
241
+ | Company | Vintage | Entry EV | Current EV | MOIC | Revenue (Act vs Plan) | EBITDA (Act vs Plan) | Status |
242
+ |---------|---------|---------|-----------|------|----------------------|---------------------|--------|
243
+ | | | | | | | | Green/Yellow/Red |
244
+
245
+ Per company: Revenue, EBITDA, margin, cash flow, debt paydown, key initiative status.
246
+ Flag variances >10% from plan. Require management commentary on yellows/reds.
247
+
248
+ ---
249
+
250
+ ## 9. Value Creation Plan / 100-Day Plan
251
+
252
+ ### When to Use
253
+ Post-close operational improvement planning.
254
+
255
+ ### Structure
256
+ 1. **Revenue levers**: Pricing, cross-sell, new markets, sales force expansion
257
+ 2. **Margin levers**: Procurement optimization, operational efficiency, automation
258
+ 3. **Strategic levers**: M&A (buy-and-build), geographic expansion, new products
259
+ 4. **Organizational**: Key hires, management upgrades, board composition
260
+ 5. **EBITDA bridge**: Current EBITDA → +Revenue initiatives → +Cost savings → Target EBITDA
261
+
262
+ Timeline: 30/60/90-day milestones with owners and KPIs.
263
+
264
+ ---
265
+
266
+ ## 10. AI Readiness Assessment
267
+
268
+ ### When to Use
269
+ Evaluating a portfolio company's readiness to adopt AI for operational improvement.
270
+
271
+ ### Assessment Areas
272
+ - Data infrastructure and quality
273
+ - Current technology stack
274
+ - Team capabilities and AI literacy
275
+ - Use case identification and prioritization
276
+ - Vendor landscape and build-vs-buy decisions
277
+ - ROI estimation for top use cases
278
+ - Implementation roadmap
279
+
280
+ ---
281
+
282
+ *Adapted from Anthropic Financial Services (Apache 2.0). No paid data subscriptions required.*