Token导航 LogoToken导航TokenDH.com
开发需要联网github未标认证来源可访问许可证需确认审计通过

steedos-builtin-objectsSteedos 内置对象

Agent Skill

steedos-builtin-objects 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

343

周安装

14

GitHub Stars

1,585

下载量

110
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:steedos-builtin-objects(Steedos 内置对象)
来源仓库:https://github.com/steedos/steedos-platform
仓库路径:skills/steedos-builtin-objects
安装命令:
npx skills add https://github.com/steedos/steedos-platform --skill steedos-builtin-objects
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/steedos/steedos-platform --skill steedos-builtin-objects

简介

用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中围绕仓库状态、代码变更或协作事项进行整理。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装使用。
  • 建议确认权限范围和维护状态,避免触发联网或文件读写操作。
  • steedos-builtin-objects 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Steedos Built-in Objects | Steedos 内置对象

CRITICAL: Object Name Mappings | 重要:对象名称映射

ALWAYS use the exact API names below — do NOT guess object names based on common conventions:

ConceptAPI Name (object name)WRONG guesses to avoid
Department 部门organizationsdepartments, spaces_departments
Workspace 工作区spacesworkspaces, tenants
Workspace User 工作区用户space_usersworkspace_users, members
Division 分部companydivisions, companies
Permission Profile 权限简档permission_setprofiles, permission_profiles
Task 任务tasks
Contact 联系人contacts
Account 客户accounts

When referencing built-in objects in lookup fields, permissions, or code, you MUST use the API names from the table above. Consult the full object index at the end of this document if unsure.

Overview | 概述

Steedos ships with ~93 built-in objects that provide core platform functionality. This skill documents the most commonly used objects — their fields, relationships, and purpose. Custom packages can extend these objects or reference them via lookup fields.

Steedos 平台内置约 93 个对象,提供核心平台功能。本技能文档记录最常用的对象——字段、关系和用途。自定义软件包可以扩展这些对象或通过 lookup 字段引用它们。

Standard auto-generated fields (present on ALL objects, not listed in tables below):

FieldTypeDescription
_idtextRecord ID (primary key)
ownerlookup → usersRecord owner
spacelookup → spacesWorkspace ID
createddatetimeCreation time
created_bylookup → usersCreator
modifieddatetimeLast modified time
modified_bylookup → usersLast modifier
company_idlookup → companyPrimary division
company_idslookup → company (multiple)All divisions

Users & Organizations | 用户与组织

spaces — Workspace | 工作区

The top-level tenant object. Each workspace is an isolated data environment.

FieldTypeLabelReference
nametextName 名称
adminslookup (multiple)Admin Users 管理员→ users
enable_registerbooleanEnable Registration 允许注册
default_profilelookupDefault Profile 默认简档→ permission_set
default_organizationlookupDefault Organization 默认组织→ organizations
password_expiry_daysnumberPassword Expiry Days 密码过期天数

users — User | 用户

Platform-wide user account. A user can belong to multiple workspaces via space_users.

FieldTypeLabelReference
nametextName 姓名
avataravatarAvatar 头像
emailtextEmail 邮箱
mobiletextMobile 手机
usernametextUsername 用户名
steedos_idtextSteedos ID
localeselectLanguage 语言
utcOffsetnumberTime Zone 时区
email_notificationbooleanEmail Notifications 邮件通知

organizations — Department | 部门

Hierarchical department tree within a workspace.

FieldTypeLabelReference
nametextName 名称
fullnametextFullname 全名
parentlookupSuperior 上级→ organizations
childrenlookup (multiple)Subordinates 下级→ organizations
userslookup (multiple)Members 成员→ users
sort_nonumberSort 排序号
hiddenbooleanHidden 隐藏
is_companybooleanDivisional 是否分部

space_users — Space User | 工作区用户

Associates a user with a workspace, carrying workspace-specific profile info (department, profile, manager).

FieldTypeLabelReference
nametextName 姓名
usermaster_detailUser 用户→ users
usernametextUsername 用户名
emailtextEmail 邮箱
mobiletextMobile 手机
positiontextTitle 职务
managerlookupSuperior 上级主管→ users
organizationlookupMain Department 主部门→ organizations
organizationslookup (multiple)All Departments 所有部门→ organizations
profilelookupProfile 简档→ permission_set
localeselectLanguage 语言
avataravatarAvatar 头像
sort_nonumberSort 排序号
invite_stateselectInvitation Status 邀请状态
user_acceptedbooleanValid 有效
email_notificationbooleanEmail Notifications 邮件通知
sms_notificationbooleanSMS Notifications 短信通知

