install-skill

Install custom SKILL.md files with security and risk assessment.

1.7k|523|Updated May 5, 2026
One-click install
npx skills add https://github.com/Open-Curiosity/gini-agent --skill install-skill-open-curiosity
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: install-skill
Source: https://github.com/Open-Curiosity/gini-agent/tree/main/skills/meta/install-skill
Command: npx skills add https://github.com/Open-Curiosity/gini-agent --skill install-skill-open-curiosity

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gini, curl, jq, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill solves the problem of manually installing custom skills by automating the process and ensuring that all requirements and risks are checked before installation.

Core Features & Use Cases

  • Automatic Installation: Automatically install a SKILL.md file provided by the user.
  • Risk Assessment: Review the scripts and content for any potential risks before installation.
  • Credential Management: Assess and manage the credentials required for the skill to operate.
  • Use Case: When a user wants to add a new skill to their Gini agent, this Skill will handle the installation, risk assessment, and credential management process, making it easier and more secure.

Quick Start

Install the 'install-skill' skill to set up custom skills on your Gini agent.

Frequently Asked Questions about install-skill

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

FAQPage Schema
How do I install custom SKILL.md files safely on a Gini agent?

To install custom SKILL.md files safely, this skill automates the process by reviewing scripts for security risks and managing credential dependencies before installation. It supports inputs from text, URL, or file path.

Do I need a Gini gateway and curl to set up custom skills?

Yes, you need a Gini gateway and curl to set up custom skills. The installation process also requires jq to automate the risk assessment and credential management workflow properly.

What is automated risk assessment for skill installation?

Automated risk assessment for skill installation is the process of reviewing scripts and metadata for security compliance and potential threats before local command execution. This prevents malicious code from running on your agent.

How do I manage credentials when adding a new skill to my agent?

You manage credentials during skill installation by assessing the new skill's requirements and configuring its dependencies securely. The installation process evaluates credential needs before completing the setup.

Can I install skills from a URL or text input instead of a file path?

Yes, you can install skills from a URL, text input, or local file path. The installation process accepts all three formats, parses the SKILL.md content, and validates the metadata requirements automatically.

What are the limitations of automating SKILL.md installation?

The limitations of automating SKILL.md installation include strict dependencies on curl and jq, and the requirement of a local Gini gateway. Installation fails if metadata requirements are not met or security risks are detected.