uniapp-cloud
27
总安装量
27
周安装量
#7424
全站排名
安装命令
npx skills add https://github.com/teachingai/full-stack-skills --skill uniapp-cloud
Agent 安装分布
claude-code
22
opencode
20
gemini-cli
20
codex
19
trae
18
Skill 文档
When to use this skill
Use this skill whenever the user wants to:
- Use uniCloud cloud development services
- Work with cloud databases (add, query, update, delete data)
- Create and deploy cloud functions
- Use cloud storage for file uploads and management
- Implement datacom components for data binding
- Integrate backend services with uni-app
- Set up uniCloud project and configuration
- Handle cloud database permissions and security
How to use this skill
This skill is organized to match the official uniCloud documentation:
-
Start with setup and project configuration:
examples/guide/intro.mdexamples/guide/project-setup.mdexamples/guide/cloud-space.md
-
Choose the cloud capability:
- Database â
examples/database/ - Cloud functions â
examples/functions/ - Storage â
examples/storage/ - Datacom â
examples/datacom/ - Security/permission â
examples/security/
- Database â
-
Open the API reference:
api/cloud-api.md
Important Notes:
- This skill focuses on uniCloud integration and usage, not general backend frameworks
- Each example includes official documentation URL
- Follow official permission and security guidance for production
Examples and Templates
Examples
Located in examples/:
- guide/ – Intro, project setup, cloud space creation
- database/ – CRUD, query, index, permissions
- functions/ – Function structure, deploy, call
- storage/ – Upload, download, delete
- datacom/ – datacom components and binding
- security/ – permissions and security rules
Best Practices
- Security: Always set proper database permissions and rules
- Performance: Use indexes for frequently queried fields
- Cost: Optimize cloud function execution time
- Error handling: Implement proper error handling for all cloud operations
- Data validation: Validate data before saving to database
Resources
- Official Documentation: https://doc.dcloud.net.cn/uniCloud/
- Cloud Database: https://doc.dcloud.net.cn/uniCloud/database.html
- Cloud Functions: https://doc.dcloud.net.cn/uniCloud/cf-functions.html
- Cloud Storage: https://doc.dcloud.net.cn/uniCloud/storage.html
Keywords
unicloud, uniCloud, cloud development, cloud database, cloud functions, cloud storage, datacom, äºå¼å, äºæ°æ®åº, äºå½æ°, äºåå¨