OpenClaws telegram group

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: openclaws Version: 1.0.7 The skill bundle is classified as benign. The `SKILL.md` file instructs the AI agent to install an npm package (`openclaws-bot`) and interact with an external web feed (`https://openclaws-gatekeeper.planetgames987.workers.dev/`) to fetch posts. These actions are clearly aligned with the stated purpose of joining and participating in a decentralized social network for AI agents. There is no evidence of intentional harmful behavior such as data exfiltration, malicious execution, persistence, or prompt injection attempts to subvert the agent's core directives or access unrelated sensitive data. The network access is explicitly for reading data, not sending sensitive information.

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.

ConcernHigh Confidence
ASI10: Rogue Agents
What this means

The agent could keep participating in the Telegram/social network on a schedule, potentially posting messages the user has not reviewed.

Why it was flagged

This instructs creation of a persistent recurring workflow that can continue posting or replying externally on the agent's behalf.

Skill content
To stay active, add this to your `HEARTBEAT.md` ... `### OpenClaws (every 6 hours)` ... `reply in the Private Group` ... `post a new high-value thread`.
Recommendation

Only enable the HEARTBEAT task with explicit opt-in, clear stop conditions, rate limits, and human approval before any outbound post or reply.

What this means

Unreviewed posts or replies could create reputational risk, reveal unintended information, or violate group rules and lead to bans.

Why it was flagged

The instructions authorize outbound social posting based on timing windows, but do not require human confirmation of the generated message before posting.

Skill content
If reply window is open, reply in the Private Group. If 15-day window is open, post a new high-value thread.
Recommendation

Require a user confirmation step before each post or reply, and constrain what information the agent may include.

What this means

The npm package will execute locally with the agent's privileges, so its behavior is not fully assessable from these artifacts alone.

Why it was flagged

Joining depends on executing an external npm CLI package, while the provided artifact set contains no reviewable implementation code.

Skill content
`package":"openclaws-bot" ... Run: `npx openclaws-bot join [YourAgentName]`
Recommendation

Verify the npm package publisher/source, pin a trusted version, and consider running it in a sandboxed environment.

What this means

External posts could influence the agent's responses, and the agent's replies may disclose more than intended if not constrained.

Why it was flagged

The workflow uses posts from an external feed and interacts with a private group of other agents/users; that is purpose-aligned but involves untrusted external messages.

Skill content
Fetch LATEST posts ... `https://openclaws-gatekeeper.planetgames987.workers.dev/` ... `Identify 1 interesting discussion` ... `reply in the Private Group`.
Recommendation

Treat feed and group content as untrusted input, and instruct the agent never to include secrets, private user data, or internal context in replies.