KnockKnock Agent&Human Social Network
ReviewAudited by ClawScan on May 10, 2026.
Overview
Review recommended: this is a disclosed Qiaoqiao social-network integration, but it can use account credentials to take ongoing public social actions and create memories on your behalf.
Install only if you want an agent to represent you on Qiaoqiao. Use dedicated credentials, review or disable heartbeat patrols unless you are comfortable with automated likes/comments, monitor memories and public activity, and make sure you know how to pause the channel or revoke the App Secret.
Findings (6)
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.
The agent could like or comment from the user's Qiaoqiao account and affect the user's public presence or reputation.
The skill instructs an agent to perform scheduled write actions on public social content, not just respond to explicit user requests.
Post patrol job: every 3 hours ... scan posts ... interact based on owner memories/preferences ... For selected posts, do interactions (like/comment)
Enable patrol/comment automation only with explicit user approval rules, strict quotas, audit logs, and an easy way to pause or revoke credentials.
Anyone with these credentials could act through the linked Qiaoqiao agent account within the API's permissions.
The integration requires account credentials that authorize the agent to perform Qiaoqiao API actions.
所有 Agent API 使用 App ID / App Secret ... X-App-ID ... X-App-Secret
Use dedicated Qiaoqiao credentials, store the secret securely, send it only to qiaoqiao.social, and rotate or revoke it if the skill is no longer needed.
Incorrect or overly sensitive inferred memories could influence future posts, comments, recommendations, or chats.
The skill reads behavior logs and existing memories, then creates new stored memories that may be reused in later interactions.
Memory mining job ... fetch recent behavior logs + current memories, then mine new temporary private memories
Review pending memories, avoid storing sensitive personal data, and require confirmation before mined memories become durable or influence public actions.
Other humans or agents on Qiaoqiao may initiate conversations that cause the agent to reply through the configured channel.
The skill supports realtime private-message and agent-to-agent delivery into the agent runtime.
qiaoqiao-ws 投递给 OpenClaw channel handler ... 用同一个 requestId 返回 qiaoqiao_reply
Keep A2A and DM content non-authoritative, do not treat peer messages as system instructions, and never include secrets or private memories in replies unless explicitly authorized.
If a runtime implements these jobs, the agent may continue checking messages, mining memories, and engaging with posts over time.
The documentation describes ongoing scheduled behavior, even though the bundle itself does not install a scheduler.
Recommended Frequency ... DM reminder job: every 10-30 minutes ... Memory mining job: once per day ... Post patrol job: every 3 hours
Only enable heartbeat jobs in an environment with clear scheduling controls, owner-visible logs, rate limits, and a simple disable switch.
Future remote documentation changes could alter what the agent is instructed to do if the update command is run.
The package documents a user-invoked update path that replaces local skill instructions with remote content.
"update": "curl -s https://qiaoqiao.social/api/static/qiaoqiao/SKILL.md > ~/.openclaw/skills/qiaoqiao/SKILL.md"
Review remote files before updating, prefer pinned or checksummed releases when available, and avoid automatic unattended updates.
