Skip to content

Curated OpenClaw skills with ClawRouter cost optimization. Use via Telegram, Discord, or any messaging platform.

Notifications You must be signed in to change notification settings

BlockRunAI/OpenClaw-Super-Tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 

Repository files navigation

OpenClaw Super Tasks ⚑

Curated OpenClaw skills for powerful AI use cases with ClawRouter cost optimization.

Save 90%+ on AI costs while accessing 30+ frontier models through intelligent routing.

Use these skills via Telegram, Discord, WhatsApp, or any OpenClaw channel!


πŸš€ Quick Start (5 Minutes)

Step 1: Install Skills

git clone https://github.com/blockrunai/OpenClaw-Super-Tasks
cd OpenClaw-Super-Tasks

# Copy to OpenClaw workspace
cp -r skills/* ~/.openclaw/workspace/skills/

Step 2: Set Up Telegram (Optional)

Talk to @BotFather on Telegram:

/newbot

Add token to ~/.openclaw/openclaw.json:

{
  "channels": {
    "telegram": {
      "enabled": true,
      "botToken": "YOUR_TOKEN_HERE",
      "dmPolicy": "pairing"
    }
  }
}

Restart and pair:

openclaw daemon restart
# Message your bot, it sends pairing code
openclaw pairing approve telegram <CODE>

Step 3: Use It!

Message your bot:

  • "Debug: def foo(): return x/0"
  • "Research AI agent trends"
  • "Analyze github.com/openclaw/openclaw"

Each response shows real cost and savings via ClawRouter!


πŸ“š Available Super Tasks

Skill What It Does Example Expected Cost*
debug-code Find bugs, explain fixes "Debug this: [code]" $0.002-0.02
web-research Research topics, synthesize findings "Research X" $0.01-0.08
github-analyze Analyze repos, architecture "Analyze github.com/user/repo" $0.15-0.40
explain-code Explain how code works "Explain: [code]" $0.001-0.01
code-review Review code quality "Review: [code]" $0.05-0.15

*With ClawRouter routing to optimal models. Compare to Claude Opus: $0.08-5.00 per task


πŸ’° Cost Tracking

All skills automatically show ClawRouter cost info:

πŸ› Bug Analysis

[Your analysis here]

---
πŸ’° Cost: $0.0023 (saved 97% vs Claude Opus $0.08)
πŸ“Š Model: xai/grok-code-fast-1 (MEDIUM tier)
⚑ Tokens: 250 in, 180 out
⏱️ Time: 1.8s

πŸ—οΈ How It Works

You β†’ Telegram/Discord β†’ OpenClaw β†’ Skill β†’ ClawRouter β†’ Optimal Model
                                              ↓
                                       Logs cost to file
                                              ↓
                                  Response with cost appended

ClawRouter routes to the cheapest capable model across 30+ options:

  • SIMPLE tasks β†’ Kimi K2.5 ($0.001/M)
  • MEDIUM tasks β†’ Grok Code Fast ($0.20/M)
  • COMPLEX tasks β†’ Gemini 2.5 Pro ($10/M)
  • REASONING tasks β†’ DeepSeek R1 ($0.50/M)

πŸ“¦ Requirements

  • βœ… OpenClaw 2026.2+ (install guide)
  • βœ… ClawRouter plugin (install)
  • βœ… Messaging account (Telegram, Discord, etc.)

πŸ› οΈ Adding More Skills

Create ~/.openclaw/workspace/skills/my-skill/SKILL.md:

---
name: my-skill
description: What it does
metadata:
  openclaw:
    requires:
      config: ["providers.blockrun"]
---

# My Custom Skill

## Description
Explain what this skill does.

## When to Use
- User asks X
- User needs Y

## Instructions
Step-by-step what the AI should do...

## Format Response
Show example output format...

## Append Cost
Read from ~/.openclaw/blockrun/logs/usage-YYYY-MM-DD.jsonl

πŸ“– Resources


🀝 Contributing

PRs welcome! To add a new skill:

  1. Create skills/skill-name/SKILL.md
  2. Follow the format in existing skills
  3. Test with OpenClaw
  4. Submit PR with example output

πŸ“ License

MIT License - use freely in personal and commercial projects.


πŸ† Built By

BlockRun - Pay-per-request AI inference with USDC micropayments

Related Projects:

About

Curated OpenClaw skills with ClawRouter cost optimization. Use via Telegram, Discord, or any messaging platform.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published