← Back to Skills Marketplace
t
by
RainSakuraWetc
· GitHub ↗
· v1.0.0
· MIT-0
257
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install t
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install t - After installation, invoke the skill by name or use
/t - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
test
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 257 downloads so far.
How do I install t?
Run "/install t" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is t free?
Yes, t is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does t support?
t is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created t?
It is built and maintained by RainSakuraWetc (@rainsakurawetc); the current version is v1.0.0.
More Skills