company — Division | 分部

Multi-company / division structure. Records are scoped to divisions via company_id/company_ids.

FieldTypeLabelReference
nametextName 名称
codetextCode 编码
organizationlookupDepartment 对应部门→ organizations
adminslookup (multiple)Admin Users 管理员→ users
parentlookupParent Division 上级分部→ company
sort_nonumberSort 排序号
descriptiontextareaDescription 描述

Permissions | 权限

roles — Role | 角色

Role-based access hierarchy. Users are assigned to roles, and data sharing can cascade through the role tree.

FieldTypeLabelReference
nametextName 名称
api_nametextAPI Name
parentlookupParent Role 上级角色→ roles
userslookup (multiple)Users 用户→ users
descriptiontextareaDescription 描述
is_systembooleanSystem 系统

permission_set — Permission Set | 权限集

Permission profiles that control object access, field access, and security policies. Users are assigned a profile via space_users.profile.

FieldTypeLabelReference
nametextName 名称
labeltextLabel 标签
typeselectType 类型profile / permission_set
userslookup (multiple)Users 用户→ users
assigned_appslookup (multiple)Assigned Apps 分配的应用→ apps
password_historyselectPassword History 密码历史
max_login_attemptsselectMax Login Attempts 最大登录尝试
lockout_intervalselectLockout Interval 锁定时间
enable_MFAbooleanMulti-Factor Auth 多重认证
logout_other_clientsbooleanSingle Sign-On 单例登录
login_expiration_in_daysnumberLogin Expiration 登录过期天数
is_systembooleanSystem 系统

permission_objects — Object Permission | 对象权限

Per-object permission rules attached to a permission set.

FieldTypeLabelReference
nametextName 名称
permission_set_idmaster_detailPermission Set 权限集→ permission_set
object_namelookupObject 对象→ objects
allowReadbooleanAllow Read 允许读取
allowCreatebooleanAllow Create 允许创建
allowEditbooleanAllow Edit 允许编辑
allowDeletebooleanAllow Delete 允许删除
viewAllRecordsbooleanView All Records 查看所有
modifyAllRecordsbooleanModify All Records 修改所有
viewCompanyRecordsbooleanView Division Records 查看分部
modifyCompanyRecordsbooleanModify Division Records 修改分部
allowExportbooleanAllow Export 允许导出
disabled_actionslookup (multiple)Disabled Actions 禁用操作
unreadable_fieldslookup (multiple)Unreadable Fields 不可读字段
uneditable_fieldslookup (multiple)Uneditable Fields 不可编辑字段

Applications & UI | 应用与界面

apps — Application | 应用

Application definitions with tab navigation and optional OAuth2/SAML SSO.

FieldTypeLabelReference
nametextName 名称
codetextAPI Name
icon_sldsselectIcon 图标
colorselectColor 颜色
descriptiontextareaDescription 描述
tabslookup (multiple)Tabs 标签页→ tabs
sortnumberSort 排序号
is_creatorbooleanDesktop 桌面端显示
mobilebooleanMobile 移动端显示
visiblebooleanVisible 可见
urlurlURL
is_use_iframebooleanOpen with iframe
is_new_windowbooleanOpen in New Window 新窗口
oauth2_enabledbooleanOAuth2 Enabled
saml_enabledbooleanSAML Enabled
is_systembooleanSystem 系统

tabs — Tab | 标签页

Navigation tabs for applications. Each tab points to an object, page, or URL.

FieldTypeLabelReference
nametextAPI Name
labeltextLabel 标签
typeselectType 类型object / page / url
objectlookupObject 对象→ objects
pagelookupPage 页面→ pages
urltextURL
iconlookupIcon 图标
mobilebooleanMobile 移动端
desktopbooleanDesktop 桌面端
is_new_windowbooleanNew Window 新窗口
descriptiontextareaDescription 描述

pages — Micro Page | 微页面

Custom UI pages built with the Amis framework.

FieldTypeLabelReference
nametextAPI Name
labeltextLabel 名称
typeselectType 类型app / record / list / form
render_engineselectRender Engine 渲染器amis
object_namelookupObject 对象→ objects
is_activetoggleActive 状态
descriptiontextareaDescription 描述
allow_anonymoustoggleAllow Anonymous 匿名访问
versionnumberVersion 版本号

Business Objects | 业务对象

accounts — Account | 业务伙伴

