base
Database management, forms, reports, and data operations with LibreOffice Base.
npx skills add sickn33/agentic-awesome-skills --skill base --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# LibreOffice Base ## Overview LibreOffice Base skill for creating, managing, and automating database workflows using the native ODB (OpenDocument Database) format. ## When to Use This Skill Use this skill when: - Creating new databases in ODB format - Connecting to external databases (MySQL, PostgreSQL, etc.) - Automating database operations and reports - Creating forms and reports - Building database applications ## Core Capabilities ### 1. Database Creation - Create new ODB databases from scratch - Design tables, views, and relationships - Create embedded HSQLDB/Firebird databases - Connect to external databases ### 2. Data Operations - Import data from CSV, spreadsheets - Export data to various formats - Query execution and management - Batch data processing ### 3. Form and Report Automation - Create data entry forms - Design custom reports - Automate report generation - Build form templates ### 4. Query and SQL - Visual query design - SQL query execution - Query optimization - Result set manipulation ### 5. Integration - Command-line automation - Python scripting with UNO - JDBC/ODBC connectivity ## Workflows ### Creating a New Database #### Method 1: Command-Line ```bash soff
- Overview
- When to Use This Skill
- Core Capabilities
- 1. Database Creation
- 2. Data Operations
- 3. Form and Report Automation
- 4. Query and SQL
- 5. Integration
- Workflows
- Creating a New Database
- Connecting to External Database
- Database Connection Reference
- Supported Database Types
- Connection Strings
soffice --base soffice --headless soffice --base # Base pip install pyodbc # ODBC connectivity pip install sqlalchemy # SQL toolkit killall soffice.bin soffice --headless --accept="socket,host=localhost,port=8100;urp;"
What does the base skill do?
Database management, forms, reports, and data operations with LibreOffice Base.
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill base --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.