Skills Installer logo

Skills Installer

OrganizationPopular
Stack-Cairn
skills-installer

Install, list enabled, validate, or package LiveAgent skills. Use when you need to inspect the skills enabled in the current conversation, import a local skill directory or package, search/install from ClawHub, install from a GitHub repo/tree URL, or reconcile conflicts during an upgrade.

Overview

PublisherStack-Cairn
RepositoryLiveAgent
Skill nameskills-installer
Stars
2.1K
Forks
241
Bundled files
2
LicenseMIT
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • 2 bundled files

    Scripts, templates, and references the model can read while it works. Files are read-only and never executed.

  • Open source

    Published by Stack-Cairn on GitHub. Read the source before you install it.

Installation

Install the Skills Installer AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/Stack-Cairn/LiveAgent.git /tmp/LiveAgent
mkdir -p .claude/skills
cp -r /tmp/LiveAgent/crates/agent-gui/src-tauri/prompt/skills/skills-installer .claude/skills/skills-installer
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Skills Installer in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Skills Installer on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Skills Installer is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

Skills Installer

Install LiveAgent skills into the fixed runtime root while preserving existing user data.

Workflow

  1. Determine the source type: ClawHub slug/search result, local skill directory, .zip or .skill archive, HTTP(S) download, or GitHub URL.
  2. Determine the target destination. Runtime installs always go through SkillsManager into LiveAgent's fixed user Skills root.
  3. For local workspace sources, pass workspace-relative paths such as ./my-skill or ./dist/my-skill.skill; LiveAgent resolves them against the current chat workspace before installing into the fixed skills root.
  4. Read references/install-sources.md and references/safety-and-conflicts.md through file tools before replacing anything. Use path="skill://skills-installer/references/install-sources.md" and path="skill://skills-installer/references/safety-and-conflicts.md", or use the exact pathRef returned by a prior tool.
  5. Use SkillsManager with action=list to inspect the skills enabled in the current conversation when conflict or inventory context matters.
  6. Use SkillsManager with action=clawhub_search to find ClawHub skills when the user asks to search the public store, then use action=clawhub_install with the returned slug to install from ClawHub.
  7. Use SkillsManager with action=install to import a direct local, archive, HTTP(S), or GitHub source. Prefer conflict=backup unless the user explicitly accepts replacement.
  8. After installation, the new skill is enabled for the current conversation automatically; ask LiveAgent to rescan skills or reopen the Skills menu only if the new skill does not appear immediately.

Commands

bash
SkillsManager(action=list)
SkillsManager(action=clawhub_search, query=memory, limit=10)
SkillsManager(action=clawhub_search, sort=downloads, limit=10)
SkillsManager(action=clawhub_install, slug=example-skill, conflict=backup)
SkillsManager(action=install, source=./my-skill)
SkillsManager(action=install, source=./dist/my-skill.skill)
SkillsManager(action=install, source=https://github.com/owner/repo/tree/main/skills/my-skill)
SkillsManager(action=validate, name=my-skill)
SkillsManager(action=package, name=my-skill)

Rules

  • Do not install into the runtime skills root unless the user asked for runtime activation.
  • Do not delete backups automatically.
  • Treat a source as valid when it contains SKILL.md, skill.md, skill.json, or a fallback README.md.
  • When inspecting or maintaining enabled installed skill files, use Read, List, Glob, Grep, Write, Edit, or Delete with the exact path you see: prefer skill://<baseDir>/... or a pathRef returned by a tool. Do not use Bash for workspace or Skill file operations.
  • Use conflict=fail for dry safety checks, conflict=backup for upgrades, and conflict=overwrite only when the user explicitly accepts data replacement.

Bundled files

The model reads these on demand while the skill is loaded. They are exposed as readable files and are never executed.

Frequently asked questions

What does the Skills Installer AI skill do?

Install, list enabled, validate, or package LiveAgent skills. Use when you need to inspect the skills enabled in the current conversation, import a local skill directory or package, search/install from ClawHub, install from a GitHub repo/tree URL, or reconcile conflicts during an upgrade.

Why use Skills Installer on TypingMind?

Because you install it once and use it with any model. Skills Installer is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Skills Installer in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/Stack-Cairn/LiveAgent/tree/main/crates/agent-gui/src-tauri/prompt/skills/skills-installer. TypingMind reads its SKILL.md and bundles its files and installs it as a skill you can enable per chat.

Which AI models can use Skills Installer?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Skills Installer?

As many as you like. As long as a model supports skills, you can use Skills Installer with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Skills Installer AI skill free?

Yes. It is published on GitHub by Stack-Cairn under the MIT license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