ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

instagram-caption

Instagram文案、精准Hashtag(30个)、Story脚本、Reels脚本、简介优化、内容日历。Instagram caption writer with hashtags, Story scripts, Reels scripts, bio optimization.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ckchzh/instagram-caption
Or

Instagram Caption

A content creation toolkit for Instagram workflows. Draft captions, edit text, optimize posts, schedule content, generate hashtags, write hooks, create CTAs, rewrite copy, translate captions, adjust tone, craft headlines, and build outlines — all logged with timestamps and exportable in multiple formats.

Commands

CommandDescription
draft [input]Draft a new caption or content idea. Without input, shows the 20 most recent draft entries
edit [input]Log an edit or revision to existing content. Without input, shows recent edits
optimize [input]Log an optimization note (e.g., engagement improvements). Without input, shows recent entries
schedule [input]Log a scheduling entry (e.g., post date/time). Without input, shows recent schedule entries
hashtags [input]Log hashtag sets for posts. Without input, shows recent hashtag entries
hooks [input]Log attention-grabbing opening hooks. Without input, shows recent hooks
cta [input]Log call-to-action text. Without input, shows recent CTAs
rewrite [input]Log a content rewrite or alternative version. Without input, shows recent rewrites
translate [input]Log a translation of caption content. Without input, shows recent translations
tone [input]Log a tone adjustment note (e.g., casual, professional). Without input, shows recent tone entries
headline [input]Log a headline or title idea. Without input, shows recent headlines
outline [input]Log a content outline or structure. Without input, shows recent outlines
statsShow summary statistics — entry counts per category, total entries, data size, and first activity date
export <fmt>Export all data to a file in json, csv, or txt format
search <term>Search across all content categories for a keyword or phrase
recentShow the 20 most recent history entries across all categories
statusHealth check — version, data dir, total entries, disk usage, last activity
helpShow all available commands
versionDisplay current version (v2.0.0)

Data Storage

  • Data directory: ~/.local/share/instagram-caption/
  • Category logs: Each command stores entries in its own log file (e.g., draft.log, hashtags.log, schedule.log)
  • History log: history.log — unified timeline of all activity with timestamps
  • Export files: export.json, export.csv, or export.txt generated on demand
  • All data is stored locally in plain text; no Instagram API access or external accounts required

Requirements

  • Bash 4+ (uses set -euo pipefail)
  • Standard POSIX utilities (date, wc, du, grep, tail, head, cat)
  • No API keys, no Instagram login, no external dependencies

When to Use

Metadata

Author@ckchzh
Stars3562
Views1
Updated2026-03-29
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-ckchzh-instagram-caption": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.