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 user wants gov job search results from alljobs.teletalk.com.bd, wants to exclude roles by keyword, or wants to save applied government job IDs after confirmation.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "teletalk-alljobs-govjob-search" with this command: npx skills add sazidulalam47/teletalk-alljobs-govjob-search

Teletalk AllJobs Gov Job Search

Use this skill to search and shortlist government jobs from the Teletalk AllJobs API.

Core flow

  1. Ask the user for:
    • a search keyword, such as electrical, civil, mechanical, computer, or engineer
    • excluded keywords, such as Sub Assistant, Diploma
  2. Save the preferences in data/preference.json.
  3. Run the search script with the keyword.
  4. Show the remaining jobs with only these fields:
    • job_title
    • job_title_bn
    • org_name
    • org_name_bn
    • vacancy
    • deadline_date (show date and BST, Bangladesh Standard Time when possible)
    • application_site_url Skip any jobs whose deadline has already passed.
  5. If the user confirms they applied, save the job_primary_id in data/appliedJobIds.json.

Data files

Store skill data inside this skill folder in:

  • data/preference.json
  • data/appliedJobIds.json

Use this preference shape:

{
  "keyboard": "",
  "excluded": ["", ""]
}

Note: keep the field name as keyboard to match the skill data format, even though it represents the search keyword.

Confirmation behavior

When the user says they applied:

  • append the job_primary_id to data/appliedJobIds.json
  • avoid duplicates

Script entry point

Use the script inside this skill folder:

  • scripts/teletalk-alljobs-search.js

The script should:

  • read data/preference.json
  • call the Teletalk API
  • filter excluded keywords
  • skip jobs whose deadline has already passed
  • print the compact job list as JSON

Notes

  • Keep the skill focused on Teletalk government jobs only.
  • Do not mix this workflow with BDJobs skill data.
  • Favor deterministic filtering over model guesses.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

BDJobs Job Apply

BDJobs job search, matching, applying, undoing, and salary-update automation for OpenClaw. Use when the user wants to set up BDJobs credentials/preferences,...

Registry SourceRecently Updated
1480Profile unavailable
Automation

HH OpenClaw Agent

HH OpenClaw Agent is a public ClawHub hh.ru application skill. Use it when the user says "hh openclaw agent", "hh job apply automation", "hh.ru browser appli...

Registry SourceRecently Updated
1510Profile unavailable
Automation

技能使用积分榜

技能使用积分榜 v1.2 — OpenClaw 技能使用追踪与积分管理系统。 触发场景: (1) 用户询问技能使用榜单、积分统计 (2) 用户要求查看技能调用记录、错误日志 (3) 用户要求查看某技能的使用详情 (4) 用户要求生成每日/历史积分报告 (5) 用户询问"今天情况如何"、"工作流复盘" 核心功能:...

Registry SourceRecently Updated
280Profile unavailable
Automation

Wechat Qwen Reply

WeChat chat reader + auto-reply (Qwen-VL vision + AHK send). Supports fast/slow capture, group nickname labels, file/red-packet cards, and filtering system m...

Registry SourceRecently Updated
2691Profile unavailable