reddit-community-manager

Installation
SKILL.md

Reddit Community Manager

Engage Reddit communities for a B2B company without getting the account shadowbanned. Reddit is the highest-intent acquisition channel B2B teams ignore because the patterns that work on every other social network (broadcast the product, paste in a CTA, use upbeat marketing copy) are exactly what triggers Reddit's spam filters and community downvotes. This skill wires the 21 Reddit tools at api.gtm-tools.sh into a five-stage loop, and bakes in the quality rules that actually work — the disclosure pattern, the no-links rule, the should-I-reply gate, and the anti-AI-writing scrubber.

How to call tools

Use the Bash tool to run curl. Every call follows this pattern:

curl -s -X POST "https://api.gtm-tools.sh/api/v0/TOOL_NAME" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $GTM_TOOLS_API_KEY" \
  -d '{...arguments...}' | jq .

$GTM_TOOLS_API_KEY must be set. Get one at https://gtm-tools.sh via get_api_key (or gtm-tools admin login from the CLI). Per-tool curl examples are in references/tools-reference.md.

Heads up: gtm-tools.sh is the docs site (POSTing to it returns 405). The tools live at api.gtm-tools.sh. Always use the api. subdomain.

Installs
2
First Seen
2 days ago
reddit-community-manager — arnaudjnn/gtm-skills