- Home
- /
- Categories
- /
- Processing
Processing
Data transformation and parsing
Calimero Network — Agent Skills
by calimero-network
members
numpy-set-ops
by cuba6112
Set-theoretic operations for finding unique elements, membership testing, and array intersections. Triggers: unique, isin, intersect1d, setdiff1d, union1d.
clawdbites
by diegosouzapw
Extract recipes from Instagram reels. Use when a user sends an Instagram reel link and wants to get the recipe from the caption. Parses ingredients, instructions, and macros into a clean format.
e2e-tests
by iulspop
Generates end-to-end tests using Playwright with the "given/should" prose format. Use when writing e2e tests for user flows, page interactions, or integration scenarios that exercise the full application stack.
hybrid-decision-analysis.v1
by squirrel289
'Hybrid decision workflow that combines expert rubric design, explicit evidence capture, hard-constraint gating, scenario bakeoffs, and deterministic scoring. Use when selecting skills, tools, architectures, workflows, or build-vs-buy options and when you need consistent, reliable, and auditable recommendations.'
betaflight
by SebGalina
Use this skill whenever the user mentions Betaflight, FPV drone firmware, flight controller configuration, PID tuning, blackbox log analysis, CLI diff/dump files, or asks about parameters like 'set rc_smoothing', 'set dyn_notch', motor/ESC setup, RX configuration, oscillations/wobbles/jello, propwash, filter tuning, or interpreting Betaflight Configurator settings. Also trigger when the user shares a .txt file containing 'diff all', 'dump', 'feature', 'set ' commands, or a .bbl/.bfl blackbox log — these are Betaflight artifacts even if not explicitly named. Use for builds (3" to 10" quads, cinewhoops, tinywhoops, longrange, X-class), version migrations (4.4 → 4.5 → 4.6), and troubleshooting flight issues. Do NOT skip this skill just because the user phrases the question casually ("mon drone wobble", "PID help", "config FC"). Also covers configuring a new drone from scratch via a guided setup wizard.
naming-analyzer
by VisualxIntelligence
Suggest better variable, function, and class names based on context and conventions.
wework
by dvcrn
Operate the WeWork CLI for workspace booking workflows, including authentication setup with WEWORK_USERNAME / WEWORK_PASSWORD, location and desk discovery, booking creation, booking listing, and calendar export. Use when requests mention wework commands or the npm package wework-cli, especially for command construction, flag troubleshooting, and safe pre-book checks.
init-plugin
by blueif16
插件结构知识库(仅供其他skills引用,不直接调用)
sling-transforms
by slingdata-io
Data transformation functions for Sling replications, pipelines, and API specs. Use when transforming data, applying string/date/numeric functions, type casting, cleaning data, computing fields, or using expressions like trim, upper, lower, date_format, cast, coalesce, hash.
loving-awareness-meditation
by sethmblack
A practice for shifting identity from the thinking mind to awareness itself — and recognizing that awareness is inherently loving, derived from Ram Dass's signature teaching that became his primary...
deep-reading
by the-waste-land
Use when reading books, academic papers, or long-form documents from URLs or PDFs and needing structured analysis, comprehension, or comparison
scanpy
by Victory-Hugo
标准单细胞RNA-seq分析管道。用于质控、标准化、降维(PCA/UMAP/t-SNE)、聚类、差异表达和可视化。最适合具有成熟工作流的探索性scRNA-seq分析。深度学习模型请使用scvi-tools;数据格式问题请使用anndata。
authoring-json-schema
by squirrel289
"Author, refactor, and maintain JSON Schema for reuse, composition, and long-term stability. Use when asked to create schemas, reduce duplication, compose schemas with $ref/allOf/oneOf/if-then-else, review schema quality, or migrate legacy draft-04+ schemas. Prefer draft-2020-12 for new authoring; treat draft-04/draft-06 as migration-only."
redis
by simplerick0
Redis specialist focused on caching strategies, data structures, and real-time data patterns. Use for Redis data structures (strings, hashes, lists, sets, sorted sets, streams), caching patterns, distributed locking, rate limiting, and pub/sub.
kyverno
by kontrolplane
Kyverno Kubernetes policy engine for validation, mutation, and generation. Use when writing ClusterPolicies to enforce security standards, auto-mutate resources with defaults, generate companion resources, or verify container image signatures.
openclawd-browser-server
by xinbs
"Calls the Windows Browser Server HTTP API to control a persistent browser session. Invoke when OpenClawd needs to navigate, evaluate JS, screenshot, or reuse logged-in cookies."
scvi-tools
by Victory-Hugo
单细胞组学深度生成模型。当需要概率批次校正(scVI)、迁移学习、带不确定性的差异表达或多模态集成(TOTALVI, MultiVI)时使用。最适合高级建模、批次效应、多模态数据。标准分析管道请使用scanpy。
crs-tracker
by ProfAmiot
Download newly published Congressional Research Service (CRS) reports from Congress.gov by publication date. Use this skill whenever the user wants to pull, monitor, download, sync, archive, or fetch CRS reports — including requests like "what CRS reports came out yesterday", "download today's new CRS reports", "check for new CRS publications", "get CRS reports from [date]", or anything about ad-hoc CRS report collection. Also trigger this if the user mentions Congressional Research Service publications by name. This skill runs a Python script that queries the Congress.gov API for reports updated in a target date window, compares each report's current PDF URL against a local SQLite database, and downloads any reports that are new or have a newer PDF version. Requires network access to api.congress.gov (works in Claude Code, local machines, cron jobs, and GitHub Actions — does NOT work inside Claude.ai's web sandbox, which blocks that domain).
auditor
by anthonyjlee
"QA auditor that examines completed pipeline executions, detects regressions, scores lesson effectiveness with a graduated model, and generates risk-tiered meta-improvement proposals through a forge loop."
longevity-os
by ikheet7734
Longevity OS (太医院) — personal health tracking, N-of-1 trials, and longevity optimization. Triggers on /longevity, /taiyiyuan, health tracking, diet logging, exercise logging, supplement management, biomarker review, and self-experimentation keywords.
evaluator
by Overlord-Z
Skill evaluation and telemetry framework. Collects anonymous usage data and feedback via GitHub Issues and Projects. Privacy-first, opt-in, transparent. Helps improve ClaudeShack skills based on real-world usage. Integrates with oracle and guardian.
data-engineering-storage-remote-access-libraries-fsspec
by legout
"Comprehensive guide to fsspec: the universal filesystem interface for Python. Covers S3, GCS, Azure via s3fs, gcsfs, adlfs; protocol chaining, caching, async operations, and integration with the data ecosystem."
plan-to-tasks
by adrianbrowning
Convert project plans to JSONL format (issues + dependencies). Use when users ask "convert plan to jsonl", "create jsonl from plan", "export plan as json" or "convert plan to taks", "create tasks from plan", "export plan as tasks".