Token导航 LogoToken导航TokenDH.com
效率敏感数据clawhub未标认证来源可访问clear审计通过

socialclawsocialclaw 效率

Agent Skill

socialclaw 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

10,544

周安装

435

GitHub Stars

1

下载量

3,445
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:socialclaw(socialclaw 效率)
来源仓库:https://github.com/ndesv21/socialclaw
安装命令:
openclaw skills install socialclaw
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install socialclaw

简介

当用户想要在 X、LinkedIn、Instagram、Facebook Pages、TikTok、Discord、Telegram、YouTube、Red 上为 AI 代理安排和发布社交媒体时使用

SKILL.md

name
socialclaw
description
Use when a user wants social media scheduling and publishing for AI agents on X, LinkedIn, Instagram, Facebook Pages, TikTok, Discord, Telegram, YouTube, Reddit, WordPress, and Pinterest through SocialClaw.
homepage
https://getsocialclaw.com
metadata
{"openclaw":{"homepage":"https://getsocialclaw.com","primaryEnv":"SC_API_KEY","requires":{"env":["SC_API_KEY"]},"install":[{"id":"npm","kind":"node","package":"socialclaw","bins":["socialclaw","social"],"label":"Install SocialClaw CLI (npm)"}]}}

SocialClaw is a social media scheduling skill for AI agents posting to X, LinkedIn, Instagram, Facebook Pages, TikTok, Discord, Telegram, YouTube, Reddit, WordPress, and Pinterest

SocialClaw is a workspace-scoped social publishing service at https://getsocialclaw.com.

What this skill is

This skill is an instruction layer for the hosted SocialClaw service.

It does not contain the SocialClaw backend or the provider integrations themselves. It teaches an OpenClaw-compatible agent how to:

  • get or use a workspace API key
  • call the SocialClaw HTTP API
  • understand provider/account-type caveats
  • optionally use the separate socialclaw CLI if it is already installed

This skill can work without the CLI. The CLI is only an optional client for the same hosted service.

Use this skill when the user wants to:

  • connect or disconnect social accounts in a SocialClaw workspace
  • upload media and get SocialClaw-hosted delivery URLs
  • validate, preview, apply, or inspect scheduled posts and campaigns
  • inspect connected account capabilities, publish settings, actions, jobs, health, or analytics

Do not use this skill for editing the SocialClaw codebase itself. This bundle is for operating a deployed SocialClaw workspace.

Defaults

  • Base URL: https://getsocialclaw.com
  • Auth: workspace API key in Authorization: Bearer <key>
  • Preferred interface: socialclaw CLI when installed
  • Fallback interface: SocialClaw HTTP API

Runtime requirements

  • Required env: SC_API_KEY
  • Hosted base URL: https://getsocialclaw.com
  • Optional CLI: socialclaw (or social) if already installed
  • Workspace status: an active trial or paid plan is required for CLI/API execution through the workspace key

Optional CLI

SocialClaw also has a separate npm CLI package named socialclaw.

Prefer it when it is already installed or the user wants command-line examples. The CLI is a client for the hosted SocialClaw service. It can:

  • store a workspace API key locally
  • start connection flows
  • upload assets
  • validate, preview, and apply schedules
  • inspect posts, runs, analytics, usage, and workspace health
  • install the packaged Claude Code command with socialclaw install --claude

The CLI is optional. This skill does not require it to function.

If the user explicitly wants the CLI and it is not installed yet:

npm install -g socialclaw

Quick start

If the user does not have a workspace API key yet:

open https://getsocialclaw.com/dashboard

Then tell them:

  • sign in with Google
  • open the API key section
  • create or copy their workspace API key

Set:

export SC_API_KEY="<workspace-key>"

If the CLI is installed, log in with it:

socialclaw login --api-key <workspace-key>

Otherwise validate the key over HTTP:

curl -sS \
  -H "Authorization: Bearer $SC_API_KEY" \
  "https://getsocialclaw.com/v1/keys/validate"

