Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
f-labs-io avatar

Html Skills Stop

  • 124 installs
  • 43 repo stars
  • Updated July 13, 2026
  • f-labs-io/agent-html-skills

Tear down html-skills server mode for the current session: kill the receiver, stop the armed Monitor, and clean up temp files.

About

Pairs with html-skills-listen, running a bundled bash script that kills this session's receiver and removes its temp files, then stops the saved Monitor task. A developer invokes it when done with interactive html-skills artifacts or at session-end cleanup; parallel sessions are unaffected.

  • Stops the Monitor by saved MONITOR_ID and cleans temp files
  • Safe when nothing is active; reports WEB, INACTIVE, or STOPPED

Html Skills Stop by the numbers

  • 124 all-time installs (skills.sh)
  • Ranked #239 of 782 Skill Development skills by installs in the Skillselion catalog
  • Data as of Jul 31, 2026 (Skillselion catalog sync)
npx skills add https://github.com/f-labs-io/agent-html-skills --skill html-skills-stop

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs124
repo stars43
Last updatedJuly 13, 2026
Repositoryf-labs-io/agent-html-skills

What it does

Tear down html-skills server mode for the current session: kill the receiver, stop the armed Monitor, and clean up temp files.

Files

SKILL.mdMarkdownGitHub ↗

html-skills-stop — tear down server mode

Pairs with html-skills-listen. Runs a bundled bash script that kills this session's receiver and removes its temp files, then stops the Monitor task whose ID was saved by html-skills-listen.

Steps

1. Run the teardown script:

   bash scripts/stop.sh

Output: KEY=VALUE lines. Always: SID, STATUS. When a Monitor was armed by html-skills-listen and saved, also: MONITOR_ID.

2. If `MONITOR_ID` is printed, stop the Monitor task:

Call TaskStop(task_id: "<MONITOR_ID>"). If it fails because the task is already gone, that's fine — continue.

3. Branch on `STATUS`:

  • `STATUS=WEB` — Tell the user: ✓ html-skills server was inactive (web mode).
  • `STATUS=INACTIVE` — Tell the user: ✓ html-skills server was already inactive — nothing to stop.
  • `STATUS=STOPPED` — Tell the user: ✓ html-skills server stopped for this session.

Related skills

Skill Developmentintegrations

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.