Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add DevExpress/agent-skills --skill devextreme-datasourcegit clone --depth 1 https://github.com/DevExpress/agent-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/devexpress/agent-skills/devextreme-datasource)<a href="https://agentmods.dev/skills/devexpress/agent-skills/devextreme-datasource"><img src="https://agentmods.dev/badge/skills/devexpress/agent-skills/devextreme-datasource/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/devexpress/agent-skills/devextreme-datasource"><img src="https://agentmods.dev/badge/skills/devexpress/agent-skills/devextreme-datasource.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Data Exfiltration · line 147 Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00144 | $0.02309 |
| Opus 5 | $0.00072 | $0.01154 |
| Sonnet 5 | $0.00029 | $0.00462 |
| Haiku 4.5 | $0.00014 | $0.00231 |
Grade A, and why
devextreme-datasource scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 186 lines — stays where its author put it; the contents beside it link to each section on GitHub.
DevExtreme Data Layer Skill
A skill for configuring the DevExtreme data layer: DataSource, ArrayStore, LocalStore, ODataStore, and CustomStore.
When to Use This Skill
- Binding a component (
dataSourceproperty) to a plain array, a URL, or a Store - Configuring paging, sorting, filtering, and grouping at the DataSource level
- Connecting to an OData endpoint
- Implementing a
CustomStoreto load data from any REST API - Implementing
insert,update,removein aCustomStorefor editable components (DataGrid, etc.) - Deciding between client-side and server-side data processing modes
Before You Start
⚠️ Always use DevExtreme's
CustomStore,DataSource, or a built-in Store (ArrayStore,ODataStore) for data binding. Never replace them with rawfetch/axios, react-query, SWR, or any other data-fetching library. For user-visible error notifications, always usenotifyfromdevextreme/ui/notify.
Architecture Overview
UI Component
└── DataSource — orchestrates paging, sorting, grouping, filtering
└── Store — handles raw data access (CRUD)
├── ArrayStore — in-memory array
├── LocalStore — HTML5 localStorage
├── ODataStore — OData v2/v3/v4 endpoint
└── CustomStore — any backend (REST, GraphQL, etc.)
A component's dataSource property accepts:
- A plain array — DevExtreme wraps it in an
ArrayStore+DataSourceautomatically. - A URL string — DevExtreme fetches JSON and wraps it in a
DataSource. - A Store instance — passed directly or wrapped in a
DataSource. - A DataSource instance — gives full control over paging, sorting, grouping.
- A DataSource config object — DevExtreme constructs the
DataSourcefor you.
Documentation Reference Files
| File | When you need to |
|---|---|
| references/stores.md | Use ArrayStore, LocalStore, or ODataStore |
| references/custom-store.md | Implement CustomStore for any REST/custom backend |
| references/datasource-options.md | Configure DataSource-level options: paging, sort, filter, group, map, postProcess |
What ships with it
3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 186 lines · 144 tokens per session scan A 191b7edecd2f
devextreme-datasource is a skill published in the GitHub repository DevExpress/agent-skills (52 stars, last pushed 21d ago), licensed MIT. It adds 144 tokens to every session and 2,309 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
amazon-location-service
Integrates Amazon Location Service APIs for AWS applications. Use this skill when users want to add maps (interactive MapLibre or static images); geocode addresses to coordinates or reverse geocode coordinates to addresses; calculate routes, travel times, or service areas; find places and businesses through text…
angular-feature-flags
Reviews Angular feature-flag usage and its coordination with dotnet-feature-flags — the same flag key must resolve consistently on both sides. Flags build-time constants requiring a rebuild to toggle, flag keys drifting from backend names, ad-hoc conditionals instead of a centralized service, no fallback when…
angular-api-client-codegen
Reviews how an Angular app consumes its .NET backend's API contract. Flags hand-typed TypeScript interfaces re-declared per feature instead of generating a typed client from the backend's OpenAPI/Swagger spec (NSwag/openapi-typescript), a generated client checked in but never regenerated against the current API…
angular-http-resilience
Typed HttpClient wrappers, interceptor-based retry with exponential backoff and per-request timeout, correlation-ID header propagation to .NET backends, error normalisation into typed error models, and loading-state management. Targets Angular 17+ functional HttpClient configuration.
copilotkit-upgrade
Use when migrating a CopilotKit v1 application to v2 -- updating package imports, replacing deprecated hooks and components, switching from GraphQL runtime to AG-UI protocol runtime, and resolving breaking API changes.
nextjs-pages-router
Set up tRPC in Next.js Pages Router with createNextApiHandler, createTRPCNext, withTRPC HOC, SSR via ssr option and ssrPrepass, SSG via createServerSideHelpers with getStaticProps, and server-side helpers for getServerSideProps prefetching.