retrieves recently added technology internship and new‑graduate job postings.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install swelist或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install swelist⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/swelist/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: swelist description: retrieves recently added technology internship and new‑graduate job postings. homepage: https://pypi.org/project/swelist/ metadata: { "openclaw": { "emoji": "💼", "requires": { "bins": ["swelist"] }, "install": [ { "id": "uv", "kind": "uv", "package": "swelist", "bins": ["swelist"], "label": "Install swelist (uv)", }, ], }, } ---
This 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.
安装 Swelist 后,可以对 AI 说这些话来触发它
Help me get started with Swelist
Explains what Swelist does, walks through the setup, and runs a quick demo based on your current project
Use Swelist to retrieves recently added technology internship and new‑graduate job...
Invokes Swelist with the right parameters and returns the result directly in the conversation
What can I do with Swelist in my marketing & growth workflow?
Lists the top use cases for Swelist, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/swelist/ 目录(个人级,所有项目可用),或 .claude/skills/swelist/(项目级)。重启 AI 客户端后,用 /swelist 主动调用,或让 AI 根据上下文自动发现并使用。
Swelist 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Swelist 可免费安装使用。请查阅仓库了解许可证信息。
retrieves recently added technology internship and new‑graduate job postings.
Swelist 属于「Marketing & Growth」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my marketing & growth tasks using Swelist
Identifies repetitive steps in your workflow and sets up Swelist to handle them automatically