SkillAgentSearch skills...

Solveig

An agentic runtime that enables secure, extensible and configurable AI automation from any model

Install / Use

/learn @FSilveiraa/Solveig
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

PyPI   CI   codecov   Python 3.13+   Ruff   License: GPL v3  


Solveig

An AI assistant that brings safe agentic behavior from any LLM to your terminal

Demo


<p align="center"> <span style="font-size: 1.17em; font-weight: bold;"> <a href="./docs/about.md">About</a> &nbsp;&nbsp;|&nbsp;&nbsp; <a href="./docs/usage.md">Usage</a> &nbsp;&nbsp;|&nbsp;&nbsp; <a href="./docs/comparison.md">Comparison</a> &nbsp;&nbsp;|&nbsp;&nbsp; <a href="./docs/themes/themes.md">Themes</a> &nbsp;&nbsp;|&nbsp;&nbsp; <a href="./docs/plugins.md">Plugins</a> &nbsp;&nbsp;|&nbsp;&nbsp; <a href="https://github.com/FSilveiraa/solveig/discussions/2">Roadmap</a> &nbsp;&nbsp;|&nbsp;&nbsp; <a href="./docs/contributing.md">Contributing</a> </span> </p>

Quick Start

Installation

# Core installation (OpenAI + local models)
pip install solveig

# With support for Claude and Gemini APIs
pip install solveig[all]

Running

# Run with a local model
solveig -u "http://localhost:5001/v1" "Create a demo BlackSheep webapp"

# Run from a remote API like OpenRouter
solveig -u "https://openrouter.ai/api/v1" -k "<API_KEY>" -m "moonshotai/kimi-k2:free"

Features

🤖 AI Terminal Assistant - Automate file management, code analysis, project setup, and system tasks using natural language in your terminal.

🛡️ Safe by Design - Granular consent controls with pattern-based permissions and file operations prioritized over shell commands.

🔌 Plugin Architecture - Extend capabilities through drop-in Python plugins. Add SQL queries, web scraping, or custom workflows with 100 lines of Python.

📋 Modern CLI - Clear interface with task planning, file and metadata previews, diff editing, usage stats, code linting, waiting animations and directory tree displays for informed user decisions.

🌐 Provider Independence - Works with any OpenAI-compatible API, including local models.


Documentation

  • About - Detailed features and FAQ
  • Usage - Config files, CLI flags, sub-commands, usage examples and more advanced features
  • Comparison - Detailed comparison to alternatives in the same market space
  • Themes - Themes explained, visual examples
  • Plugins - How to use, configure and develop plugins
  • Roadmap - Upcoming features and general progress tracking
  • Contributing - Development setup, testing, and contribution guidelines

<a href="https://vshymanskyy.github.io/StandWithUkraine"> <img alt="Support Ukraine: https://stand-with-ukraine.pp.ua/" src="https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner2-direct.svg"> </a>

Related Skills

View on GitHub
GitHub Stars18
CategoryDevelopment
Updated4d ago
Forks0

Languages

Python

Security Score

90/100

Audited on Apr 6, 2026

No findings