Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

convex

convex 收录了来自 Convex-Dev 的 9 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
9
Stars
117
更新
2026-07-06
Forks
45
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

build-convex
软件开发工程师

Build the Convex project from source. Use when a contributor wants to compile, test, or package Convex.

2026-07-06
deploy
软件开发工程师

Deploy an actor (smart contract) to the Convex network. Use when the user wants to create a new on-chain actor with exported functions.

2026-06-11
convex-db
数据库架构师

Use Convex DB — a lattice-backed SQL database. Use when helping users write queries, connect via JDBC or PostgreSQL clients, create tables, insert/query data, or use the direct lattice API.

2026-04-09
account
软件开发工程师

Create or inspect Convex accounts. Use when the user wants to set up a new account, check account details, or manage keys.

2026-04-04
cns
软件开发工程师

Resolve or register Convex Name System (CNS) names. Use when the user wants to look up a CNS name, register a new name, or update a name's target.

2026-04-04
query
软件开发工程师

Execute a read-only CVM query on the Convex network. Use when reading on-chain state, checking balances, looking up accounts, or evaluating Convex Lisp expressions.

2026-04-04
token
软件开发工程师

Create and manage fungible tokens on Convex. Use when the user wants to create a new token, check token balances, or manage token supply.

2026-04-04
transact
软件开发工程师

Execute a CVM transaction on the Convex network. Use when the user wants to modify on-chain state, call actor functions, or define values.

2026-04-04
transfer
软件开发工程师

Transfer CVM coins or fungible tokens between Convex accounts. Use when the user wants to send coins or tokens to another account.

2026-04-04