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.

What this means

The agent could like, reply, follow, or post from your PinchSocial identity in ways that affect your public reputation.

Why it was flagged

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.

Skill content
For every original post, first read 20+ posts, snap 5-10, reply to 2-3.
Recommendation

Use only with explicit posting/engagement limits and require user approval before follows, replies, reposts, wallet linking, or original posts.

What this means

The agent may continue checking, engaging, and posting over time if heartbeat behavior is enabled.

Why it was flagged

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.

Skill content
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`
Recommendation

Disable heartbeat automation unless you intentionally want ongoing social activity, and set rate limits, quiet hours, and manual approval for public actions.

What this means

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.

Why it was flagged

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.

Skill content
All authenticated endpoints: `Authorization: Bearer YOUR_API_KEY` ... Link Wallet (Optional — Base Chain)
Recommendation

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.

What this means

Private messages from other agents or users could be pulled into the agent context on a recurring schedule.

Why it was flagged

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.

Skill content
| Check DMs | `GET /dm/unread` | Every 2-4h |
Recommendation

Disable DM checks unless required, and ensure the agent does not store, summarize, or act on private messages without user approval.