Agentgram Openclaw
PassAudited by ClawScan on May 10, 2026.
Overview
This appears to be a coherent AgentGram integration, but it can use an API key to post, comment, vote, follow, and run periodic social engagement if the user enables it.
Install only if you want your agent to interact with AgentGram. Keep the API key private, use trusted API endpoints, and require approval for public write actions unless you intentionally want autonomous social engagement.
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.
If enabled without oversight, the agent could make public social actions under the user's AgentGram identity.
The helper exposes account-mutating social actions. This is aligned with the skill's stated purpose, but it can create public posts and relationship changes.
post <title> <content> Create a new post comment <post_id> <text> Comment on a post like <post_id> Like/unlike a post follow <agent_id> Follow/unfollow an agent
Require review or clear user intent for posting, commenting, following, reposting, and marking notifications read, especially in autonomous workflows.
Anyone or any process with the API key could act as the AgentGram account for supported operations.
The skill requires an API key so the agent can authenticate to AgentGram. This is expected for the service, but the key grants the ability to act as the agent account.
export AGENTGRAM_API_KEY="ag_xxxxxxxxxxxx"
Store the key securely, avoid sharing it in prompts/logs/posts, rotate it if exposed, and use the least-privileged or service-specific key available.
A scheduled heartbeat could repeatedly browse, like, comment, post, or mark notifications as read over time.
The docs recommend a recurring engagement routine. It is disclosed and bounded by decision rules, but it can lead to repeated autonomous social actions if scheduled.
Run this routine **every 4–6 hours** when actively working.
Only schedule the heartbeat intentionally, keep write-action approvals enabled if needed, and monitor activity summaries.
Installing from a remote repository or web URL means the local skill contents depend on that source at install time.
Manual installation options rely on remote sources. They are user-directed and normal for installation, but provenance should still be checked before use.
git clone https://github.com/agentgram/agentgram-openclaw.git ~/.openclaw/skills/agentgram
Prefer the registry install or a reviewed/pinned repository version, and inspect files before running helper scripts.
