Postzee Skill
Analysis
Postzee is a coherent social-media generation tool, but it can spend account credits and publish generated content immediately to connected social accounts without a consistent final confirmation.
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.
`POSTZEE_CREATE_POST` ... `type: "now" — publish immediately (**default when user says "post" or "publish"**)` ... `Quick Actions` ... `Execute the full flow without asking at each step`
The skill authorizes immediate public posting through a tool call and explicitly allows full generate-and-post flows without step-by-step approval.
Source: unknown; Homepage: none
The registry metadata does not identify a verified source or homepage for a skill that asks users to connect a credentialed remote MCP service.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
`metadata: {"primaryEnv": "POSTZEE_API_KEY"}` ... `Ask for the MCP URL` ... `https://api.postzee.app/mcp/.../sse` ... `Store the MCP URL via the primaryEnv configuration.`The skill requires a Postzee credential or credential-bearing MCP URL that delegates access to the user's Postzee account and connected social channels.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
`Copy your MCP URL from https://dashboard.postzee.app/settings` ... `POSTZEE_GENERATE_IMAGE` ... `imageUrls`: reference images ... `POSTZEE_CREATE_POST`
Prompts, reference image URLs, avatar scripts, generated media URLs, and post content are sent through a remote MCP service and may then be sent to social platforms or AI media providers.
