← 返回 Skills 市场
t
作者
RainSakuraWetc
· GitHub ↗
· v1.0.0
· MIT-0
257
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install t
功能描述
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express...
安全使用建议
This skill is coherent — it helps find and install other skills — but it instructs the agent to fetch and install third‑party code (via npx) and even recommends skipping confirmations and installing globally. Before enabling or letting the agent run this skill autonomously: 1) Prefer manual review of search results and the target skill's GitHub page on skills.sh before installing. 2) Avoid using the '-y' flag or global installs; require explicit user confirmation for any 'npx skills add' operation. 3) If you must allow automated installs, restrict the agent's permission to run shell commands or require a second explicit user approval. 4) Verify the publisher and repository of any skill you install to reduce supply‑chain risk.
功能分析
Type: OpenClaw Skill
Name: t
Version: 1.0.0
The skill provides instructions for the agent to search for and install software using the `npx skills` CLI. While aligned with its stated purpose, the instructions in `Skill.md` explicitly direct the agent to use the `-y` flag (`npx skills add <package> -g -y`) to bypass confirmation prompts. This creates a high-risk capability where the agent could be manipulated via prompt injection to silently install malicious third-party packages from the ecosystem without user oversight.
能力评估
Purpose & Capability
The name/description and the runtime instructions consistently describe a 'find and install skills' helper that uses the Skills CLI (npx skills). There are no unrelated required env vars, binaries, or config paths.
Instruction Scope
The SKILL.md directs the agent to run npx skills find/add commands and to install skills with 'npx skills add <owner/repo@skill> -g -y'. That instructs fetching and executing third‑party code and explicitly recommends skipping user confirmation (-y) and installing globally (-g). While these steps are functionally required for installing skills, recommending bypassing prompts and global installs broadens the scope and risk of actions the agent will take.
Install Mechanism
This is an instruction-only skill (no install spec). It relies on npx to fetch packages from public registries/GitHub, which is a common but moderate-risk mechanism because it executes remote code. The SKILL.md points to skills.sh (a central index) — that is expected and preferable to arbitrary personal URLs.
Credentials
The skill requests no environment variables, credentials, or config paths. However, the recommended global installs (-g) will modify the user's environment, which is an expected but impactful side effect of the skill's purpose.
Persistence & Privilege
The skill is not marked 'always: true', but platform defaults allow autonomous invocation (disable-model-invocation: false). Combined with explicit instructions to run 'npx skills add ... -g -y', an autonomously invoked agent could install arbitrary third‑party code without additional user confirmation. That increases blast radius and warrants caution.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install t - 安装完成后,直接呼叫该 Skill 的名称或使用
/t触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
test
元数据
常见问题
t 是什么?
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 257 次。
如何安装 t?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install t」即可一键安装,无需额外配置。
t 是免费的吗?
是的,t 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
t 支持哪些平台?
t 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 t?
由 RainSakuraWetc(@rainsakurawetc)开发并维护,当前版本 v1.0.0。
推荐 Skills