ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 3/5

looper

Automate content creation, code improvement, and social media posting via Looper (looper.bot). Use when setting up automated blog posts, continuous code improvement loops, social media scheduling, or managing recurring AI-driven content workflows. Supports Blog Kit (daily blog generation), Analyze (code review), Create (content generation), and Social Kit (multi-platform posting) engines.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/builder-nc/looper
Or

What This Skill Does

Looper is a powerful continuous improvement engine designed to automate repetitive content generation, code quality analysis, and multi-platform social media distribution. By leveraging specialized engines like Blog Kit, Analyze, and Social Kit, Looper allows users to build persistent automation loops that operate on custom schedules. It bridges the gap between raw data or repository code and polished output, effectively acting as an autonomous developer or marketing assistant that works 24/7. Whether you need to maintain a daily blog, audit your GitHub repositories for security vulnerabilities, or automate your social media presence, Looper provides the API-driven framework to execute these tasks reliably.

Installation

To integrate Looper into your OpenClaw environment, execute the following command in your terminal: clawhub install openclaw/skills/skills/builder-nc/looper

Once installed, you must authenticate using the Looper API. Use the signup endpoint to receive your admin_key, which you will then pass as a Bearer token in all subsequent API requests. Ensure your GitHub permissions are correctly configured if you are targeting repository-based operations.

Use Cases

  • Automated Blogging: Maintain a consistent content calendar by generating, reviewing, and committing markdown posts directly to your repository.
  • Code Quality Assurance: Schedule weekly security and performance audits of your codebase to catch vulnerabilities or inefficient patterns before they escalate.
  • Content Repurposing: Feed new codebase changes into the Social Kit to automatically generate and schedule posts across your social media channels.
  • Infrastructure Monitoring: Use the analysis engine to trigger alerts or documentation updates whenever your project structure changes significantly.

Example Prompts

  1. "Set up a daily blog loop that pulls content from my 'research' folder, generates a 500-word post using GPT-4o-mini, and commits it as a new markdown file in the '/blog' directory at 8:00 AM EST."
  2. "Configure a weekly code review loop for my repo 'my-app' that checks for security vulnerabilities and inconsistent error handling, creating a Pull Request for any suggested fixes."
  3. "Automate a social media flow that takes the latest commit description from my repository and generates a Twitter/LinkedIn update via the Social Kit engine."

Tips & Limitations

  • Security: The admin_key is provided only once; store it in a secure environment variable. Never expose it in client-side code.
  • Scheduling: Cron expressions are sensitive to the specified schedule_tz. Always double-check your timezone offsets to avoid unwanted post times.
  • Mode Selection: Start with 'notify' or 'propose' modes to review AI output before allowing 'auto' to commit directly to your production branches.
  • Template IDs: Use the specific template IDs provided (e.g., Blog Kit: 68b7e661...) to ensure the agent uses the correct system instructions for content formatting.

Metadata

Stars4190
Views0
Updated2026-04-18
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-builder-nc-looper": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#automation#content-creation#ci-cd#ai-agent#dev-tools
Safety Score: 3/5

Flags: network-access, file-write, file-read, external-api, code-execution