{
  "schemaVersion": "1.0",
  "item": {
    "slug": "swelist",
    "name": "Swelist",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/chenyuan99/swelist",
    "canonicalUrl": "https://clawhub.ai/chenyuan99/swelist",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/swelist",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=swelist",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILLS.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/swelist"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/swelist",
    "agentPageUrl": "https://openagent3.xyz/skills/swelist/agent",
    "manifestUrl": "https://openagent3.xyz/skills/swelist/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/swelist/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "swelist",
        "body": "This document defines the operational capabilities, invocation contract,\nand usage semantics of the swelist CLI tool for AI agents, schedulers,\nand automation systems."
      },
      {
        "title": "Tool Identity",
        "body": "Name: swelist\nType: Command-Line Interface (CLI)\nLanguage: Python\nDistribution: PyPI\nExecution Model: Stateless, read-only"
      },
      {
        "title": "Purpose",
        "body": "swelist retrieves recently added technology internship and\nnew‑graduate job postings from curated public GitHub repositories and\nrenders them in a predictable, text-based format.\n\nIt is optimized for: - Automation pipelines - Periodic polling agents -\nHuman-in-the-loop job search workflows"
      },
      {
        "title": "Data Sources",
        "body": "SimplifyJobs / Summer2025-Internships\nSimplifyJobs / New-Grad-Positions\n\nData is fetched live at runtime."
      },
      {
        "title": "Installation",
        "body": "pip install swelist"
      },
      {
        "title": "Invocation Contract",
        "body": "swelist [--role ROLE] [--timeframe TIMEFRAME]\n\nThe tool accepts only CLI flags. No stdin is consumed."
      },
      {
        "title": "--role",
        "body": "Controls which category of jobs to retrieve.\n\nValue        Meaning\n\ninternship   Internship roles (default)\nnewgrad      New‑graduate roles\n\nExample:\n\nswelist --role newgrad"
      },
      {
        "title": "--timeframe",
        "body": "Controls recency filtering.\n\nValue       Time Window\n\nlastday     Last 24 hours\nlastweek    Last 7 days\nlastmonth   Last 30 days\n\nExample:\n\nswelist --timeframe lastweek"
      },
      {
        "title": "Output Contract",
        "body": "Output is written to STDOUT\nFormat is human- and agent-readable plain text\nNo JSON or structured serialization"
      },
      {
        "title": "Job Posting Fields",
        "body": "Each job entry contains:\n\nCompany (string)\nTitle (string)\nLocation (string)\nLink (URL)\n\nExample:\n\nCompany: Example Corp\nTitle: Software Engineer Intern\nLocation: Remote\nLink: https://example.com/apply"
      },
      {
        "title": "Execution Guarantees",
        "body": "No side effects\nNo persistent storage\nSafe for repeated execution\nDeterministic given identical upstream data\nNo authentication required"
      },
      {
        "title": "Error Behavior",
        "body": "Network issues may raise runtime errors or result in empty output\nInvalid flags produce CLI usage errors\nZero matching jobs produces valid empty result output"
      },
      {
        "title": "Environment Requirements",
        "body": "Python 3.8+\nInternet access\nSupported on macOS, Linux, Windows"
      },
      {
        "title": "Agent-Oriented Use Cases",
        "body": "Daily polling for new internship postings\nWeekly new‑grad job aggregation\nFeeding results into ranking, scoring, or alerting agents\nExecution via cron, CI pipelines, or autonomous agents"
      },
      {
        "title": "Known Limitations",
        "body": "No built‑in alerting\nNo local caching\nNo deduplication beyond source data\nNo JSON output format"
      },
      {
        "title": "Safety & Compliance",
        "body": "Uses only public data\nNo user tracking\nNo credential usage\nNo scraping of private systems"
      },
      {
        "title": "Versioning",
        "body": "Behavior may evolve with upstream data sources. CLI flags are considered\nstable within a major version.\n\nEnd of document."
      }
    ],
    "body": "swelist\n\nThis document defines the operational capabilities, invocation contract, and usage semantics of the swelist CLI tool for AI agents, schedulers, and automation systems.\n\nTool Identity\nName: swelist\nType: Command-Line Interface (CLI)\nLanguage: Python\nDistribution: PyPI\nExecution Model: Stateless, read-only\nPurpose\n\nswelist retrieves recently added technology internship and new‑graduate job postings from curated public GitHub repositories and renders them in a predictable, text-based format.\n\nIt is optimized for: - Automation pipelines - Periodic polling agents - Human-in-the-loop job search workflows\n\nData Sources\nSimplifyJobs / Summer2025-Internships\nSimplifyJobs / New-Grad-Positions\n\nData is fetched live at runtime.\n\nInstallation\npip install swelist\n\nInvocation Contract\nswelist [--role ROLE] [--timeframe TIMEFRAME]\n\n\nThe tool accepts only CLI flags. No stdin is consumed.\n\nParameters\n--role\n\nControls which category of jobs to retrieve.\n\nValue Meaning\n\ninternship Internship roles (default) newgrad New‑graduate roles\n\nExample:\n\nswelist --role newgrad\n\n--timeframe\n\nControls recency filtering.\n\nValue Time Window\n\nlastday Last 24 hours lastweek Last 7 days lastmonth Last 30 days\n\nExample:\n\nswelist --timeframe lastweek\n\nOutput Contract\nOutput is written to STDOUT\nFormat is human- and agent-readable plain text\nNo JSON or structured serialization\nJob Posting Fields\n\nEach job entry contains:\n\nCompany (string)\nTitle (string)\nLocation (string)\nLink (URL)\n\nExample:\n\nCompany: Example Corp\nTitle: Software Engineer Intern\nLocation: Remote\nLink: https://example.com/apply\n\nExecution Guarantees\nNo side effects\nNo persistent storage\nSafe for repeated execution\nDeterministic given identical upstream data\nNo authentication required\nError Behavior\nNetwork issues may raise runtime errors or result in empty output\nInvalid flags produce CLI usage errors\nZero matching jobs produces valid empty result output\nEnvironment Requirements\nPython 3.8+\nInternet access\nSupported on macOS, Linux, Windows\nAgent-Oriented Use Cases\nDaily polling for new internship postings\nWeekly new‑grad job aggregation\nFeeding results into ranking, scoring, or alerting agents\nExecution via cron, CI pipelines, or autonomous agents\nKnown Limitations\nNo built‑in alerting\nNo local caching\nNo deduplication beyond source data\nNo JSON output format\nSafety & Compliance\nUses only public data\nNo user tracking\nNo credential usage\nNo scraping of private systems\nVersioning\n\nBehavior may evolve with upstream data sources. CLI flags are considered stable within a major version.\n\nEnd of document."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/chenyuan99/swelist",
    "publisherUrl": "https://clawhub.ai/chenyuan99/swelist",
    "owner": "chenyuan99",
    "version": "1.0.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/swelist",
    "downloadUrl": "https://openagent3.xyz/downloads/swelist",
    "agentUrl": "https://openagent3.xyz/skills/swelist/agent",
    "manifestUrl": "https://openagent3.xyz/skills/swelist/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/swelist/agent.md"
  }
}