Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
skulto — Offline and security-first tool for syncing and managing agent skills | Kitploit
Tools/GitHubGitHub/asteroid-belt/skulto
Vulnerability AnalysisScripting & AutomationSecurity VirtualizationUtilities & FrameworksSupply Chain SecurityAI Security
GitHubasteroid-belt/skulto

skulto

Offline and security-first tool for syncing and managing agent skills

View Repository
502121 day agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Skulto

Scan AI agent skills for prompt injection before you install them

CI Go Version License

root@kitploit:~
   ╔════════════════════════════════════════════════════════╗
   ║    ███████╗██╗  ██╗██╗   ██╗██╗  ████████╗ ██████╗     ║
   ║    ██╔════╝██║ ██╔╝██║   ██║██║  ╚══██╔══╝██╔═══██╗    ║
   ║    ███████╗█████╔╝ ██║   ██║██║     ██║   ██║   ██║    ║
   ║    ╚════██║██╔═██╗ ██║   ██║██║     ██║   ██║   ██║    ║
   ║    ███████║██║  ██╗╚██████╔╝███████╗██║   ╚██████╔╝    ║
   ║    ╚══════╝╚═╝  ╚═╝ ╚═════╝ ╚══════╝╚═╝    ╚═════╝     ║
   ╠════════════════════════════════════════════════════════╣
   ║            CROSS-PLATFORM AI SKILLS MANAGEMENT         ║
   ╚════════════════════════════════════════════════════════╝

Skulto Demo

What is Skulto?

Download Tool

Skulto is a cross-platform CLI tool for managing AI coding assistant skills across 33 platforms. It provides:

  1. Multi-platform installation - Install skills to Claude Code, Cursor, Windsurf, Copilot, Codex, Cline, Roo Code, Gemini CLI, Kiro CLI, and 25+ more
  2. Repository management - Add, sync, and remove skill repositories
  3. Full-text search - SQLite FTS5-powered search across all indexed skills
  4. Security scanning - Detect prompt injection and dangerous code patterns
  5. Platform detection - Automatically detects which AI tools are installed on your system
  6. Interactive TUI - Bubble Tea-powered terminal interface with collapsible groups, multi-select, and keyboard navigation
  7. URL-based install - Install directly from GitHub repositories via skulto install owner/repo

Features

Skill Creation

  • 33 platform support - Claude Code, Cursor, Windsurf, GitHub Copilot, OpenAI Codex, OpenCode, Cline, Roo Code, Gemini CLI, Kiro CLI, Amp, Continue, Goose, Junie, Qwen Code, Trae, and more
  • Platform detection - Detects installed AI tools and surfaces them in platform choosers
  • Offline-first - Works without internet after initial sync
  • Fast search - FTS5-powered full-text search with BM25 ranking (~50ms latency)
  • Git-based sync - Clone and pull repositories for reliable updates
  • Security scanner - Detects prompt injection in frontmatter, references, scripts and dangerous patterns with threat levels
  • Smart multi-skill install - Install multiple skills from a repository URL with per-skill conflict resolution (skip already-installed, add new locations, or skip all)
  • Scope selection - Install skills globally (~/) or per-project (./) with separate control per platform
  • Collapsible platform groups - Detected/preferred platforms at top, all others in a collapsed group across all choosers
  • Install location memory - Optionally remember your platform/scope choices for future installs
  • Favorites - Save favorite skills that persist across database resets
  • Recently viewed - Tracks and displays skills you've recently viewed
  • MCP Server - Model Context Protocol server for AI tool integration (search, install, manage skills programmatically)
  • Telemetry - Anonymous usage stats (opt-out with env var in Settings)

Supported Platforms

Skulto detects and installs skills to 33 AI coding tools:

Claude CodeCursorWindsurfGitHub Copilot
OpenAI CodexOpenCodeClineRoo Code
Gemini CLIKiro CLIAmpContinue
GooseJunieKilo CodeTrae
Qwen CodeKimi Code CLICodeBuddyCommand Code
CrushDroidKodeMCPJam
MuxOpenHandsPiQoder
ZencoderNeovatePochiAntigravity
Moltbot

Installation

Homebrew

root@kitploit:~
brew install asteroid-belt/tap/skulto

To upgrade:

root@kitploit:~
brew upgrade asteroid-belt/tap/skulto

Linux Packages

GitHub Releases provide .deb and .rpm downloads for both amd64 and arm64. Choose the package format for your distribution and replace the version below with a release tag:

root@kitploit:~
VERSION=vX.Y.Z
ARCH=amd64 # or arm64

# Debian/Ubuntu
curl -LO "https://github.com/asteroid-belt/skulto/releases/download/${VERSION}/skulto_${VERSION#v}_linux_${ARCH}.deb"

