Skip to content
Skillv1.0.0

Thick-Scraper-VOID-

AGENTS.md

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

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

See reviews

About

Imported from SulaymanB2024/Thick-Scraper-VOID- (AGENTS.md). Install upstream with npx skills add SulaymanB2024/Thick-Scraper-VOID-. Copyright stays with the author.

AGENTS.md

Working rules

  • Keep changes scoped to the current milestone in docs/PLAN.md.
  • After each milestone, run relevant checks and update docs/STATUS.md.
  • Do not claim completion without running a live smoke test command from docs/USAGE.md.
  • Prefer deterministic tests using fixtures over live network tests.

Commands

  • Install: python -m pip install -e .[dev]
  • Run tests: pytest -q
  • Run audit: python -m seo_audit audit --domain https://void-agency.com --output ./out
  • Optional lint/format: ruff check . and ruff format .

Conventions

  • Python 3.11+, typed dataclasses, explicit return types.
  • Separate observed facts from derived heuristics/scores.
  • Keep modules small and focused; avoid speculative abstractions.

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/sulaymanb2024-thick-scraper-void-thick-scraper-void/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.

sulaymanb2024-thick-scraper-void-thick-scraper-void.ocm.jsonjson
{
  "ocm": "1",
  "id": "sulaymanb2024-thick-scraper-void-thick-scraper-void",
  "kind": "skill",
  "name": "Thick-Scraper-VOID-",
  "description": "AGENTS.md",
  "publisher": "SulaymanB2024",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "AGENTS.md"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/SulaymanB2024/Thick-Scraper-VOID-",
      "path": "AGENTS.md",
      "ref": "ef3bad25ea0f43f7b4a854fa56c74af5a50fc8db",
      "url": "https://github.com/SulaymanB2024/Thick-Scraper-VOID-/blob/ef3bad25ea0f43f7b4a854fa56c74af5a50fc8db/AGENTS.md",
      "key": "SulaymanB2024/Thick-Scraper-VOID-/AGENTS.md"
    }
  },
  "instructions": "# AGENTS.md\n\n## Working rules\n- Keep changes scoped to the current milestone in `docs/PLAN.md`.\n- After each milestone, run relevant checks and update `docs/STATUS.md`.\n- Do not claim completion without running a live smoke test command from `docs/USAGE.md`.\n- Prefer deterministic tests using fixtures over live network tests.\n\n## Commands\n- Install: `python -m pip install -e .[dev]`\n- Run tests: `pytest -q`\n- Run audit: `python -m seo_audit audit --domain https://void-agency.com --output ./out`\n- Optional lint/format: `ruff check .` and `ruff format .`\n\n## Conventions\n- Python 3.11+, typed dat",
  "cost": {
    "context_tokens": 189
  }
}

Fetch it by URL: GET /api/v1/registry/sulaymanb2024-thick-scraper-void-thick-scraper-void/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.