mirror of
https://github.com/LeoYeAI/openclaw-master-skills.git
synced 2026-08-14 00:48:08 +00:00
Bulk import from openclaw/skills official Archive (⭐3,600+).
Quality filter: SKILL.md 800B-30KB with proper YAML frontmatter.
Coverage areas:
- Crypto / Web3 / DeFi / Trading bots
- Feishu / DingTalk / Enterprise WeChat
- Business systems (freelance ops, performance eng, legal docs)
- Document templates / PPT design / OCR
- Email / CRM / Customer service
- Financial analytics / Stock trading
- AI tools / Agent collaboration / Model management
Deeplake Agent Skills
Agent skills for working with Deeplake, the GPU database.
Installation
npx skills add activeloopai/deeplake-skills
Available Skills
| Skill | Description |
|---|---|
| deeplake-managed | SDK for ingesting data into Deeplake managed tables (Python & Node.js/TypeScript). Use when users want to store, ingest, or query data in Deeplake. |
Usage
Once installed, the skill is automatically available. The agent will use it when it detects tasks related to Deeplake data ingestion, querying, or management.
Example prompts:
- "Ingest these video files into Deeplake"
- "Create a Deeplake table with embeddings"
- "Query my Deeplake dataset for similar vectors"
- "Set up a PyTorch DataLoader from my Deeplake table"
- "Ingest COCO detection data into Deeplake using Node.js"
Skill Structure
skills/
deeplake-managed/
SKILL.md # Main agent instructions (Python + Node.js)
reference.md # pg_deeplake SQL reference (vector search, BM25, hybrid search)
examples.md # End-to-end workflow examples (Python + Node.js)
formats.md # Custom format classes for ingestion (Python + Node.js)
License
MIT