Release @creative-tim/agents - programmatically create and control OpenClaw AI agents from code

Hi everyone, we just released: a simple SDK where you can spawn AI agents programatically. It works with any Agent Tool like: v0, lovable, replit, cursor etc.

The MIT License repo is here:

Just tell in your chat that you want to install the agents following the rules from the NPM package, and you deploy Agents for your users. You can install/delete skills and do any Telegram/Slack setup from the /chat functions.

You can also create simple OpenClaw agents for you here

48 views

Add a comment

Replies

Best

This is awesome, ! How easy is it to add custom skills?

 a custom skill basically is a POST with a name and a "text" that will become in the end inside the openclaw instance a markdown.

Something like this

await agent.skills.install('web-search', `
# Web Search Skill
You can search the web using the provided search API.
When asked to find something online, call this skill.
`)