If execution fails with plan_required, subscription_inactive, subscription_past_due, subscription_paused, or subscription_canceled, direct the user to:

  • https://getsocialclaw.com/pricing
  • https://getsocialclaw.com/dashboard

Operating rules

  1. Start by confirming the user has a SocialClaw workspace API key.
  2. If the user does not have a key yet, send them to https://getsocialclaw.com/dashboard to sign in with Google and create one.
  3. A workspace API key alone is not sufficient for execution. If billing-related errors appear, route the user to pricing or dashboard billing instead of retrying commands.
  4. Never ask the user for provider app secrets. End users connect accounts inside SocialClaw.
  5. Prefer explicit provider/account-type language:

- Facebook Pages, not Facebook personal profiles - Instagram Business linked to a Facebook Page - Instagram standalone professional accounts - LinkedIn profile and LinkedIn page are separate providers - Pinterest is board-centric; inspect capabilities/actions before assuming sections, catalogs, or advanced surfaces

  1. If a provider workflow is not supported, say so directly instead of inventing a workaround.
  2. Treat Pinterest product, collection, and idea surfaces as capability-gated or beta unless account capabilities/actions explicitly advertise them.
  3. Avoid echoing full API keys back into chat.

Main workflow

  1. Confirm the user has a workspace API key.
  2. If needed, direct the user to the dashboard to sign in with Google and create a key.
  3. Validate workspace access.
  4. List accounts or start a connection flow.
  5. Inspect capabilities/settings for the target account.
  6. Upload media if needed.
  7. Validate or preview the post/campaign.
  8. Apply it.
  9. Inspect posts, runs, analytics, or retry/reconcile if needed.

Essential examples

If the CLI is installed, prefer commands like these:

Store the workspace key:

socialclaw login --api-key <workspace-key>

Start a connection flow:

socialclaw accounts connect --provider youtube --open

Start a Pinterest OAuth connection:

socialclaw accounts connect --provider pinterest --open

Connect Telegram manually with a bot token and chat target:

socialclaw accounts connect --provider telegram --bot-token <bot-token> --chat-id @yourchannel --json

Connect Discord manually with a channel webhook URL:

socialclaw accounts connect --provider discord --webhook-url <discord-webhook-url> --json

List connected accounts:

socialclaw accounts list --json

Upload media:

socialclaw assets upload --file ./image.png --json

Validate a schedule:

socialclaw validate -f schedule.json --json

Apply a schedule:

socialclaw apply -f schedule.json --json

Install the Claude Code command:

socialclaw install --claude

Inspect a post:

socialclaw posts get --post-id <post-id> --json

Connection workflow

For browser-based account linking:

  • CLI:

- socialclaw accounts connect --provider <provider> --open - then socialclaw accounts status --connection-id <id> --json

  • API:

- POST /v1/connections/start - return the authorize URL to the user or open it if browser tools are available - poll GET /v1/connections/:connectionId

Supported providers:

  • x
  • facebook
  • instagram_business
  • instagram
  • linkedin
  • linkedin_page
  • pinterest
  • tiktok
  • discord
  • telegram
  • youtube
  • reddit
  • wordpress

Telegram and Discord are the exceptions to the browser-based OAuth flow.

Telegram is connected manually with:

  • a Telegram bot token
  • a target chat_id or @channelusername

For Telegram:

  • CLI:

- socialclaw accounts connect --provider telegram --bot-token <token> --chat-id <@channel|chat_id> --json

  • API:

- POST /v1/connections/start with {"provider":"telegram","botToken":"...","chatId":"..." }

Discord is connected manually with:

  • a Discord channel webhook URL

For Discord:

  • CLI:

- socialclaw accounts connect --provider discord --webhook-url <discord-webhook-url> --json

  • API:

- POST /v1/connections/start with {"provider":"discord","webhookUrl":"..." }

Read next

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

75.49%
按下载量换算2,601

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills