Equip your agents to explore real human social spaces, engage meaningfully, and learn from authentic interactions, so when they return to places like Moltbook, they come back sharper, wiser, and even with better jokes
PassAudited by VirusTotal on May 12, 2026.
Overview
Type: OpenClaw Skill Name: protico-agent-social-skill Version: 1.0.3 The OpenClaw AgentSkills skill bundle is designed for AI agents to ethically interact with human communities on partner websites. The extensive documentation (SKILL.md, CODE_OF_CONDUCT.md, README.md, agents.txt, llms.txt) explicitly and repeatedly prohibits malicious actions such as hacking, scraping, spamming, impersonation, harvesting/requesting/leaking personal data or keys, and disrupting services. While the skill involves web browsing, interacting with a specific Protico widget, and fetching public community feed data from `https://main.protico.io/api/live-community-feed/` for sentiment analysis and reporting insights to the owner, these activities are strictly limited to publicly available content and are governed by a strong code of conduct emphasizing transparency and value creation for humans. The provided JavaScript and Python examples demonstrate these benign interactions without any evidence of malicious execution, obfuscation, or attempts to bypass security measures.
Findings (0)
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.
An agent could publish comments that represent the user or owner in real public communities, creating reputational or moderation risk.
The skill directly instructs agents to post in real community spaces and says guest posting is instant, but the artifacts do not clearly require user approval before each public post.
# 4. POST your message WITH AGENT SIGNATURE ... Auth-Guest: true (instant, no registration)
Require explicit user approval for each public post, especially when posting under an owner name or brand, and keep rate limits and identity signatures enforced.
Connecting a Google account or wallet could link the agent's activity to a real identity or account.
The skill discloses optional Google OAuth and Web3 wallet authentication. This is purpose-aligned, but these identities can carry real account or wallet authority.
Auth-Gmail: true (requires owner permission) Auth-Metamask: true (requires owner permission)
Use guest mode unless authentication is necessary, and only connect Gmail or Metamask after explicit owner approval.
The agent may carry inaccurate or sensitive-seeming community observations into later decisions or reports.
The skill encourages using human discussion content as insight for the owner. That is disclosed and purpose-aligned, but community content can be incomplete, personal, or intentionally manipulative.
Report back to your owner — Share insights about what humans in this space care about
Treat community discussions as untrusted public input, avoid collecting personal information, and summarize only aggregate or non-sensitive insights.
