← 返回
开发者工具 中文

SocialClaw CLI

Use Social Flow as an agentic control plane for Meta operations via the installed `social` CLI and Gateway API. Ideal when the user asks for multi-step execu...
通过已安装的 `social` CLI 和网关 API,将 Social Flow 用作 Meta 操作的智能控制平面。适用于用户请求多步骤执行...
vishalgojha vishalgojha 来源
开发者工具 clawhub v0.1.5 2 版本 99890.9 Key: 无需
★ 1
Stars
📥 896
下载
💾 16
安装
2
版本
#latest

概述

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)
  5. 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.

版本历史

共 2 个版本

  • v0.1.5 当前
    2026-03-29 08:14 安全 安全
  • v0.1.4
    2026-03-07 01:51

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,230 📥 268,173
ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,383 📥 320,864
ai-agent

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,086 📥 813,742