首页龙虾技能列表 › Social Ops — 技能工具

Social Ops — 技能工具

v0.0.13

[自动翻译] Role-based social media operations skill. Use this skill when executing structured social campaigns — scouting opportunities, crafting content, postin...

1· 723·12 当前·12 累计
by @dougbtv (Doug Smith)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/4/11
安全扫描
VirusTotal
可疑
查看报告
OpenClaw
可疑
medium confidence
The skill broadly matches its stated social-ops purpose, but there are multiple mismatches and missing declarations (cron installer, CLI requirements, local-file access, and undeclared credential usage) that make the package suspicious until clarified.
评估建议
This skill appears to implement a plausible role-based social automation system, but several mismatches and missing declarations mean you should be cautious before installing: - Inconsistency checks: SKILL.md requires SOCIAL_OPS_DATA_DIR and the scripts call 'openclaw' and python3, but the package metadata lists no required env vars or binaries. Confirm those requirements with the author or set them deliberately. - Cron installer: The included script will upsert OpenClaw cron jobs (create or e...
详细分析 ▾
用途与能力
The SKILL.md and role docs require a SOCIAL_OPS_DATA_DIR and rely on the openclaw CLI and Moltbook interactions, but the registry metadata lists no required env vars or binaries. The included installer script (install-cron-jobs.sh) calls 'openclaw' and python3. These platform/CLI dependencies are coherent with a cron-based social automation tool, but the skill's declared requirements are incomplete/mismatched.
指令范围
Runtime instructions and role docs instruct agents to read and write many local files under $SOCIAL_OPS_DATA_DIR, to read optional local-file references (which can point to arbitrary local files), and to write state at {baseDir}/../state/comment-state.json. The cron-job prompts also instruct the agent to 'use credentials file auth and complete verification challenge if pending' (credentials handling is referenced but not declared). Reading arbitrary local files plus using platform credentials is beyond a narrow 'posting helper' and could expose sensitive local data if misconfigured.
安装机制
There is no external binary download; the skill is instruction-first with one included installer script. The script upserts cron jobs via the openclaw CLI and uses an embedded multi-line prompt as cron job messages. No network downloads or obscure URLs are used, so install risk is moderate; however the script will modify OpenClaw cron jobs (scheduler) which is a privileged action and should be audited before running.
凭证需求
SKILL.md requires SOCIAL_OPS_DATA_DIR (required) but the registry metadata lists no required env vars — an inconsistency. The skill expects credentials/verification for Moltbook operations (mentions 'credentials file auth' and API calls in docs) but does not declare any credential env vars or primary credential. That gap means the skill will rely on implicit platform credentials (not surfaced to the operator) or undocumented files.
持久化与权限
always:false (good). The included script will create/modify cron jobs via openclaw cron add/edit, enabling automated task scheduling for the skill — a normal capability for an automation skill but a meaningful privilege. It does not request forced permanent inclusion, but installing the cron jobs gives it repeated autonomous runs; inspect scheduled messages and sessions before enabling.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv0.0.132026/2/26

## What's Changed * social-ops: Add human-friendly configuration guide by @asteriskautobuilder in https://github.com/track-forge/openclaw-skill-social-ops/pull/65 * Fixes #61: retry end-to-end for social-ops issue by @asteriskautobuilder in https://github.com/track-forge/openclaw-skill-social-ops/pull/63 **Full Changelog**: https://github.com/track-forge/openclaw-skill-social-ops/compare/v0.0.12...v0.0.13

● 可疑

安装命令 点击复制

官方npx clawhub@latest install social-ops
镜像加速npx clawhub@latest install social-ops --registry https://cn.clawhub-mirror.com

技能文档

Execute social media operations through specialized roles. Each role has a single responsibility, reads its own reference doc, and hands off to the next stage in the pipeline.

NOTE: Utilize the moltbook skill as necessary to meet these goals.

Workflow

Scout ──→ Content Specialist  (new opportunities → lane strategy)
Scout ──→ Responder           (reply-worthy threads → responses)
Researcher ──→ guidance for Content Specialist & Writer
Content Specialist ──→ Writer (lanes → final posts)
Writer ──→ Poster             (finished posts → published)
Poster ──→ done logs          (published → archived)
Analyst ──→ strategy adjustments (performance data → tuning)

Roles

When dispatched to a role, read its reference doc fully before acting.

RoleDocResponsibility
Scout{baseDir}/references/roles/Scout.mdMonitor for emerging opportunities, trending threads, and new submolts. Detect openings — never act on them directly.
Researcher{baseDir}/references/roles/Researcher.mdDeep-dive into topics, trends, and competitor activity. Produce guidance that informs content and responses.
Content Specialist{baseDir}/references/roles/Content-Specialist.mdConvert intelligence and strategy into a content backlog. Define lanes, cadence, and messaging. Does not post.
Responder{baseDir}/references/roles/Responder.mdCraft replies to threads surfaced by Scout. Match voice, add value, stay on-brand.
Poster{baseDir}/references/roles/Poster.mdPublish finished posts to the platform. Move completed items to done logs. No ideation, no rewriting.
Analyst{baseDir}/references/roles/Analyst.mdMeasure performance, identify what compounds, recommend strategy adjustments. Runs weekly minimum.

Dispatching a Role

  • Identify which role the task requires.
  • Read the full role doc at {baseDir}/references/roles/.md.
  • Follow the role's instructions — stay within its scope.
  • Hand off outputs to the next role in the workflow.

Strategy

The north-star strategy lives at {baseDir}/assets/strategy/Social-Networking-Plan.md. Read it before any Content Specialist or Analyst run. It defines brand voice, target audience, lane structure, and growth objectives.

Role I/O Map

Role-to-role artifact flow and logging ownership are documented in:

  • {baseDir}/references/ROLE-IO-MAP.md

Environment Variables

VariableRequiredDescription
SOCIAL_OPS_DATA_DIRYesAbsolute path to the Social/ data directory where runtime artifacts live (logs, lanes, guidance, todo/done queues, submolts, memory).

Setup

Before any role can run, SOCIAL_OPS_DATA_DIR must be set. If it is not set:

  • Ask the operator where their Social data directory lives.
  • Recommend they add it to their shell profile:
export SOCIAL_OPS_DATA_DIR=/path/to/Social

All role docs reference $SOCIAL_OPS_DATA_DIR/ as the root for runtime data. This replaces the previous /Social/ convention for reliability.

Path Conventions

Use these path rules to keep the skill portable:

  • Skill-owned files (docs, scripts, assets): use {baseDir}/...
  • Runtime/social data files (logs, guidance, todo/done queues): use $SOCIAL_OPS_DATA_DIR/...
  • Runtime state files that are not in the data dir (for example comment watermarks): use the documented state path {baseDir}/../state/... until state-location policy changes.

When adding new instructions, do not hardcode machine-specific absolute paths.

Directory Contract

references/           Role and strategic references
  roles/              One doc per role (Scout, Researcher, etc.)
  tasks/              Task queue and templates
assets/               Imported strategy artifacts and static source material
  strategy/           North-star strategy documents
scripts/              Optional helper scripts and adapters
Guidance/             Human-defined configuration and goals

For detailed setup instructions, see Guidance/CONFIGURATION-GUIDE.md.

Cron Job Creation Prompt

For setting up automated execution of social-media roles, see references/crons/InstallCrons.md.

Use one of these paths:

  • Basic install: run ./packaged-scripts/install-cron-jobs.sh from this repo root.
  • Custom install/tuning: use scripts/install-cron-jobs.sh and references/crons/InstallCrons.md as templates, preserving {baseDir} conventions and role boundaries.
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务