Skip to main content
Run any Skill in Manus
with one click
keboola
GitHub creator profile

keboola

Repository-level view of 58 collected skills across 9 GitHub repositories.

skills collected
58
repositories
9
updated
2026-07-09
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

plaud-crm-call-import
project-management-specialists

The canonical way to get a past meeting or call into the Keboola CRM: import its recording (from Plaud), download the transcript, and log it as a `call` activity with a structured English write-up. Use this WHENEVER the user wants to log/record a call or meeting to the CRM or write one up — e.g. "log activities from meetings to CRM", "log my call with <customer>", "write up the Bonami renewal call and put it in the CRM", "import today's Plaud recording", "pull my latest recording into the CRM as a call activity", "turn my recorded meeting into a CRM activity", or naming a recording by date. It finds the recording in Plaud, downloads the transcript, resolves the CRM account + opportunity, pulls the real attendees from Google Calendar, creates any missing contacts, and writes notes in a fixed 7-section English template (When / Participants / Key facts / Action points / Next steps / Customer sentiment / Customer feedback & product requests). When the call surfaces product feedback or feature requests, it also op

2026-07-02
data-explorer
software-developers

Build ad-hoc data-exploration views and dashboards over CRM data using natural language. Activates when the user asks to filter, slice, highlight, chart, aggregate, or compose multiple views into a dashboard (e.g. "show opportunities owned by X with stage Demo and highlight Activity Center", "give me a pipeline-by-stage chart", "build a CRO dashboard with KPIs and charts"). Translates the request into typed JSON and calls `crm views` / `crm dashboards`.

2026-06-16
account-enrichment
market-research-analysts-and-marketing-specialists-131161

Enrich account data using external sources — research companies via Perplexity AI, search business registries (ARES, BRIS, D&B), validate firmographic data, and update CRM accounts with verified information. Activates when users need to research a company, validate account data, or enrich firmographics.

2026-06-15
account-research
market-research-analysts-and-marketing-specialists-131161

Research an account using registry data and enrichment to prepare for sales engagement. Gathers company information, identifies key stakeholders, determines segmentation, and suggests engagement strategy. Activates when users want to research a company, prepare for a first call, or enrich account data.

2026-06-15
alerts-triage
project-management-specialists

Triage and manage CRM alerts — list alerts by severity, acknowledge alerts, view summary statistics, run a daily triage routine, and reference alert type definitions. Activates when users need to review, acknowledge, or triage CRM alerts.

2026-06-15
commission-management
project-management-specialists

Manage sales commissions — view plans, track personal and team earnings, calculate payouts, generate and approve statements, handle clawbacks, and forecast future commissions. Activates when users need to work with commissions, earnings, statements, or clawbacks.

2026-06-15
competitive-intel
market-research-analysts-and-marketing-specialists-131161

Manage competitive intelligence — browse battlecards, view competitor details, create and update battlecards (admin), track usage, auto-surface relevant competitors, and prepare pre-call competitive briefs. Activates when users need competitive information, battlecard management, or pre-call competitor preparation.

2026-06-15
contract-management
project-management-specialists

Manage the full contract lifecycle — create contracts, view details, renew, amend, inspect the renewal history chain, and generate bookings reports. Activates when users need to work with contracts, renewals, amendments, or bookings.

2026-06-15
Showing top 8 of 25 collected skills in this repository.
mcp-data-app
software-developers

Host an MCP server as a private, single-tenant Keboola data app — a dedicated remote MCP endpoint on your own Keboola compute (Keboola MCP is the built-in example, but it wraps any streamable-HTTP / FastMCP server) with client auth. Use when a user wants a private or self-hosted MCP endpoint, or would benefit from one but hasn't asked (see "When to use this"). Keywords: host/self-host MCP server as Keboola data app, private/remote MCP endpoint, deploy MCP to Keboola.

2026-07-09
semantic-layer-usage
software-developers

Use right after a Keboola semantic-context tool returns, when building an app, query, report, or transformation from a semantic model. Ground the SQL in the model's own physical mapping (dataset `tableId`/`fqn`, metric SQL) and confirm the real columns before writing any query — do not build SQL from the business-facing display names.

2026-07-09
dataapp-development
software-developers

Use when building, modifying, deploying, or debugging Keboola Apps (Streamlit or Python/JS). Covers the full lifecycle — choosing app type, configuring keboola-config/, storage access (RO workspace, RW Query Service, input mapping), authentication, DuckDB caching for performance, default Keboola styling, dashboard patterns, optional Kai chat integration, and the three client paths (MCP-only, Claude Code with filesystem, kbagent CLI).

2026-06-25
keboola-git
software-developers

Use when accessing a Keboola-managed Git (Forgejo) repo for a python-js data app via the kbagent CLI — provisioning the repo, finding its repo_url, minting a git_clone_url / push credential with create_python_js_data_app_git_credential, pushing source to Keboola git, copying source between GitHub and Keboola git, working around the ~15MB / HTTP 413 push cap with build-at-deploy, or deploying a data app from its managed git repo. Triggers: kbagent, Keboola managed git, Forgejo, data app repo, repo_url, git_clone_url, create git credential, push to Keboola git, build-at-deploy, HTTP 413, deploy from git.

