Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
keboola
ملف منشئ GitHub

keboola

عرض على مستوى المستودعات لـ 58 skills مجمعة عبر 9 مستودعات GitHub.

skills مجمعة
58
مستودعات
9
محدث
2026-07-09
خريطة المستودعات

أين توجد skills

أهم المستودعات حسب عدد skills المجمعة، مع حصتها من كتالوج هذا المنشئ وانتشارها المهني.

نعرض هنا أهم 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
عرض أهم 8 من أصل 25 skills مجمعة في هذا المستودع.
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
عرض أهم 8 من أصل 18 skills مجمعة في هذا المستودع.
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 مستودعات
تم تحميل كل المستودعات