install-store-skill

Installs Skills from the AllBeingsFuture Platform Skill Store via GitHub clone and auto-reloads them locally.

9|2|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/AllBeingsFuture/AllBeingsFuture --skill install-store-skill-allbeingsfuture
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: install-store-skill
Source: https://github.com/AllBeingsFuture/AllBeingsFuture/tree/main/electron/embedded-assets/skills/system/install-store-skill
Command: npx skills add https://github.com/AllBeingsFuture/AllBeingsFuture --skill install-store-skill-allbeingsfuture

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables users to quickly add or update Skills from the AllBeingsFuture Platform Skill Store without manual Git operations, removing friction from acquiring new capabilities and ensuring local tooling stays in sync with store listings.

Core Features & Use Cases

  • Store-to-local installation: Fetch the Skill's install metadata and clone the original GitHub repository directly into the local skills directory.
  • Preview and confirm: Optionally search and inspect store details or ratings before installing a Skill by its platform skill ID.
  • Automatic update/load: Automatically reload or update the local Skill when a matching name already exists so the new code is immediately available to agents and workflows.
  • Use Case: A user browsing the store can select a Skill, request installation, and immediately start using the newly installed Skill in their workspace.

Quick Start

Provide the Skill ID to the platform installer to fetch, clone, and load the Skill into your local system.

Frequently Asked Questions about install-store-skill

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

FAQPage Schema
How do I install a platform skill locally from the skill store?

To install a skill locally, provide its platform skill ID to the installer. The tool fetches the install URL, clones the original GitHub repository, applies license checks, and auto-reloads the skill into your local system.

Can I preview skill store entries before committing to an installation?

Yes, you can search and inspect store details or ratings before installing. By providing the platform skill ID, you can review the skill metadata to confirm it fits your needs before triggering the local installation process.

How does updating an existing skill work when installing from the store?

When a matching skill name already exists locally, the installer automatically reloads or updates it with the new code from the GitHub repository. This ensures the newly installed version is immediately available to agents and workflows.

Do I need to perform manual Git operations to add skills from the platform?

No, you do not need manual Git operations. The installer handles fetching the skill install URL and cloning the repository directly into your local skills directory, removing friction from acquiring new capabilities.

What happens if a skill fails the license check during installation?

The installer applies license checks during the installation process. If a license check fails, the skill installation from the GitHub repository is halted to ensure compliance before the skill becomes available locally.