2026-06-02
powerbi-to-sl
database-architects

Use this skill to migrate an existing Microsoft Power BI semantic model into a Keboola semantic layer model. Accepts two input shapes: (1) TMDL folder extracted with the Microsoft Power BI Modeling MCP server in `--readonly` mode (canonical, captures DAX + Power Query M expressions verbatim); (2) per-table JSON produced by older `get_semantic_model` calls (missing M steps). Maps Power BI tables → Keboola semantic-dataset, measures → semantic-metric (DAX preserved verbatim, flagged for SQL translation), relationships → semantic-relationship. Produces JSON files ready to push to the Keboola metastore via `sl-toolkit` or the REST API. Use for: migrate PowerBI semantic model, convert Power BI to Keboola SL, translate TMDL, import PowerBI tables, powerbi-to-sl, pbi-migration, brownfield semantic layer. Trigger when the user has PowerBI artifacts (TMDL folder, `*_semantic_layer.json`, `.bim`, `.pbip`) and wants them as a Keboola semantic layer.

2026-05-19
semantic-layer
database-architects

Semantic layer reference for Keboola. Auto-loads when the user mentions: semantic layer, semantic model, SL, metastore, semantic-metric, semantic-dataset, semantic-relationship, semantic-glossary, semantic-constraint, inspect model, validate model, threshold constraints, metric sql, model entities, add dataset, create metric, update metric, delete metric, remove constraint. Provides API reference, payload shapes, CRUD procedures, validation rules, and operational gotchas so Claude can work with the metastore directly.

2026-05-19
keboola-cli
database-administrators

Use this skill for managing and reviewing Keboola projects. Activates when syncing project configs (init, pull, push, diff), running project reviews, analyzing SQL transformations, auditing security, assessing performance, validating financial logic, or evaluating template readiness. Covers the full Keboola CLI workflow and 10-agent review team.

2026-04-27
duckdb-transformation
software-developers

Expert knowledge for writing, optimizing, and migrating DuckDB transformations in Keboola. Covers SQL dialect, block orchestration, dynamic backends, Parquet format, case sensitivity, Snowflake-to-DuckDB migration, type casting patterns, and best practices. Use when the user is writing DuckDB SQL, migrating from Snowflake, debugging DuckDB transformations, or needs guidance on DuckDB-specific syntax and configuration in Keboola.

2026-04-27
Showing top 8 of 18 collected skills in this repository.
connector-gws
network-and-computer-systems-administrators

Set up Google Workspace for Claude Code via the official `gws` CLI — Drive, Calendar, Gmail, Docs, Sheets, Chat. Triggers on "set up Google Workspace", "set up gws", "configure GWS", "fix Google access". Idempotent — short-circuits if already configured. Branches on operator-provisioned OAuth app (~2 min) vs manual GCP project walkthrough (~20 min).

2026-07-09
agnes-analyst
software-developers

How to use Agnes as an analyst — discover tables, choose the right query path for local vs remote data, take filtered snapshots of large remote tables, and look up canonical business-metric definitions. Use whenever someone asks about querying Agnes data, the catalog, snapshots, `agnes query`, remote/BigQuery tables, or how to compute a business metric. Triggers on "query Agnes", "what tables are there", "agnes catalog", "snapshot a remote table", "how do I compute revenue/MRR".

2026-06-16
agnes-operator
network-and-computer-systems-administrators

How to configure and customize THIS Agnes instance — the init prompt, the analyst workspace, branding / instance.yaml, and connectors — across its environments. Use when an operator or admin asks where the instance's content/config lives, how to change the init prompt or landing page, how to rebrand, or how a config value resolves. Triggers on "change the init prompt", "edit branding", "where does the config live", "how do I customize this instance", "change /home content", "initial workspace template".

2026-06-16
agnes-conventions
software-developers

Agnes implementation playbooks + non-negotiables. Use when implementing a feature in this repo — adding a data-source connector, REST API endpoint, HTML dashboard page, repository method/repo, or schema migration. Routes to per-task reference playbooks verified against the codebase.

2026-06-08
connector-asana
software-developers

Set up Asana for Claude Code — Personal Access Token in OS keychain, REST API access. Triggers on phrases like "set up Asana", "configure Asana", "fix Asana access". Idempotent — short-circuits if already configured.

2026-05-28
connector-atlassian
software-developers

Set up Atlassian (Jira + Confluence) for Claude Code — API token in OS keychain, email + base URL in ~/.claude/agnes/secrets.env, hosted Remote MCP registered. Triggers on "set up Jira", "set up Atlassian", "configure Confluence", "fix Jira access". Idempotent — short-circuits if already configured.

2026-05-28
Showing 9 of 9 repositories
All repositories loaded
keboola Agent Skills | SkillsMP