BytesAgainBytesAgain

Find the Right AI Skill for Any Job

Browse 59+ curated AI agent skills. Search by use case, filter by category, get the right tool instantly.

Browse by Use Case →Pick My Role

All Skills — database

59 skills in "database" matching "python"

🦀 ClawHub101 dl
Data Analysis Seller
Provide data cleaning, statistical analysis, interactive visual reports, and custom real-time dashboards using Python, Excel, and SQL.
🦀 ClawHub73 dl
orc
Apache ORC columnar storage format reference. File structure with stripes and indexes, schema types with evolution rules, compression codecs (ZLIB/SNAPPY/ZSTD), orc-tools CLI, Python/Java writer APIs, Hive ACID transactions, Spark integration, and performance tuning with bloom filters.
🦀 ClawHub
MySQL Administration
Manage MySQL databases via mysql CLI or Python mysql-connector, supporting queries, schema changes, backups, performance analysis, and user permissions.
GitHub
mongoengine
A Python Object-Document-Mapper for working with MongoDB.
GitHub
strawberry
A GraphQL library that leverages Python type annotations for schema definition.
GitHub
python-diskcache
SQLite and file backed cache backend with faster lookups than memcached and redis.
🦀 ClawHub
rpg-travel: Game Pilgrimage · RPG 旅行:游戏圣地巡礼
Map game scenes to real-world travel plans with RPG-style adventure maps. Requires python3 and FlyAI CLI with configured credentials to query real flight/hot...
🦀 ClawHub
Azure Cosmos DB Python
Azure Cosmos DB SDK for Python (NoSQL API). Use for document CRUD, queries, containers, and globally distributed data. Triggers: "cosmos db", "CosmosClient", "container", "document", "NoSQL", "partition key".
🦀 ClawHub
Aliyun Sls Log Query
Use when querying or troubleshooting logs in Alibaba Cloud Log Service (SLS) using query|analysis syntax and the Python SDK. Use for time-bounded log search,...
🦀 ClawHub
Aliyun Opensearch Search
Use when working with OpenSearch vector search edition via the Python SDK (ha3engine) to push documents and run HA/SQL searches. Ideal for RAG and vector ret...
🦀 ClawHub
chartjs-reporter
This skill should be used when the user needs to turn structured data (query results, CSV summaries, JSON records, or Python dicts/lists) into a standalone H...
GitHub
dataset
Store Python dicts in a database - works with SQLite, MySQL, and PostgreSQL.
GitHub
psycopg
The most popular PostgreSQL adapter for Python.
GitHub
mysqlclient
MySQL connector with Python 3 support ([mysql-python](https://sourceforge.net/projects/mysql-python/) fork).
GitHub
mssql-python
Official Microsoft driver for SQL Server and Azure SQL, built on ODBC for high performance and low memory usage.
GitHub
pymongo
The official Python client for MongoDB.
GitHub
jsonschema
An implementation of [JSON Schema](http://json-schema.org/) for Python.
🦀 ClawHub
Wakapi Query
Wakapi coding stats (summaries, projects, today status, totals) via a small Python CLI. Requires WAKAPI_URL. WAKAPI_API_KEY is HTTP Basic (Authorization Basi...
🦀 ClawHub
Query local public IP address
Retrieve the device's current public IP address by running a Python script.
🦀 ClawHub
Critical Code Reviewer
Conduct rigorous, adversarial code reviews with zero tolerance for mediocrity. Use when users ask to "critically review" my code or a PR, "critique my code", "find issues in my code", or "what's wrong with this code". Identifies security holes, lazy patterns, edge case failures, and bad practices across Python, R, JavaScript/TypeScript, SQL, and front-end code. Scrutinizes error handling, type safety, performance, accessibility, and code quality. Provides structured feedback with severity tiers
🦀 ClawHub
Local LRC Editor 专业LRC歌词创作工具
专业LRC歌词创作工具,支持歌曲音频波形可视化、歌词时间轴精准打点、LRC导入/导出、播放实时高亮、毫秒级时间戳编辑、自动本地存储防止数据丢失。前端使用jQuery+WaveSurfer.js开发,后端Python Flask,默认端口698,界面紧凑高效。使用场景:(1) 为歌曲制作LRC歌词文件 (2) 编辑...
🦀 ClawHub
Json Schema Toolkit
Validate JSON data against JSON Schema, generate schemas from sample JSON, and convert schemas to TypeScript interfaces, Python dataclasses, or Markdown docs...
🦀 ClawHub
data-skill
专门处理日常办公场景下的高频、复杂数据分析与处理的助手。使用本地代码执行模式(SQL 或 Python + SQLite)来处理数据导入、清洗、查询、提取、合并拆分及报告生成,支持大数据量且保障数据隐私安全。当用户需要处理 Excel/CSV 文件、跨表查询、生成图表或输出数据分析报告时使用此 Skill。
🦀 ClawHub
Memorine
Human-like memory for AI agents. Facts, events, procedures, contradiction detection, forgetting curve, and cross-agent sharing. Pure Python + SQLite.
🦀 ClawHub
ClawHealth Garmin
Lightweight Garmin Connect skill that uses the clawhealth Python package to sync health data into local SQLite and expose JSON-friendly commands for OpenClaw.
GitHub
sqlalchemy
The Python SQL Toolkit and Object Relational Mapper.
GitHub
sqlmodel
SQLModel is based on Python type annotations, and powered by Pydantic and SQLAlchemy.
GitHub
beanie
An asynchronous Python object-document mapper (ODM) for MongoDB.
🔧 Dify
Spark (Dify)
Apache Spark is an open-source, distributed computing system designed for big data processing and analytics. It provides high-level APIs in Java, Scala, Python, and R, and supports a wide array of data processing tasks, from SQL queries to machine learning and graph processing. Please apply for an API Key, API Secret and APPID from the [iFLYTEK open platform](https://console.xfyun.cn/services). Th
🦀 ClawHub
Openclaw Fullstack App
Generate complete fullstack apps with React/Vue/Next frontend, Node/Python backend, PostgreSQL/MongoDB, Docker, CI/CD, auth, REST/GraphQL APIs.
🦀 ClawHub
Rust Patterns
Production Rust patterns covering ownership, async Tokio, Axum web framework, SQLx, error handling, CLI tools, WASM, and PyO3 Python bindings
🦀 ClawHub
待办大师
用于本地待办管理的技能,支持基于 Python CLI 和 SQLite 存储待办;首次必须由用户确认数据目录(默认使用当前 skill 目录下的 data,或指定一个已存在的绝对路径);支持添加待办、快速添加今日/明日待办、查看今日待办、按状态/优先级/关键字筛选查看全部待办、查看单条、更新、完成、重开、归档,...
🦀 ClawHub
ISBN Book Number Query - ISBN图书书号查询
用 ISBN 查图书详情,或按书名关键字搜书。当用户说:9787 开头这本书是什么?帮我搜书名里带 Python 的书,或类似图书 ISBN 问题时,使用本技能。
🦀 ClawHub
Data Validation
Validate data with schemas across languages and formats. Use when defining JSON Schema, using Zod (TypeScript) or Pydantic (Python), validating API request/response shapes, checking CSV/JSON data integrity, or setting up data contracts between services.
🦀 ClawHub
TrainClaw
3-in-1 China 12306 query — tickets, route stops, transfer plans. Zero login. Filter 高铁/动车/火车 by type, time, duration. Pure Python, text/json/csv output. 火车票/...
🦀 ClawHub
Senior Data Engineer
Data engineering skill for building scalable data pipelines, ETL/ELT systems, and data infrastructure. Expertise in Python, SQL, Spark, Airflow, dbt, Kafka,...
🦀 ClawHub
Ebusy Courts
Query eBusy-based tennis hall bookings via a small Python client.
🦀 ClawHub
Prediction Bridge Skill
Query live prediction market data from the Prediction Bridge API. Use when the user asks about prediction markets, event odds, market prices, whale trades, trader analytics, or news related to prediction markets. Provides semantic search across 9+ platforms (Polymarket, Kalshi, Limitless, Probable, PredictFun, SxBet, Myriad, PancakeSwap), on-chain whale trade monitoring, Smart PnL analytics, and trader leaderboards. Run the bundled Python script to fetch real-time data.
GitHub
pymysql
A pure Python MySQL driver compatible to mysql-python.
GitHub
sqlite-utils
Python CLI utility and library for manipulating SQLite databases.
GitHub
sqlite3
(Python standard library) SQLite interface compliant with DB-API 2.0.
GitHub
redis-py
The Python client for Redis.
🦀 ClawHub
Data Analyst Pro
Professional data analysis skill pack - SQL queries, Python analytics, visualization, and automated reports. Perfect for data analysts, developers, and busin...
🦀 ClawHub
Strava Python
Query Strava activities, stats, and workout data using Python/stravalib with interactive setup
🦀 ClawHub
volcengine-web-search
Using volcengine web_search.py script to search web and get the result, prepare clear and specific `query`.Run the script `python scripts/web_search.py "query"`. Organize the answer based on the returned summary list, do not add or guess content.
🦀 ClawHub
Amazon Orders
Download and query your Amazon order history via an unofficial Python API and CLI.
🦀 ClawHub
Futu Client
Provides a Python client to query stock positions, account info, place orders, and retrieve market data using the Futu OpenAPI.
🤖 LobeHub
Fastapi 项目开发助手
擅长 Python 模块化开发,熟练运用 FastAPI、PostgreSQL、Tortoise-ORM 等技术栈,能为大型项目提供清晰的代码结构并添加详细注释。
Page 1 / 2 (59 skills)Next →