# Anthropic Just Dropped the Feature That Kills OpenClaw

## Метаданные

- **Канал:** Ray Amjad
- **YouTube:** https://www.youtube.com/watch?v=XVEodnI0aHA
- **Дата:** 07.03.2026
- **Длительность:** 8:12
- **Просмотры:** 16,493

## Описание

Level up with my Claude Code Masterclass 👉 https://www.masterclaudecode.com/?utm_source=youtube&utm_campaign=XVEodnI0aHA
🎉 Use BIRTHDAY at checkout for a Claude Code Birthday discount.

Join my Claude Code newsletter 👉 https://www.masterclaudecode.com/newsletter

To avoid bias, I've never accepted a sponsor; my videos are made possible by my own products...

—— MY CLASSES ——

🚀 Claude Code Masterclass: https://www.masterclaudecode.com/?utm_source=youtube&utm_campaign=XVEodnI0aHA

—— MY APPS ——

🎙️ HyperWhisper, write 5x faster with your voice on MacOS & Windows: https://www.hyperwhisper.com/?utm_source=youtube&utm_campaign=XVEodnI0aHA
- Use coupon code YTSAVE for 20% off

📲 Tensor AI: Never Miss the AI News
- on iOS: https://apps.apple.com/us/app/ai-news-tensor-ai/id6746403746
- on Android: https://play.google.com/store/apps/details?id=app.tensorai.tensorai
- 100% FREE

📹 VidTempla, Manage YouTube Descriptions at Scale: http://vidtempla.com/?utm_source=youtube&utm_campaign=XVEodnI0aHA

💬 AgentStack, AI agents for customer support and sales: https://www.agentstack.build/?utm_source=youtube&utm_campaign=XVEodnI0aHA
- Request private beta by emailing r@rayamjad.com

—————

CONNECT WITH ME
🐦 X: https://x.com/@theramjad
👥 LinkedIn: https://www.linkedin.com/in/rayamjad/
📸 Instagram: https://www.instagram.com/theramjad/
🌍 My website/blog: https://www.rayamjad.com/

—————

Links:
- Telegram Skill: https://github.com/agentic-coding-school/telegram-message-skill
- https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md
- https://x.com/bearlyai/status/2030051147264970893
- https://code.claude.com/docs/en/scheduled-tasks

## Содержание

### [0:00](https://www.youtube.com/watch?v=XVEodnI0aHA) Segment 1 (00:00 - 05:00)

All right, so I woke up a few minutes ago because it's about 10:00 a. m. here and I checked through the cloud code updates and I realized that Enthropic have basically just killed OpenClaw with this brand new feature. And that is the idea of chron schedules with inside of cloud code. That means that you can run prompts at a regular interval and basically replicate all of OpenClaw inside of cloud code. Now, I did make a video about a week ago where Claude Code added a remote control feature whereby you could control Claude code from your phone, but that was kind of limiting because it was only with inside of the Claude app and it was not proactive. It was more passive. But now with this cron scheduling thing, cloud code can now be more proactive for you. So, let me go through what this means. So, firstly, if you go to cloud code after updating it, you notice that there's a new slash command called /loop. And that allows you to choose an interval and have a prompt running regularly in the background for as long as you want. So this means that you can now connect to your cloud code to Discord, Telegram, or basically any other messaging application pretty easily and then get cloud code to do stuff on your computer from Telegram whilst you're away. And that now unlocks even more workflows than the remote control session of Cloud Code could. Okay, now let's go for a real world example of this. If you go to Telegram and then search for bot father, then open it up and make a brand new bot. So, I'm going to call it like uh by doing / newbot, call it like rare YouTube bot or something like that, it will then give me an access token that I can use. So, if I copy this over to my computer version of cloud code and then using the skill creator skill that I made a previous video about that you can also watch. I can then paste this inside of here uh from my phone and then also say can you make a skill that will allow you to read the messages from this bot on uh from Telegram and then also reply to messages as well. Okay, so now it made the skill for us which is the telegram message skill and it added two scripts one to check telegram and another to send telegram messages. So we can see them over here and we can test it out by doing loop and then the lowest interval we can choose as 1 minute but you can do like 5 minutes or 2 minutes or something. So I'm going to choose 1 minute and then give it a prompt. So I'm going to say can you check telegram and then reply to any messages that the user has sent to you. And then if I press enter, it calls a brand new tool that's built into cloud code which is a chron create and it has a chrome ID and it says it's recurring every minute and it expires after 3 days. So I can also cancel that early as well by using this command or just telling it to delete that chrome. So now if I go over to Telegram, enter bot and say, "Hi, can you tell me a story? " Press enter. And then when cloud code uses a skill when it's doing the cron every minute, it will then read that message and then act on it. So you can see it says got a new message from Ray asking for story. Let me reply. So you can see it literally just replied to me right over here on Telegram. But now the problem is that anyone can use this bot and send messages to it. So I want to secure the bot by telling it to like only allow my user ID. So I will say can you update the skill to secure it to my user ID only allow messages from me and then press enter. And whilst we're waiting for it to check the messages again this is essentially what open claw is doing. It like frequently polls and sees if there's a new telegram message or whichever other service you're using and then it will run it through the conversation chat. And you can get cloud code to make you a skill to do discord messaging instead or like WhatsApp or just whatever other messaging app that you use. So you can see it's now loaded in the message, the brand new message that we sent it. And it's probably going to act on my command. So you can see it says Ray wants a telegram scale secure to only accept messages from his user ID. Let me check the current scripts and update them. So now you can see it's adding filtering to both scripts and adding the allowed user ID. So you want to make sure to make this approach secure. You add your user ID by getting cloud coded it for you. And now that is done. The benefit is I can get Claude code to do pretty much anything else on my computer via Telegram. So you can see it says done. Both scripts have been secured blah blah. So now that everything is secured, I can get it to start doing things for me. So I'm going to get it to search online for me by saying, can you search online for Ray Amjad's mastercloud code class and tell me why I should buy it and then send it. And now wait for it to check the messages again. So you can see check the messages right over here. Ray is asking about his own master claude class. Uh let me search for it. So since I have the XAM MCP server installed uh on my computer, you can see it's now using the web search with the XMCP to find the class. And if you are interested, then this is the most comprehensive Cloud Code class that you will find on the internet. Right now, there's a birthday sale going on to celebrate the 1-year birthday of Claude Code. And I do add new videos to Classo regularly, and over 1,500 people have taken it so far from some of the world's biggest companies. I am also working on an MCP server for the class. So you can connect it to your cloud code and then it will tell you and recommend you which

