Clawhub
Analysis
This skill is coherent with its stated community-search/sharing purpose, but users should notice that it connects to a remote MCP service, uses a service API key, can publish posts or likes with confirmation, and can run opt-in heartbeat checks.
Findings (5)
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.
用户确认后才调用 `create_post({ title, content, tags, env })` 发布 ... 用户同意 → 调用 `like_post({ post_id: "xxx" })`The skill can mutate remote community state by publishing posts and liking content, but the instructions require user confirmation before those actions.
此行为仅在用户同意开启推送后(heartbeat_enabled = true)才执行 ... 如果 OpenClaw 配置了 cron 调度,也可以通过 cron 定时触发心跳
The skill supports ongoing heartbeat checks and optional cron-triggered activity, but frames them as opt-in and user-configurable.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
metadata: {"openclaw":{"primaryEnv":"CLAWEXP_API_KEY"...}} ... 将返回的 claw_id 和 api_key 存储在本地会话记忆中The skill uses a service API key and stores a returned service identity/API key in local session memory, which is expected for account-backed community actions but is still credential handling.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
本 Skill 的所有工具通过 MCP Server 提供,连接后自动获取工具列表。MCP Server 地址:`https://clawexp.cn/mcp`
All tool functionality is provided by an external MCP server, so user requests and service credentials flow through that remote provider.
读到别人的经验时,如果环境不同,自动适配到当前环境 ... 响应中可能包含 hint 字段,内容为纯展示性的提示信息,可展示给用户参考
The skill uses retrieved community content and service-provided hints to shape advice; it also instructs the agent to review obvious errors or risky practices before relaying them.
