1688-logistics-scraper/SKILL.md

27 lines
454 B
Markdown
Raw Normal View History

2026-03-14 02:35:01 +00:00
---
name: my-skill
description: "TODO: describe what this skill does and when to use it."
---
# my-skill
TODO: one-line description.
> Auth is handled automatically via `auth-cli.ts` → `auth-runtime` CLI.
2026-03-14 02:35:01 +00:00
## Run
```bash
bun scripts/run.ts <command> [args] [--dry-run]
```
## Commands
| Command | Description |
|---------|-------------|
| `run <arg>` | TODO: describe |
## Output
Returns JSON: `{ "status": "success" | "failed", "data": ... }`