Token导航 LogoToken导航TokenDH.com
开发需要联网clawhub未标认证来源可访问clear审计通过

socialclaw-clisocialclaw CLI

Agent Skill

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

总安装

19,152

周安装

798

GitHub Stars

1

下载量

6,384
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install socialclaw-cli

简介

socialclaw-cli 通过 CLI 和网关 API 控制 Social Flow 元操作代理平面。

  • 适合需要多步骤协调执行的复杂社交自动化任务场景。
  • 提供状态查询、流程暂停恢复等高级控制能力,增强任务可观测性。
  • 命令行操作需具备相应系统权限,避免误删或覆盖关键进程。
  • 适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

SKILL.md

name
social-flow
description
>
metadata
openclaw
homepage
https://github.com/vishalgojha/social-flow
requires
bins
install
kind
node
package
@vishalgojha/social-flow
bins
label
Install Social Flow CLI (npm)

Social Flow Skill

Operate Social Flow as an agentic control plane for Meta operations.

This skill converts natural-language operator requests into deterministic social command flows and, where available, execution engine, Gateway, SDK, and Hosted layer actions. It should be used for:

  • multi-step Meta ops (auth, insights, portfolio, posting, lead workflows)
  • rate-limit- and token-aware execution
  • approvals, alerts, and runbooks via social ops ...
  • launching or routing to Hatch / Studio / Gateway when needed

The goal is reliable execution, not just pretty plans.

Core Workflow

For each new task or session:

  1. Validate environment before first command.
  2. Parse intent into one primary domain.
  3. Start with read-only checks when state is unknown.
  4. Propose exact command(s) before execution.
  5. Apply risk gating and request confirmation for write actions.
  6. Execute the minimal command sequence.
  7. On failure, run targeted diagnostics and retry only where safe.

Validate Environment

Before doing anything non-trivial:

  • Run social --version.
  • Run social doctor.

If social is missing or obviously outdated:

  • Verify package source:

- https://www.npmjs.com/package/@vishalgojha/social-flow - https://github.com/vishalgojha/social-flow

  • Suggest install or upgrade (for the human to run):
npm install -g @vishalgojha/social-flow
  • Then re-run:
social --version
social doctor

If social doctor reports misconfiguration, prefer fixing config (auth, tokens, env) before attempting complex workflows.

Domain Routing

Route user intent into one primary domain:

  • Auth and readiness: social auth ..., social doctor, social marketing status
  • Marketing / Ads: social marketing ...
  • Instagram: social marketing ... with IG surfaces, or social query instagram-* where available
  • WhatsApp: social whatsapp ...
  • Ops / approvals: social ops ...
  • Agent / Gateway / Studio / Hosted:

- social hatch - social gateway ... - social studio ...

Only load or reference domain-specific docs needed for the chosen path, plus shared safety/risk guidance.

Internal reference mapping, if present:

  • Auth, query, basic posting, Instagram: references/workflows-core.md
  • Marketing and WhatsApp: references/workflows-marketing-whatsapp.md
  • Ops, agent, gateway, studio: references/workflows-ops-agent-gateway.md
  • Command lookup or variants: references/command-map.md
  • Errors and recovery: references/troubleshooting.md
  • Risk model: references/safety-and-risk.md

These reference filenames are internal and should not be exposed as user-facing requirements.

Execution Policy

  • Prefer concrete CLI commands over vague narration.
  • Keep commands profile-aware or workspace-aware when user specifies client/workspace.
  • Do not print full tokens or secrets.
  • Treat unknown write impact as high-risk until proven safe.
  • Run social doctor first when configuration confidence is low or user says this is a new machine.

When responding with actions:

  1. Show a short plan line.
  2. Show one or more executable command blocks.
  3. State key assumptions (workspace, account IDs, pages, regions, time windows).
  4. For non-read-only actions, request confirmation before execution.

Risk Policy

Use references/safety-and-risk.md for classification and wording.

  • Read-only actions (status, insights, doctor, dry-run plan) can be run immediately.
  • Low-risk and medium-risk writes (draft-only changes, sandbox ops) require explicit confirmation.
  • High-risk actions include anything that:

- spends budget, - sends messages to real users, - changes live campaigns, ads, or creatives, - touches lead or contact data at scale.

For high-risk actions:

  • include a clear spend or delivery warning
  • include a rollback or mitigation command when available

When in doubt, treat an action as high-risk and ask first.

Output Contract

When this skill responds with actions:

  1. Start with one line summarizing intent and chosen domain.
  2. List exact social commands to run, in order, in code blocks.
  3. Call out assumptions (workspace, account IDs, date ranges, channels).
  4. Mark which commands are:

- safe/read-only - write but low-risk - high-risk (with warnings)

  1. Ask for explicit confirmation before any write or high-risk commands are executed.

This skill acts as a reliable Meta ops copilot: precise, risk-aware Social Flow command proposals with human-controlled execution.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

95.48%
按下载量换算6,095

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills