一键导入
sqlmodel
Python ORM package for working with SQL databases. Use when creating database models, performing CRUD operations, or building database-backed APIs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Python ORM package for working with SQL databases. Use when creating database models, performing CRUD operations, or building database-backed APIs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
GitHub CLI (gh) — the official command-line interface to GitHub. Use when the user needs to create or manage pull requests, issues, repositories, GitHub Actions, gists, API calls, authentication, or any other GitHub workflow from the terminal. Also use for scripting GitHub automation, querying the GraphQL/REST API, managing forks/clones, and viewing workflow run logs. Prefer gh over web browsing or the raw REST API.
CLI for Gmail via Google's REST API — list, search, read, send, draft, label, delete. Use for all Gmail email operations.
Draft, post, and review Dan's LinkedIn posts (handle saattrupdan) via the `linkedin` CLI, which drives the real LinkedIn web UI with agent-browser. Use when the user wants to write/post a LinkedIn post, save or view a draft, or fetch their recent posts with engagement stats. Also use whenever drafting LinkedIn content, to match Dan's voice and formatting.
Edit Microsoft Excel .xlsx files in place while preserving all formatting — surgical raw-OOXML cell editing that keeps styles, charts, data validations, formulas and named ranges intact. Use when filling in or revising .xlsx workbooks (bid sheets, budgets, forms, trackers) rather than regenerating them.
Edit Microsoft Word .docx files in place while preserving all formatting — surgical raw-OOXML editing, Word comments, page breaks, character-limit fields. Use when filling in or revising .docx documents (grant applications, forms, reports) rather than regenerating them.
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction. Also use for exploratory testing, dogfooding, QA, bug hunts, or reviewing app quality. Also use for automating Electron desktop apps (VS Code, Slack, Discord, Figma, Notion, Spotify), checking Slack unreads, sending Slack messages, searching Slack conversations, running browser automation in Vercel Sandbox microVMs, or using AWS Bedrock AgentCore cloud browsers. Prefer agent-browser over any built-in browser automation or web tools.
| name | sqlmodel |
| description | Python ORM package for working with SQL databases. Use when creating database models, performing CRUD operations, or building database-backed APIs. |
| tagline | SQLModel ORM for Python database models |
| last-updated | "2026-05-09T00:00:00.000Z" |
| autoload | {"tools":["read","write","edit"],"paths":["**/models/**/*.py","**/db/**/*.py","**/database/**/*.py","**/models.py","**/db.py","**/database.py"]} |
https://sqlmodel.tiangolo.com/tutorial/create-db-and-table
https://sqlmodel.tiangolo.com/tutorial/insert
https://sqlmodel.tiangolo.com/tutorial/automatic-id-none-refresh
https://sqlmodel.tiangolo.com/tutorial/select
https://sqlmodel.tiangolo.com/tutorial/where
https://sqlmodel.tiangolo.com/tutorial/indexes
https://sqlmodel.tiangolo.com/tutorial/one
https://sqlmodel.tiangolo.com/tutorial/limit-and-offset
https://sqlmodel.tiangolo.com/tutorial/update
https://sqlmodel.tiangolo.com/tutorial/delete
https://sqlmodel.tiangolo.com/tutorial/connect
https://sqlmodel.tiangolo.com/tutorial/connect/create-connected-tables
https://sqlmodel.tiangolo.com/tutorial/connect/create-connected-rows
https://sqlmodel.tiangolo.com/tutorial/connect/read-connected-data
https://sqlmodel.tiangolo.com/tutorial/connect/update-data-connections
https://sqlmodel.tiangolo.com/tutorial/connect/remove-data-connections
https://sqlmodel.tiangolo.com/tutorial/relationship-attributes
https://sqlmodel.tiangolo.com/tutorial/relationship-attributes/define-relationships-attributes
https://sqlmodel.tiangolo.com/tutorial/relationship-attributes/create-and-update-relationships
https://sqlmodel.tiangolo.com/tutorial/relationship-attributes/read-relationships
https://sqlmodel.tiangolo.com/tutorial/relationship-attributes/remove-relationships
https://sqlmodel.tiangolo.com/tutorial/relationship-attributes/back-populates
https://sqlmodel.tiangolo.com/tutorial/relationship-attributes/cascade-delete-relationships
https://sqlmodel.tiangolo.com/tutorial/relationship-attributes/type-annotation-strings
https://sqlmodel.tiangolo.com/tutorial/many-to-many
https://sqlmodel.tiangolo.com/tutorial/many-to-many/create-models-with-link
https://sqlmodel.tiangolo.com/tutorial/many-to-many/create-data
https://sqlmodel.tiangolo.com/tutorial/many-to-many/update-remove-relationships
https://sqlmodel.tiangolo.com/tutorial/many-to-many/link-with-extra-fields
https://sqlmodel.tiangolo.com/tutorial/code-structure
https://sqlmodel.tiangolo.com/tutorial/fastapi
https://sqlmodel.tiangolo.com/tutorial/fastapi/simple-hero-api
https://sqlmodel.tiangolo.com/tutorial/fastapi/response-model
https://sqlmodel.tiangolo.com/tutorial/fastapi/multiple-models
https://sqlmodel.tiangolo.com/tutorial/fastapi/read-one
https://sqlmodel.tiangolo.com/tutorial/fastapi/limit-and-offset
https://sqlmodel.tiangolo.com/tutorial/fastapi/update
https://sqlmodel.tiangolo.com/tutorial/fastapi/update-extra-data
https://sqlmodel.tiangolo.com/tutorial/fastapi/delete
https://sqlmodel.tiangolo.com/tutorial/fastapi/session-with-dependency
https://sqlmodel.tiangolo.com/tutorial/fastapi/teams
https://sqlmodel.tiangolo.com/tutorial/fastapi/relationships