CRM-style business partner (customer/supplier) records.

FieldTypeLabelReference
nametextName 名称
is_supplierbooleanSupplier 供应商
is_customerbooleanCustomer 客户
typeselectType 类型Customer, Partner, Competitor...
parent_idlookupParent Account 母公司→ accounts
websiteurlWebsite 网站
phonetextPhone 电话
faxtextFax 传真
industryselectIndustry 行业30+ options
number_of_employeesnumberEmployees 员工人数
ratingselectRating 分级Hot, Warm, Cold
stateselectRegion 区域
descriptiontextareaDescription 描述
credit_codetextTax ID 纳税人识别号
shipping_addresstextareaShipping Address 发货地址
billing_addresstextareaBilling Address 开单地址

contacts — Contact | 联系人

Contacts associated with business accounts (master-detail to accounts).

FieldTypeLabelReference
nametextName 姓名
accountmaster_detailAccount 所属客户→ accounts
titletextTitle 职务
reports_to_idlookupReports To 直属上司→ contacts
salutationselectSalutation 性别Male, Female
departmenttextDepartment 部门
emailemailEmail 邮件
phonetextWork Phone 工作电话
mobiletextMobile 手机
mailing_addresstextareaMailing Address 邮寄地址
birthdatedateBirthday 生日
descriptiontextareaNotes 备注
userlookupExternal User 外部用户→ users

Collaboration | 协作

tasks — Task | 任务

Built-in task management with assignments and due dates.

FieldTypeLabelReference
nametextName 名称
assigneeslookup (multiple)Assignees 执行人→ users
due_datedateDue Date 截止日期
stateselectState 状态not_started, in_progress, completed, waiting, deferred
priorityselectPriority 优先级high, normal, low
related_tolookupRelated To 相关记录→ (dynamic)
descriptiontextareaDescription 描述

notifications — Notification | 通知

System notifications sent to users (record changes, mentions, workflow actions, etc.).

FieldTypeLabelReference
nametextTitle 标题
bodytextareaBody 内容
fromlookupFrom 发送人→ users
related_tolookupRelated Record 相关记录→ (dynamic)
related_nametextRelated Name 相关记录名
urlurlURL 链接
is_readbooleanRead 已读

cms_files — Attachment | 附件

File attachments linked to any object record.

FieldTypeLabelReference
nametextName 文件名
descriptiontextareaDescription 描述
extentiontextExtension 扩展名
sizefilesizeSize 大小
parentlookupParent 所属记录→ (dynamic)
allow_anonymous_downloadsbooleanAnonymous Download 匿名下载

System | 系统配置

api_keys — API Key | API 密钥

API keys for programmatic access to the platform.

FieldTypeLabelReference
api_keytextAPI Key 密钥
activebooleanEnabled 启用
last_use_timedatetimeLast Use 最后使用时间

datasources — Data Source | 数据源

External database connections.

FieldTypeLabelReference
nametextName 名称
labeltextLabel 标签
driverselectDriver 驱动MongoDB, SQL Server, PostgreSQL, Oracle, MySQL, Sqlite
hosttextHost 主机
portnumberPort 端口
databasetextDatabase 数据库名
usernametextUsername 用户名
passwordpasswordPassword 密码
connectStringtextareaConnect String 连接串
is_enablebooleanEnable 启用
loggingbooleanDebug 调试
is_systembooleanSystem 系统

audit_records — Audit Record | 审计记录

Field-level change history for objects with enable_audit: true.

FieldTypeLabelReference
related_tolookupRelated Record 相关记录→ (audit-enabled objects)
field_nametextField Name 字段名
previous_valuetextPrevious Value 旧值
new_valuetextNew Value 新值

Object Relationships | 对象关系

spaces ─────────┬──→ organizations (departments)
                │         ↑ parent (self-referencing tree)
                │         ↑ organization ←── company (divisions)
                │
                ├──→ users ←──┐
                │             │ user (master_detail)
                ├──→ space_users ──→ organizations (multiple)
                │         │
                │         └──→ permission_set (profile)
                │                    │
                │                    └──→ permission_objects ──→ objects
                │
                ├──→ apps ──→ tabs ──→ pages
                │                  ──→ objects
                │
                ├──→ roles (tree via parent)
                │         └──→ users (multiple)
                │
                ├──→ accounts ←── contacts (master_detail)
                │       ↑ parent_id (self-referencing)
                │
                ├──→ tasks ──→ users (assignees)
                ├──→ notifications ──→ users (from)
                └──→ cms_files ──→ (any object via parent)