### [5:00](https://www.youtube.com/watch?v=XVEodnI0aHA&t=300s) Segment 2 (05:00 - 08:00)

videos you should watch first based on your own workflows inside of cloud code. Anyways, there will be a coupon code and link down below if you interested. So you can see it's now replied to me right over here and it tells me why the class is so good. And now I want to like take this a bit further and I want to chat to it. So currently on the claude remote control you can't actually use your voice and have it reply to you with audio. So I will say can you add the 11 labs like uh voice to text and uh text to voice thing as a brand new skill I will give you an API key for this uh so that if I send you a audio recording you can then reply with audio as well and this is using the Apple default like voice thing which isn't really that good. So this should be better. So, whilst we're waiting, the biggest benefit here is that you get every single thing that you have inside of Cloud Code with this approach. And most people are leaving their computers running all the time anyway, so you might as well have it running with a cloud loop instead. You can also use it for other things as well. So, you can have it run and check your emails every hour using an MCP server and draft replies for you. And it's replied to me over here. So, let me just send an API key. So, as I was saying, the benefit here is that everything that you have inside of Cloud Code because you're already using it on your computer on a daily basis. So, all these skills, all the MCP servers and so forth, you can now access them in a really nice form factor with a Telegram. But the only problem can be when it asks you for permissions, you don't actually see that. So, you would still have to remote control into cloud code as I talked about before. Or you can have it running in dangerously skip permissions all the time in the cloud or on a separate computer instead. And many people are already using separate computers for open claw. So, you might as well use this instead. Hey, I can't actually hear anything when I uh play the thing. So, because this can take a while to set up and get it working, I will turn this into a skill that you can download from the description below. Okay, now you may be thinking to yourself, right, what is the point in doing this? I can just use OpenClaw instead. And I think there are two big reasons here. Firstly, if you're using Cloud Code every day anyways, which I know many of you are doing for like 8 10 hours a day, all your workflows basically transfer over really nicely to this new approach. And secondly, if you have a $200 monthly cloud code subscription, then you're actually getting about $5,000 in compute because Enthropic subsidize this really heavily. Okay, now fix the issue. So, if I play on my phone right over here, — I fixed the voice message. The issue was that I was using telegram send audio endpoint instead of send voice and the audio wasn't in OG obus format. It should play properly now. Let me know if you can hear this. — And yeah, it should be working completely fine now. So I can have it running on my computer 24/7. So yeah, now that you guys can basically move over from OpenCloud to Cloud Code and you're saving a lot of money because you basically are getting $5,000. You can use some of the money you saved to master every single feature of Cloud Code. Free my Claude Code master class that will be linked down below. The birthday sale will be ending soon and once it does, prices may rise because the class is getting more valuable as I'm adding more videos to it. And I do share anything that I'm learning about Claude Code regularly via my newsletter that will be linked down below. And by signing up, you get access to a bunch of free videos as well that I haven't shared before in this YouTube channel. Anyways, I will now be building a lot of workflows around this feature that I will be sharing in future

---
*Источник: https://ekstraktznaniy.ru/video/10931*