Files
The Doctor (MyClaw) fd6c8c403e feat(v0.13.0): mass import — 611 → 1211 skills (+600 new)
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
2026-05-05 16:03:12 +00:00
..

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