Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
keboola
GitHub 제작자 프로필

keboola

9개 GitHub 저장소에서 수집된 58개 skills를 저장소 단위로 보여줍니다.

수집된 skills
58
저장소
9
업데이트
2026-07-09
여기에는 상위 8개 저장소가 표시되며, 전체 저장소 목록은 아래에서 이어집니다.
저장소 탐색

저장소와 대표 skills

plaud-crm-call-import
프로젝트 관리 전문가

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
소프트웨어 개발자

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
시장조사 분석가·마케팅 전문가

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
시장조사 분석가·마케팅 전문가

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
프로젝트 관리 전문가

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
프로젝트 관리 전문가

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
시장조사 분석가·마케팅 전문가

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
프로젝트 관리 전문가

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
이 저장소에서 수집된 skills 25개 중 상위 8개를 표시합니다.
mcp-data-app
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
데이터베이스 아키텍트

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
데이터베이스 아키텍트

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
데이터베이스 관리자

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
소프트웨어 개발자

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
이 저장소에서 수집된 skills 18개 중 상위 8개를 표시합니다.
connector-gws
네트워크·컴퓨터 시스템 관리자

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
소프트웨어 개발자

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
네트워크·컴퓨터 시스템 관리자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
저장소 9개 중 9개 표시
모든 저장소를 표시했습니다