Install
openclaw skills install swelistretrieves recently added technology internship and new‑graduate job postings.
openclaw skills install swelistThis document defines the operational capabilities, invocation contract,
and usage semantics of the swelist CLI tool for AI agents, schedulers,
and automation systems.
swelist retrieves recently added technology internship and
new‑graduate job postings from curated public GitHub repositories and
renders them in a predictable, text-based format.
It is optimized for: - Automation pipelines - Periodic polling agents - Human-in-the-loop job search workflows
Data is fetched live at runtime.
pip install swelist
swelist [--role ROLE] [--timeframe TIMEFRAME]
The tool accepts only CLI flags. No stdin is consumed.
Controls which category of jobs to retrieve.
Value Meaning
internship Internship roles (default) newgrad New‑graduate roles
Example:
swelist --role newgrad
Controls recency filtering.
Value Time Window
lastday Last 24 hours lastweek Last 7 days lastmonth Last 30 days
Example:
swelist --timeframe lastweek
Each job entry contains:
Example:
Company: Example Corp
Title: Software Engineer Intern
Location: Remote
Link: https://example.com/apply
Behavior may evolve with upstream data sources. CLI flags are considered stable within a major version.
End of document.