Alexandru Paduraru

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

Hi everyone, we just released: https://www.npmjs.com/package/@creative-tim/agents 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: https://github.com/creativetimofficial/agents-sdk

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 https://www.creative-tim.com/ui/openclaw

9 views

Add a comment

Replies

Best
Balaj Marius

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

Alexandru Paduraru

@balajmarius 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.
`)