Skip to content

HTTPeep/agent-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HTTPeep Agent Skills

Agent Skills for HTTPeep.

Install

After this repository is published to GitHub and is public or accessible to the installer, install the HTTPeep CLI skill with:

npx skills add HTTPeep/agent-skills --skill httpeep-cli

To install from this local checkout while developing:

npx skills add /Users/chris/workspaces/agent-skills --skill httpeep-cli

To list available skills without installing:

npx skills add HTTPeep/agent-skills --list
npx skills add /Users/chris/workspaces/agent-skills --list

Skills

  • httpeep-cli: Use HTTPeep from the terminal with httpeep-cli for proxy lifecycle control, HTTP/HTTPS traffic capture, session inspection, rule injection, request replay, recording flows, certificate troubleshooting, CI scripting, and agent-driven network debugging.

Repository Layout

skills/
  httpeep-cli/
    SKILL.md
    references/
      cli-reference.md
    agents/
      openai.yaml

Maintain

  • Keep each skill under skills/<skill-name>/SKILL.md.
  • Keep detailed command references in references/ and load them from SKILL.md only when needed.
  • Refresh verification notes when HTTPeep CLI flags, commands, or output shapes change.
  • Validate locally before publishing:
npx skills add /Users/chris/workspaces/agent-skills --skill httpeep-cli --list

References Link

About

Agent Skills for HTTPeep.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors