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 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.
["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."]
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. ```
Advanced foundation models via API and ChatGPT
AI assistant built for thoughtful, nuanced conversation
IronCalc is a spreadsheet engine and ecosystem
Customer feedback management made simple
Enterprise workflow automation and service management platform
Automate your spreadsheet tasks with AI power
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan