ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

cocreator-content-research

Pure intelligence gathering for social media platforms (TikTok & Instagram). Use when an agent needs to discover trending hooks, analyze a competitor's strategy, or look up a specific creator's profile data. This skill does not generate content or post; it relies entirely on ScrapeCreators to return data for analysis.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/iammiracle/cocreator-content-research
Or

Content Research Skill

This skill provides agents with the ability to gather raw intelligence on social media performance (TikTok and Instagram) using the ScrapeCreators API. It does not generate content or interact with posting APIs.

Prerequisites

  • uv installed
  • SCRAPE_CREATORS_API_KEY set in the environment

Capabilities

1. Broad Content Discovery (Keywords & Hashtags)

Use this to find top-performing hooks for a specific niche or topic. It returns the top 5 most viral videos/reels and their captions.

uv run {baseDir}/scripts/keyword-search.py --platform tiktok --type keyword --query "dinner recipes"
uv run {baseDir}/scripts/keyword-search.py --platform instagram --type keyword --query "dinner recipes"

2. Competitor Hook Research

Use this to analyze specific competitor handles. It returns their follower counts, average views, and their 3 most viral hooks.

uv run {baseDir}/scripts/competitor-research.py --platform tiktok --handles user1 user2 user3
uv run {baseDir}/scripts/competitor-research.py --platform instagram --handles user1 user2

3. Profile Lookup

Use this to get raw metric data (followers, following, bio) for a specific creator.

uv run {baseDir}/scripts/profile-lookup.py --platform tiktok --handle <handle>
uv run {baseDir}/scripts/profile-lookup.py --platform instagram --handle <handle>

Metadata

Stars2387
Views0
Updated2026-03-09
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-iammiracle-cocreator-content-research": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.