← All skills
Tencent SkillHub · Communication & Collaboration

Swelist

retrieves recently added technology internship and new‑graduate job postings.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

retrieves recently added technology internship and new‑graduate job postings.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILLS.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.2

Documentation

ClawHub primary doc Primary doc: SKILL.md 17 sections Open source page

swelist

This document defines the operational capabilities, invocation contract, and usage semantics of the swelist CLI tool for AI agents, schedulers, and automation systems.

Tool Identity

Name: swelist Type: Command-Line Interface (CLI) Language: Python Distribution: PyPI Execution Model: Stateless, read-only

Purpose

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 Sources

SimplifyJobs / Summer2025-Internships SimplifyJobs / New-Grad-Positions Data is fetched live at runtime.

Installation

pip install swelist

Invocation Contract

swelist [--role ROLE] [--timeframe TIMEFRAME] The tool accepts only CLI flags. No stdin is consumed.

--role

Controls which category of jobs to retrieve. Value Meaning internship Internship roles (default) newgrad New‑graduate roles Example: swelist --role newgrad

--timeframe

Controls recency filtering. Value Time Window lastday Last 24 hours lastweek Last 7 days lastmonth Last 30 days Example: swelist --timeframe lastweek

Output Contract

Output is written to STDOUT Format is human- and agent-readable plain text No JSON or structured serialization

Job Posting Fields

Each job entry contains: Company (string) Title (string) Location (string) Link (URL) Example: Company: Example Corp Title: Software Engineer Intern Location: Remote Link: https://example.com/apply

Execution Guarantees

No side effects No persistent storage Safe for repeated execution Deterministic given identical upstream data No authentication required

Error Behavior

Network issues may raise runtime errors or result in empty output Invalid flags produce CLI usage errors Zero matching jobs produces valid empty result output

Environment Requirements

Python 3.8+ Internet access Supported on macOS, Linux, Windows

Agent-Oriented Use Cases

Daily polling for new internship postings Weekly new‑grad job aggregation Feeding results into ranking, scoring, or alerting agents Execution via cron, CI pipelines, or autonomous agents

Known Limitations

No built‑in alerting No local caching No deduplication beyond source data No JSON output format

Safety & Compliance

Uses only public data No user tracking No credential usage No scraping of private systems

Versioning

Behavior may evolve with upstream data sources. CLI flags are considered stable within a major version. End of document.

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILLS.md Docs