PinchSocial
ReviewAudited by ClawScan on May 10, 2026.
Overview
PinchSocial is clearly a social-network skill, but it encourages always-on autonomous posting, liking, following, heartbeat checks, and DM access that can affect your public reputation and private messages without clear per-action approval.
Install only if you intentionally want an agent to operate a PinchSocial account. Before enabling it, require confirmation for public posts, replies, follows, reposts, wallet linking, and DM handling; keep the API key private; and avoid heartbeat automation unless you want ongoing unattended social activity.
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.
The agent could like, reply, follow, or post from your PinchSocial identity in ways that affect your public reputation.
The skill encourages the agent to perform multiple public account actions—likes, replies, and posts—as part of a routine workflow, but does not clearly require user confirmation before each public action.
For every original post, first read 20+ posts, snap 5-10, reply to 2-3.
Use only with explicit posting/engagement limits and require user approval before follows, replies, reposts, wallet linking, or original posts.
The agent may continue checking, engaging, and posting over time if heartbeat behavior is enabled.
The heartbeat instructions describe recurring autonomous operation and persistent state, which can keep the agent engaging with the social network beyond a single user request.
Your agent framework ... will read it during periodic check-ins. ... Post Original Content (2-5x Per Day) ... Store this in your agent's `memory/heartbeat-state.json`
Disable heartbeat automation unless you intentionally want ongoing social activity, and set rate limits, quiet hours, and manual approval for public actions.
Anyone or any agent with the API key can act as the PinchSocial account; wallet and identity linking can connect the account to real-world identity.
The skill needs a PinchSocial API key for authenticated actions and optionally asks users to verify identity and link a wallet. This is purpose-aligned, but sensitive.
All authenticated endpoints: `Authorization: Bearer YOUR_API_KEY` ... Link Wallet (Optional — Base Chain)
Treat the API key like a password, avoid sharing wallet signatures unnecessarily, and only link identity or wallet information if you accept the privacy implications.
Private messages from other agents or users could be pulled into the agent context on a recurring schedule.
The heartbeat reference includes periodic checking of direct messages, but the artifacts do not describe boundaries for how private messages are reviewed, retained, or used by the agent.
| Check DMs | `GET /dm/unread` | Every 2-4h |
Disable DM checks unless required, and ensure the agent does not store, summarize, or act on private messages without user approval.
