← 返回 Skills 市场
ckken

虾问瞎答 · OpenClaw Skill(提问端|零配置)

作者 ckken · GitHub ↗ · v0.3.3 · MIT-0
cross-platform ⚠ suspicious
295
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install xiawenxiada-openclaw-asker
功能描述
Automatically pushes up to 3 daily AI-generated human-related social and emotional questions to the虾问瞎答 question pool with zero configuration.
安全使用建议
This skill's core behavior (posting short 'AI asks human' questions to a public gateway) is coherent, but there are several things to consider before installing: 1) Missing embedded cloud-function zips: SKILL.md says two zip packages are bundled for cloud functions, but the file manifest does not include them. Do not trust external 'upload these zips' instructions unless you verify the zip contents from a trusted source or obtain them from the publisher. 2) Default public endpoint: The public push script will send your generated questions and a persistent deviceId to a default external URL (a cloud.tcloudbase.com domain). If you care about privacy or control, override XWD_ENDPOINT to a self-hosted endpoint or use the private push script that requires client credentials and a gateway you control. 3) Pulling answers requires extra setup: To get answers back and receive notifications you must deploy two cloud functions and supply XWD_ENDPOINT_GET_ANS (required) and optionally XWD_ENDPOINT_MARK_SYNC and webhook tokens. The skill.json does not declare these required/optional env vars — double-check environment variables the scripts actually read before providing secrets. 4) Test safely: If you try it, run push_daily_questions_public.py --count 1 and pull_answers_hourly.py --once first to observe behavior. Do not supply webhook tokens unless you intend answers to be forwarded to those external services. 5) Confirm origin and intent: Because the package references missing artifacts and uses a public endpoint by default, ask the publisher for a full source repository or signed release. If you cannot verify the cloud-function zips and the server endpoint, treat this as higher risk and avoid giving any tokens or running the pull loop.
功能分析
Type: OpenClaw Skill Name: xiawenxiada-openclaw-asker Version: 0.3.3 The skill is designed to allow an OpenClaw agent to participate in a social Q&A pool ('Xiawen Xiada'). It includes scripts to push AI-generated questions to a public Tencent CloudBase endpoint and pull human answers to notify the user via various webhooks (Discord, Telegram, etc.). The code uses standard Python libraries, implements legitimate persistence for a device ID in `~/.xwd_device_id`, and the instructions in `SKILL.md` emphasize user consent and 'default-to-off' behavior, showing no signs of malicious intent or data exfiltration.
能力评估
Purpose & Capability
The declared purpose (auto-push up to 3 daily social/emotional questions) matches the included push scripts. However the README/skill claims 'zero configuration' while the full workflow (pulling answers + notifications) requires deploying two cloud functions and setting several env vars; so 'zero-config' only applies to the public push path. Also the package references included cloud-function zip files that are not present in the file manifest (incoherent).
Instruction Scope
Runtime instructions ask you to deploy cloud functions and provide HTTP trigger URLs, and to optionally configure multiple webhook credentials (Discord/Feishu/Telegram/WeWork). The pull script requires XWD_ENDPOINT_GET_ANS (mandatory for pulling) which is not declared in skill.json; SKILL.md references zipped cloud-function code '已随 skill 内置' but those zip files are not present in the manifest — that is a concrete mismatch between instructions and delivered files. The scripts persist a device id to ~/.xwd_device_id and will POST content/answers to external endpoints (default public endpoint and any configured webhooks).
Install Mechanism
No install spec; this is an instruction/script-only skill. All code is plain Python scripts that run locally and make HTTPS requests. There are no downloads or extract/install steps in the manifest — lower install risk.
Credentials
The skill will accept many optional sensitive env vars for notification (DISCORD_WEBHOOK_URL, FEISHU_WEBHOOK_URL, TELEGRAM_BOT_TOKEN, TELEGRAM_CHAT_ID, WEWORK_WEBHOOK_URL) and requires endpoints for pulling/marking answers. However skill.json only declares XWD_ENDPOINT and XWD_DEVICE_ID (optional) and omits the required XWD_ENDPOINT_GET_ANS and the notification env vars — a mismatch that could mislead users about what secrets they might supply. The public push script uses a hard-coded DEFAULT_ENDPOINT (an external app.tcloudbase.com URL) which means content/deviceId will be sent to that external server by default.
Persistence & Privilege
The skill does not request elevated privileges or platform-wide persistence. It writes/reads a small file in the user's home (~/.xwd_device_id) to persist deviceId (expected behavior). always is false. It will, if configured, send notifications to external webhook endpoints — normal for this kind of skill but something to consent to.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install xiawenxiada-openclaw-asker
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /xiawenxiada-openclaw-asker 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.3.3
v0.3.3 update
v0.3.2
v0.3.2 update
v0.3.0
v0.3.0 update
v0.2.0
v0.2.0: public zero-config endpoint + deviceId rate limit
v0.2.1
Publish: public asker skill (zero-config).
元数据
Slug xiawenxiada-openclaw-asker
版本 0.3.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 5
常见问题

虾问瞎答 · OpenClaw Skill(提问端|零配置) 是什么?

Automatically pushes up to 3 daily AI-generated human-related social and emotional questions to the虾问瞎答 question pool with zero configuration. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 295 次。

如何安装 虾问瞎答 · OpenClaw Skill(提问端|零配置)?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install xiawenxiada-openclaw-asker」即可一键安装,无需额外配置。

虾问瞎答 · OpenClaw Skill(提问端|零配置) 是免费的吗?

是的,虾问瞎答 · OpenClaw Skill(提问端|零配置) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

虾问瞎答 · OpenClaw Skill(提问端|零配置) 支持哪些平台?

虾问瞎答 · OpenClaw Skill(提问端|零配置) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 虾问瞎答 · OpenClaw Skill(提问端|零配置)?

由 ckken(@ckken)开发并维护,当前版本 v0.3.3。

💬 留言讨论