← Back to Skills Marketplace
linshuikeji

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

by 中国山东肥城林水科技 · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ Security Clean
185
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install ai-agent-skills-manager
Description
AI Agent Skills Manager - 智能体技能管理工具。安装和管理 OpenClaw 技能包,提供交互式选择界面。Use when: (1) User wants to install AI agent skills, (2) User needs to manage OpenClaw skill...
README (SKILL.md)

🦞 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 最佳实践!🚀

Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: ai-agent-skills-manager Version: 1.0.2 The bundle is a utility for managing and installing OpenClaw skills from a legitimate third-party repository (pskoett/pskoett-ai-skills). The shell scripts (manager.sh and skill-installer.sh) perform transparent file operations and network calls (git clone) necessary for their stated purpose, and the code includes basic security considerations such as avoiding insecure TLS configurations. While the bundle includes a 'Promotion Guide' and instructions for the agent to assist in distribution, these behaviors are clearly aligned with the tool's stated purpose and lack any evidence of malicious intent, data exfiltration, or unauthorized access.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ai-agent-skills-manager
  3. After installation, invoke the skill by name or use /ai-agent-skills-manager
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
- Update metadata to version 1.0.1 with an "updated" field describing a security fix (removal of GIT_SSL_NO_VERIFY). - No functional or content changes to the code or documentation except metadata.
v1.0.1
- No file changes detected in this version. - Version and feature descriptions remain unchanged. - No user-visible updates for version 1.0.1.
v1.0.0
ai-agent-skills-manager v1.0.0 - Initial release of the AI Agent Skills Manager tool - Supports interactive selection and batch installation of 5 core OpenClaw skills - Provides progress tracking, automatic GitHub cloning, and user-friendly interface - Includes detailed installation, usage, and promotion instructions - Suitable for sharing and promoting within developer communities
Metadata
Slug ai-agent-skills-manager
Version 1.0.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

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

AI Agent Skills Manager - 智能体技能管理工具。安装和管理 OpenClaw 技能包,提供交互式选择界面。Use when: (1) User wants to install AI agent skills, (2) User needs to manage OpenClaw skill... It is an AI Agent Skill for Claude Code / OpenClaw, with 185 downloads so far.

How do I install AI Agent Skills Manager - 智能体技能管理工具?

Run "/install ai-agent-skills-manager" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

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

Yes, AI Agent Skills Manager - 智能体技能管理工具 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does AI Agent Skills Manager - 智能体技能管理工具 support?

AI Agent Skills Manager - 智能体技能管理工具 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

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

It is built and maintained by 中国山东肥城林水科技 (@linshuikeji); the current version is v1.0.2.

💬 Comments