Key relationships:

  • space_users bridges usersspaces, carrying per-workspace profile and department
  • permission_objects is a child of permission_set (master_detail), linking permissions to objects
  • contacts is a child of accounts (master_detail, cascade delete)
  • organizations forms a tree via parent (self-referencing lookup)
  • company maps to organizations for multi-division data isolation
  • tabs connect apps to objects or pages

All Built-in Objects Index | 全部内置对象索引

service-core-objects (56 objects)

ObjectLabelDescription
usersUserPlatform user accounts
spacesCompanyWorkspace/tenant
organizationsDepartmentOrganization tree
space_usersUserWorkspace user membership
space_users_inviteInviteUser invitation
rolesRoleRole hierarchy
permission_setPermission SetsProfiles and permission sets
permission_sharesPermission ShareSharing rules
companyDivisionsMulti-company structure
appsAppApplications
objectsObjectsObject metadata registry
object_fieldsObject FieldsField metadata
object_layoutsObject LayoutsPage layouts
object_listviewsList ViewList view metadata
object_actionsObject ActionAction metadata
object_triggersObject TriggersTrigger metadata
object_validation_rulesValidation RulesValidation rules
object_webhooksWebhooksWebhook definitions
object_webhooks_queueWebhooks QueueWebhook execution queue
object_functionsObject FunctionsFunction metadata
object_recent_viewedView LogRecently viewed records
object_related_listRelated ListRelated list config
tasksTaskTask management
eventsEventCalendar events
notesNotesNotes
notificationsNotificationSystem notifications
announcementsAnnouncementAnnouncements
favoritesMy FavoriteBookmarked records
reportsReportReports
queue_importData Import QueueBulk import jobs
queue_import_historyImport HistoryImport history log
picklistsPicklistGlobal picklists
picklist_optionsPicklist OptionsPicklist option values
cms_filesAttachmentsFile attachments
cfs_files_filerecordAttachment VersionFile storage records
cfs_images_filerecordImages VersionImage storage records
cfs_avatars_filerecordAvatar VersionAvatar storage records
audit_loginLogin LogLogin audit log
audit_recordsAudit RecordsField change history
sessionsLogin SessionsActive sessions
operation_logsSecurity LogsSecurity operation log
api_keysAPI KeyAPI authentication keys
datasourcesDataSourceExternal DB connections
settingsSettingsSystem parameters
keyvalueSettingsKey-value parameters
steedos_keyvaluesSteedos KeyValuesInternal key-value store
autonumberAuto NumberAuto-number sequences
business_hoursBusiness HoursWorking hours config
holidaysHolidaysHoliday calendar
licenseLicenseLicense information
users_verify_codeVerify CodeUser verification codes
OAuth2AccessTokensOAuth2 TokenOAuth2 access tokens
OAuth2ClientsOAuth2 ClientOAuth2 client apps

standard-accounts (2 objects)

ObjectLabelDescription
accounts业务伙伴Business partners (customers/suppliers)
contacts联系人Contact persons

standard-permission (5 objects)

ObjectLabelDescription
permission_objectsPermissionObject-level permissions
permission_fieldsField PermissionField-level permissions
permission_tabsTab PermissionTab visibility permissions
share_rulesShare RuleRecord sharing rules
restriction_rulesRestriction RuleRecord restriction rules

standard-process-approval (4 objects)

ObjectLabelDescription
workflow_ruleWorkflow RuleAutomation workflow rules
workflow_notificationsWorkflow NotificationWorkflow email alerts
action_field_updatesField UpdatesWorkflow field update actions
process_instance_historyApproval HistoryApproval process history

service-pages (4 objects)

ObjectLabelDescription
pages微页面Custom Amis pages
page_versionsPage VersionPage version history
page_assignmentsPage AssignmentPage-to-object assignments
widgetsWidgetReusable page widgets

standard-ui (1 object)

ObjectLabelDescription
tabsTabsNavigation tab definitions

service-package-registry (1 object)

ObjectLabelDescription
steedos_packagesPackageInstalled packages

Other Services

ObjectLabelServiceDescription
_object_reload_logsstandard-object-databaseInternal reload tracking
workflow_time_trigger_queueTime Trigger Queueworkflow_time_triggerScheduled workflow execution

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.27%
按下载量换算40

Claude

27.79%
按下载量换算31

Cursor

17.94%
按下载量换算20

Gemini CLI

8.87%
按下载量换算10

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills