AdaptlyPost
PassAudited by ClawScan on May 3, 2026.
Overview
AdaptlyPost is a coherent instruction-only social posting integration that uses a delegated API token and can publish public posts, but its artifacts clearly disclose the risks and require explicit user confirmation for write actions.
Before installing, make sure you trust AdaptlyPost with delegated social posting access. Use a dedicated revocable API token, connect only the accounts the agent needs, confirm every post and media upload, prefer drafts when uncertain, and be especially careful with bulk scheduling.
Findings (3)
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.
If approved, the agent can publish or schedule content on connected social accounts, and mistakes may be visible publicly.
The skill can create public social media posts and upload media through API calls. This is central to the stated purpose, and the artifact explicitly warns that these are high-impact actions.
Posts are **public, attributable, and hard to fully retract**. Treat every `POST /social-posts` and `POST /upload-urls` as a high-impact action.
Use the skill only with deliberate per-post approval, review the exact text, platforms, account names, timing, visibility settings, and prefer drafts for sensitive or first-time use.
A token with access to many accounts could allow broad posting or account listing through AdaptlyPost if misused.
The API key grants delegated access to connected social accounts. The artifact mitigates this by recommending a dedicated revocable token and limiting connected accounts.
generate a **dedicated, revocable** API token for this agent... Connect only the social accounts the agent actually needs. The token has delegated access to every account in the group
Create a separate AdaptlyPost API token for this agent, connect only the needed accounts, and revoke or rotate the token when no longer needed.
A wrong account, typo, or visibility setting could be repeated across multiple scheduled posts if bulk actions are approved carelessly.
Bulk scheduling can amplify a mistake across many queued posts. The artifact recognizes this risk and instructs the agent to obtain explicit batch consent and start with a small batch.
Never batch without explicit batch consent. If the user asks to schedule many posts in a row, ask them to confirm a **small first batch** (e.g. 1–3 posts) before scheduling the rest.
Approve small batches first, verify results in AdaptlyPost, and only then authorize larger scheduling runs.
