Skip to content
Skillv1.0.0

metadata

Metadata management with SQLite storage and search.

by docxology(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from docxology/blake (blake/metadata/AGENTS.md). Install upstream with npx skills add docxology/blake --skill metadata. Copyright stays with the author.

metadata Module

Metadata management with SQLite storage and search.

Components

File Class Purpose
manager.py MetadataManager Main orchestrator
database.py BlakeDatabase SQLite operations
processor.py MetadataProcessor Metadata extraction
search.py SearchEngine Query processing

Database Schema

  • works - Work metadata
  • images - Image references
  • analysis_results - Cached analysis

Search Features

  • Full-text search on titles, descriptions
  • Filter by work type, source, date range
  • Tag and theme filtering

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/docxology-blake-metadata/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

docxology-blake-metadata.ocm.jsonjson
{
  "ocm": "1",
  "id": "docxology-blake-metadata",
  "kind": "skill",
  "name": "metadata",
  "description": "Metadata management with SQLite storage and search.",
  "publisher": "docxology",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Metadata management with SQLite storage and search."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/docxology/blake",
      "path": "blake/metadata/AGENTS.md",
      "ref": "4b037bcd8cd3e88fbd4cd353aef276a26adc2761",
      "url": "https://github.com/docxology/blake/blob/4b037bcd8cd3e88fbd4cd353aef276a26adc2761/blake/metadata/AGENTS.md",
      "key": "docxology/blake/blake/metadata/AGENTS.md"
    }
  },
  "instructions": "# metadata Module\n\nMetadata management with SQLite storage and search.\n\n## Components\n\n| File | Class | Purpose |\n|------|-------|---------|\n| `manager.py` | `MetadataManager` | Main orchestrator |\n| `database.py` | `BlakeDatabase` | SQLite operations |\n| `processor.py` | `MetadataProcessor` | Metadata extraction |\n| `search.py` | `SearchEngine` | Query processing |\n\n## Database Schema\n\n- `works` - Work metadata\n- `images` - Image references\n- `analysis_results` - Cached analysis\n\n## Search Features\n\n- Full-text search on titles, descriptions\n- Filter by work type, source, date range\n- Tag and",
  "cost": {
    "context_tokens": 154
  }
}

Fetch it by URL: GET /api/v1/registry/docxology-blake-metadata/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.