# Fedora/RHEL/openSUSE
curl -LO "https://github.com/asteroid-belt/skulto/releases/download/${VERSION}/skulto-${VERSION#v}-1.$([ "$ARCH" = amd64 ] && echo x86_64 || echo aarch64).rpm"

# Download the release checksums, then verify the downloaded asset.
curl -LO "https://github.com/asteroid-belt/skulto/releases/download/${VERSION}/checksums.txt"
sha256sum -c checksums.txt --ignore-missing

Install the local file with your distribution's package manager:

root@kitploit:~
sudo apt install ./skulto_*.deb
sudo dnf install ./skulto-*.rpm
sudo zypper install ./skulto-*.rpm

Each package installs skulto and skulto-mcp at /usr/bin/skulto and /usr/bin/skulto-mcp. Skulto does not require system Git at runtime. These are GitHub Release downloads, not a configured package repository.

From Source

root@kitploit:~
# Clone the repository
git clone https://github.com/asteroid-belt/skulto.git
cd skulto

# Install dependencies
make deps

# Build (outputs to ./build/)
make build-all

# Run
./build/skulto

Requirements

  • Go 1.25+
  • (Optional) GITHUB_TOKEN for higher API rate limits

Quick Start

root@kitploit:~
# Launch the TUI (guided onboarding on first run)
skulto

# Or install skills directly from a repository URL
skulto install asteroid-belt/skills

On first launch, Skulto walks you through onboarding:

  1. Platform selection - Detected AI tools appear at top; select which ones to sync skills to
  2. Skill selection - Curated starter skills from Asteroid Belt (superplan, superbuild, teach, agentsmd-generator, and more)
  3. Location chooser - Pick global or project scope per platform, with your previous selections pre-filled

Skill Management for Teams

Skulto works like a package manager for AI agent skills. Use skulto.json to define the skills your project needs, then skulto sync to install them — so every developer and CI environment has the same skill setup.

The Workflow

root@kitploit:~
# 1. Install skills into your project
skulto install superplan
skulto install teach

# 2. Save project skills to a manifest
skulto save

# 3. Commit skulto.json to your repo
git add skulto.json
git commit -m "add skulto skill manifest"

# 4. Teammates (or CI) sync from the manifest
skulto sync

skulto.json

The manifest tracks which skills your project depends on and where they come from:

root@kitploit:~
{
  "version": 1,
  "skills": {
    "superplan": "asteroid-belt/skills",
    "teach": "asteroid-belt/skills",
    "resume-ats-optimizer": "paramchoudhary/resumeskills"
  }
}

Each entry maps a skill slug to its source repository (owner/repo). When a teammate runs skulto sync, Skulto clones any missing repositories, resolves the skills, and installs them to the selected platforms.

skulto save

Captures your current project-scope installations into skulto.json:

root@kitploit:~
$ skulto save

SAVED to skulto.json

  teach               asteroid-belt/skills
  superplan           asteroid-belt/skills

2 skill(s) saved

Only project-scope installations are saved — global installs are personal and not shared via the manifest.

skulto sync

Reads skulto.json and installs any missing skills:

root@kitploit:~
$ skulto sync

SYNCING from skulto.json (2 skills)
────────────────────────────────────────────────
Done! Installed: 2, Skipped: 0

On sync, Skulto:

  1. Adds any source repositories not already in the local database
  2. Resolves each skill by slug
  3. Prompts for platform and scope selection (or uses detected defaults with -y)
  4. Skips skills that are already installed at the selected locations

skulto check

Shows all installed skills and where they're installed:

root@kitploit:~
$ skulto check

SKILL                  INSTALLED LOCATIONS
─────────────────────────────────────────────────────────────
superplan              claude (global), codex (global + project)
teach                  claude (global + project)

2 skill(s) installed

Auto-Reconciliation

