AI Agent Skills Manager - 智能体技能管理工具

v1.0.2

AI Agent Skills Manager - 智能体技能管理工具。安装和管理 OpenClaw 技能包,提供交互式选择界面。Use when: (1) User wants to install AI agent skills, (2) User needs to manage OpenClaw skill...

0· 182·0 current·0 all-time
by中国山东肥城林水科技@linshuikeji

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for linshuikeji/ai-agent-skills-manager.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "AI Agent Skills Manager - 智能体技能管理工具" (linshuikeji/ai-agent-skills-manager) from ClawHub.
Skill page: https://clawhub.ai/linshuikeji/ai-agent-skills-manager
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install ai-agent-skills-manager

ClawHub CLI

Package manager switcher

npx clawhub@latest install ai-agent-skills-manager
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name and description claim an installer/manager for OpenClaw skills. The scripts clone a GitHub repo (pskoett/pskoett-ai-skills) and copy skill directories into ~/.openclaw/skills, which is exactly what an installer should do.
Instruction Scope
SKILL.md instructs the user to run the provided installer or to clone the repo and copy skill directories. The runtime scripts only operate on the repo in /tmp, the user's home (~/.openclaw/skills) and write a local log (~/.ai_agent_skills/install.log). There are no instructions to read unrelated system files, export credentials, or post data to external endpoints beyond GitHub.
Install Mechanism
No formal install spec is declared (instruction-only). The scripts perform a git clone from github.com and copy files locally. This is expected for this purpose, but the installer does not verify repository integrity (no pinned commit, signature, or checksum). Cloning a public GitHub repo is lower risk than downloading from an arbitrary URL, but users should be aware there is no authenticity verification.
Credentials
The skill requests no environment variables or credentials. It only needs network access to GitHub and write access to the user's home directory. The requested filesystem targets (~/.openclaw/skills and optional /usr/local/bin if the user copies the script) are proportionate to an installer tool.
Persistence & Privilege
The skill is not always-enabled and does not auto-modify other skills' configurations. It writes files under the user's home (skill folders and a log). The installer suggests copying itself to /usr/local/bin (which requires sudo) but that is an optional user action. No elevated or hidden persistence mechanisms were found.
Assessment
This tool appears to do what it says: clone a public GitHub repo and copy skill folders into ~/.openclaw/skills. Before running it, inspect the scripts (they are plain shell), and verify the GitHub repository and commit you will clone (git clone without a pinned commit means upstream changes could alter installer behavior). Do not run the script with sudo unless you understand and trust the repo, and back up your existing ~/.openclaw/skills in case of overwrite. If you need stronger assurance, clone the repo yourself, review the skill directories, and install from a pinned commit or your fork.

Like a lobster shell, security has layers — review code before you run it.

latestvk970mfhcdnk8fxcyg7v5y216g983rpr8
182downloads
0stars
3versions
Updated 1mo ago
v1.0.2
MIT-0

🦞 AI Agent Skills Manager

智能体技能安装管理工具 - 推广版

简介

这是一个用于安装和管理 OpenClaw AI Agent 技能的工具。基于 pskoett/pskoett-ai-skills 项目,提供交互式技能选择和批量安装功能。

核心功能

  • 交互式技能选择 - 图形化界面选择要安装的技能
  • 批量安装 - 一次选择多个技能
  • 自动克隆 - 自动从 GitHub 克隆源仓库
  • 进度跟踪 - 显示安装进度和日志
  • 易于推广 - 适合分享给其他开发者

技能列表

技能作用
self-improvement自我改进,记录错误和学习经验
simplify-and-harden任务完成后代码质量审查和安全加固
plan-interview实施前结构化需求访谈
intent-framed-agent执行范围监控
context-surfing上下文质量监控

安装

方法 1: 桌面运行

cd ~/Desktop
./skill-installer.sh

方法 2: 系统安装

sudo cp ~/Desktop/skill-installer.sh /usr/local/bin/
sudo chmod +x /usr/local/bin/skill-installer
skill-installer

方法 3: 直接克隆

# 克隆源仓库
git clone https://github.com/pskoett/pskoett-ai-skills.git /tmp/pskoett-ai-skills

# 手动安装技能
cp -r /tmp/pskoett-ai-skills/skills/simplify-and-harden ~/.openclaw/skills/
cp -r /tmp/pskoett-ai-skills/skills/plan-interview ~/.openclaw/skills/
cp -r /tmp/pskoett-ai-skills/skills/intent-framed-agent ~/.openclaw/skills/
cp -r /tmp/pskoett-ai-skills/skills/context-surfing ~/.openclaw/skills/
cp -r /tmp/pskoett-ai-skills/skills/self-improvement ~/.openclaw/skills/

使用

运行安装脚本:

./skill-installer.sh

在界面中选择要安装的技能(可多选),回车确认即可。

推广建议

1. 创建项目主页

  • GitHub 仓库
  • README 文档
  • 安装说明
  • 使用示例

2. 分发方式

  • 直接分享脚本文件
  • 创建 deb/rpm 包
  • 发布到 npm 或其他包管理器
  • 在技术社区分享

3. 文档完善

  • 技能说明文档
  • 最佳实践指南
  • 故障排除手册
  • 视频教程

4. 社区建设

  • 收集用户反馈
  • 添加更多技能
  • 持续维护更新
  • 鼓励贡献

技术栈

  • Shell Script - 安装逻辑
  • Bash Colors - 界面美化
  • Git - 版本控制
  • OpenClaw - AI Agent 平台

许可证

MIT License - 自由使用、修改和分发

贡献

欢迎贡献:

  1. Fork 此工具
  2. 创建特性分支
  3. 提交 Pull Request

相关链接


作者

Created by OpenClaw Assistant - 2026

版本历史

v1.0.0 (2026-03-28)

  • 初始版本
  • 支持 5 个核心技能
  • 交互式选择界面
  • 推广功能

提示: 将此工具分享给更多开发者,帮助推广 AI Agent 最佳实践!🚀

Comments

Loading comments...