Skip to content

vanthienha199/openclaw-skills

Repository files navigation

openclaw-skills

10 production-ready OpenClaw skills for developers. Cost tracking, deployment, translation, presentations, job search, and more.

No API keys required for most skills. No external dependencies. Just drop into your OpenClaw workspace.

License: MIT Skills OpenClaw

Skills

Skill What it does Tags
smart-cost-tracker Track per-message API spending. Budget alerts, daily reports, cost trends. cost, tokens, budget
translate Translate text and files between any languages. Preserves formatting. language, i18n
slide-deck Generate reveal.js HTML presentations from markdown or text. slides, presentation
deploy-kit Deploy to Vercel, Netlify, or Fly.io. Auto-detects framework. deploy, devops
job-hunter Resume builder, cover letters, interview prep, application tracker. career, resume
supabase Query, insert, update, delete. RLS policies, auth, storage. database, postgres
meeting-notes Transcript to structured notes with action items and owners. meetings, notes
project-kickstart Scaffold Next.js, React, Python, FastAPI, Express projects in seconds. scaffold, starter
social-poster Draft cross-platform posts for Twitter, LinkedIn, Reddit, Dev.to, HN. social, marketing
figma-bridge Extract design tokens, components, and assets from Figma files. design, figma, css

Install

Option 1: Copy individual skills

git clone https://github.com/vanthienha199/openclaw-skills.git
cp -r openclaw-skills/smart-cost-tracker ~/.openclaw/skills/

Option 2: Copy all skills

git clone https://github.com/vanthienha199/openclaw-skills.git
cp -r openclaw-skills/*/ ~/.openclaw/skills/

Option 3: ClawHub (individual skills)

npx clawhub@latest install vanthienha199/smart-cost-tracker
npx clawhub@latest install vanthienha199/translate
# ... etc

Then restart your OpenClaw session (/reset in TUI) to pick up new skills.

Requirements

  • OpenClaw 2026.3.x or later
  • No external dependencies for most skills
  • supabase needs a Supabase project URL + anon key
  • figma-bridge needs a Figma Personal Access Token
  • deploy-kit needs the platform CLI (vercel/netlify/fly) installed
  • slide-deck outputs self-contained HTML using reveal.js CDN

Why These Skills?

These fill gaps in the OpenClaw ecosystem:

  • smart-cost-tracker — the existing Model Usage skill only shows raw numbers. This gives you budget alerts, per-task cost, and spending trends.
  • translate — 114 people requested i18n support on the OpenClaw repo. No good translation skill existed.
  • slide-deck — the Chinese presentation skill has 19K+ downloads. No English version existed.
  • supabase — 75K+ GitHub stars, millions of developers. Zero OpenClaw integration until now.
  • figma-bridge — Figma MCP server has 14K GitHub stars. Nothing on ClawHub.
  • deploy-kit — no Vercel, Netlify, or Fly.io skill existed on ClawHub.

Contributing

PRs welcome. Each skill is a folder with a single SKILL.md file following the OpenClaw SKILL.md spec.

If you build a skill that fills a gap, open a PR.

License

MIT

Author

Built by Ha Le — University of Central Florida

About

OpenClaw skills & agent plugins - cost tracker, deploy (Vercel/Netlify/Fly.io), translate, Supabase, Figma, slides, job search. Works with Claude Code, Codex, Gemini CLI.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Contributors