skool-weekly-recap

star 0

Fully automated ACQ Vantage weekly recap post. Extracts top posts from the community feed, identifies new VIPs, categorizes content, drafts and posts to the test community, Slack DMs Kevin for Saulo approval, then drafts the main community post for Kevin to review and publish. Run every Friday. Add 'test' or 'dry run' to skip posting and just show the draft.

kevinACQ By kevinACQ schedule Updated 6/7/2026

name: skool-weekly-recap description: Fully automated ACQ Vantage weekly recap post. Extracts top posts from the community feed, identifies new VIPs, categorizes content, drafts and posts to the test community, Slack DMs Kevin for Saulo approval, then drafts the main community post for Kevin to review and publish. Run every Friday. Add 'test' or 'dry run' to skip posting and just show the draft. version: 1.0.0 author: Hermes Agent license: MIT metadata: hermes: tags: [claude-code, wrapper, slash-command] related_skills: [claude-code-skills]


Skool Weekly Recap Claude Code Skill Wrapper

Purpose

This is a Hermes-native slash-command wrapper for Kevin's Claude Code skill skool-weekly-recap. Claude remains the source of truth. This wrapper exists so Kevin can invoke the workflow in Hermes as:

/skool-weekly-recap <task or target>

Required behavior

When this skill is invoked:

  1. Immediately read the source Claude skill:
    • /Users/kevin/.hermes/external-repos/claude-code-skills/skool-weekly-recap/SKILL.md
  2. Treat that Claude SKILL.md as the authoritative workflow for this task.
  3. Follow the Claude skill exactly where compatible with Hermes tools and safety boundaries.
  4. Preserve any user instruction supplied after /skool-weekly-recap as the task target.
  5. If the Claude skill references supporting files under references/, templates/, scripts/, or assets/, resolve them relative to:
    • /Users/kevin/.hermes/external-repos/claude-code-skills/skool-weekly-recap
  6. Do not write to /Users/kevin/.claude unless Kevin explicitly asks. If the Claude skill includes memory/session-writing behavior, reinterpret it into Hermes-native memory or Hermes-owned files unless Kevin explicitly asks to update Claude state.

Source of truth

  • Claude skill directory: /Users/kevin/.hermes/external-repos/claude-code-skills/skool-weekly-recap
  • This wrapper is generated by: /Users/kevin/.hermes/scripts/generate_claude_skill_wrappers.py

Verification

Before acting on the task, confirm the source skill was read successfully. If it cannot be read, stop and report the exact missing path.

Install via CLI
npx skills add https://github.com/kevinACQ/hermes-config --skill skool-weekly-recap
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator