Social Media Assistant (via postsyncer.com)
Analysis
This is a coherent PostSyncer social-media integration, but it gives an agent broad posting and management power over connected public social accounts.
Findings (4)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
Autonomously manage social media ... Use `web_fetch`, `curl`, or any HTTP tool available ... **Create Post** — `POST /api/v1/posts`
The skill gives the agent raw API instructions for creating and managing social posts through a bearer token. Public posting and account mutation are high-impact actions, and the provided instructions show confirmation only for some delete actions, not for publishing or updating posts.
Source: unknown ... Homepage: https://postsyncer.com/openclaw ... No install spec — this is an instruction-only skill.
There is no executable install mechanism shown, but the registry source is not identified. Because the skill requires a powerful service token, provenance verification matters.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
create a personal access token with abilities: `workspaces`, `accounts`, `posts`, and (if you use them) `labels`, `campaigns` ... `POSTSYNCER_API_TOKEN=your_token`
The token permissions are expected for this integration, but they grant delegated authority over connected workspaces, accounts, and posting functions.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
PostSyncer MCP ... uses the **same Bearer token** as REST. Typical tools: `list-workspaces`, `list-accounts`, post CRUD, ... `delete-media`
The optional MCP path reuses the same credential and exposes remote tools for account, post, and media operations. This is purpose-aligned, but users should verify the MCP endpoint and data boundary.
