← 返回 Skills 市场
258
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install zeelin-social-watch
功能描述
Zeelin Social Watch: monitor social media sentiment, trending events, platform rankings, and account data via GSData open platform. Use when user asks for 舆情...
安全使用建议
This skill appears to be a legitimate GSData API adapter, but there are a few red flags to consider before installing or supplying secrets:
- Registry metadata omitted required env vars while SKILL.md does require GSDATA_APP_KEY and GSDATA_APP_SECRET. Treat that as an administrative inconsistency — confirm the required credentials before use.
- The adapter code defines a fallback credential file path (~/.config/gsdata/credentials.json) that the SKILL.md does not mention. Check whether that file exists on your system and what it contains; the skill may read it automatically.
- The default API URL in code is HTTP (not HTTPS). If you provide live credentials, they may be transmitted in plaintext unless you override the base URL to an HTTPS endpoint. Prefer using a scoped/test key with limited permissions.
- The mapping includes many endpoints including write operations; SKILL.md instructs to require explicit confirmation for writes. Enforce that: never run write actions unless you review and explicitly allow them.
- Practical steps: inspect the bundled gsdata_adapter.py and mapping file locally, verify how credentials are loaded, consider running the adapter in a confined environment, and only provide a GSData API key with minimal privileges (or a test key) until you are confident.
Given these inconsistencies (metadata vs SKILL.md, undocumented credential file, and use of HTTP), treat the skill as suspicious until you verify those points.
功能分析
Type: OpenClaw Skill
Name: zeelin-social-watch
Version: 0.1.0
The skill is a legitimate API adapter for the GSData (清博大数据) social media monitoring platform. The bundled Python script (gsdata_adapter.py) implements standard authentication and signature logic to interact with the official GSData gateway (databus.gsdata.cn). It includes safety-conscious features such as a built-in write-protection mechanism that blocks state-changing requests unless an explicit flag is provided, and the SKILL.md instructions correctly guide the agent to limit payload sizes and perform dry runs. No evidence of malicious execution, data exfiltration, or harmful prompt injection was found.
能力评估
Purpose & Capability
The code and mapping file implement many GSData endpoints for social monitoring, which aligns with the skill name/description. However the registry metadata listed no required environment variables while SKILL.md explicitly requires GSDATA_APP_KEY and GSDATA_APP_SECRET — a metadata omission/inconsistency that should be corrected.
Instruction Scope
SKILL.md gives concrete runtime instructions (run ./gsdata_adapter.py, use env vars, prefer read-only, require explicit --allow-write for writes) and warns about pagination/size limits. That scope is appropriate. One omission: SKILL.md does not mention the adapter's fallback DEFAULT_CREDS_PATH (~/.config/gsdata/credentials.json) found in the code, so the script may read a local credentials file even though it's not documented in the instructions.
Install Mechanism
No install spec and only a note about pip install requests — low-risk. All code is bundled with the skill (adapter and JSON mapping); there are no downloads from external URLs in the install phase.
Credentials
SKILL.md legitimately requires two GSData credentials (GSDATA_APP_KEY, GSDATA_APP_SECRET). However the registry metadata did not declare these env vars, and the code defines a DEFAULT_CREDS_PATH in the user's home directory that could be read as a fallback. The skill also uses a plaintext HTTP DEFAULT_BASE_URL (http://databus.gsdata.cn:8888), which could expose credentials in transit. These inconsistencies and the undocumented credential-file fallback are concerning.
Persistence & Privilege
The skill is not always-enabled, does not request system-wide changes, and contains no install-time steps that modify other skills or system-wide settings. Autonomous invocation is allowed (platform default) but not combined with always:true or broad undeclared privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install zeelin-social-watch - 安装完成后,直接呼叫该 Skill 的名称或使用
/zeelin-social-watch触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Zeelin Social Watch 1.2.0 brings detailed documentation and operational rules for safe, efficient social media data monitoring.
- Added comprehensive SKILL.md with usage instructions, prerequisites, and security guidelines.
- Clarified environment variables needed for GSData API access (GSDATA_APP_KEY, GSDATA_APP_SECRET).
- Documented strict pagination and payload size rules to prevent large JSON dumps in chats.
- Provided example commands for querying sentiment, trending topics, platform rankings, and account data.
- Outlined safeguards and explicit requirements for write actions to ensure safe operation.
元数据
常见问题
Zeelin Social Watch 是什么?
Zeelin Social Watch: monitor social media sentiment, trending events, platform rankings, and account data via GSData open platform. Use when user asks for 舆情... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 258 次。
如何安装 Zeelin Social Watch?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install zeelin-social-watch」即可一键安装,无需额外配置。
Zeelin Social Watch 是免费的吗?
是的,Zeelin Social Watch 完全免费(开源免费),可自由下载、安装和使用。
Zeelin Social Watch 支持哪些平台?
Zeelin Social Watch 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Zeelin Social Watch?
由 thu-nmrc(@thu-nmrc)开发并维护,当前版本 v0.1.0。
推荐 Skills