Skip to content
Skillv1.0.0

extractors

Extractor guidance

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

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

See reviews

About

Imported from peweet/dail_tracker (extractors/AGENTS.md). Install upstream with npx skills add peweet/dail_tracker --skill extractors. Copyright stays with the author.

Extractor guidance

  • Use Polars and the shared helpers: services.http_engine for HTTP, services.coverage_io.save_coverage, services.parquet_io.save_parquet, and services.extract_runner.run_extractor.
  • Treat source fidelity as part of the contract: retain source URL/page/date fields and quarantine ambiguous parses instead of silently guessing.
  • Never inspect an entire source corpus or parquet in agent context. Use a bounded representative sample and report completeness/recall separately from parser correctness.
  • Add or update the closest test/extractors/test_<name>.py test. Run uv run python tools/dev.py conventions as well as focused tests.

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/peweet-dail-tracker-extractors/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.

peweet-dail-tracker-extractors.ocm.jsonjson
{
  "ocm": "1",
  "id": "peweet-dail-tracker-extractors",
  "kind": "skill",
  "name": "extractors",
  "description": "Extractor guidance",
  "publisher": "peweet",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Extractor guidance"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/peweet/dail_tracker",
      "path": "extractors/AGENTS.md",
      "ref": "5c83567595109d011dc294e3106a6eecde5c9a17",
      "url": "https://github.com/peweet/dail_tracker/blob/5c83567595109d011dc294e3106a6eecde5c9a17/extractors/AGENTS.md",
      "key": "peweet/dail_tracker/extractors/AGENTS.md"
    }
  },
  "instructions": "# Extractor guidance\n\n- Use Polars and the shared helpers: `services.http_engine` for HTTP, `services.coverage_io.save_coverage`, `services.parquet_io.save_parquet`, and `services.extract_runner.run_extractor`.\n- Treat source fidelity as part of the contract: retain source URL/page/date fields and quarantine ambiguous parses instead of silently guessing.\n- Never inspect an entire source corpus or parquet in agent context. Use a bounded representative sample and report completeness/recall separately from parser correctness.\n- Add or update the closest `test/extractors/test_<name>.py` test. Run ",
  "cost": {
    "context_tokens": 166
  }
}

Fetch it by URL: GET /api/v1/registry/peweet-dail-tracker-extractors/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.