Building a 24/7 AI Employee: Complete Guide to Combining AntiGravity with Gravity Claw

Building a 24/7 AI Employee: Complete Guide to Combining AntiGravity with Gravity Claw

J

Public

7Views

0Uses

1Saved

0

13h ago

Building a 24/7 AI Employee: Complete Guide to Combining AntiGravity with Gravity Claw

Learn how to create a fully functional AI assistant that manages your tasks, remembers everything, generates documents, and proactively reaches out to you using Google's AntiGravity and Gravity Claw. This tutorial is based on Jack Roberts' comprehensive guide that demonstrates seven practical, real-world use cases he actually uses daily.

Prerequisites

  • AntiGravity account (https://antigravity.google/)
  • Google's Gemini or Claude API access
  • n8n account (https://n8n.partnerlinks.io/rkk4h07a86pv) for workflow automation
  • Pinecone account (https://www.pinecone.io/) for semantic memory storage
  • Railway account for deployment (railway.app)
  • Supabase for data storage
  • ClickUp account (optional, for task management integration)
  • Open Router API key (for multi-model access)
  • Basic understanding of API keys and environment variables

Core Concepts

Understanding AntiGravity vs. Gravity Claw

AntiGravity and Gravity Claw serve different purposes:

  • AntiGravity: Used for building software, dashboards, and user interfaces
  • Gravity Claw/OpenClaw: Your personal AI assistant that connects to your life, work, and digital tools

Think of it like a fork and spoon—they can both do similar things, but one is better for specific tasks.

Three-Tier Memory System

Gravity Claw uses three memory types to create near-infinite context:

  1. Core Memory (SQL): Permanent facts loaded on every message (name, preferences, projects)
  2. Conversation Buffer: Last 20 messages in detail, older messages compressed into summaries
  3. Semantic Memory (Pinecone): Vector database storing all exchanges, searchable by meaning not keywords

Prompts

1. Setting Up Auto-Launching Mission Control

Context: You want Mission Control (your dashboard) to run automatically when you log into your laptop without manually prompting it each time.

Hey there dude my mission control I want you to set it up in such such a way that when I log into my laptop every day that it's already running and runs for me that I don't have to keep prompting you to open it up.

How to use:

  1. Open AntiGravity with your Gravity Claw instance
  2. Paste this exact prompt
  3. AntiGravity will configure Mission Control to run as a background process on system startup
  4. Create a bookmark to localhost for easy access

Expected result: Mission Control will launch automatically each time you start your computer, and you can access it via the saved bookmark without additional prompts.

Tip: Save the localhost link as a bookmark or app shortcut on your desktop for instant access.


2. Adding a Weight Tracker to Your Dashboard

Context: Integrate a weight tracking feature into your Mission Control dashboard that syncs with your Gravity Claw, allowing the AI to update and display your weight over time.

Hey there, dude. I'd like you to add in my productivity section a weight tracker that just basically has the date, how much I weighed, and then if I give that information to Gravity Claw, I'd like him to be able to update it, and they should be reflected together based on the date. And I'd like you to do it in my brand guidelines.

How to use:

  1. Make sure you've previously uploaded your brand guidelines to AntiGravity
  2. Paste this prompt into AntiGravity
  3. Wait for the dashboard update to complete
  4. Test by giving your Gravity Claw a weight entry

Expected result: A new weight tracker section appears in your productivity dashboard, styled according to your brand guidelines, and it reflects any weight data you provide to Gravity Claw.


3. Syncing Weight Data Between Dashboard and Gravity Claw

Context: Once you've added a weight tracker, align it so both Mission Control and Gravity Claw access the same data backend in Supabase.

Hey dude, I want you to align the weight tracking in the dashboard with gravity claw. So basically, when I tell gravity claw what my weight is and the date, it needs to connect to the same data in the back end, and it should all align together. Once you've completed this, push it live to railway, please.

How to use:

  1. Ensure Supabase is set up and connected to your project
  2. Paste this prompt into AntiGravity
  3. Let it establish the database connection between the dashboard and Gravity Claw
  4. Confirm deployment to Railway
  5. Test the sync by telling Gravity Claw a weight entry and checking the dashboard

Expected result: When you tell Gravity Claw your weight (e.g., "I weighed 90 kg on April 15"), it instantly appears in your Mission Control dashboard, and vice versa.


4. Adding Weight Data Through Gravity Claw

Context: Once the weight tracker is set up, add a data point through natural conversation with Gravity Claw.

I'd like you to add in a weight for me. Do me a favor. Add it. On the 15th of April, 2026, I weighed 90 kg.

How to use:

  1. Open your chat with Gravity Claw
  2. Speak or type this message naturally
  3. Gravity Claw will process and store the data
  4. Refresh your Mission Control dashboard to see the update

Expected result: The weight entry is stored and appears in your dashboard under the weight tracker section, organized by date.


5. Connecting ClickUp for Task Management

Context: Link Gravity Claw to ClickUp so all task-related instructions automatically create or update ClickUp tasks, making it your single source of truth for actions.

I'd like to connect my gravity claw to click up and that needs to be reflected in the actual dashboard itself the command center and in addition to that one key thing whenever I ask gravity claw to do anything it needs to update it in clickup that is its core point of call for anything to do with actions

How to use:

  1. Get your ClickUp API key: Log into ClickUp → Click your name → Settings → API (at bottom left)
  2. Copy the API token
  3. Paste the above prompt into AntiGravity
  4. When prompted, provide your ClickUp API key to AntiGravity
  5. Have AntiGravity deploy the changes to Railway
  6. Test by asking Gravity Claw to add a task

Expected result: Any tasks you ask Gravity Claw to create or update appear in ClickUp immediately, and your Mission Control dashboard reflects all ClickUp tasks in real-time.


6. Adding a Task Through Gravity Claw

Context: Once ClickUp is connected, add tasks naturally through conversation. Gravity Claw will create the task and display it back to you for confirmation.

Hey there, dude. Could you just add an action to my to-do list, please? We need to get Laney to go and buy 16 eggs for the Supreme Egg Festival happening, but we need to get that done by 10:00 p.m. tomorrow. Thanks so much.

How to use:

  1. Speak or type this naturally to Gravity Claw
  2. It will repeat back your request for clarity confirmation
  3. Wait for confirmation that the task is added
  4. Check your ClickUp and Mission Control dashboard to verify

Expected result: A new task appears in ClickUp with "Get Laney to buy 16 eggs for Supreme Egg Festival" and a deadline of 10:00 p.m. tomorrow. The task also appears in your Mission Control dashboard under the human tasks section.


7. Assigning Tasks by Name

Context: Update task assignments by mentioning a person's name, and have Gravity Claw automatically link the correct person to the task.

Hey dude, just make sure that task is assigned to Laney. And if I give a instruction to describe somebody by name, I expect you to link that up for me in the to-do list, please.

How to use:

  1. After creating a task, ask Gravity Claw to assign it to someone by name
  2. Gravity Claw will update the ClickUp task with the assignee
  3. The change reflects in both ClickUp and your dashboard

Expected result: The task is now assigned to the specified person in ClickUp, and the assignment is visible in your Mission Control dashboard.


8. Enabling Gravity Claw Self-Evolution

Context: Give Gravity Claw the ability to improve its own soul.md (constitution) based on instructions you give it, so it learns and evolves without requiring you to manually update AntiGravity.

Hey dude, I would like you to give Gravity Claw the ability to update its own soul.md. So if I give it instructions like when I do X, you do Y, it should have the ability to improve that and amend that itself. So I don't even have to do that within anti-gravity.

How to use:

  1. Paste this prompt into AntiGravity
  2. Let it configure the self-update capability
  3. Afterward, you can tell Gravity Claw things like "From now on, always assign tasks to the person I mention"
  4. It will update its own soul.md automatically

Expected result: Gravity Claw can now modify its own instructions based on your feedback. When you say something like "Hey, just update your own soul.md so you will always do this for me in the future," it takes effect immediately without requiring AntiGravity configuration.


9. Adding Memory Storage Capability

Context: Enable Gravity Claw to vectorize and store documents, URLs, and transcripts in its long-term memory (Pinecone) so it can reference them in future conversations.

Hey dude, I want you to cry for me a memory ad feature. So if I'm talking to Gravity Claw and I give it a YouTube URL or I give it a document or I do that in my mission control dashboard, I want you to be able to actually vectorize and save that information. So give it the capabilities to add this to its long-term memory.

How to use:

  1. Ensure Pinecone is set up and connected
  2. Paste this prompt into AntiGravity
  3. Once enabled, you can save URLs, documents, or transcripts to Gravity Claw's memory
  4. In Mission Control, there's a "Second Brain" section where you can add items

Expected result: Gravity Claw can now ingest and remember any content you provide, searchable by meaning rather than keywords. This doesn't affect its context window because it uses semantic search (RAG).


10. Saving a Video Transcript to Long-Term Memory

Context: Save a YouTube video or document transcript to Gravity Claw's long-term memory so you can discuss it later and reference specific parts.

Hey, dude. Could you save this transcript to your long-term memory just that you and I can chat about it later in the future and you have it as a point of reference. Also, write for me the first two sentences of this video.

How to use:

  1. Find a YouTube video or document you want to save
  2. Copy the URL
  3. Paste it into Gravity Claw chat along with this prompt
  4. Gravity Claw will fetch the transcript, vectorize it, and save it
  5. It will also provide the first two sentences as confirmation

Expected result: The transcript is saved to Pinecone. You can later ask Gravity Claw questions about it, and it will pull the relevant sections from its long-term memory.


11. Retrieving Information About Saved Content

Context: Query Gravity Claw about content you've previously saved to its memory.

Hey there, dude. Give me a TLDDR of the video.

How to use:

  1. After saving a video or document to memory
  2. Ask Gravity Claw any question about it
  3. It will search its Pinecone memory and provide the answer

Expected result: Gravity Claw retrieves the most relevant sections from the saved content and answers your question, proving the semantic memory system works.


12. Adding Media Assets and Brand Guidelines

Context: Upload your brand guidelines, logos, color palettes, and design assets so Gravity Claw uses them consistently when creating dashboards, documents, and UI elements.

Hey there, dude. I'm going to give you my brand guidelines. I'm going to give you some assets and media. And I want you to save this in the project file. This is Jack's media assets. And whenever you designing any dashboard, any UI, any documents, you are to consult these assets before you build it.

How to use:

  1. Gather your brand guidelines (as a document or text), logos, color palettes, and typography rules
  2. Paste this prompt into AntiGravity
  3. Upload or paste your brand guidelines when prompted
  4. AntiGravity will store them in the project file
  5. Going forward, all generated documents will use these guidelines

Expected result: All dashboards, invoices, and documents created by Gravity Claw are visually consistent with your brand.


13. Creating an Invoice with Brand Guidelines

Context: Create a professional invoice using your brand guidelines, specific financial details, and automatically research the recipient company.

Hey there, dude. I'd like you to create me an invoice in my invoice style. Let's make it out to the UFC. And the invoice amount is going to be $22,795. The fee is for my UFC debut. And add a $10,000 win bonus on there as well, please. Um, and then what I'd like you to do is just Yeah, show it in my chat. Go ahead and find their address, obviously, so you know who to send it to.

How to use:

  1. Ensure brand guidelines are uploaded to AntiGravity
  2. Paste this prompt into Gravity Claw chat
  3. Gravity Claw will:
    • Research the company's address
    • Create an invoice using your brand style
    • Calculate totals
    • Generate a PDF
  4. The invoice appears in your chat and is saved to Supabase

Expected result: A fully formatted PDF invoice appears in your Gravity Claw chat with your branding, the recipient's information, accurate amounts, and banking details. You can download it from Mission Control.


14. Adding Invoice Generation as a Reusable Skill

Context: After creating a perfect invoice, teach Gravity Claw to create invoices in that style automatically for any company with any amount.

Awesome. Now we've actually got the perfect invoice. What I want you to do is add a new skill to gravity claw. And effectively what you're going to do is whenever I ask you to create a new invoice, you're going to create it in that style and substitute out the information. You're going to do the research on the company and add that to the document and make sure that Graphic Club does that whenever requested. In addition to that, you're also now going to go to the command center and save all the documents in the command center for me to download when I want to save both those documents in Superbase for me.

How to use:

  1. After successfully creating one invoice
  2. Copy this prompt and paste it into AntiGravity
  3. AntiGravity will add "create invoice" as a permanent skill to Gravity Claw
  4. You can now request invoices anytime without recreating the skill

Expected result: Gravity Claw now has a permanent "create invoice" skill. When you ask it to create an invoice, it:

  • Uses your brand style automatically
  • Researches the company
  • Calculates amounts correctly
  • Saves to Supabase for download in Mission Control

15. Setting Up Reminder Function

Context: Enable Gravity Claw to send you reminders at specific times with custom messages or information.

Hey dude, I want to add a feature to give my gravity claw the ability to send me reminders. So it needs to have a taskuling function. For instance, if I said, Dude, in 26 minutes, send me a message. In 26 minutes, I get a message. It needs to have a taskuling function. Develop this for me, please.

How to use:

  1. Paste this prompt into AntiGravity
  2. Let it develop the scheduling function
  3. Tell AntiGravity to push it live to Railway
  4. Test with a reminder request

Expected result: Gravity Claw can now schedule reminders. When you say "Send me a reminder in 30 minutes," it will message you in exactly 30 minutes.


16. Setting a Simple Reminder

Context: Request a reminder with specific content at a specific time.

Hey there, dude. Could you set up a reminder to message me in one minute with the current temperature in Dubai? Thank you.

How to use:

  1. Open Gravity Claw chat
  2. Request any reminder with a time and content
  3. Gravity Claw will set it up and send you the message at the specified time

Expected result: You receive a message in exactly one minute with Dubai's current temperature, and the reminder appears in your task history.


17. Setting Up Daily Morning Brief

Context: Configure an automated daily message that includes news, weather, your schedule, and personalized context based on your conversations.

Hey, I want you to create for me a daily morning brief. This morning brief must have the following information. Any trending or breaking news that's happened in the day prior, the weather forecast for the day, any important meetings that I have coming up for the rest of the day, and anything else that you think would be important for me to know to remind me of based on our conversations um over the past previous week, so you can have a little bit of extra zazz like that. I'd like to add those additional features to my existing morning brief and send me a sample one now, please.

How to use:

  1. Paste this prompt into AntiGravity
  2. Let it configure the daily brief scheduler
  3. Request a sample to see the format
  4. Gravity Claw will send this every morning at a time you specify
  5. You can ask it to add or remove elements (e.g., "Add weight tracking reminder")

Expected result: Every morning, Gravity Claw sends you a personalized brief including:

  • Trending news from the previous day
  • Weather forecast
  • Your calendar for the day
  • Contextual reminders based on recent conversations
  • Optional custom sections (weight tracking, affirmations, etc.)

18. Content Research and Ideation

Context: Ask Gravity Claw to research recent releases or trends in your field and suggest content ideas tailored to your audience.

Hey, could you do me a favor and find out, have there been any new releases on anti-gravity? And if so, could you maybe suggest one or two things that might be beneficial for me to talk about for my audience based on all the information that you know about my channel? I would like to know the um suggested YouTube title based on my previous performance and also two lines on what that video might be about.

How to use:

  1. Ask Gravity Claw to research recent news/updates in your field
  2. It will analyze your channel/audience data from memory
  3. It provides:
    • Research findings
    • Content suggestions tailored to your audience
    • YouTube titles based on your performance history
    • Brief descriptions of video ideas

Expected result: You receive actionable content ideas with specific YouTube titles and descriptions based on your audience's previous engagement and current trends.


19. Retrieving Your Own Content (YouTube Thumbnail)

Context: Ask Gravity Claw to fetch your latest YouTube video thumbnail when you're out and need it for ideation.

Hey dude, could you grab me the thumbnail for my latest YouTube video? Because once you connected to these things, guys, if I'm out and about, I'm like, Dude, what was my thumbnail? I'm trying to ideate.

How to use:

  1. Ensure Gravity Claw has YouTube API access configured
  2. Ask for your latest thumbnail
  3. It will fetch and display it in your chat
  4. You can use it for brainstorming or reference

Expected result: Your latest YouTube video thumbnail appears in the chat, allowing you to reference it while ideating new content.


20. Switching AI Models for Cost Optimization

Context: Enable Gravity Claw to switch between different AI models (Claude, Gemini, DeepSeek) based on task complexity, saving money on simpler tasks.

Hey dude, I would like you to give Gravity Claw the ability to change the model that it's using when requested. So if I want to go for a less intelligent model, more powerful one, do that. And the three I'd like you to suggest are Claude Sonnet for big power. And then what you can do if you want to is check the resource I created for you here, which I did just based on research essentially. And you could say Gemini Flash Deep Seek B3 like this.

How to use:

  1. Set up Open Router API key in your environment variables
  2. Paste this prompt into AntiGravity
  3. List the models you want available:
    • Claude Sonnet (most powerful, $85/week for heavy use)
    • Gemini Flash (balanced, $13/week)
    • DeepSeek v3 (budget, $3.50/week)
  4. Configure Gravity Claw to ask you which model to use
  5. Deploy to Railway

Expected result: When you ask to "switch models," Gravity Claw offers options and switches to your chosen model dynamically.


21. Manual Model Switching for Specific Tasks

Context: Switch to a cheaper model for simple tasks like transcription, then switch back to a powerful model, saving costs.

Hey, switch to an inferior model, get the transcript, and then switch back so you can save on your costs.

How to use:

  1. When you have a simple task (like getting a transcript)
  2. Ask Gravity Claw to switch to a cheaper model
  3. Complete the task
  4. Ask it to switch back to your preferred model
  5. This saves money because simple tasks don't need expensive models

Expected result: Gravity Claw completes the simple task using an inexpensive model, saving you money while maintaining quality for complex tasks.


Cost Breakdown

Based on message volume and usage patterns:

Low Use Case (50 messages/day)

  • Claude Sonnet: ~$12/week
  • Gemini Flash: ~$2/week
  • DeepSeek v3: ~$0.50/week

Medium Use Case (200 messages/day)

  • Claude Sonnet: ~$34/week
  • Gemini Flash: ~$5/week
  • DeepSeek v3: ~$1.50/week

Heavy Use Case (500 messages/day)

  • Claude Sonnet: ~$85/week
  • Gemini Flash: ~$13/week
  • DeepSeek v3: ~$3.50/week

Cost Optimization Strategies

  1. Use cheaper models for background tasks: Transcription, data retrieval
  2. Reserve expensive models for complex work: Strategic thinking, content creation
  3. Leverage prompt caching: Reduces token costs for repeated queries
  4. Compress context: Automatically compress older messages into summaries
  5. Cap iterations: Limit how many times the model can loop internally

Tips and Variations

Memory System Best Practices

  1. Regularly feed context: The more information you give Gravity Claw about yourself and your goals, the better it becomes
  2. Use semantic search: Ask about past conversations by topic, not exact keywords
  3. Archive old conversations: Periodic summaries keep context window efficient

Dashboard Customization

  1. Create different views: Build separate Mission Control dashboards for different purposes (business, personal, projects)
  2. Add custom widgets: Any feature can be added by simply asking AntiGravity
  3. Link everything: Connect your existing tools (Slack, Gmail, Google Calendar) for a unified command center

Automation Ideas

  1. Daily briefing variations: Morning motivation, afternoon focus check, evening reflection
  2. Content calendars: Automatically pull your content schedule and suggest gaps
  3. Team updates: Have Gravity Claw summarize team activity from ClickUp for daily standup
  4. Invoice variations: Create different invoice templates for different client types

Prompt Engineering Tips

  1. Be conversational: Use natural language—you don't need formal syntax
  2. Provide examples: "Create invoices like this [example]" works better than generic instructions
  3. Ask for clarity responses: Request confirmation messages so you know tasks are understood
  4. Iterate: Start simple and ask Gravity Claw to improve features based on feedback

Summary

You now have a complete framework for building a 24/7 AI employee using AntiGravity and Gravity Claw. The key concepts are:

  1. Dual System: AntiGravity builds software/dashboards; Gravity Claw is your personal assistant
  2. Three-Tier Memory: Core facts (SQL), conversation buffer, and semantic memory (Pinecone) work together
  3. Single Source of Truth: Connect all tools (ClickUp, YouTube, etc.) so Gravity Claw has complete context
  4. Cost Optimization: Use cheaper models for simple tasks, expensive models for complex ones
  5. Continuous Evolution: Gravity Claw improves itself through feedback and soul.md updates
  6. Practical Automation: Focus on tasks that save time and require context awareness

The prompts in this tutorial cover the 7 key use cases:

  1. Task management with ClickUp integration
  2. Personal data tracking (weight, habits)
  3. Long-term memory with semantic search
  4. Content generation and ideation
  5. Document creation (invoices, PDFs)
  6. Automated reminders and daily briefings
  7. Cost-optimized model switching

Start with one or two features, test them, then expand. The more you use Gravity Claw, the better it becomes at understanding your needs and working proactively on your behalf.

Ratings