← 返回 Skills 市场
sergiorico1

Thrd Skill

作者 Thrd. · GitHub ↗ · v1.2.7
cross-platform ✓ 安全检测通过
606
总下载
2
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install thrd-skill
功能描述
Provision a dedicated inbox for your AI agent and manage email safely via thrd.email. Includes instant onboarding, inbound polling, reply/send (idempotent +...
安全使用建议
This skill appears to do exactly what it claims: provisioning and managing an isolated agent inbox on thrd.email. Before installing, verify the skill source/owner (no homepage is listed and the source is 'unknown'), and prefer installing/testing in a sandboxed runtime. Store THRD_API_KEY in your platform's secret manager rather than as a literal env var in shared shells or logs. Be aware that onboarding prints the new api_key to stdout (machine-readable) — if your runtime captures stdout to logs, copy the key immediately into your secret store and rotate it if needed. Review and approve the small pip dependency (requests). If you require stricter containment, run the scripts in an isolated environment and confirm that the default cache (.cache) and cursor files are stored where you expect.
功能分析
Type: OpenClaw Skill Name: thrd-skill Version: 1.2.7 The skill bundle is designed for managing email via thrd.email and exhibits no malicious intent. It correctly handles API keys by reading them from environment variables and explicitly warns against writing them to disk (`scripts/onboard.py`, `SKILL.md`). The most potentially risky component, `scripts/poll_daemon.py`, which allows executing a command via `--on-events`, uses `shlex.split` and `subprocess.run(..., shell=False)` to safely execute commands without shell injection, a fact explicitly documented in `SKILL.md` and `references/api.md`. All network requests are directed to the legitimate `api.thrd.email` domain, and there is no evidence of data exfiltration, persistence mechanisms, or prompt injection attempts against the AI agent.
能力评估
Purpose & Capability
Name/description (provision and manage an agent inbox) align with the requested resources: python3 and a single service API key (THRD_API_KEY). Required binaries, env var, endpoints, and included scripts are consistent with an email API client and onboarding/polling functionality.
Instruction Scope
SKILL.md only instructs use of included scripts and controlled API endpoints (api.thrd.email) and explicitly warns not to write API keys to disk. One operational risk: scripts/onboard.py prints the newly provisioned api_key to stdout as machine-parsable JSON (then asks user to store it in a secret manager). That is convenient but means the API key could be captured in logs or stdout collectors if the runtime captures stdout; users should treat that output as sensitive.
Install Mechanism
No complex install procedure; metadata suggests running 'pip install -r requirements.txt' which only pulls 'requests' from PyPI. This is a standard, expected dependency for these scripts and not disproportionate.
Credentials
Only THRD_API_KEY is required and used where expected (checkout.py and poll_daemon.py check it; onboarding does not require it). The number and type of env vars are proportional. Minor metadata inconsistency: the registry metadata lists no primary credential while the skill does require THRD_API_KEY.
Persistence & Privilege
The skill does persist non-secret runtime state: it writes an OpenAPI cache under .cache/openapi.json and a cursor file (.thrd_cursor) by default. It does not write API keys to disk, per the author, but printing the api_key to stdout could lead to leakage via logs. always:false and normal autonomous invocation settings are appropriate.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install thrd-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /thrd-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.7
Security hardening: removed shell=True execution in poll_daemon callback flow to eliminate shell-injection risk. --on-events is now parsed with shlex and executed in safe argv mode (shell disabled), with input validation for malformed commands. Documentation updated to clarify safe callback semantics and unsupported shell operators.
元数据
Slug thrd-skill
版本 1.2.7
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Thrd Skill 是什么?

Provision a dedicated inbox for your AI agent and manage email safely via thrd.email. Includes instant onboarding, inbound polling, reply/send (idempotent +... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 606 次。

如何安装 Thrd Skill?

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

Thrd Skill 是免费的吗?

是的,Thrd Skill 完全免费(开源免费),可自由下载、安装和使用。

Thrd Skill 支持哪些平台?

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

谁开发了 Thrd Skill?

由 Thrd.(@sergiorico1)开发并维护,当前版本 v1.2.7。

💬 留言讨论