find-skills

Discover, install, update, and uninstall skills for the goclaw agent framework.

601|121|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/smallnest/goclaw --skill find-skills-smallnest
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/smallnest/goclaw/tree/main/internal/builtin_skills/find-skills
Command: npx skills add https://github.com/smallnest/goclaw --skill find-skills-smallnest

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps users easily find, add, update, and remove skills for the goclaw agent, simplifying the process of extending its capabilities.

Core Features & Use Cases

  • Skill Discovery: Find skills relevant to specific tasks or needs within the goclaw ecosystem.
  • Installation & Management: Install skills from Git repositories or local paths, and manage existing ones.
  • Use Case: A user wants to add the ability for their agent to interact with a weather API. They can use this skill to search for "weather" skills, find a suitable one, and install it with a simple command.

Quick Start

Use the find-skills skill to list all installed skills.

Frequently Asked Questions about find-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I discover and install skills for the goclaw agent framework?

To discover and install skills for goclaw, use the command-line interface to search for relevant capabilities and install them from remote Git repositories or local file system paths.

Can I manage goclaw agent skills from a local directory path?

Yes, you can manage goclaw agent skills from a local directory path, allowing you to install skills directly from local file system storage instead of remote Git repositories.

What's the best way to update and uninstall skills in a goclaw agent ecosystem?

The best way to update and uninstall skills in the goclaw ecosystem is through the command-line interface, which manages the skill lifecycle and handles file system storage for existing installations.

Does the goclaw skill management process require a command-line interface?

Yes, the skill management process requires a command-line interface for user interaction and file system access to properly store and retrieve skills within the goclaw environment.

Why would I need a skill discovery tool for agent framework automation?

You need a skill discovery tool for agent framework automation to easily find, add, and remove specialized capabilities like weather API interactions without manually configuring complex integrations.