← Back to Skills Marketplace
galaxy-earth

Social Media Data Hub

by Galaxy · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
153
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install social-media-data-hub
Description
Unified Apify-based retrieval for TikTok, Instagram, X/Twitter, and YouTube profile, post, and comment data with cross-platform normalization for analysis wo...
Usage Guidance
This skill legitimately needs your APIFY_TOKEN and python3 to start Apify actor runs and retrieve datasets. Before installing: 1) Confirm you trust the Apify actors referenced (clockworks, apify, apidojo, streamers) because running them will consume your Apify account credits and could execute arbitrary actor logic on Apify's platform. 2) Use a least-privilege or rotatable APIFY_TOKEN, and monitor billing/usage — actor runs incur real cost. 3) Be aware the token is passed in URL query parameters (may appear in logs); avoid using long-lived tokens in shared environments. 4) If you need extra assurance, inspect the upstream actor source (on Apify) to verify what each actor scrapes and stores. Overall the skill appears internally consistent and implements what it claims.
Capability Analysis
Type: OpenClaw Skill Name: social-media-data-hub Version: 1.0.0 The social-media-data-hub skill bundle is a legitimate tool designed to interface with the Apify REST API for retrieving social media data from TikTok, Instagram, X, and YouTube. The scripts (apify_client.py, fetch_posts.py, etc.) use standard Python libraries like urllib to make authenticated requests to the official Apify endpoint (api.apify.com) using a user-provided APIFY_TOKEN. No evidence of data exfiltration, malicious execution, or prompt injection was found; the code is well-structured, follows its stated purpose, and includes proper input handling such as URL encoding for API parameters.
Capability Assessment
Purpose & Capability
Name/description match the implementation: scripts call Apify actor endpoints to fetch profiles, posts, and comments and then normalize results. Requested binary (python3) and environment variable (APIFY_TOKEN) are expected for this purpose.
Instruction Scope
SKILL.md only instructs running the included Python scripts; the scripts use APIFY_TOKEN and call api.apify.com. They do not attempt to read unrelated local files, other environment variables, or contact unknown external endpoints. The normalization code is local and clear.
Install Mechanism
There is no install spec (instruction-only / script bundle). No downloads or remote executable installs are performed by the skill itself.
Credentials
Only APIFY_TOKEN is required, which is proportionate. Note: the client embeds the token as a query parameter in Apify API URLs (e.g., ?token={APIFY_TOKEN}), which is an expected Apify usage pattern but can expose the token in logs or referer headers — consider using a scoped/rotating token and minimizing exposure.
Persistence & Privilege
The skill does not request persistent or elevated platform privileges (always:false). It does not modify other skills or system configuration.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install social-media-data-hub
  3. After installation, invoke the skill by name or use /social-media-data-hub
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Social Media Data Hub. - Unified Apify-based retrieval for TikTok, Instagram, X/Twitter, and YouTube. - Supports profile, post, and comment data extraction with cross-platform normalization. - Standardized data models for posts and profiles to streamline analysis. - Command-line Python scripts for all core functions, returning normalized JSON. - Documentation includes usage examples, actor mapping, and cost reference.
Metadata
Slug social-media-data-hub
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Social Media Data Hub?

Unified Apify-based retrieval for TikTok, Instagram, X/Twitter, and YouTube profile, post, and comment data with cross-platform normalization for analysis wo... It is an AI Agent Skill for Claude Code / OpenClaw, with 153 downloads so far.

How do I install Social Media Data Hub?

Run "/install social-media-data-hub" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Social Media Data Hub free?

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

Which platforms does Social Media Data Hub support?

Social Media Data Hub is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Social Media Data Hub?

It is built and maintained by Galaxy (@galaxy-earth); the current version is v1.0.0.

💬 Comments