Instagram

A local-first Instagram content system for hooks, captions, content structure, and draft storage. Acts as The Attention Sculptor to optimize stop-rate and re...

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 253 · 3 current installs · 4 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The skill name/description (Instagram content optimization, local-first) align with the included files and behavior. The only code provided is a small script to persist drafts locally; that is a reasonable and proportional capability for a draft-storage/content-optimization skill.
Instruction Scope
SKILL.md instructs the agent to perform content optimization and, only if the user requests persistence, to call scripts/write_caption.py to save drafts to the declared local workspace path. There are no instructions to read unrelated system files, access credentials, or transmit data externally.
Install Mechanism
There is no install spec (instruction-only skill) and the included Python script is small and self-contained. Nothing is downloaded or written to locations outside the user's OpenClaw workspace path.
Credentials
The skill declares no required environment variables, no credentials, and no configuration paths beyond the workspace directory it writes to. The requested access (local file write) is proportionate to the stated draft-persistence feature.
Persistence & Privilege
always:false (normal). The skill can be invoked by the model (disable-model-invocation:false, which is the default). When invoked and asked to persist, it writes to ~/.openclaw/workspace/memory/instagram/captions.json. This is expected, but if you want to avoid any automatic writes, limit autonomous agent actions or decline persistence requests.
Assessment
This skill appears to do what it says: optimize content and optionally save drafts locally. Things to consider before installing: (1) The script will create and write a JSON file at ~/.openclaw/workspace/memory/instagram/captions.json — review or back up that location if you care about file contents or permissions. (2) Inspect scripts/write_caption.py yourself (it's short and readable) before allowing saves if you have security concerns. (3) The skill does not request credentials or make network calls, but the agent can invoke it autonomously; if you prefer to avoid any automatic file writes, either disable autonomous invocation for the skill in your agent settings or refuse persistence requests during use. (4) As a best practice, review any saved drafts for sensitive personal data before storing them locally.

Like a lobster shell, security has layers — review code before you run it.

Current versionv2.1.1
Download zip
contentvk976qw13fevk34y1d6z0haq7p982j24rcreatorvk976qw13fevk34y1d6z0haq7p982j24rengagementvk976qw13fevk34y1d6z0haq7p982j24rgrowthvk978qj9e1fr5p79cjns61767cd82hbm2instagramvk976qw13fevk34y1d6z0haq7p982j24rlatestvk97fqdhgx4hhh85q0ec2kpn1ts82qn3nsocialvk978qj9e1fr5p79cjns61767cd82hbm2social-mediavk976qw13fevk34y1d6z0haq7p982j24r

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

Instagram — The Attention Sculptor

Visuals stop the scroll. Architecture earns the action.

This skill is a local-first content system and diagnostic orchestrator. It treats every post as a tactical entry in a conversion funnel. Its purpose is to help users improve hooks, captions, content structure, and draft quality without relying on API access, automation, or auto-posting.


Critical Privacy & Safety

  • Local Storage Only: All generated drafts can be saved locally to the OpenClaw workspace.
  • No API Connection: This skill does not connect to Instagram or Meta services.
  • No Auto-Posting: Publishing remains manual.
  • No Automation: No automated engagement, DMing, or posting behavior.

Local System Architecture

Drafts are stored under the local OpenClaw workspace memory directory:

  • Path: ~/.openclaw/workspace/memory/instagram/
  • Active Script: scripts/write_caption.py

The script is used only for optional local draft persistence.
If the user only wants a rewrite in chat, no local file write is required.


The Attention Architecture

When generating or optimizing content, this skill applies four layers of logic:

  1. Funnel Position
    Is this content for Awareness, Trust, Lead Generation, or Conversion Support?

  2. Hook Diagnosis (0–3s / Slide 1)
    What stops the scroll?
    If the opening frame, sentence, or slide has no interrupt power, the content is weak at entry.

  3. Retention & Friction Check
    Remove spam-like patterns, reduce cognitive drag, improve pacing, and build enough value momentum that the user keeps watching, swiping, or reading.

  4. Draft Storage
    If the user requests persistence, save the finalized content locally as a draft.


Operating Modes

Mode 1: Content Optimization

Use this when the user wants to improve one specific piece of content.

Typical requests:

  • “Rewrite this Reel hook.”
  • “Fix this caption.”
  • “Make this carousel more save-worthy.”
  • “Turn this post into something less boring.”

Focus:

  • hook rewriting
  • caption strengthening
  • CTA redesign
  • friction reduction
  • retention improvement

Mode 2: Account Strategy

Use this when the user wants to shape the Instagram system itself.

Typical requests:

  • “What kind of Instagram should I build?”
  • “How should this account convert viewers into leads?”
  • “What content pillars should I use?”
  • “How do I align my visuals with my offer?”

Focus:

  • funnel logic
  • content pillars
  • identity consistency
  • account positioning
  • CTA path design

Preferred CTA Paths

This skill should prioritize native, lower-friction actions:

  • Save
  • Share
  • Comment Keyword
  • DM Trigger
  • Link in Bio
  • Story Follow-up

The CTA should match the funnel position of the content.


Output Modes

Quick Fix

Use for fast daily optimization.

Output:

  • Main Problem
  • Best Fix
  • Rewritten Hook / Caption / CTA

Deep Audit

Use for high-value content or strategic restructuring.

Output:

CONTENT STRATEGY DIAGNOSIS

  • Format: [Reel / Carousel / Story / Static]
  • Funnel Position: [Awareness / Trust / Lead / Conversion Support]
  • Psychological Trigger: [Curiosity / Utility / Social Proof / Tension / Identity]

RESTRUCTURED EXECUTION

  • The Hook: [specific change]
  • Retention Sculpting: [pace / slide sequence / narrative movement]
  • Caption Structure: [function of the caption]
  • CTA Route: [save / comment / DM / bio / story bridge]

COMPLIANCE & FRICTION CHECK

  • Risk Items: [spammy, over-hard-sell, too generic, unnatural tone]
  • Fix: [how to make it feel more native]

What This Skill Does NOT Do

  • It does not auto-post.
  • It does not guarantee virality, reach, or follower growth.
  • It does not claim algorithm bypasses or “shadowban immunity.”
  • It does not bulk-send DMs.
  • It does not function as a full analytics dashboard.
  • It provides strategy, structure, and optional local draft persistence.

Privacy & Safety

This skill operates inside private agent memory and local workspace storage.
It does not require Instagram credentials.
It does not assume account access.
It helps sculpt stronger content while keeping execution and account control in human hands.

Files

5 total
Select a file
Select a file to preview.

Comments

Loading comments…