Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

public

public 收录了来自 datagrok-ai 的 41 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
41
Stars
72
更新
2026-07-12
Forks
31
职业覆盖
4 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

datagrok-exec
软件开发工程师

Use whenever you need the Datagrok browser to actually execute JavaScript — adding viewers, filtering, modifying the view, or returning a result widget to the chat. Open this skill before calling the datagrok_exec tool.

2026-07-12
datagrok-filtering
软件开发工程师

Filter rows of a Datagrok DataFrame inside a datagrok-exec block through the Filters panel — by range, equals/contains/in-set, multi-value, boolean, free-text row expressions, or substructure (SMILES / SMARTS / molblock). Also covers clearing, inverting, the show-only-filtered vs destructive-drop split, and the filter event lifecycle (onRowsFiltering / onFilterChanged / onRowsFiltered). Use whenever the user says "filter", "show only", "hide rows where", "narrow to subset", "find rows that", "contains", "substructure search", "categorical filter", "range filter", "invert", "clear the filter", "clear filters", "drop rows", or asks for the filtered subset as a new table. Does NOT cover selection (separate skill) or generic DataFrame cloning (datagrok-df-and-columns).

2026-07-12
datagrok-calc-column
软件开发工程师

Add a calculated, formula-based column to a dataframe inside a datagrok-exec block. Use whenever the user asks to compute, derive, add, or create a new column from existing columns — LipE, ratios, log/round, heavy atom count, any expression in the Datagrok formula DSL. Replaces hand-written addNewFloat/addNewInt + for-loop with a single formula-attached column that recomputes when source columns change.

2026-07-09
datagrok-df-and-columns
软件开发工程师

Find, describe, add, remove, rename, clone, or set metadata on columns of a Datagrok DataFrame inside a datagrok-exec block. Use whenever the user asks to locate "the X column", summarize a column, add a typed/empty/values-filled/virtual column, set semantic type / units / format / friendly name, apply linear or categorical or conditional color coding, drop or rename columns, or copy a DataFrame. Covers everything in DataFrame.columns and Column.meta — but not row filtering/selection (datagrok-filtering, datagrok-selection) and not formula-only columns (datagrok-calc-column).

2026-07-08
datagrok-grid-customization
软件开发工程师

Sort, hide, show, reorder, resize, pin, format, and color-code columns in a Datagrok TableView grid from a datagrok-exec block. Use whenever the user asks to sort by a column (any direction), multi-sort, hide / show / reorder / pin / resize columns, freeze the first N columns, change number-format display, color-code cells (defaults and grid-only tint here; full per-type reference in datagrok-df-and-columns), set row height, or reset the grid back to defaults. Distinct from datagrok-df-and-columns (which owns column-level data metadata like semType, units, friendlyName, and is also where canonical color-coding lives) and from datagrok-viewers (which owns scatter plot / histogram / etc.). Does NOT cover filtering (`datagrok-filtering`), selection (`datagrok-selection`), custom cell renderer authoring (`create-cell-renderer`), saving / restoring layouts, or grid event handlers.

2026-07-08
datagrok-viewers
软件开发工程师

Add a viewer, configure a viewer, change viewer options, find viewer, close viewer, view a scatter plot, bar chart, histogram, line chart, box plot, pie chart, heat map, correlation plot, 3D scatter, trellis, density plot, statistics, on a Datagrok TableView inside a datagrok-exec block. Use whenever the user asks to plot, chart, visualize, show a graph, draw a distribution, color by a column, swap a viewer's axis, toggle a legend / regression line / log scale, replace one viewer with another, close every chart, reset the view to just the grid, or find an existing viewer by type. Plugin viewers like "Chem space", "sequence space", "activity cliffs" are NOT viewer types — they're registered functions — route those to `grok.functions.call`. Does NOT cover filtering (separate skill `datagrok-filtering`), selection (`datagrok-selection`), grid cell rendering (`datagrok-grid-customization`), layout save/restore, or custom-viewer authoring.

2026-07-08
datagrok-projects
软件开发工程师

Save, create, attach to, or share a Datagrok project. Each step has a trigger phrase; run only the triggered step, then stop.

2026-07-06
datagrok-entities
软件开发工程师

Call datagrok_show_entities after any MCP tool result that returns entity data (files, scripts, queries, connections, projects, spaces, groups, users). Always use the tool — never list entities as plain text, markdown links, or bullet lists.

2026-06-25
datagrok-selection
软件开发工程师

Manipulate row selection (`df.selection`) on a Datagrok DataFrame inside a datagrok-exec block — set, clear, invert, add to, remove from, intersect, and read the selection mask. Also covers current row (`df.currentRowIdx`), the cross-skill bridges to/from the filter, and how to materialize the selected rows as a new DataFrame. Use whenever the user says "select rows", "deselect", "invert selection", "highlight rows", "selected rows", "clear selection", "current row", "currentRowIdx", "count selected", "list selected indexes", "selection from filter", "filter from selection", or asks for selected rows as a new table. Does NOT cover row filtering (separate skill `datagrok-filtering`) or generic DataFrame cloning (`datagrok-df-and-columns`).

