starrocks-stream-load

starrocks-stream-load is a skill for Claude Code, Codex from ivanshamaev/de-agent-skills. It costs 77 tokens per session (3,165 once invoked), scanned A, original, no licence file.

A guide to sending CSV or JSON data to StarRocks through its HTTP Stream Load API. It covers column mapping, partial updates, duplicate-safe labels, filtering, timeouts, and Python loading patterns.

In plain words
What is it for?
Use it to build curl or Python loaders, map incoming fields, upload partial updates, parse load responses, and tune upload behavior.
Why use it?
It helps developers load batches reliably without writing a full ingestion service. It also explains how to handle malformed rows, retries, and updates to primary-key tables.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it to build curl or Python loaders, map incoming fields, upload partial updates, parse load responses, and tune upload behavior.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ivanshamaev/de-agent-skills/starrocks_stream_load
Install

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.

Any agent
npx skills add ivanshamaev/de-agent-skills --skill starrocks_stream_load
Clone the repo
git clone --depth 1 https://github.com/ivanshamaev/de-agent-skills

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for starrocks-stream-load

README.md
[![agentmods](https://agentmods.dev/badge/skills/ivanshamaev/de-agent-skills/starrocks_stream_load/github.svg)](https://agentmods.dev/skills/ivanshamaev/de-agent-skills/starrocks_stream_load)
Your own site
<a href="https://agentmods.dev/skills/ivanshamaev/de-agent-skills/starrocks_stream_load"><img src="https://agentmods.dev/badge/skills/ivanshamaev/de-agent-skills/starrocks_stream_load/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.

agentmods 80×15 button for starrocks-stream-load

Your own site · 80×15
<a href="https://agentmods.dev/skills/ivanshamaev/de-agent-skills/starrocks_stream_load"><img src="https://agentmods.dev/badge/skills/ivanshamaev/de-agent-skills/starrocks_stream_load.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 77 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,165 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00077 $0.03165
Opus 5 $0.00039 $0.01582
Sonnet 5 $0.00015 $0.00633
Haiku 4.5 $0.00008 $0.00316

Measured 9d ago against content hash 047b4871658d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

starrocks-stream-load scanned grade A with 1 finding 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

description: StarRocks Stream Load — HTTP PUT API (curl/Python requests), CSV/JSON format parameters (column_separator/jsonpaths/strip_outer_array), columns mapping, partial_update for Primary Key tables, label idempoten
group_skills/starrocks_group_skills/starrocks_stream_load/SKILL.md · 412 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

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.

  1. 9d ago First seen · 412 lines · 77 tokens per session scan A 047b4871658d

Subscribe to this mod's changes

starrocks-stream-load is a skill published in the GitHub repository ivanshamaev/de-agent-skills (18 stars, last pushed 3mo ago), with no licence file. It adds 77 tokens to every session and 3,165 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

proxysql

Production standards for ProxySQL, a high-performance MySQL proxy providing connection multiplexing, query routing, caching, and firewalling. Use when configuring, troubleshooting, or making architectural decisions about multiplexing, query caching, query routing rules, or firewall lists. Triggers on: "ProxySQL"…

neverinfamous/mysql-mcp · 92 tokens

mysql-router

Production standards for MySQL Router, the lightweight middleware for transparent routing between applications and MySQL InnoDB Cluster servers. Use when configuring, troubleshooting, or making architectural decisions about HA routing, connection pooling, or cluster integration. Triggers on: "MySQL Router"…

neverinfamous/mysql-mcp · 84 tokens

database-design-document

Design a production database schema including ERD, table definitions, data dictionary, indexing strategy, normalization decisions, and migration plan. Use when designing a new database, adding major entities, or documenting an existing schema.

fattain-naime/engineering-docs · 46 tokens

crudcraft

Use when building or editing a small database-backed web app in ANY stack — plain PHP, Laravel, or Supabase, on MySQL/MariaDB, PostgreSQL, SQLite, SQL Server, or a hosted DB — scaffolding a project, creating or evolving a database, designing tables or writing SQL, adding login/registration or user roles, building a…

GitRavz/CRUDcraft · 174 tokens

nexus-backend

Backend architecture agent specializing in high-performance APIs, microservices, and data integrity. Use when you need to design or review API architectures, optimize database queries, identify security vulnerabilities and performance bottlenecks, or evaluate backend patterns for FastAPI and SQLAlchemy.

Shuwanito/SkillsMP · 56 tokens

durable-objects

Build, debug, or review Cloudflare Durable Objects code for persistent state and coordination.

fcakyon/claude-codex-settings · 22 tokens