hermes-agent/skills
kshitijk4poor ccfbf42844 feat: secure skill env setup on load (core #688)
When a skill declares required_environment_variables in its YAML
frontmatter, missing env vars trigger a secure TUI prompt (identical
to the sudo password widget) when the skill is loaded. Secrets flow
directly to ~/.hermes/.env, never entering LLM context.

Key changes:
- New required_environment_variables frontmatter field for skills
- Secure TUI widget (masked input, 120s timeout)
- Gateway safety: messaging platforms show local setup guidance
- Legacy prerequisites.env_vars normalized into new format
- Remote backend handling: conservative setup_needed=True
- Env var name validation, file permissions hardened to 0o600
- Redact patterns extended for secret-related JSON fields
- 12 existing skills updated with prerequisites declarations
- ~48 new tests covering skip, timeout, gateway, remote backends
- Dynamic panel widget sizing (fixes hardcoded width from original PR)

Cherry-picked from PR #723 by kshitijk4poor, rebased onto current main
with conflict resolution.

Fixes #688

Co-authored-by: kshitijk4poor <kshitijk4poor@users.noreply.github.com>
2026-03-13 03:14:04 -07:00
..
apple feat: secure skill env setup on load (core #688) 2026-03-13 03:14:04 -07:00
autonomous-ai-agents
creative Add ASCII video skill to creative category 2026-03-10 15:54:38 -04:00
diagramming
dogfood
domain
email feat: secure skill env setup on load (core #688) 2026-03-13 03:14:04 -07:00
feeds
gaming
gifs
github feat: secure skill env setup on load (core #688) 2026-03-13 03:14:04 -07:00
index-cache
leisure/find-nearby
mcp feat: secure skill env setup on load (core #688) 2026-03-13 03:14:04 -07:00
media feat: secure skill env setup on load (core #688) 2026-03-13 03:14:04 -07:00
mlops
music-creation
note-taking
productivity feat: secure skill env setup on load (core #688) 2026-03-13 03:14:04 -07:00
research feat: secure skill env setup on load (core #688) 2026-03-13 03:14:04 -07:00
smart-home feat: secure skill env setup on load (core #688) 2026-03-13 03:14:04 -07:00
software-development