← 返回 Skills 市场
sazidulalam47

Teletalk AllJobs Gov Job Search

作者 Sazidul Alam · GitHub ↗ · v1.0.5 · MIT-0
cross-platform ✓ 安全检测通过
134
总下载
0
收藏
0
当前安装
6
版本数
在 OpenClaw 中安装
/install teletalk-alljobs-govjob-search
功能描述
Search Bangladesh government jobs from the Teletalk AllJobs API, filter out excluded keywords, present matching jobs, and track applied job IDs. Use when the...
安全使用建议
This skill appears to do what it says: it queries the Teletalk AllJobs API and filters results locally, and it does not request secrets or reach out to unexpected endpoints. Before installing or using it, ensure the agent (or you) will: 1) populate data/preference.json.keyboard with the search term (the script will error if empty); 2) implement the 'save applied job ID' step (the script prints results but does not append to data/appliedJobIds.json itself — SKILL.md expects the agent to perform that append); and 3) be comfortable with the skill having read/write access to its own data/ folder. If you want the skill to manage applied IDs automatically, request or add code that safely appends to data/appliedJobIds.json (check for duplicates and validate input).
功能分析
Type: OpenClaw Skill Name: teletalk-alljobs-govjob-search Version: 1.0.5 The skill is a legitimate tool for searching Bangladesh government jobs via the Teletalk AllJobs API. The script (teletalk-alljobs-search.js) performs standard HTTPS requests to a known government domain and filters results based on user-defined preferences stored locally. There is no evidence of data exfiltration, malicious execution, or prompt injection; the code uses standard Node.js modules without external dependencies.
能力评估
Purpose & Capability
Name and description match the code and instructions: the script queries https://alljobs.teletalk.com.bd/api/v1/published-jobs/search, filters results, formats deadlines in Asia/Dhaka, and reads/writes only skill-local data files. No unrelated services, binaries, or credentials are requested.
Instruction Scope
SKILL.md instructs the agent to ask the user for a search keyword and excluded keywords, store preferences in data/preference.json, run the script, and save applied job IDs when the user confirms. The provided script implements reading preference.json, calling the API, filtering, and printing results, but it does NOT implement appending job_primary_id to data/appliedJobIds.json — that step appears expected to be handled by the agent or another part of the skill. Also, the script will throw an error if preference.keyboard is empty, so the agent must ensure preference.json is populated before running the script.
Install Mechanism
Instruction-only installation with a small bundled Node.js script; no install spec or downloads. Uses only built-in Node modules (fs, path, https, url). Low install risk.
Credentials
No environment variables, credentials, or external config paths are required. The skill only needs read/write access to its own data/ files within the skill folder.
Persistence & Privilege
always is false and the skill does not request elevated or cross-skill configuration changes. It persists simple data in its own data/ folder (preferences and appliedJobIds).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install teletalk-alljobs-govjob-search
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /teletalk-alljobs-govjob-search 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.5
- Improved job filtering to skip listings whose application deadline has already passed. - Deadline dates now specify date and BST (Bangladesh Standard Time) when possible. - Clarified that all skill data must be stored inside this skill's folder. - Updated script instructions to reinforce filtering by deadline and data directory structure.
v1.0.4
- Documentation updated: Filtering out excluded keywords from search results is no longer described as part of the core flow. - The step to filter out jobs by excluded keywords has been removed from the main process in SKILL.md. - All filtering logic updates now reflected in search script instructions and notes. - No code or logic changes detected; this is a documentation update only.
v1.0.3
Clarify job filtering criteria to apply only to `job_title`, enhancing search accuracy
v1.0.2
Refine job filtering to apply only on job_title, removing unused searchable text function
v1.0.1
updated the absolute path to relative path.
v1.0.0
- Initial release: Search and filter Bangladesh government jobs via the Teletalk AllJobs API. - Supports custom search keywords and excluded role keywords. - Filters out jobs containing any excluded keywords (case-insensitive) in key fields. - Shows only concise details per job: title, organization, vacancy, deadline, and application URL. - Tracks confirmed application job IDs without duplicates. - User preferences and applied job IDs saved to dedicated data files.
元数据
Slug teletalk-alljobs-govjob-search
版本 1.0.5
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 6
常见问题

Teletalk AllJobs Gov Job Search 是什么?

Search Bangladesh government jobs from the Teletalk AllJobs API, filter out excluded keywords, present matching jobs, and track applied job IDs. Use when the... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 134 次。

如何安装 Teletalk AllJobs Gov Job Search?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install teletalk-alljobs-govjob-search」即可一键安装,无需额外配置。

Teletalk AllJobs Gov Job Search 是免费的吗?

是的,Teletalk AllJobs Gov Job Search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Teletalk AllJobs Gov Job Search 支持哪些平台?

Teletalk AllJobs Gov Job Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Teletalk AllJobs Gov Job Search?

由 Sazidul Alam(@sazidulalam47)开发并维护,当前版本 v1.0.5。

💬 留言讨论