← Back to Skills Marketplace
agenticio

Instagram

by agenticio · GitHub ↗ · v2.1.1 · MIT-0
cross-platform ✓ Security Clean
905
Downloads
1
Stars
6
Active Installs
4
Versions
Install in OpenClaw
/install instagram
Description
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...
README (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.

Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: instagram Version: 2.1.1 The Instagram skill bundle is a local-first content optimization tool that focuses on generating captions and strategy without external API connections. The included Python script (scripts/write_caption.py) performs simple local file I/O to save drafts in a designated workspace directory (~/.openclaw/workspace/memory/instagram/) and does not exhibit any signs of data exfiltration, unauthorized execution, or prompt injection attacks.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install instagram
  3. After installation, invoke the skill by name or use /instagram
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.1.1
- Major refactor and rewrite of documentation for clarity and focus on content optimization. - Now positions the skill as "The Attention Sculptor", emphasizing stop-rate and retention optimization for Instagram posts. - Updated privacy and safety details: explicit local-only storage, no API connection, no auto-posting, and no automation. - Introduced new content architecture, detailing funnel logic, hook diagnosis, retention, and draft storage processes. - Separated "Content Optimization" and "Account Strategy" operating modes with detailed usage scenarios. - Added detailed instructions for output modes ("Quick Fix" vs "Deep Audit") and refined CTA best practices. - Old SKILL.md replaced with more detailed skill.md, new documentation and example files added.
v2.1.0
Major update: Added caption writing, content planning, local analytics tracking, and comprehensive Instagram content workflows
v2.0.0
Complete rewrite with deeper content
v1.0.0
Initial release
Metadata
Slug instagram
Version 2.1.1
License MIT-0
All-time Installs 9
Active Installs 6
Total Versions 4
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 905 downloads so far.

How do I install Instagram?

Run "/install instagram" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Instagram free?

Yes, Instagram is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Instagram support?

Instagram is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Instagram?

It is built and maintained by agenticio (@agenticio); the current version is v2.1.1.

💬 Comments