Insta poster

v1.0.0

Automatically creates Instagram captions, hashtags, and image prompts from a user-provided topic for ready-to-post content.

0· 113·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for shivang2882-bot/insta-poster.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Insta poster" (shivang2882-bot/insta-poster) from ClawHub.
Skill page: https://clawhub.ai/shivang2882-bot/insta-poster
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install insta-poster

ClawHub CLI

Package manager switcher

npx clawhub@latest install insta-poster
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the provided files (config.json, workflow.json, SKILL.md). There are no extra env vars, binaries, or config paths requested that would be unrelated to generating captions/hashtags/prompts.
Instruction Scope
The SKILL.md only instructs the agent to analyze user input and generate structured JSON (caption, hashtags, image_prompt). It does not ask the agent to read files, access credentials, call external endpoints, or collect unrelated system data.
Install Mechanism
No install spec and no code files are present; the skill is instruction-only, so nothing is downloaded or written to disk.
Credentials
No environment variables, credentials, or config paths are requested. The absence of secrets is proportionate to the skill's simple content-generation purpose.
Persistence & Privilege
The skill does not request always:true or other elevated persistence. Default autonomous invocation is allowed but is typical and not combined with any concerning privileges or credentials.
Assessment
This skill appears low-risk: it only generates captions, hashtags, and image prompts and does not request credentials or install code. Before installing, note that it will not actually post to Instagram (no posting credentials requested) — you'll need a separate connector for that. Avoid entering any sensitive or private information into the prompts, review generated content for accuracy/policy compliance before publishing, and if you later add auto-posting functionality, expect that service credentials will be required and should be evaluated carefully.

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

latestvk97274xnsqs2adww8cmneqptxn84k2yy
113downloads
0stars
1versions
Updated 2w ago
v1.0.0
MIT-0

Instagram Poster Skill

Overview

This skill automatically generates Instagram-ready posts from a simple topic or instruction.

How it works

  1. User provides a topic (e.g., "AI automation post")
  2. System analyzes the intent
  3. Generates caption, hashtags, and image prompt
  4. Returns structured JSON output ready for posting

Input Example

"AI automation is changing the world"

Output Example

{ "caption": "...", "hashtags": "#AI #Automation", "image_prompt": "futuristic AI robot working...", "status": "ready_to_post" }

Workflow

User Input → Analysis → Content Generation → Output JSON

Use Case

  • Instagram marketing
  • Branding posts
  • Tech content
  • Motivational posts

Comments

Loading comments...