Skills: The Hidden Engine Behind Agents (and Why You Don’t Need a Magic 'Bot')

A
Antonio Leiva
3 min read

Lately, tools like Moltbot (formerly Clawdbot) have been breaking the internet. It feels like magic: an agent that uses WhatsApp, manages your calendar, and browses the web for you. But if you look under the hood, you’ll find the real superpower isn’t the bot itself, but the Agent Skills.

The Skill is the Message

Moltbot is, at its core, an excellent skill interpreter. It uses an open specification that lets you “inject” capabilities into any LLM. This means the intelligence isn’t hardwired into the bot’s code, but documented in files that the agent reads and executes on demand.

Here’s the reality: you don’t need to install a complex bot to have that power. If you have the skills, you can bring that functionality into your own environment (Claude Code, Codex, or your own custom agent).


My Skill Ecosystem: The Complete Inventory

Since I started tinkering with Moltbot, and later with my own agent (aipal), I’ve been building and collecting a set of skills that let me automate a big chunk of my daily work.

Some are my own, others are from third parties. You can find many at skills.sh, but be careful with the skills you use, because they could inject malicious prompts into your agent.

🛠️ Development & Infrastructure

  • mcp-builder: The ability to craft my own “hands” (MCP tools) to connect to any API.
  • worktree-helper: Work in parallel on multiple Git branches without messing up the main environment.
  • webapp-testing: Using Playwright so the agent can browse, test, and capture errors in real time.
  • 3rd-web-artifacts-builder: Create full React/Tailwind apps in a single step.
  • create-cli: So the agent can design professional command-line tools for me.

📧 Communication & Presence

  • bird-cli: My “radar” on X. Daily briefings, trend searches, and mention management.
  • whatsapp-evo, slack & email: My three main unified channels. The agent can read, summarize, and suggest replies.
  • google-chat: Access to threads and collaborative workspaces.
  • postiz: Automatic scheduling and publishing across all my social networks.

🎥 Content & Academy

  • youtube-publish & short-publish: The full flow: from uploading the video to burning in subtitles with Whisper and creating social posts.
  • weekly-newsletter: The intelligence that distills the best of my week into a draft for my newsletter.
  • academy-enrollments & zoom-recordings-manager: All DevExpert operations automated.
  • devexpert-testimonials: Smart management of social proof and website updates.

🧠 Productivity & Analysis

  • morning-routine: My startup ritual: a sweep of all my channels to give me the state of the nation.
  • total-recall: Infinite memory of our past conversations and decisions.
  • grok-research: Deep research with real-time data and source verification.
  • justdoit: Manage Google Tasks and calendar from chat.
  • pdf: Data extraction, document merging, and PDF form management.
  • holded-invoices: Automatic detection of invoices in email and direct upload to my accounting platform.

⚡ Synergies: When Skills Collaborate

The real power comes when the agent combines these pieces like LEGO blocks.

Some skills use other skills, or you can even chain them together to create complex workflows.

  1. The Creator Synergy:
    • Workflow: short-publish transcribes a video -> gemini generates the copy -> postiz schedules it -> weekly-newsletter includes it in the summary -> browser-tools checks that the post looks good on LinkedIn.
  2. The Administrative Synergy:
    • Workflow: email detects an invoice from a supplier -> pdf extracts the amount and date -> holded-invoices uploads it to accounting -> justdoit creates a task for me to confirm payment.
  3. The Research Synergy:
    • Workflow: bird-cli detects a new AI trend -> grok-research does a deep dive on the topic -> doc-coauthoring helps me write a technical thread -> postiz publishes it -> total-recall archives it so I never forget.

Does this totally invalidate the use of a tool like MoltBot? Not necessarily, but skills give you a ton of power without having to depend on a bunch of pieces you might not need.

If you’re curious, I’m publishing my skills in my Agent Kit.

Expert resources for solving real-world problems

View all