2026-06-25
datagrok-chem-toolkit
软件开发工程师

Cheminformatics toolkit catalog for small molecules. Covers RDKit/OpenChemLib calculations, descriptors, fingerprints, similarity/substructure search, R-group, MMP, scaffold tree, chemical space, MPO, reactions, and ADMET predictions. Open this skill when the user asks about computing molecular properties, comparing/searching molecules, or predicting ADMET/tox.

2026-06-24
datagrok-chem-data
软件开发工程师

Bioactivity and small-molecule data-side catalog. Covers ChEMBL search/lookup, MolTrack compound and batch registration, HitTriage / HitDesign / PeptiHit workflows, and Curves dose-response analysis (IC50/EC50 fitting). Open this skill when the user asks about querying ChEMBL, registering or looking up compounds in MolTrack, running a hit-triage campaign, or fitting/inspecting dose-response curves.

2026-05-18
create-workflow
软件开发工程师

Create a Datagrok Compute2 workflow (pipeline configuration with steps, links, and actions)

2026-05-14
ui
网页与数字界面设计师

UI building guidelines for Datagrok TypeScript components, viewers, and drag-and-drop

2026-04-27
build-app
软件开发工程师

Create a Datagrok application with routing, views, and data access

2026-04-26
add-optimizer
软件开发工程师

Add a new single-objective optimization algorithm to the sci-comp library. Use when the user asks to implement a new optimizer (e.g. gradient descent, BFGS, simulated annealing, differential evolution).

2026-04-17
prepare-package-for-claude
软件开发工程师

Prepare a Datagrok package so that Claude (or any coding agent) can work on it effectively from a naive prompt

2026-04-15
add-curve-format
软件开发工程师

Add support for a new curve data format in the Curves package converter system

2026-04-03
add-info-panel
软件开发工程师

Create info panels that appear in the context panel based on semantic types

2026-04-03
add-package-tests
软件质量保证分析师与测试员

Add unit tests to a Datagrok package

2026-04-03
cache-function-results
软件开发工程师

Add caching to Datagrok functions using meta.cache annotations

2026-04-03
create-cell-renderer
软件开发工程师

Create a custom grid cell renderer for Datagrok

2026-04-03
create-custom-filter
软件开发工程师

Create a custom filter for Datagrok by extending DG.Filter

2026-04-03
create-custom-view
软件开发工程师

Create a custom view for Datagrok by extending ViewBase

2026-04-03
create-custom-viewer
软件开发工程师

Create a custom JavaScript viewer extending DG.JsViewer with properties and rendering

2026-04-03
create-docker-container
网络与计算机系统管理员

Add a Docker container to a Datagrok package with Dockerfile and config

2026-04-03
create-file-viewer
软件开发工程师

Create a custom file viewer for the Datagrok file share browser

2026-04-03
create-interactive-scientific-application-spec
软件开发工程师

Create a specification for an interactive scientific Datagrok application (simulation, ODE/PDE solver, computational tool)

2026-04-03
create-package
软件开发工程师

Scaffold, build, and publish a new Datagrok package

2026-04-03
create-script-handler
软件开发工程师

Create a custom script handler for an unsupported scripting language

2026-04-03
create-semantic-type-detector
软件开发工程师

Define semantic type detectors in detectors.js for auto-detecting column data meaning

2026-04-03
datagrok-logging
软件开发工程师

Guide for logging errors, warnings, and info messages in Datagrok packages

2026-04-03
implement-interactive-scientific-application-from-spec
软件开发工程师

Implement an interactive scientific Datagrok application from an approved spec.md

2026-04-03
manage-credentials
软件开发工程师

Set up and manage package and connection credentials securely

2026-04-03
test-connectors
软件质量保证分析师与测试员

Run Java/Maven tests for the GrokConnect connectors project

2026-04-03
test-package
软件质量保证分析师与测试员

Run grok test for Datagrok packages and report results

2026-04-03
write-demo-script
软件开发工程师

Create a DemoScript with steps and registration for the Datagrok demo application

2026-04-03
write-tutorial
软件开发工程师

Create a Tutorial class with interactive steps and track registration

2026-04-03
deploy-grokky
网络与计算机系统管理员

Deploy Grokky — start Docker, ensure grok_spawner, build images, publish package

2026-04-02
create-demo-model-from-ivp-file
软件开发工程师

Create a Diff Studio demo model TS file and register it in the package, using equations from an IVP file

2026-02-24
create-demo-model
软件开发工程师

Create a Diff Studio demo model TS file and register it in the package, using equations from an IVP file. Use this skill when the user wants to create a demo model from an IVP file, mentions "demo model", "IVP file", "Diff Studio demo", or asks to convert an .ivp file into a demo.

2026-02-24
当前展示该仓库 Top 40 / 41 个已收集 skills。