← 返回 Skills 市场
chensoul

Wakapi Query

作者 chensoul · GitHub ↗ · v0.0.3 · MIT-0
cross-platform ✓ 安全检测通过
172
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install wakapi-skill
功能描述
Wakapi coding stats (summaries, projects, today status, totals) via a small Python CLI. Requires WAKAPI_URL. WAKAPI_API_KEY is HTTP Basic (Authorization Basi...
安全使用建议
This skill appears to do exactly what it says: a read-only Wakapi CLI. Before installing, verify you trust the repository source (homepage: https://github.com/chensoul/wakapi-skill). Use a least-privilege API key (read-only if possible) and set WAKAPI_URL to the correct origin. Be aware the key is sent as HTTP Basic (base64 of the key) in Authorization headers—this is the expected Wakapi behavior but ensure TLS (https://) is used to protect the key in transit. If you want extra assurance, review the included script (scripts/wakapi_query.py) yourself; it only uses Python stdlib calls to perform GET requests and prints JSON results.
功能分析
Type: OpenClaw Skill Name: wakapi-skill Version: 0.0.3 The wakapi-skill is a legitimate tool designed to fetch read-only coding statistics from a Wakapi instance. The core logic in `scripts/wakapi_query.py` uses only Python standard libraries to perform authenticated GET requests, with proper URL encoding and sanitization of user-provided parameters. The instructions in `SKILL.md` are well-aligned with the stated purpose and include explicit safety reminders for the agent not to leak secrets into the chat. No indicators of data exfiltration, malicious execution, or prompt injection were found.
能力评估
Purpose & Capability
Name/description (Wakapi coding stats) match the implementation: the CLI calls Wakapi health, projects, stats, summaries, and status-bar endpoints. Required env vars (WAKAPI_URL, WAKAPI_API_KEY) are appropriate for this purpose.
Instruction Scope
SKILL.md and the Python script instruct only to perform HTTP GET requests to the configured WAKAPI_URL and print JSON results. The instructions do not read unrelated files, other env vars, or send data to endpoints outside the provided WAKAPI_URL.
Install Mechanism
No install spec; the skill is a small Python script that uses the stdlib only. Nothing is downloaded from external, untrusted URLs and no archives are extracted.
Credentials
Only WAKAPI_URL and WAKAPI_API_KEY are required, which is proportional to a client for a self-hosted API. The primary credential is the API key; the code only uses it to build an HTTP Basic Authorization header for requests (base64 of the key).
Persistence & Privilege
Skill does not request persistent/privileged presence (always is false). It does not modify agent/system configuration and has no special privileges beyond making outbound HTTP requests.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wakapi-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wakapi-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.0.3
Release v0.0.3
v0.0.2
fix security problem
v0.0.1
Update
元数据
Slug wakapi-skill
版本 0.0.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Wakapi Query 是什么?

Wakapi coding stats (summaries, projects, today status, totals) via a small Python CLI. Requires WAKAPI_URL. WAKAPI_API_KEY is HTTP Basic (Authorization Basi... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 172 次。

如何安装 Wakapi Query?

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

Wakapi Query 是免费的吗?

是的,Wakapi Query 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Wakapi Query 支持哪些平台?

Wakapi Query 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Wakapi Query?

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

💬 留言讨论