opensquilla
Token-efficient AI agent runtime with bundled automation skills
All Skills in This Repository (98)
Pure Emerald Level Indicatorsnano-pdf
Modify PDF page content using natural-language instructions via the nano-pdf CLI.
pdf-toolkit
Extract text, tables, and metadata from PDF files with pypdf and pdfplumber.
coding-agent
Delegate complex coding tasks to external coding agent CLIs under process supervision.
memory
Manage durable recall and updates of OpenSquilla memory via USER.md and MEMORY.md files.
xlsx
Read, edit, and create Excel .xlsx workbooks via JSON specifications.
summarize
Condense user-provided content into structured key bullets and action items.
multi-search-engine
Aggregate web search results from multiple engines into normalized JSON.
skill-creator
Create and audit spec-compliant SKILL.md frontmatter and operational instructions.
github
Operate GitHub issues, pull requests, and CI workflows via the gh CLI.
pptx
Extract text from PowerPoint .pptx decks and edit or generate presentations with python-pptx.
tmux
Send keystrokes and scrape pane output from tmux sessions.
weather
Provides current weather conditions and multi-day forecasts for cities or airport codes.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core