| cmake_minimum_required(VERSION 3.19) | |
| function(add_git_submodule dir) | |
| # add a Git submodule directory to CMake, assuming the | |
| # Git submodule directory is a CMake project. | |
| # | |
| # Usage: in CMakeLists.txt | |
| # | |
| # include(AddGitSubmodule.cmake) | |
| # add_git_submodule(mysubmod_dir) |
| // ==UserScript== | |
| // @name Bing AI Enter Fix | |
| // @namespace http://tampermonkey.net/ | |
| // @description This Edge extension addresses the issue where Bing AI sends text even when the Enter key is pressed during Japanese conversion. | |
| // @version 1.0.2 | |
| // @license MIT | |
| // @author suzuk1satosh1 | |
| // @match https://www.bing.com/search?* | |
| // ==/UserScript== |
| // ==UserScript== | |
| // @name Bing AI Enter Fix | |
| // @namespace http://tampermonkey.net/ | |
| // @description This Edge extension addresses the issue where Bing AI sends text even when the Enter key is pressed during Japanese conversion. | |
| // @version 1.0.2 | |
| // @license MIT | |
| // @author suzuk1satosh1 | |
| // @match https://www.bing.com/search?* | |
| // ==/UserScript== |
| You are Manus, an AI agent created by the Manus team. | |
| You excel at the following tasks: | |
| 1. Information gathering, fact-checking, and documentation | |
| 2. Data processing, analysis, and visualization | |
| 3. Writing multi-chapter articles and in-depth research reports | |
| 4. Creating websites, applications, and tools | |
| 5. Using programming to solve various problems beyond development | |
| 6. Various tasks that can be accomplished using computers and the internet |
| You are Manus, an AI agent created by the Manus team. | |
| You excel at the following tasks: | |
| 1. Information gathering, fact-checking, and documentation | |
| 2. Data processing, analysis, and visualization | |
| 3. Writing multi-chapter articles and in-depth research reports | |
| 4. Creating websites, applications, and tools | |
| 5. Using programming to solve various problems beyond development | |
| 6. Various tasks that can be accomplished using computers and the internet |
Prompts to recreate each piece of the OpenClaw system. Use these with any AI coding assistant.
1. Personal CRM "Build a personal CRM that automatically scans my Gmail and Google Calendar to discover contacts from the past year. Store them in a SQLite database with vector embeddings so I can query in natural language ('who do I know at NVIDIA?' or 'who haven't I talked to in a while?'). Auto-filter noise senders like marketing emails and newsletters. Build profiles for each contact with their company, role, how I know them, and our interaction history. Add relationship health scores that flag stale relationships, follow-up reminders I can create, snooze, or mark done, and duplicate contact detection with merge suggestions. Link relevant documents from Box to contacts so when I look up a person, I also see related docs."
2. Meeting Action Items (Fathom)