GoSkills is a command-line tool for parsing, managing, and executing Claude Skill packages. It supports OpenAI and other LLMs, enabling operations teams to automate workflows. Connects to Claude agents for enhanced automation capabilities.
git clone https://github.com/smallnest/goskills.gitGoSkills is a command-line tool designed to parse, manage, and execute Claude Skill packages according to official Claude specifications. It integrates with OpenAI and other LLM-compatible APIs to automate workflow execution, allowing users to list, search, inspect, and run skills from local directories. The tool includes built-in support for shell commands, Python execution, file operations, web fetching, and search capabilities. GoSkills provides both a CLI for skill management and a web interface with real-time chat, session replay, and artifact rendering. Operations teams and developers benefit from streamlined skill execution, LLM-powered skill selection, and comprehensive testing capabilities.
["Install GoSkills: Run `curl -sSL https://goskills.dev/install | sh` to install the GoSkills CLI tool. Verify installation with `goskills --version`.","Search for skills: Use `goskills search --query \"automation\"` to find skills matching your workflow needs. Review descriptions, versions, and dependencies.","Install a skill: Run `goskills install --package [SKILL_NAME] --version [VERSION]` to install a specific skill. Use `--force` to overwrite existing installations if needed.","List installed skills: Execute `goskills list --verbose` to review all installed skills, their versions, and dependencies. This helps troubleshoot conflicts or missing components.","Update or remove skills: Use `goskills update --package [SKILL_NAME]` to update a skill to the latest version, or `goskills remove --package [SKILL_NAME]` to uninstall it. Always check dependencies before removal."]
Discovering and executing Claude skills from local directories for automation workflows
Integrating LLM-powered skill selection into operations processes
Running Python, shell, and file operation tasks through the CLI
Building and testing Claude Skill packages with comprehensive test coverage
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/smallnest/goskillsCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Use GoSkills to [ACTION] for [PURPOSE]. For example: 'Use GoSkills to install the latest version of the [SKILL_NAME] package from the Claude Skill Registry. Verify the installation by listing all installed skills and their versions.' Include any specific flags or parameters needed, like --version or --force.
```bash $ goskills install --package skill-automated-reports --version 1.2.3 Installing skill-automated-reports v1.2.3... ✅ Successfully installed skill-automated-reports v1.2.3 $ goskills list --verbose Installed Skills: 1. skill-automated-reports v1.2.3 (last updated: 2024-05-15) - Description: Automates weekly report generation from Salesforce and HubSpot data. - Dependencies: skill-data-connector v0.9.1, skill-email-notifier v0.5.0 - Status: Active 2. skill-data-connector v0.9.1 - Description: Connects to PostgreSQL, MySQL, and BigQuery for data extraction. - Status: Active 3. skill-email-notifier v0.5.0 - Description: Sends formatted reports via SMTP or Slack. - Status: Active ``` The tool also provides a summary of the installation process, including any warnings or conflicts detected. For instance, if a dependency is missing, it would suggest installing it first: ``` ⚠️ Missing dependency detected: skill-data-connector v0.9.1 Run 'goskills install --package skill-data-connector --version 0.9.1' to resolve. ```
Pioneering accessible, high-performance AI models
AI assistant built for thoughtful, nuanced conversation
Get more done every day with Microsoft Teams – powered by AI
Automate your spreadsheet tasks with AI power
Agentic AI Workflow platform
Connected workspace for docs, wikis, and projects
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan