opensquillaopensquillaOfficialยท98 Agent Skills Included

opensquilla

Token-efficient AI agent runtime with bundled automation skills

Runs a local AI agent that routes each request to the cheapest capable model across 20+ LLM providers. Automates real work through bundled skills: PDF and Office file processing, web research, code fixes, video and voice generation, and scheduled tasks. Eliminates manual tool switching by chaining skills into multi-step workflows with verified, auditable results.
npx skills add opensquilla/opensquilla --all -g -y
Available:

Gives the AI agent workspace-level operating rules: which identity and memory files to read at startup, how to keep changes small and reversible, and what content must never be stored or exposed.

All Skills in This Repository (98)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
opensquillaopensquilla

nano-pdf

Modify PDF page content using natural-language instructions via the nano-pdf CLI.

Official
Intermediate
๐Ÿ“ฆ In Repo
opensquillaopensquilla

pdf-toolkit

Extract text, tables, and metadata from PDF files with pypdf and pdfplumber.

Official
Intermediate
๐Ÿ“ฆ In Repo
opensquillaopensquilla

coding-agent

Delegate complex coding tasks to external coding agent CLIs under process supervision.

Official
Intermediate
๐Ÿ“ฆ In Repo
opensquillaopensquilla

memory

Manage durable recall and updates of OpenSquilla memory via USER.md and MEMORY.md files.

Official
Intermediate
๐Ÿ“ฆ In Repo
opensquillaopensquilla

xlsx

Read, edit, and create Excel .xlsx workbooks via JSON specifications.

Official
Intermediate
๐Ÿ“ฆ In Repo
opensquillaopensquilla

summarize

Condense user-provided content into structured key bullets and action items.

Official
Basic
๐Ÿ“ฆ In Repo
opensquillaopensquilla

multi-search-engine

Aggregate web search results from multiple engines into normalized JSON.

Official
Intermediate
๐Ÿ“ฆ In Repo
opensquillaopensquilla

skill-creator

Create and audit spec-compliant SKILL.md frontmatter and operational instructions.

Official
Intermediate
๐Ÿ“ฆ In Repo
opensquillaopensquilla

github

Operate GitHub issues, pull requests, and CI workflows via the gh CLI.

Official
Basic
๐Ÿ“ฆ In Repo
opensquillaopensquilla

pptx

Extract text from PowerPoint .pptx decks and edit or generate presentations with python-pptx.

Official
Advanced
๐Ÿ“ฆ In Repo
opensquillaopensquilla

tmux

Send keystrokes and scrape pane output from tmux sessions.

Official
Intermediate
๐Ÿ“ฆ In Repo
opensquillaopensquilla

weather

Provides current weather conditions and multi-day forecasts for cities or airport codes.

Official
Basic

Frequently Asked Questions

FAQPage Schema
How to install OpenSquilla?โ–ผ

Run `npx skills add opensquilla/opensquilla --all -g -y` in your terminal to install all skills in this suite globally.

What does OpenSquilla actually do?โ–ผ

It is a local AI agent that routes each request to the cheapest suitable model and executes tasks through bundled skills like PDF editing, web research, code fixing, and media generation.

Which AI models and providers does OpenSquilla support?โ–ผ

It connects to OpenAI, Anthropic, OpenRouter, DeepSeek, Gemini, Qwen, Ollama, and 20+ other providers through one pluggable layer with no config changes.

Can OpenSquilla automate multi-step workflows?โ–ผ

Yes. Meta-skills chain multiple skills together, for example turning a topic into a researched PDF paper, a slide deck, or a finished short video with subtitles.

Do I need coding experience to use OpenSquilla?โ–ผ

No. You describe tasks in plain language through the CLI, Web UI, or chat channels, and the agent handles the technical execution.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’