Both skulto save and skulto check automatically detect skills that exist on disk (as symlinks in your project's platform dirs) but are missing from the database. This happens after migrations, database resets, or when a teammate installs skills outside of Skulto.

root@kitploit:~
$ skulto check

RECONCILED 2 project skill(s)
  brainstorming  claude
  modern-python  codex

SKILL                  INSTALLED LOCATIONS
─────────────────────────────────────────────────────────────
brainstorming          claude (project)
modern-python          codex (project)

2 skill(s) installed

Plain directories in your project (skills committed directly to the repo) are left alone — they don't need Skulto management.

Usage

TUI Mode (Default)

root@kitploit:~
skulto

Search Demo

Key Bindings:

KeyAction
/Open search
j / kNavigate down / up
h / lNavigate left / right (between columns)
↑ / ↓Navigate results
EnterSelect / confirm
SpaceToggle selection (in choosers)
fToggle favorite / bookmark
iInstall / manage skill locations
cCopy skill content to clipboard
pPull/sync repositories
EscBack / cancel
qQuit

Home Dashboard

The home view displays three columns:

  1. Installed Skills - Your installed skills (scrollable, shows up to 5 at a time)
  2. Recently Viewed Skills - Skills you've recently viewed
  3. Top Tags - Popular skill categories

Skill Details

When you select a skill, you'll see:

  • Install / Manage - Install to new platforms or manage existing locations
  • Metadata - Author, category, source repository
  • Tags - Categorized skill tags
  • Security status - Threat level from security scan
  • Full markdown content - Rendered with syntax highlighting and scrolling
  • Copy to clipboard - Press c to copy the full skill content

Install Location Dialog

When installing a skill, you choose where to install it:

  • Platform headers - Each AI tool listed with nested scope options
  • Global vs Project - Install to ~/.claude/skills/ (user-wide) or ./.claude/skills/ (project-local)
  • Collapsible groups - Preferred/detected platforms at top, others collapsed below
  • Remember locations - Optionally save choices for future installs
  • Quick keys - a all, n none, g global only, p project only

Manage View

Press i on an installed skill to manage its locations:

Manage Skill Demo

  • Installed platforms shown at top with checkboxes pre-selected
  • Other platforms collapsed below in an expandable group
  • Add/remove locations across any combination of platforms and scopes

CLI Commands

Skulto provides CLI subcommands for scripting and automation:

CommandPurpose
skultoLaunch the interactive TUI
skulto install <slug or repo>Install skills by slug or from a repository URL
skulto uninstall <slug>Uninstall a skill from selected platforms
skulto saveSave project-scope installations to skulto.json
skulto syncInstall all skills from skulto.json manifest
skulto checkList all installed skills and their locations
skulto add <repo>Add a skill repository and sync its skills
skulto listList all configured source repositories
skulto pullPull/sync all repositories and reconcile installed skills
skulto remove [repo]Remove a repository (interactive selection if no repo specified)
skulto scanScan skills for security threats
skulto updatePull + scan with change reporting
skulto info <slug>Show detailed information about a skill
skulto favorites add <slug>Add a skill to favorites
skulto favorites remove <slug>Remove a skill from favorites
skulto favorites listList all favorited skills
skulto feedbackOpen the feedback/bug report page

skulto install

Install skills by slug or directly from a GitHub repository:

Install Demo

root@kitploit:~
# Install a single skill by slug
skulto install superplan

# Install from a repository (auto-detects all skills)
skulto install asteroid-belt/skills

# Install from a full GitHub URL
skulto install https://github.com/asteroid-belt/skills

# Non-interactive mode (accept defaults)
skulto install asteroid-belt/skills -y

When installing from a repository URL:

  1. Skulto syncs the repository and presents all available skills
  2. Select which skills to install with an interactive checklist
  3. Choose target platforms with a collapsible platform chooser (detected platforms at top)
  4. Smart skip for already-installed skills: prompted with y (add locations), N (skip, default), or s (skip all remaining)
  5. Final summary shows installed, skipped, and failed counts

skulto add <repo>

Add a skill repository to Skulto:

Add Repository Demo

root@kitploit:~
# Short format
skulto add asteroid-belt/skills

# Full URL
skulto add https://github.com/asteroid-belt/skills

# Skip initial sync
skulto add asteroid-belt/skills --no-sync

skulto pull

Sync all registered repositories:

Pull Demo

root@kitploit:~
skulto pull

This clones/updates all repositories and reconciles installed skill state with the filesystem.

skulto remove

Remove a repository and all its skills:

root@kitploit:~
# Interactive selection
skulto remove

# Specify repository
skulto remove asteroid-belt/skills

# Skip confirmation
skulto remove asteroid-belt/skills --force

skulto scan

Scan skills for security threats:

Scan Demo

root@kitploit:~
# Scan all skills
skulto scan --all

# Scan specific skill by slug or ID
skulto scan --skill teach

# Scan skills from a source
skulto scan --source asteroid-belt/skills

# Scan only unscanned skills
skulto scan --pending

Reports threat levels: CRITICAL, HIGH, MEDIUM, LOW

skulto update

Combined pull + scan with reporting:

Update Demo

root@kitploit:~
# Update and scan new/updated skills
skulto update

# Update and scan ALL skills
skulto update --scan-all

skulto favorites

Manage your favorite skills. Favorites persist across database resets and are stored separately in ~/.agents/skulto/favorites.json.

root@kitploit:~
# Add a skill to favorites
skulto favorites add docker-expert

# Remove a skill from favorites
skulto favorites remove docker-expert

# List all favorited skills
skulto favorites list

You can also toggle favorites in the TUI by pressing f on any skill detail view.

MCP Server (skulto-mcp)

Skulto includes an MCP (Model Context Protocol) server that exposes skills to Claude Code and other MCP-compatible clients. This enables AI assistants to search, browse, install, and manage skills and repositories programmatically.

MCP Add Repository

MCP Install Skill

Add to your Claude Code settings (.claude.json):

root@kitploit:~
{
  "mcpServers": {
    "skulto": {
      "command": "/opt/homebrew/bin/skulto-mcp",
      "type": "stdio"
    }
  }
}

Available Tools

ToolDescription
skulto_searchSearch skills using full-text search with BM25 ranking
skulto_get_skillGet detailed information about a skill including full content and tags
skulto_list_skillsList all skills with pagination
skulto_browse_tagsList available tags by category (language, framework, tool, concept, domain)
skulto_get_statsGet database statistics (total skills, tags, sources)
skulto_get_recentGet recently viewed skills
skulto_installInstall a skill to any supported platform (33 platforms, global or project scope)
skulto_uninstallUninstall a skill from specified platforms
skulto_favoriteAdd or remove a skill from favorites
skulto_get_favoritesGet favorite skills
skulto_checkList all installed skills and their installation locations
skulto_addAdd a skill repository and sync its skills

Resources

The MCP server also exposes resources for direct skill access:

Resource URIDescription
skulto://skill/{slug}Full markdown content of a skill
skulto://skill/{slug}/metadataJSON metadata including tags, source, and stats

Data Directory

Skulto stores data in ~/.agents/skulto/, coexisting with other agent tooling under the shared ~/.agents/ namespace:

PathPurpose
~/.agents/skulto/skulto.dbSQLite database
~/.agents/skulto/skulto.logLogfile
~/.agents/skulto/repositories/Cloned git repositories
~/.agents/skulto/skills/User's local skills directory
~/.agents/skulto/favorites.jsonFavorite skills (persists across DB resets)

Upgrading from a previous version? If you have an existing ~/.skulto/ directory, Skulto automatically migrates it to ~/.agents/skulto/ on first launch — including database records and installed skill symlinks. No manual steps required.

Development

root@kitploit:~
# Build
make build           # Production build
make dev             # Development build with race detector

# Test
make test            # Run all tests with coverage
make test-race       # Run with race detector

# Lint
make lint            # Run golangci-lint
make format          # Format code

# Clean
make clean           # Remove build artifacts

Architecture

root@kitploit:~
skulto/
├── cmd/skulto/              # Main CLI entry point
├── cmd/skulto-mcp/          # MCP server binary
├── internal/
│   ├── cli/                 # Cobra CLI commands (add, install, pull, etc.)
│   │   └── prompts/         # Interactive CLI prompts (platform selector)
│   ├── config/              # Configuration (env vars only)
│   ├── db/                  # GORM + SQLite + FTS5 database layer
│   ├── detect/              # AI tool detection on system
│   ├── embedding/           # Embedding provider abstraction
│   ├── favorites/           # File-based favorites persistence
│   ├── installer/           # Skill installation via symlinks (33 platforms)
│   ├── llm/                 # LLM provider abstraction
│   ├── log/                 # Structured logging
│   ├── mcp/                 # MCP server implementation
│   ├── migration/           # Database migrations
│   ├── models/              # Data structures (Skill, Tag, Source, etc.)
│   ├── scraper/             # GitHub scraping (git clone based)
│   ├── search/              # Search service
│   ├── security/            # Security scanner for skills
│   ├── telemetry/           # PostHog analytics (opt-in)
│   ├── testutil/            # Test utilities
│   ├── tui/                 # Bubble Tea TUI
│   │   ├── components/      # Reusable UI components (dialogs, selectors)
│   │   └── views/           # Screen views (home, search, detail, onboarding, manage)
│   └── vector/              # Vector store
├── pkg/version/             # Version info (set via ldflags)
└── scripts/                 # Build and release scripts

Configuration

Skulto is configured entirely via environment variables (no config file):

VariablePurpose
GITHUB_TOKENHigher GitHub API rate limits (optional)
OPENAI_API_KEYEmbeddings for semantic search (optional)
SKULTO_TELEMETRY_TRACKING_ENABLEDSet to false to disable telemetry

Telemetry

Skulto collects anonymous usage stats (command frequency, error rates) to improve the tool. Telemetry is enabled by default.

To opt-out:

root@kitploit:~
export SKULTO_TELEMETRY_TRACKING_ENABLED=false

No personal data, no IP addresses are collected. See more in events.

Documentation

  • Overview - Project identity and key features
  • Architecture - System design, components, and data flow
  • Getting Started - Prerequisites, installation, and first run
  • Development - Contributing workflow, testing, and CI/CD
  • Architecture Decision Records - Key technical decisions and rationale
  • Glossary - Domain terminology

Contributing

Contributions welcome! Please read CONTRIBUTING.md first.

License

MIT License - see LICENSE for details.


Made with ❤️ by Asteroid Belt